/* ==========================================================================
   AJ & CO — MVP demo theme layered on Bootstrap 5.3
   Design tokens referenced from icebox.com (client-supplied benchmark): Montserrat, #121212 ink, square
   buttons, letter-spaced small caps, near-white product tiles.
   ========================================================================== */

:root {
  --ib-ink: #121212;
  --ib-body: rgba(18, 18, 18, .75);
  --ib-muted: rgba(18, 18, 18, .55);
  --ib-line: rgba(18, 18, 18, .12);
  --ib-line-soft: rgba(18, 18, 18, .07);
  --ib-tile: #f4f3f1;
  --ib-tint: #f7f6f4;
  --ib-gold: #b8944f;
  --ib-green: #1c8a5a;

  /* Palette-swappable tokens. The demo ships three themes so the client can
     compare: 'warm' (brand bronze/rose-gold, default), 'azure' (the deep
     teal-blue of the benchmark site) and 'champagne' (lighter gold on a cream
     ground). Only these tokens and the editorial art differ — type, spacing and
     layout are shared. See IB.theme in site.js. */
  --ib-page: #fff;               /* page and header ground — follows the theme */
  --ib-deep: #121212;            /* dark editorial sections — follows the theme */
  --ib-footer-bg: #121212;       /* footer ground — deliberately theme-independent */
  --ib-accent: #b8944f;          /* warm metal accent */
  --ib-hero-bg: #0b0b0d;         /* paint behind hero art while it loads */
  --ib-header-h: 68px;
  --ib-bar-h: 34px;

  --bs-body-font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-body-color: var(--ib-body);
  --bs-body-font-size: .9375rem;
  --bs-border-radius: 0;
  /* Bootstrap 5.3 resolves link colour through the -rgb token, not --bs-link-color */
  --bs-link-color-rgb: 18, 18, 18;
  --bs-link-hover-color-rgb: 18, 18, 18;
  --bs-emphasis-color-rgb: 18, 18, 18;
}

/* ---------- Dubai flagship showroom ---------------------------------- */
.ib-showroom-hero { position: relative; min-height: 650px; overflow: hidden; background: #080808; color: #fff; }
.ib-showroom-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.ib-showroom-hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.08) 76%),
              linear-gradient(0deg, rgba(0,0,0,.7), transparent 40%);
}
.ib-showroom-hero-content { position: relative; z-index: 1; display: flex; min-height: 525px; flex-direction: column; align-items: flex-start; justify-content: center; }
.ib-showroom-hero .ib-eyebrow { color: var(--ib-gold); }
.ib-showroom-hero h1 { max-width: 58rem; margin: .85rem 0 1.2rem; color: #fff; font-size: clamp(3.2rem, 6.5vw, 6.6rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.ib-showroom-hero-content > p:not(.ib-eyebrow) { max-width: 41rem; color: rgba(255,255,255,.7); font-size: .95rem; line-height: 1.75; }
.ib-showroom-hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1rem; }
.ib-showroom-text-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: .2rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-showroom-text-link:hover { color: rgba(255,255,255,.7); }
.ib-showroom-hero-status {
  position: absolute; left: 50%; bottom: 0; z-index: 2; transform: translateX(-50%); display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); padding-inline: 0; background: rgba(8,8,8,.7);
  border-top: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px);
}
.ib-showroom-hero-status > div { min-width: 0; padding: 1.35rem 1.5rem; border-right: 1px solid rgba(255,255,255,.14); }
.ib-showroom-hero-status > div:last-child { border-right: 0; }
.ib-showroom-hero-status strong { display: block; color: #fff; font-size: .82rem; font-weight: 500; }
.ib-showroom-hero-status small { display: block; margin-top: .35rem; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .09em; text-transform: uppercase; }
.ib-showroom-hero-status .ib-pill { display: inline-flex; margin-bottom: .1rem; }

.ib-showroom-arrival { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-showroom-arrival h2,
.ib-showroom-experience h2,
.ib-showroom-details h2,
.ib-showroom-selection h2,
.ib-showroom-reel h2,
.ib-showroom-book h2,
.ib-showroom-message h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; line-height: 1.07; letter-spacing: -.03em; }
.ib-showroom-arrival .col-lg-5 p { color: var(--ib-muted); line-height: 1.8; }
.ib-showroom-product-mosaic { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 310px); gap: 1rem; }
.ib-showroom-product-tile { position: relative; overflow: hidden; background: #f2f2f1; color: var(--ib-ink); }
.ib-showroom-product-tile:first-child { grid-row: span 2; }
.ib-showroom-product-tile img { width: 100%; height: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.ib-showroom-product-tile > span { position: absolute; inset: auto 1rem 1rem; padding: .85rem 1rem; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
.ib-showroom-product-tile:first-child > span { inset: auto 1.5rem 1.5rem; padding: 1.1rem 1.25rem; }
.ib-showroom-product-tile small { display: block; margin-bottom: .3rem; color: var(--ib-muted); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.ib-showroom-product-tile strong { display: block; font-size: clamp(.85rem, 1.5vw, 1.2rem); font-weight: 500; }
.ib-showroom-product-tile em { display: block; margin-top: .55rem; color: var(--ib-muted); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; font-style: normal; }
.ib-showroom-product-tile:hover img { transform: scale(1.035); }

.ib-showroom-experience { background: var(--ib-deep); color: #fff; }
.ib-showroom-experience-media { min-height: 720px; }
.ib-showroom-experience-media img { width: 100%; height: 100%; object-fit: cover; }
.ib-showroom-experience-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.ib-showroom-experience-copy .ib-eyebrow { color: var(--ib-gold); }
.ib-showroom-experience-copy h2 { color: #fff; }
.ib-showroom-experience-list { width: 100%; margin: 2.25rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.ib-showroom-experience-list > div { display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.ib-showroom-experience-list span { color: var(--ib-gold); font-size: .62rem; letter-spacing: .1em; }
.ib-showroom-experience-list p { margin: 0; color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.65; }
.ib-showroom-experience-list strong { display: block; margin-bottom: .25rem; color: #fff; font-size: .86rem; font-weight: 500; }

.ib-showroom-details { padding-block: clamp(3rem, 5vw, 4.75rem); }
.ib-showroom-details-head,
.ib-showroom-selection-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.ib-showroom-details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ib-line); border-bottom: 1px solid var(--ib-line); }
.ib-showroom-details-grid article { min-width: 0; padding: 2rem; border-right: 1px solid var(--ib-line); }
.ib-showroom-details-grid article:last-child { border-right: 0; }
.ib-showroom-detail-number { color: var(--ib-gold); font-size: .6rem; letter-spacing: .12em; }
.ib-showroom-details-grid h3 { margin: 1.4rem 0 1rem; font-size: 1.35rem; font-weight: 400; }
.ib-showroom-details-grid address,
.ib-showroom-details-grid p { color: var(--ib-muted); font-size: .78rem; line-height: 1.7; }
.ib-showroom-details-grid a { color: var(--ib-ink); text-decoration: underline; text-underline-offset: .2em; }
.ib-showroom-hours > div { display: flex; justify-content: space-between; gap: 1rem; padding: .4rem 0; color: var(--ib-muted); font-size: .7rem; }
.ib-showroom-hours strong { color: var(--ib-ink); font-weight: 500; text-align: right; }
.ib-showroom-details-grid small { display: block; margin-top: 1rem; color: var(--ib-muted); }
.ib-showroom-notices { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; padding-top: 1.25rem; color: var(--ib-muted); font-size: .7rem; }
.ib-showroom-notices p { margin: 0; }

.ib-showroom-selection { padding-block: clamp(3.5rem, 6vw, 5rem); }
.ib-showroom-selection-head > div { max-width: 47rem; }

.ib-showroom-reel { padding-block: clamp(4rem, 7vw, 6.5rem); background: #0d0d0d; color: #fff; }
.ib-showroom-reel .row { min-height: 650px; }
.ib-showroom-reel-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.5rem, 5vw, 5rem); background: #151515; }
.ib-showroom-reel-copy .ib-eyebrow { color: var(--ib-gold); }
.ib-showroom-reel-copy h2 { color: #fff; }
.ib-showroom-reel-copy > p:not(.ib-eyebrow) { margin: 1.3rem 0 2rem; color: rgba(255,255,255,.6); line-height: 1.75; }
.ib-link-arrow.ib-link-arrow--light { color: #fff; border-color: rgba(255,255,255,.5); }
.ib-showroom-reel-media { min-height: 650px; aspect-ratio: auto; }
.ib-showroom-reel-media video { width: 100%; height: 100%; object-fit: cover; }

.ib-showroom-book { padding-block: clamp(3.5rem, 6vw, 5rem); }
.ib-showroom-book-copy { position: sticky; top: 7rem; }
.ib-showroom-book-copy > p { max-width: 39rem; color: var(--ib-muted); line-height: 1.75; }
.ib-showroom-book-proof { margin: 2rem 0; border-top: 1px solid var(--ib-line); }
.ib-showroom-book-proof > div { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ib-line); }
.ib-showroom-book-proof span { color: var(--ib-gold); font-size: .6rem; }
.ib-showroom-book-proof p { margin: 0; color: var(--ib-muted); font-size: .72rem; line-height: 1.6; }
.ib-showroom-book-proof strong { display: block; color: var(--ib-ink); font-size: .8rem; font-weight: 500; }
.ib-showroom-book form { border: 1px solid var(--ib-line); padding: clamp(1.4rem, 3vw, 2.5rem) !important; box-shadow: 0 22px 55px rgba(0,0,0,.06); }

.ib-showroom-message { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-showroom-message .col-lg-5 > p { max-width: 37rem; color: var(--ib-muted); line-height: 1.75; }
.ib-showroom-message .col-lg-5 a { color: var(--ib-ink); text-decoration: underline; text-underline-offset: .2em; }
.ib-showroom-contact-form { padding: clamp(1.4rem, 3vw, 2.5rem); border: 1px solid var(--ib-line); }
.ib-showroom-message--compact { padding-block: clamp(2.75rem, 5vw, 4rem); }
.ib-showroom-message-details summary {
  display: flex; min-height: 54px; align-items: center; justify-content: center; cursor: pointer;
  border: 1px solid var(--ib-ink); color: var(--ib-ink); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase;
}
.ib-showroom-message-details summary::marker { display: none; }
.ib-showroom-message-details[open] summary { background: var(--ib-ink); color: #fff; }
.ib-showroom-message-details .ib-showroom-contact-form { margin-top: 1rem; }

@media (max-width: 991.98px) {
  .ib-showroom-hero { min-height: 650px; }
  .ib-showroom-hero-content { min-height: 525px; }
  .ib-showroom-experience-media { min-height: 520px; }
  .ib-showroom-experience-copy { padding: 4rem max(var(--bs-gutter-x), 1.5rem); }
  .ib-showroom-details-head,
  .ib-showroom-selection-head { align-items: flex-start; flex-direction: column; }
  .ib-showroom-details-grid { grid-template-columns: 1fr; }
  .ib-showroom-details-grid article { border-right: 0; border-bottom: 1px solid var(--ib-line); }
  .ib-showroom-details-grid article:last-child { border-bottom: 0; }
  .ib-showroom-reel .row { min-height: 0; }
  .ib-showroom-reel-media { min-height: 620px; }
  .ib-showroom-book-copy { position: static; }
}

@media (max-width: 575.98px) {
  .ib-showroom-hero { min-height: 650px; }
  .ib-showroom-hero > img { object-position: 65% center; }
  .ib-showroom-hero-shade { background: rgba(0,0,0,.68); }
  .ib-showroom-hero-content { min-height: 525px; justify-content: flex-end; padding-bottom: 2rem; align-items: center; text-align: center; }
  .ib-showroom-hero h1 { font-size: 3.2rem; }
  .ib-showroom-hero-actions { flex-direction: column; gap: 1rem; }
  .ib-showroom-hero-status { grid-template-columns: 1fr; }
  .ib-showroom-hero-status > div { display: none; border: 0; padding: 1rem; text-align: center; }
  .ib-showroom-hero-status > div:first-child { display: block; }
  .ib-showroom-product-mosaic { grid-template-columns: 1fr; grid-template-rows: 430px 250px 250px; }
  .ib-showroom-product-tile:first-child { grid-row: auto; }
  .ib-showroom-product-tile:first-child > span { inset: auto 1rem 1rem; padding: .85rem 1rem; }
  .ib-showroom-experience-media { min-height: 420px; }
  .ib-showroom-experience-copy { padding-block: 3.5rem; }
  .ib-showroom-details-grid article { padding: 1.5rem 0; }
  .ib-showroom-reel-media { min-height: 560px; }
  .ib-showroom-reel-copy { padding: 2.5rem 1.5rem; }
}

/* ---------- FAQ ------------------------------------------------------- */
.ib-faq-hero { position: relative; min-height: 520px; overflow: hidden; background: #080808; color: #fff; }
.ib-faq-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.ib-faq-hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.64) 40%, rgba(0,0,0,.1) 76%),
              linear-gradient(0deg, rgba(0,0,0,.56), transparent 44%);
}
.ib-faq-hero-content {
  position: relative; z-index: 1; display: flex; min-height: 520px; flex-direction: column;
  align-items: flex-start; justify-content: center; padding-block: 4rem;
}
.ib-faq-hero .ib-eyebrow { margin-bottom: .8rem; color: var(--ib-gold); }
.ib-faq-hero h1 {
  max-width: 46rem; margin: 0 0 1.2rem; color: #fff; font-size: clamp(3.5rem, 6vw, 6.25rem);
  font-weight: 400; line-height: .94; letter-spacing: -.045em;
}
.ib-faq-hero-content > p:not(.ib-eyebrow) { max-width: 39rem; margin-bottom: 1.55rem; color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.75; }
.ib-faq-hero-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: .25rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.ib-faq-hero-link:hover { color: rgba(255,255,255,.72); }
.ib-faq-hero-link span { margin-left: .6rem; }

.ib-faq-proof { border-bottom: 1px solid var(--ib-line-soft); background: #fff; }
.ib-faq-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ib-faq-proof-grid > div { padding: 1.4rem 1.75rem; border-right: 1px solid var(--ib-line-soft); }
.ib-faq-proof-grid > div:first-child { padding-left: 0; }
.ib-faq-proof-grid > div:last-child { padding-right: 0; border-right: 0; }
.ib-faq-proof-grid span { display: block; margin-bottom: .55rem; color: var(--ib-gold); font-size: .58rem; letter-spacing: .14em; }
.ib-faq-proof-grid strong { display: block; color: var(--ib-ink); font-size: .78rem; font-weight: 500; }
.ib-faq-proof-grid small { display: block; margin-top: .25rem; color: var(--ib-muted); font-size: .66rem; }

.ib-faq-directory { padding-block: clamp(4rem, 7vw, 6.5rem); }
.ib-faq-directory-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); gap: 4rem; align-items: end; }
.ib-faq-directory-head h2,
.ib-faq-support h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.2rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.ib-faq-directory-head > div:first-child > p:last-child { max-width: 34rem; margin: 1rem 0 0; color: var(--ib-muted); line-height: 1.7; }
.ib-faq-search label { display: block; margin-bottom: .55rem; color: var(--ib-ink); font-size: .62rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.ib-faq-search > div { display: flex; min-height: 52px; align-items: center; gap: .75rem; border-bottom: 1px solid var(--ib-ink); }
.ib-faq-search svg { flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.4; }
.ib-faq-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ib-ink); font-size: .82rem; }
.ib-faq-search input::placeholder { color: var(--ib-muted); }
.ib-faq-search small { display: block; min-height: 1em; margin-top: .55rem; color: var(--ib-muted); font-size: .62rem; }

.ib-faq-nav { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); margin: 3rem 0; border-block: 1px solid var(--ib-line); }
.ib-faq-nav a { min-width: 0; padding: 1.05rem .8rem; border-right: 1px solid var(--ib-line); color: var(--ib-body); font-size: .68rem; line-height: 1.4; text-align: center; }
.ib-faq-nav a:last-child { border-right: 0; }
.ib-faq-nav a:hover { background: var(--ib-tint); color: var(--ib-ink); }
.ib-faq-nav span { display: block; margin-bottom: .35rem; color: var(--ib-gold); font-size: .54rem; letter-spacing: .12em; }

.ib-faq-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; align-items: start; }
.ib-faq-group { scroll-margin-top: calc(var(--ib-header-h) + 1.5rem); border: 1px solid var(--ib-line); background: #fff; }
.ib-faq-group-head { display: grid; grid-template-columns: 2.4rem 1fr; gap: .75rem; padding: 1.5rem 1.6rem 1.25rem; background: var(--ib-tint); border-bottom: 1px solid var(--ib-line); }
.ib-faq-group-head > span { padding-top: .2rem; color: var(--ib-gold); font-size: .58rem; letter-spacing: .12em; }
.ib-faq-group-head h2 { margin: 0; color: var(--ib-ink); font-size: 1.2rem; font-weight: 400; }
.ib-faq-group-head small { display: block; margin-top: .35rem; color: var(--ib-muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.ib-faq-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--ib-line-soft); }
.ib-faq-accordion .accordion-item:last-child { border-bottom: 0; }
.ib-faq-accordion .accordion-button { min-height: 64px; padding: 1rem 3.3rem 1rem 1.6rem; background: #fff; box-shadow: none; color: var(--ib-ink); font-size: .76rem; font-weight: 500; line-height: 1.55; }
.ib-faq-accordion .accordion-button:not(.collapsed) { background: #fff; color: var(--ib-ink); }
.ib-faq-accordion .accordion-button::after { position: absolute; right: 1.6rem; width: 14px; height: 14px; background-size: 14px; opacity: .7; }
.ib-faq-accordion .accordion-body { padding: 0 3.3rem 1.4rem 1.6rem; color: var(--ib-muted); font-size: .76rem; line-height: 1.8; }
.ib-faq-item[hidden],
.ib-faq-group[hidden],
.ib-faq-nav a[hidden] { display: none !important; }
.ib-faq-empty { padding: 4rem 1rem; border: 1px solid var(--ib-line); text-align: center; }
.ib-faq-empty h2 { margin: .35rem 0 .7rem; color: var(--ib-ink); font-size: 2rem; font-weight: 400; }
.ib-faq-empty p:last-child { margin: 0; color: var(--ib-muted); }

.ib-faq-support { padding-block: clamp(4rem, 7vw, 6rem); background: #0d0d0d; color: #fff; }
.ib-faq-support-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.ib-faq-support .ib-eyebrow { color: var(--ib-gold); }
.ib-faq-support h2 { color: #fff; }
.ib-faq-support-grid > div:last-child > p { max-width: 39rem; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.8; }
.ib-faq-support-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.5rem; }
.ib-faq-support-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: .25rem; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-faq-support-link:hover { color: rgba(255,255,255,.72); }

@media (max-width: 991.98px) {
  .ib-faq-directory-head { grid-template-columns: 1fr; gap: 2rem; }
  .ib-faq-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ib-faq-nav a:nth-child(4) { border-right: 0; }
  .ib-faq-nav a:nth-child(-n+4) { border-bottom: 1px solid var(--ib-line); }
  .ib-faq-support-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 767.98px) {
  .ib-faq-hero { min-height: 520px; }
  .ib-faq-hero > img { object-position: 66% center; }
  .ib-faq-hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.84)); }
  .ib-faq-hero-content { min-height: 520px; justify-content: flex-end; align-items: center; padding-bottom: 3.5rem; text-align: center; }
  .ib-faq-hero h1 { font-size: 3.65rem; }
  .ib-faq-proof-grid { grid-template-columns: 1fr; }
  .ib-faq-proof-grid > div { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--ib-line-soft); }
  .ib-faq-proof-grid > div:last-child { border-bottom: 0; }
  .ib-faq-proof-grid span { display: inline-block; min-width: 2rem; margin: 0; }
  .ib-faq-proof-grid strong { display: inline; }
  .ib-faq-proof-grid small { margin: .25rem 0 0 2.05rem; }
  .ib-faq-columns { grid-template-columns: 1fr; }
  .ib-faq-nav { display: flex; margin: 2.25rem calc(var(--bs-gutter-x) * -.5); padding-inline: calc(var(--bs-gutter-x) * .5); overflow-x: auto; border-inline: 0; scrollbar-width: none; }
  .ib-faq-nav::-webkit-scrollbar { display: none; }
  .ib-faq-nav a { flex: 0 0 auto; min-width: 128px; border-bottom: 0 !important; }
  .ib-faq-nav a:nth-child(4) { border-right: 1px solid var(--ib-line); }
  .ib-faq-group-head { padding: 1.25rem; }
  .ib-faq-accordion .accordion-button { padding-inline: 1.25rem 3rem; }
  .ib-faq-accordion .accordion-button::after { right: 1.25rem; }
  .ib-faq-accordion .accordion-body { padding-inline: 1.25rem 3rem; }
  .ib-faq-support { text-align: center; }
  .ib-faq-support-actions { flex-direction: column; }
}

/* ---------- Service pages -------------------------------------------- */
.ib-service-hero { position: relative; min-height: 620px; overflow: hidden; background: #080808; color: #fff; }
.ib-service-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.ib-service-hero--finance > img { object-position: 65% center; }
.ib-service-hero--repair > img { object-position: 64% center; }
.ib-service-hero--trade > img { object-position: 68% center; }
.ib-service-hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.68) 43%, rgba(0,0,0,.08) 78%),
              linear-gradient(0deg, rgba(0,0,0,.66), transparent 42%);
}
.ib-service-hero-content { position: relative; z-index: 1; display: flex; min-height: 620px; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 4.5rem; }
.ib-service-hero .ib-eyebrow { margin-bottom: .85rem; color: var(--ib-gold); }
.ib-service-hero h1 { max-width: 64rem; margin: 0 0 1.3rem; color: #fff; font-size: clamp(3.5rem, 6.5vw, 6.8rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.ib-service-hero-content > p:not(.ib-eyebrow) { max-width: 42rem; color: rgba(255,255,255,.7); font-size: .92rem; line-height: 1.8; }
.ib-service-hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.15rem; }
.ib-service-hero-link { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: .25rem; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-service-hero-link:hover { color: rgba(255,255,255,.72); }
.ib-service-hero-link span { margin-left: .5rem; }

.ib-service-proof { border-bottom: 1px solid var(--ib-line-soft); background: #fff; }
.ib-service-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ib-service-proof-grid > div { padding: 1.45rem 1.75rem; border-right: 1px solid var(--ib-line-soft); }
.ib-service-proof-grid > div:first-child { padding-left: 0; }
.ib-service-proof-grid > div:last-child { padding-right: 0; border-right: 0; }
.ib-service-proof-grid span { display: block; margin-bottom: .5rem; color: var(--ib-gold); font-size: .57rem; letter-spacing: .14em; }
.ib-service-proof-grid strong { display: block; color: var(--ib-ink); font-size: .78rem; font-weight: 500; }
.ib-service-proof-grid small { display: block; margin-top: .25rem; color: var(--ib-muted); font-size: .65rem; }

.ib-service-intro,
.ib-service-options,
.ib-service-care,
.ib-service-trade-scope,
.ib-service-products { padding-block: clamp(4rem, 7vw, 6.5rem); }
.ib-service-intro-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.ib-service-intro-copy h2,
.ib-service-section-head h2,
.ib-service-form-copy h2,
.ib-service-faq h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.2rem); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.ib-service-intro-copy > p:not(.ib-eyebrow) { margin: 1.4rem 0 2rem; color: var(--ib-muted); line-height: 1.8; }
.ib-service-facts { border-top: 1px solid var(--ib-line); }
.ib-service-facts > div { display: grid; grid-template-columns: 6.5rem 1fr; gap: .2rem 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ib-line); }
.ib-service-facts span { grid-row: span 2; color: var(--ib-gold); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-service-facts strong { color: var(--ib-ink); font-size: .79rem; font-weight: 500; }
.ib-service-facts p { margin: 0; color: var(--ib-muted); font-size: .69rem; line-height: 1.6; }
.ib-service-intro-media { position: relative; margin: 0; min-height: 620px; overflow: hidden; background: #111; }
.ib-service-intro-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ib-service-intro-media figcaption { position: absolute; inset: auto 1.25rem 1.25rem; padding: 1rem 1.15rem; background: rgba(255,255,255,.92); color: var(--ib-ink); font-size: .72rem; backdrop-filter: blur(8px); }
.ib-service-intro-media figcaption span { display: block; margin-bottom: .35rem; color: var(--ib-muted); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }

.ib-service-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.ib-service-section-head > div { max-width: 52rem; }
.ib-service-section-head > p { max-width: 28rem; margin: 0; color: var(--ib-muted); font-size: .76rem; line-height: 1.7; }
.ib-service-section-head--light h2 { color: #fff; }
.ib-service-section-head--light .ib-eyebrow { color: var(--ib-gold); }
.ib-service-section-head--light > p { color: rgba(255,255,255,.55); }

.ib-service-process,
.ib-service-comparison,
.ib-service-coverage { padding-block: clamp(4.5rem, 8vw, 7rem); background: #0d0d0d; color: #fff; }
.ib-service-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid rgba(255,255,255,.16); }
.ib-service-steps article { min-width: 0; padding: 2rem; border-right: 1px solid rgba(255,255,255,.16); }
.ib-service-steps article:first-child { padding-left: 0; }
.ib-service-steps article:last-child { padding-right: 0; border-right: 0; }
.ib-service-steps article > span { color: var(--ib-gold); font-size: .58rem; letter-spacing: .12em; }
.ib-service-steps h3 { margin: 2rem 0 .75rem; color: #fff; font-size: 1.15rem; font-weight: 400; }
.ib-service-steps p { margin: 0; color: rgba(255,255,255,.55); font-size: .73rem; line-height: 1.75; }

.ib-service-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ib-service-option-card { display: flex; min-height: 330px; flex-direction: column; align-items: flex-start; padding: 2rem; border: 1px solid var(--ib-line); background: #fff; transition: border-color .2s ease, transform .2s ease; }
.ib-service-option-card:hover { transform: translateY(-3px); border-color: var(--ib-ink); }
.ib-service-option-card > span { color: var(--ib-gold); font-size: .58rem; letter-spacing: .12em; }
.ib-service-option-card > p { margin: 2rem 0 .5rem; color: var(--ib-muted); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-service-option-card h3 { margin: 0 0 1rem; font-size: 1.3rem; font-weight: 400; }
.ib-service-option-card > div { color: var(--ib-muted); font-size: .74rem; line-height: 1.75; }
.ib-service-option-card > small { margin-top: auto; padding-top: 2rem; color: var(--ib-ink); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }

.ib-service-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.18); }
.ib-service-table-wrap--light { border-color: var(--ib-line); }
.ib-service-table { width: 100%; min-width: 720px; border-collapse: collapse; color: rgba(255,255,255,.7); }
.ib-service-table th,
.ib-service-table td { padding: 1.15rem 1.3rem; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .72rem; text-align: left; }
.ib-service-table thead th { color: rgba(255,255,255,.45); font-size: .56rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.ib-service-table tbody th { color: #fff; font-weight: 500; }
.ib-service-table tbody tr:last-child > * { border-bottom: 0; }
.ib-service-table--light { color: var(--ib-body); }
.ib-service-table--light th,
.ib-service-table--light td { border-color: var(--ib-line-soft); }
.ib-service-table--light thead th { color: var(--ib-muted); }
.ib-service-table--light tbody th { color: var(--ib-ink); }
.ib-service-disclaimer { max-width: 68rem; margin: 1.35rem 0 0; color: rgba(255,255,255,.42); font-size: .62rem; line-height: 1.7; }
.ib-service-disclaimer--light { color: var(--ib-muted); }

.ib-service-form-section { padding-block: clamp(4rem, 7vw, 6.5rem); background: var(--ib-tint); }
.ib-service-form-copy { position: sticky; top: calc(var(--ib-header-h) + 1.5rem); }
.ib-service-form-copy > p:not(.ib-eyebrow) { max-width: 38rem; margin: 1.3rem 0 0; color: var(--ib-muted); line-height: 1.8; }
.ib-service-form-notes { margin-top: 2rem; border-top: 1px solid var(--ib-line); }
.ib-service-form-notes > div { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ib-line); }
.ib-service-form-notes span { color: var(--ib-gold); font-size: .58rem; }
.ib-service-form-notes p { margin: 0; color: var(--ib-muted); font-size: .7rem; line-height: 1.65; }
.ib-service-form-notes strong { display: block; margin-bottom: .2rem; color: var(--ib-ink); font-size: .78rem; font-weight: 500; }
.ib-service-form { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--ib-line); background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.06); }

.ib-service-faq { padding-block: clamp(4rem, 7vw, 6rem); }
.ib-service-faq-grid { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.ib-service-faq-grid > div:first-child > p:last-child { margin-top: 1rem; color: var(--ib-muted); line-height: 1.75; }

.ib-service-coverage-grid,
.ib-service-scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.ib-service-coverage-grid article { padding: 2rem; border: 1px solid rgba(255,255,255,.18); }
.ib-service-coverage-grid article > span,
.ib-service-scope-card > span { color: var(--ib-gold); font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.ib-service-coverage-grid h3 { margin: .85rem 0 1.4rem; color: #fff; font-size: 1.25rem; font-weight: 400; }
.ib-service-coverage-grid ul,
.ib-service-scope-card ul { list-style: none; margin: 0; padding: 0; }
.ib-service-coverage-grid li { padding: .75rem 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: .72rem; }
.ib-service-coverage-grid li::before,
.ib-service-scope-card li::before { content: "—"; margin-right: .7rem; color: var(--ib-gold); }
.ib-service-watch-note { margin: 1rem 0 0; padding: 1.2rem 1.4rem; border: 1px solid rgba(184,148,79,.5); color: rgba(255,255,255,.6); font-size: .7rem; line-height: 1.7; }
.ib-service-watch-note strong { color: #fff; font-weight: 500; }

.ib-service-care-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--ib-line); }
.ib-service-care-grid article { min-width: 0; padding: 1.75rem; border-right: 1px solid var(--ib-line); }
.ib-service-care-grid article:first-child { padding-left: 0; }
.ib-service-care-grid article:last-child { padding-right: 0; border-right: 0; }
.ib-service-care-grid span { color: var(--ib-gold); font-size: .58rem; }
.ib-service-care-grid h3 { margin: 1.5rem 0 .65rem; font-size: 1rem; font-weight: 500; }
.ib-service-care-grid p { margin: 0; color: var(--ib-muted); font-size: .7rem; line-height: 1.7; }

.ib-service-scope-card { min-height: 360px; padding: 2.2rem; border: 1px solid var(--ib-line); background: var(--ib-tint); }
.ib-service-scope-card--buy { background: #fff; border-color: var(--ib-ink); }
.ib-service-scope-card h3 { margin: .85rem 0 1.5rem; font-size: 1.45rem; font-weight: 400; }
.ib-service-scope-card li { padding: .85rem 0; border-top: 1px solid var(--ib-line); color: var(--ib-body); font-size: .74rem; }
.ib-service-trade-note { display: grid; grid-template-columns: 12rem 1fr; gap: 2rem; margin-top: 1rem; padding: 1.4rem; background: #0d0d0d; color: #fff; }
.ib-service-trade-note span { color: var(--ib-gold); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-service-trade-note p { margin: 0; color: rgba(255,255,255,.58); font-size: .7rem; line-height: 1.75; }

@media (max-width: 991.98px) {
  .ib-service-intro-grid { grid-template-columns: 1fr; }
  .ib-service-intro-media { min-height: 540px; }
  .ib-service-section-head { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .ib-service-steps,
  .ib-service-care-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ib-service-steps article:nth-child(2),
  .ib-service-care-grid article:nth-child(2) { border-right: 0; }
  .ib-service-steps article:nth-child(-n+2),
  .ib-service-care-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .ib-service-care-grid article:nth-child(-n+2) { border-bottom-color: var(--ib-line); }
  .ib-service-steps article:nth-child(3),
  .ib-service-care-grid article:nth-child(3) { padding-left: 0; }
  .ib-service-option-grid { grid-template-columns: 1fr; }
  .ib-service-option-card { min-height: 0; }
  .ib-service-form-copy { position: static; }
  .ib-service-faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 767.98px) {
  .ib-service-hero { min-height: 620px; }
  .ib-service-hero > img { object-position: 64% center; }
  .ib-service-hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.86)); }
  .ib-service-hero-content { min-height: 620px; justify-content: flex-end; align-items: center; padding-bottom: 3.5rem; text-align: center; }
  .ib-service-hero h1 { font-size: 3.55rem; }
  .ib-service-hero-actions { flex-direction: column; gap: 1rem; }
  .ib-service-proof-grid { grid-template-columns: 1fr; }
  .ib-service-proof-grid > div { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--ib-line-soft); }
  .ib-service-proof-grid > div:last-child { border-bottom: 0; }
  .ib-service-proof-grid span { display: inline-block; min-width: 2rem; margin: 0; }
  .ib-service-proof-grid strong { display: inline; }
  .ib-service-proof-grid small { margin: .25rem 0 0 2.05rem; }
  .ib-service-intro-media { min-height: 430px; }
  .ib-service-facts > div { grid-template-columns: 1fr; }
  .ib-service-facts span { grid-row: auto; }
  .ib-service-steps,
  .ib-service-care-grid,
  .ib-service-coverage-grid,
  .ib-service-scope-grid { grid-template-columns: 1fr; }
  .ib-service-steps article,
  .ib-service-care-grid article { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .ib-service-care-grid article { border-bottom-color: var(--ib-line); }
  .ib-service-steps article:last-child,
  .ib-service-care-grid article:last-child { border-bottom: 0; }
  .ib-service-steps h3 { margin-top: 1rem; }
  .ib-service-trade-note { grid-template-columns: 1fr; gap: .75rem; }
}

/* ---------- Contact --------------------------------------------------- */
.ib-contact-hero > img { object-position: 68% center; }
.ib-contact-main { padding-block: clamp(4.5rem, 8vw, 7rem); background: var(--ib-tint); }
.ib-contact-copy { position: sticky; top: calc(var(--ib-header-h) + 1.5rem); }
.ib-contact-copy h2,
.ib-contact-visit h2 { margin: 0; font-size: clamp(2.4rem, 4.8vw, 4.4rem); font-weight: 400; line-height: 1.03; letter-spacing: -.04em; }
.ib-contact-copy > p:not(.ib-eyebrow) { max-width: 38rem; margin: 1.3rem 0 2rem; color: var(--ib-muted); line-height: 1.8; }
.ib-contact-channels { border-top: 1px solid var(--ib-line); }
.ib-contact-channels a { display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ib-line); color: var(--ib-body); }
.ib-contact-channels a:hover strong { color: var(--ib-gold); }
.ib-contact-channels span { grid-column: 1 / -1; color: var(--ib-muted); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-contact-channels strong { color: var(--ib-ink); font-size: .82rem; font-weight: 500; transition: color .2s ease; }
.ib-contact-channels small { color: var(--ib-muted); font-size: .65rem; text-align: right; }
.ib-contact-form-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; padding-bottom: 1rem; border-bottom: 1px solid var(--ib-line); }
.ib-contact-form-head span { color: var(--ib-ink); font-size: .65rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.ib-contact-form-head p { margin: 0; color: var(--ib-muted); font-size: .6rem; }
.ib-contact-privacy { margin: 1rem 0 0; color: var(--ib-muted); font-size: .6rem; line-height: 1.65; text-align: center; }
.ib-contact-privacy a { color: var(--ib-ink); text-decoration: underline; text-underline-offset: .2em; }

.ib-contact-visit { padding-block: clamp(4.5rem, 8vw, 7rem); background: #0d0d0d; color: #fff; }
.ib-contact-visit-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.ib-contact-visit .ib-eyebrow { color: var(--ib-gold); }
.ib-contact-visit h2 { color: #fff; }
.ib-contact-visit-grid > div:first-child > p:not(.ib-eyebrow) { max-width: 42rem; margin: 1.3rem 0; color: rgba(255,255,255,.58); line-height: 1.8; }
.ib-contact-visit address { margin: 0; color: rgba(255,255,255,.6); font-size: .72rem; line-height: 1.75; }
.ib-contact-visit address strong { color: #fff; font-weight: 500; }
.ib-contact-visit-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.75rem; }
.ib-contact-visit-actions > a:not(.btn) { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: .2rem; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.ib-contact-hours { border-top: 1px solid rgba(255,255,255,.18); }
.ib-contact-hours > p { padding-top: 1.2rem; }
.ib-contact-hours > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: .7rem; }
.ib-contact-hours strong { color: #fff; font-weight: 500; text-align: right; }
.ib-contact-hours small { display: block; margin-top: 1rem; color: rgba(255,255,255,.38); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 991.98px) {
  .ib-contact-copy { position: static; }
  .ib-contact-visit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .ib-contact-hero > img { object-position: 64% center; }
  .ib-contact-form-head { align-items: flex-start; flex-direction: column; }
  .ib-contact-visit { text-align: center; }
  .ib-contact-visit-actions { flex-direction: column; }
  .ib-contact-hours { text-align: left; }
}

* { -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--bs-body-font-family);
  color: var(--ib-body);
  background: var(--ib-page);
  letter-spacing: .01em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--ib-ink);
  font-weight: 500;
  letter-spacing: -.005em;
}

a { text-decoration: none; }
a:hover { color: var(--ib-ink); }
img { max-width: 100%; height: auto; }
hr { border-color: var(--ib-line); opacity: 1; }
:focus-visible { outline: 2px solid var(--ib-ink); outline-offset: 2px; }

/* ---------- typographic utilities ------------------------------------- */
.ib-eyebrow {
  font-size: .6875rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ib-muted);
  font-weight: 500;
}
.ib-caps {
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}
.ib-section-title {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 500;
  margin: 0;
}
.ib-display {
  font-size: clamp(2rem, 5.2vw, 3.75rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: var(--ib-ink);
}
.ib-lede { font-size: 1.0625rem; line-height: 1.7; color: var(--ib-body); }
.ib-price { color: var(--ib-ink); font-weight: 500; }
.ib-strike { color: var(--ib-muted); text-decoration: line-through; font-weight: 400; }
.ib-link-arrow {
  font-size: .8125rem; letter-spacing: .06em; color: var(--ib-ink);
  border-bottom: 1px solid var(--ib-ink); padding-bottom: 2px; white-space: nowrap;
}
.ib-link-arrow:hover { opacity: .6; }

/* ---------- buttons --------------------------------------------------- */
.btn {
  --bs-btn-border-radius: 0;
  font-size: .8125rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
  padding: .875rem 1.75rem;
  border-radius: 0;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease;
}
.btn-ib {
  background: var(--ib-ink); color: #fff; border: 1px solid var(--ib-ink);
}
.btn-ib:hover, .btn-ib:focus { background: #2e2e2e; border-color: #2e2e2e; color: #fff; }
.btn-ib-outline {
  background: transparent; color: var(--ib-ink); border: 1px solid var(--ib-ink);
}
.btn-ib-outline:hover { background: var(--ib-ink); color: #fff; }
.btn-ib-light {
  background: rgba(255, 255, 255, .92); color: var(--ib-ink); border: 1px solid transparent;
}
.btn-ib-light:hover { background: #fff; color: var(--ib-ink); }
.btn-ib-ghost {
  background: rgba(255, 255, 255, .12); color: #fff;
  border: 1px solid rgba(255, 255, 255, .55); backdrop-filter: blur(6px);
}
.btn-ib-ghost:hover { background: #fff; color: var(--ib-ink); border-color: #fff; }
.btn-sm { padding: .625rem 1.125rem; font-size: .75rem; }
.btn-lg { padding: 1.0625rem 2.25rem; font-size: .875rem; }

/* ---------- announcement bar ------------------------------------------ */
.ib-announce {
  background: var(--ib-tint);
  border-bottom: 1px solid var(--ib-line-soft);
  font-size: .6875rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ib-ink);
  height: var(--ib-bar-h);
  display: flex; align-items: center;
}
.ib-announce a { color: var(--ib-ink); }
.ib-announce a:hover { opacity: .6; }

/* ---------- header ---------------------------------------------------- */
.ib-header {
  position: sticky; top: 0; z-index: 1040;
  /* Shares the page ground rather than being hard white, so a cream palette
     does not leave a white bar sitting on top of a tinted page. */
  background: var(--ib-page); border-bottom: 1px solid var(--ib-line-soft);
}
.ib-header-inner { height: var(--ib-header-h); display: flex; align-items: center; gap: 1.25rem; }
/* Brand lockup. Dark artwork on the white header, reversed artwork in the
   footer. Height-driven so the source PNG aspect ratio is preserved. */
.ib-logo {
  display: inline-flex; align-items: center; line-height: 1;
  color: var(--ib-ink); flex-shrink: 0;
}
.ib-logo img { height: 34px; width: auto; display: block; }
.ib-logo--footer img { height: 44px; }
.ib-nav { display: flex; align-items: center; gap: 1.5rem; height: 100%; }
.ib-nav > li { list-style: none; height: 100%; display: flex; align-items: center; }
.ib-nav-link {
  font-size: .8125rem; font-weight: 500; color: var(--ib-ink);
  padding: .25rem 0; border-bottom: 1.5px solid transparent; background: none; border-top: 0;
  border-left: 0; border-right: 0; cursor: pointer;
}
.ib-nav > li:hover .ib-nav-link,
.ib-nav-link.active { border-bottom-color: var(--ib-ink); }

.ib-icons { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.ib-icon-btn {
  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  background: none; border: 0; color: var(--ib-ink); position: relative;
}
.ib-icon-btn:hover { opacity: .55; }
.ib-cart-count {
  position: absolute; top: 5px; right: 4px; min-width: 16px; height: 16px;
  border-radius: 8px; background: var(--ib-ink); color: #fff;
  font-size: .625rem; line-height: 16px; text-align: center; padding: 0 4px;
}
.ib-cart-count[hidden] { display: none; }

/* header search field */
.ib-search-wrap { position: relative; width: 260px; margin-left: auto; }
.ib-search-input {
  width: 100%; height: 38px; border: 0; border-radius: 999px; background: var(--ib-tint);
  padding: 0 1rem 0 2.375rem; font-size: .8125rem; color: var(--ib-ink);
}
.ib-search-input::placeholder { color: var(--ib-muted); }
.ib-search-input:focus { outline: 0; background: #efeeeb; }
.ib-search-icon {
  position: absolute; left: .875rem; top: 50%; transform: translateY(-50%);
  color: var(--ib-muted); pointer-events: none;
}

/* ---------- mega menu ------------------------------------------------- */
.ib-mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: #fff; border-top: 1px solid var(--ib-line-soft);
  border-bottom: 1px solid var(--ib-line); box-shadow: 0 18px 40px rgba(0, 0, 0, .07);
  padding: 2.25rem 0 2.5rem; opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.ib-has-mega:hover > .ib-mega,
.ib-mega.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.ib-mega-head {
  font-size: .6875rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ib-muted); margin-bottom: 1rem;
}
.ib-mega-list { list-style: none; padding: 0; margin: 0; }
.ib-mega-list li { margin-bottom: .5rem; }
.ib-mega-list a { font-size: .875rem; color: var(--ib-ink); }
.ib-mega-list a:hover { opacity: .55; }
.ib-mega-card { display: block; color: var(--ib-ink); }
.ib-mega-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ib-mega-card img.ib-mega-card-product { object-fit: contain; background: #f5f5f5; }
.ib-mega-card span { display: block; margin-top: .625rem; font-size: .8125rem; }
.ib-mega-card:hover span { opacity: .55; }
.ib-home-menu { padding: 1.5rem 0; }
.ib-home-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ib-home-menu-grid > a { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: .25rem 1rem; padding: 1.25rem 1.5rem; color: var(--ib-ink); border: 1px solid var(--ib-line-soft); }
.ib-home-menu-grid > a + a { border-left: 0; }
.ib-home-menu-grid span { grid-row: 1 / 3; color: var(--ib-accent); font-size: .625rem; letter-spacing: .12em; }
.ib-home-menu-grid strong { font-size: 1rem; font-weight: 500; }
.ib-home-menu-grid small { color: var(--ib-muted); font-size: .75rem; }
.ib-home-menu-grid b { grid-column: 3; grid-row: 1 / 3; align-self: center; font-weight: 400; }
.ib-home-menu-grid > a:hover,
.ib-home-menu-grid > a.is-current { background: var(--ib-tint); }

/* mobile nav accordion */
.ib-mobile-nav .accordion-button {
  font-size: .9375rem; color: var(--ib-ink); font-weight: 500;
  padding: 1rem .25rem; box-shadow: none; background: #fff;
}
.ib-mobile-nav .accordion-button:not(.collapsed) { background: #fff; color: var(--ib-ink); }
.ib-mobile-nav .accordion-item { border-left: 0; border-right: 0; border-color: var(--ib-line-soft); }
.ib-mobile-nav .accordion-body { padding: 0 .25rem 1rem; }
.ib-mobile-nav .accordion-body a {
  display: block; padding: .4375rem 0; font-size: .875rem; color: var(--ib-body);
}

/* ---------- hero ------------------------------------------------------ */
.ib-hero { position: relative; overflow: hidden; background: var(--ib-hero-bg); }
.ib-hero-media { width: 100%; height: clamp(420px, 74vh, 760px); object-fit: cover; display: block; }
.ib-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .42) 100%);
}
.ib-hero-content {
  position: absolute; inset: auto 0 0 0; padding: 0 1rem 3.5rem;
  text-align: center; color: #fff;
}
.ib-hero-content h1 { color: #fff; text-shadow: 0 2px 20px rgba(0, 0, 0, .35); }

/* homepage campaign carousel */
.ib-hero-carousel .carousel-inner,
.ib-hero-carousel .carousel-item { background: #090909; }
.ib-hero-carousel .ib-hero-media { object-position: var(--ib-slide-position, 50%) center; }
.ib-hero-carousel .ib-hero-overlay {
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .55) 31%, rgba(0, 0, 0, .08) 68%, rgba(0, 0, 0, .12) 100%);
  pointer-events: none;
}
.ib-hero-carousel .ib-hero-content {
  inset: 0; z-index: 3; display: flex; align-items: center;
  padding: 1.5rem 7.5%; text-align: left; pointer-events: none;
}
.ib-hero-carousel .ib-hero-content .container { margin: 0; }
.ib-hero-carousel .ib-hero-content h1 { max-width: 660px; }
.ib-hero-carousel .ib-hero-actions { pointer-events: auto; }
.ib-hero-carousel .carousel-control-prev,
.ib-hero-carousel .carousel-control-next { z-index: 4; width: 6%; }
.ib-hero-carousel .carousel-indicators { z-index: 4; margin-bottom: 1.25rem; }
.ib-hero-carousel .carousel-indicators [data-bs-target] {
  width: 28px; height: 2px; margin-inline: 4px; border: 0;
}
.ib-hero-playback {
  position: absolute; right: 1rem; bottom: 1rem; z-index: 5;
  border: 1px solid rgba(255, 255, 255, .58); background: rgba(0, 0, 0, .42);
  color: #fff; padding: .35rem .65rem; font-size: .625rem; line-height: 1;
  letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(5px);
}
.ib-hero-playback:hover { background: rgba(0, 0, 0, .72); }

@media (max-width: 767.98px) {
  .ib-hero-carousel .ib-hero-media { height: clamp(250px, 68vw, 330px); }
  .ib-hero-carousel .ib-hero-overlay { bottom: auto; height: clamp(250px, 68vw, 330px); background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .28)); }
  .ib-hero-carousel .ib-hero-content {
    position: relative; padding: 2rem 1rem 4.25rem; background: #090909; text-align: center;
  }
  .ib-hero-carousel .ib-hero-content .container { margin-inline: auto; }
  .ib-hero-carousel .ib-hero-actions { justify-content: center; }
  .ib-hero-carousel .carousel-control-prev,
  .ib-hero-carousel .carousel-control-next { top: 0; bottom: auto; height: clamp(250px, 68vw, 330px); width: 13%; }
}

/* page hero (collections / content pages) */
.ib-page-hero { position: relative; overflow: hidden; }
.ib-page-hero img { width: 100%; height: clamp(220px, 30vw, 340px); object-fit: cover; display: block; }
.ib-page-hero .ib-page-hero-in {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center;
  color: #fff; background: linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .06));
}
.ib-page-hero h1 { color: #fff; font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 400; margin: 0; }
.ib-page-hero .ib-eyebrow { color: rgba(255, 255, 255, .8); }
.ib-page-hero--tall img { height: clamp(300px, 42vw, 520px); }

/* ---------- section shell --------------------------------------------- */
.ib-section { padding: clamp(2.75rem, 5vw, 4.5rem) 0; }
.ib-section--tight { padding: clamp(2rem, 3.5vw, 3rem) 0; }
.ib-section--tint { background: var(--ib-tint); }

/* Primary homepage: a calmer editorial rhythm with fewer, better framed
   choices. These rules stay scoped to the homepage modules. */
.ib-home-proof { background: #fff; border-bottom: 1px solid var(--ib-line-soft); }
.ib-home-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ib-home-proof-grid > div {
  position: relative; min-width: 0; padding: 1.5rem 1.5rem 1.6rem;
  border-right: 1px solid var(--ib-line-soft);
}
.ib-home-proof-grid > div:first-child { padding-left: 0; }
.ib-home-proof-grid > div:last-child { padding-right: 0; border-right: 0; }
.ib-home-proof-grid span {
  display: block; margin-bottom: .7rem; color: var(--ib-gold);
  font-size: .625rem; letter-spacing: .16em;
}
.ib-home-proof-grid strong { display: block; color: var(--ib-ink); font-size: .8125rem; font-weight: 500; }
.ib-home-proof-grid small { display: block; margin-top: .32rem; color: var(--ib-muted); font-size: .6875rem; line-height: 1.5; }

.ib-home-signature,
.ib-home-favourites,
.ib-home-categories { padding-block: clamp(4rem, 7vw, 6.75rem); }
.ib-home-heading { margin-bottom: clamp(1.75rem, 3vw, 2.75rem); }
.ib-home-heading .ib-section-head { margin-bottom: .8rem; }
.ib-home-heading p {
  max-width: 42rem; margin: 0; color: var(--ib-muted);
  font-size: .875rem; line-height: 1.75;
}
.ib-home-heading .ib-section-title { font-size: clamp(1.65rem, 2.7vw, 2.35rem); font-weight: 400; }
.ib-home-favourites .ib-tabs { margin-bottom: 1.75rem; }

.ib-home-commission { padding-block: clamp(4rem, 7vw, 6.5rem); }
.ib-home-commission .ib-section-title { max-width: 34rem; font-size: clamp(1.65rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.18; }
.ib-home-commission .col-lg-6:first-child { padding-right: clamp(1rem, 5vw, 5rem); }
.ib-home-commission .ib-editorial-image { min-height: 420px; box-shadow: 24px 24px 0 rgba(255,255,255,.045); }
.ib-commission-steps {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 2rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.ib-commission-steps span { color: rgba(255,255,255,.72); font-size: .6875rem; line-height: 1.45; }
.ib-commission-steps b { display: block; margin-bottom: .35rem; color: var(--ib-gold); font-size: .625rem; letter-spacing: .14em; font-weight: 500; }

.ib-home-flagship { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-home-flagship .ib-split-media { background: var(--ib-tint); }
.ib-home-flagship .ib-split-media > div:last-child { padding: clamp(2rem, 5vw, 5rem); }
.ib-home-flagship .ib-section-title { font-size: clamp(1.65rem, 2.8vw, 2.35rem); font-weight: 400; }
.ib-home-flagship .ib-editorial-image { height: 100%; min-height: 460px; aspect-ratio: auto; }

.ib-home-services .ib-section-head { margin-bottom: 2.25rem; }
.ib-home-services .ib-step { padding: 1.5rem 1.5rem 1.75rem; background: #fff; border: 1px solid var(--ib-line-soft); }
.ib-home-services .ib-step-num { color: var(--ib-gold); }

.ib-reel-showcase { background: #0e0e0e; color: #fff; }
.ib-reel-showcase .ib-eyebrow { color: rgba(255,255,255,.55); }
.ib-reel-intro { max-width: 48rem; color: rgba(255,255,255,.66); line-height: 1.7; }
.ib-reel-profile { color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: .2rem; }
.ib-reel-profile:hover { color: rgba(255,255,255,.65); }
.ib-reel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.ib-reel-card { min-width: 0; }
.ib-reel-media { position: relative; aspect-ratio: 9 / 16; overflow: hidden; background: #1a1a1a; }
.ib-reel-media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.ib-reel-play {
  position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%);
  display: inline-flex; align-items: center; gap: .55rem; padding: .72rem .95rem;
  border: 1px solid rgba(255,255,255,.58); background: rgba(8,8,8,.62); color: #fff;
  font-size: .625rem; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px);
  transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}
.ib-reel-play span { font-size: .65rem; }
.ib-reel-play:hover { background: rgba(8,8,8,.9); transform: translate(-50%, -50%) scale(1.03); }
.ib-reel-media.is-playing .ib-reel-play,
.ib-reel-media.is-playing .ib-reel-badge { opacity: 0; pointer-events: none; }
.ib-reel-badge { position: absolute; top: .75rem; left: .75rem; z-index: 1; padding: .38rem .55rem; background: rgba(14,14,14,.76); color: #fff; font-size: .625rem; letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }
.ib-reel-card h3 { margin: 1rem 0 .35rem; font-size: .9375rem; font-weight: 500; }
.ib-reel-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .75rem; line-height: 1.6; }

@media (max-width: 991.98px) {
  .ib-reel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ib-home-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ib-home-proof-grid > div { border-bottom: 1px solid var(--ib-line-soft); }
  .ib-home-proof-grid > div:nth-child(2) { border-right: 0; }
  .ib-home-proof-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .ib-home-proof-grid > div:first-child { padding-left: 1.5rem; }
  .ib-home-proof-grid > div:last-child { padding-right: 1.5rem; }
  .ib-home-commission .ib-editorial-image,
  .ib-home-flagship .ib-editorial-image { min-height: 0; }
  .ib-home-flagship .ib-split-media { margin-inline: 0; }
}

@media (max-width: 575.98px) {
  .ib-reel-grid { display: flex; gap: .875rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .75rem; margin-right: -1rem; }
  .ib-reel-card { flex: 0 0 76vw; scroll-snap-align: start; }
  .ib-home-proof-grid { grid-template-columns: 1fr 1fr; }
  .ib-home-proof-grid > div { padding: 1.15rem 1rem 1.25rem; }
  .ib-home-proof-grid > div:first-child { padding-left: 1rem; }
  .ib-home-proof-grid > div:last-child { padding-right: 1rem; }
  .ib-home-proof-grid small { display: none; }
  .ib-home-signature,
  .ib-home-favourites,
  .ib-home-categories { padding-block: 3.5rem; }
  .ib-home-heading .ib-section-head { align-items: flex-start; }
  .ib-home-heading p { font-size: .8125rem; }
  .ib-commission-steps { gap: .75rem; }
  .ib-commission-steps span { font-size: .625rem; }
  .ib-home-flagship .ib-split-media > div:last-child { padding: 1.75rem 1.25rem 2rem; }
}
.ib-section--dark { background: var(--ib-deep); color: rgba(255, 255, 255, .78); }
.ib-section--dark h1, .ib-section--dark h2, .ib-section--dark h3 { color: #fff; }
.ib-section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1rem; margin-bottom: 1.5rem;
}

/* ---------- category tiles ------------------------------------------- */
.ib-tile { position: relative; display: block; overflow: hidden; color: #fff; }
.ib-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.ib-tile:hover img { transform: scale(1.04); }
.ib-tile-body {
  position: absolute; inset: auto 0 0 0; padding: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .55));
}
.ib-tile-body h3 { color: #fff; font-size: 1.25rem; margin: 0 0 .625rem; }
.ib-tile--tall img { aspect-ratio: 4 / 5; }
.ib-tile--wide img { aspect-ratio: 16 / 9; }
.ib-tile--sq img { aspect-ratio: 1 / 1; }

/* small round category chips (collection subnav) */
.ib-chip-row { display: flex; gap: 1.75rem; overflow-x: auto; padding-bottom: .5rem; scrollbar-width: thin; }
.ib-chip { flex: 0 0 auto; text-align: center; color: var(--ib-ink); width: 88px; }
.ib-chip img { width: 88px; height: 88px; object-fit: cover; border-radius: 50%; }
.ib-chip span { display: block; margin-top: .5rem; font-size: .75rem; letter-spacing: .04em; }
.ib-chip:hover span { opacity: .55; }

/* editorial category cards on the primary homepage */
.ib-category-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.875rem, 1.5vw, 1.5rem);
}
.ib-category-card {
  display: block; min-width: 0; overflow: hidden; color: #fff; background: var(--ib-deep);
  border: 1px solid rgba(18, 18, 18, .08); transition: transform .35s ease, box-shadow .35s ease;
}
.ib-category-card:hover {
  color: #fff; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(18, 18, 18, .12);
}
.ib-category-card-media { display: block; overflow: hidden; background: #f5f4f2; }
.ib-category-card-media img {
  display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}
.ib-category-card:hover .ib-category-card-media img { transform: scale(1.035); }
.ib-category-card-body {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
  min-height: 96px; padding: 1.25rem 1.375rem;
}
.ib-category-card-body small {
  display: block; margin-bottom: .4rem; color: rgba(255, 255, 255, .54);
  font-size: .625rem; letter-spacing: .15em; text-transform: uppercase;
}
.ib-category-card-body strong {
  display: block; color: #fff; font-size: clamp(.9rem, 1.35vw, 1.125rem);
  font-weight: 400; line-height: 1.25;
}
.ib-category-card-arrow {
  flex: 0 0 auto; font-size: 1.25rem; line-height: 1; color: var(--ib-gold);
  transition: transform .3s ease;
}
.ib-category-card:hover .ib-category-card-arrow { transform: translate(3px, -3px); }

.ib-editorial-image {
  display: block; aspect-ratio: 16 / 10; object-fit: cover; background: #161616;
}

@media (max-width: 767.98px) {
  .ib-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .625rem; }
  .ib-category-card-media img { aspect-ratio: 1 / 1; }
  .ib-category-card-body { min-height: 82px; padding: .9rem; }
  .ib-category-card-body small { font-size: .55rem; }
  .ib-category-card-arrow { display: none; }
  .ib-editorial-image { aspect-ratio: 4 / 3; }
}

/* ---------- product card --------------------------------------------- */
.ib-card { position: relative; display: block; color: inherit; height: 100%; }
.ib-card-media {
  position: relative; background: var(--ib-tile); aspect-ratio: 1 / 1; overflow: hidden;
}
.ib-card-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: opacity .3s ease, transform .6s ease;
}
.ib-card-media img.ib-card-alt { opacity: 0; }
.ib-card:hover .ib-card-media img.ib-card-alt { opacity: 1; }
.ib-card:hover .ib-card-media img { transform: scale(1.03); }
.ib-card-badge {
  position: absolute; top: .625rem; left: .625rem; z-index: 2;
  background: #fff; color: var(--ib-ink); font-size: .625rem; letter-spacing: .1em;
  text-transform: uppercase; padding: .3125rem .5rem;
}
.ib-card-badge--sale { background: var(--ib-ink); color: #fff; }
.ib-card-fav {
  position: absolute; top: .5rem; right: .5rem; z-index: 2; width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: 0; color: var(--ib-ink); opacity: .55;
}
.ib-card-fav:hover, .ib-card-fav.is-on { opacity: 1; }
.ib-card-fav.is-on svg { fill: var(--ib-ink); }
.ib-card-body { padding: .875rem 0 0; }
.ib-card-title { font-size: .875rem; color: var(--ib-ink); font-weight: 500; margin: 0 0 .25rem; line-height: 1.35; }
.ib-card-sub { font-size: .75rem; color: var(--ib-muted); margin: 0 0 .5rem; line-height: 1.45; }
.ib-card-price { font-size: .875rem; }
.ib-card-swatches { display: flex; gap: .3125rem; margin-top: .5rem; }
.ib-sw { width: 13px; height: 13px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .18); }
.ib-sw--yellow { background: linear-gradient(135deg, #e8cf8a, #c9a227); }
.ib-sw--white { background: linear-gradient(135deg, #f2f4f6, #b9c1c9); }
.ib-sw--rose { background: linear-gradient(135deg, #f3d8cf, #c98878); }
.ib-sw--silver { background: linear-gradient(135deg, #eceff1, #aab2b9); }

/* horizontal scroll rail for "shop our favourites" style rows */
.ib-rail { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .75rem; }
.ib-rail > * { flex: 0 0 clamp(180px, 46vw, 260px); scroll-snap-align: start; }

/* ---------- tabs (best sellers / new arrivals) ------------------------ */
.ib-tabs { display: flex; gap: 1.75rem; border-bottom: 1px solid var(--ib-line-soft); }
.ib-tabs button {
  background: none; border: 0; border-bottom: 1.5px solid transparent;
  padding: 0 0 .75rem; font-size: .875rem; color: var(--ib-muted); font-weight: 500;
}
.ib-tabs button.active { color: var(--ib-ink); border-bottom-color: var(--ib-ink); }

/* ---------- collection toolbar + filters ----------------------------- */
.ib-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ib-line-soft);
}
.ib-toolbar-btn {
  background: none; border: 0; color: var(--ib-ink);
  font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
}
.ib-toolbar-btn:hover { opacity: .55; }
.ib-filter-group { border-bottom: 1px solid var(--ib-line-soft); padding: 1.125rem 0; }
.ib-filter-group > summary {
  list-style: none; cursor: pointer; display: flex; align-items: center;
  justify-content: space-between; font-size: .8125rem; font-weight: 500; color: var(--ib-ink);
}
.ib-filter-group > summary::-webkit-details-marker { display: none; }
.ib-filter-group > summary::after { content: "+"; font-size: 1rem; color: var(--ib-muted); }
.ib-filter-group[open] > summary::after { content: "\2013"; }
.ib-filter-body { padding-top: .875rem; }
.ib-filter-body .form-check { margin-bottom: .4375rem; }
.ib-filter-body .form-check-label { font-size: .8125rem; color: var(--ib-body); }
.ib-filter-body .form-check-input { border-radius: 0; border-color: var(--ib-line); }
.ib-filter-body .form-check-input:checked { background-color: var(--ib-ink); border-color: var(--ib-ink); }
.ib-active-filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.ib-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  border: 1px solid var(--ib-line); padding: .3125rem .625rem;
  font-size: .75rem; color: var(--ib-ink); background: #fff;
}
.ib-pill button { background: none; border: 0; line-height: 1; color: var(--ib-muted); }

/* ---------- product detail page -------------------------------------- */
.ib-pdp-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
.ib-pdp-gallery img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--ib-tile); cursor: zoom-in;
}
.ib-pdp-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.ib-pdp-panel { position: sticky; top: calc(var(--ib-header-h) + 1.5rem); }
.ib-pdp-title { font-size: clamp(1.375rem, 2.4vw, 1.875rem); font-weight: 400; margin: .25rem 0 .75rem; }
.ib-pdp-price { font-size: 1.375rem; color: var(--ib-ink); font-weight: 500; }
.ib-installments { font-size: .8125rem; color: var(--ib-muted); }
.ib-shoppay {
  display: inline-flex; align-items: center; background: #5a31f4; color: #fff;
  font-size: .625rem; font-weight: 700; letter-spacing: .04em; padding: .125rem .375rem;
  border-radius: 3px; vertical-align: middle;
}
.ib-stock-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #eef7f1; color: #17553a; font-size: .8125rem; padding: .5rem .875rem;
}
.ib-stock-badge::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ib-green);
}
.ib-opt-label { font-size: .8125rem; color: var(--ib-ink); margin-bottom: .5rem; }
.ib-opt-label span { color: var(--ib-body); }
.ib-swatch-row { display: flex; gap: .625rem; flex-wrap: wrap; }
.ib-swatch {
  width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .15);
  padding: 0; position: relative; background-clip: padding-box;
}
.ib-swatch.is-active { box-shadow: 0 0 0 1px #fff inset, 0 0 0 1.5px var(--ib-ink); }
.ib-opt-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.ib-opt-pill {
  min-width: 52px; padding: .625rem .75rem; border: 1px solid var(--ib-line);
  background: #fff; font-size: .8125rem; color: var(--ib-ink);
}
.ib-opt-pill.is-active { border-color: var(--ib-ink); box-shadow: 0 0 0 1px var(--ib-ink) inset; }
.ib-opt-pill:disabled { color: var(--ib-muted); text-decoration: line-through; background: var(--ib-tint); }
.ib-qty { display: inline-flex; border: 1px solid var(--ib-line); }
.ib-qty button { width: 42px; height: 46px; background: none; border: 0; color: var(--ib-ink); }
.ib-qty input {
  width: 46px; height: 46px; border: 0; text-align: center; font-size: .875rem;
  color: var(--ib-ink); -moz-appearance: textfield;
}
.ib-qty input::-webkit-outer-spin-button,
.ib-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.ib-trust { display: flex; gap: 2rem; flex-wrap: wrap; }
.ib-trust div { display: flex; align-items: center; gap: .625rem; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.ib-accordion .accordion-button {
  padding: 1.125rem .25rem; font-size: .8125rem; letter-spacing: .08em; text-transform: uppercase;
  font-weight: 500; color: var(--ib-ink); background: #fff; box-shadow: none;
}
.ib-accordion .accordion-button:not(.collapsed) { background: #fff; color: var(--ib-ink); }
.ib-accordion .accordion-item { border-left: 0; border-right: 0; border-color: var(--ib-line-soft); }
.ib-accordion .accordion-body { padding: 0 .25rem 1.375rem; font-size: .875rem; }
.ib-spec { display: grid; grid-template-columns: 40% 1fr; gap: .5rem .75rem; font-size: .875rem; }
.ib-spec dt { color: var(--ib-muted); font-weight: 400; }
.ib-spec dd { color: var(--ib-ink); margin: 0; }

/* ---------- process / numbered steps --------------------------------- */
.ib-step { border-top: 1px solid var(--ib-line); padding-top: 1.125rem; height: 100%; }
.ib-step-num { font-size: .6875rem; letter-spacing: .16em; color: var(--ib-muted); margin-bottom: .625rem; }
.ib-step h3 { font-size: 1rem; margin: 0 0 .5rem; }
.ib-step p { font-size: .875rem; margin: 0; }

.ib-stat { text-align: center; }
.ib-stat-value { font-size: clamp(1.5rem, 3vw, 2.25rem); color: var(--ib-ink); font-weight: 400; }
.ib-stat-label { font-size: .8125rem; color: var(--ib-muted); }

/* ---------- multi-step form (custom jewellery) ------------------------- */
.ib-stepper { display: flex; gap: 0; border: 1px solid var(--ib-line); }
.ib-stepper > div {
  flex: 1; padding: .875rem 1rem; font-size: .75rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ib-muted); text-align: center;
  border-right: 1px solid var(--ib-line);
}
.ib-stepper > div:last-child { border-right: 0; }
.ib-stepper > div.is-active { background: var(--ib-ink); color: #fff; }
.ib-stepper > div.is-done { color: var(--ib-ink); }
.ib-fs { display: none; }
.ib-fs.is-active { display: block; }

.form-control, .form-select {
  border-radius: 0; border-color: var(--ib-line); font-size: .875rem;
  padding: .75rem .875rem; color: var(--ib-ink);
}
.form-control:focus, .form-select:focus {
  border-color: var(--ib-ink); box-shadow: none;
}
.form-label { font-size: .8125rem; color: var(--ib-ink); margin-bottom: .4375rem; font-weight: 500; }
.form-text { font-size: .75rem; color: var(--ib-muted); }

/* ---------- logo strip ----------------------------------------------- */
.ib-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1.5rem, 5vw, 4rem); }
.ib-logos span {
  font-size: .9375rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ib-muted); font-weight: 500;
}

/* ---------- editorial split ------------------------------------------ */
.ib-split-media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }

/* ---------- cart drawer ---------------------------------------------- */
.offcanvas { border-radius: 0; }
.ib-cart-line { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ib-line-soft); }
.ib-cart-line img { width: 84px; height: 84px; object-fit: cover; background: var(--ib-tile); flex: 0 0 84px; }
.ib-cart-line h4 { font-size: .8125rem; margin: 0 0 .25rem; }
.ib-cart-line .ib-cart-meta { font-size: .75rem; color: var(--ib-muted); }
.ib-cart-remove { background: none; border: 0; font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ib-muted); padding: 0; }
.ib-cart-remove:hover { color: var(--ib-ink); }

/* ---------- search overlay ------------------------------------------- */
.ib-search-panel { border-radius: 0; }
.ib-trending { display: flex; flex-wrap: wrap; gap: .5rem; }
.ib-trending a { border: 1px solid var(--ib-line); padding: .4375rem .75rem; font-size: .8125rem; color: var(--ib-ink); }
.ib-trending a:hover { background: var(--ib-ink); color: #fff; border-color: var(--ib-ink); }

/* ---------- support / help banner ------------------------------------ */
.ib-help { background: var(--ib-tint); }
.ib-help-card { text-align: center; padding: 1.5rem 1rem; }
.ib-help-card h3 { font-size: .9375rem; margin: .875rem 0 .375rem; }
.ib-help-card p { font-size: .8125rem; margin: 0 0 .75rem; }

/* ---------- footer --------------------------------------------------- */
/* The footer stays black in every theme. It is the one block on the page that
   is pure furniture — logo, links, legal — so it should read as a constant
   frame rather than restating the palette the hero already set. */
.ib-footer {
  background: var(--ib-footer-bg);
  color: rgba(255, 255, 255, .7);
  padding: clamp(2.5rem, 5vw, 4rem) 0 1.5rem;
}
.ib-footer h4 {
  color: #fff; font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 1.125rem; font-weight: 500;
}
.ib-footer ul { list-style: none; padding: 0; margin: 0; }
.ib-footer li { margin-bottom: .5625rem; }
.ib-footer a { color: rgba(255, 255, 255, .7); font-size: .8125rem; }
.ib-footer a:hover { color: #fff; }
.ib-footer address { font-size: .8125rem; line-height: 1.8; margin: 0; font-style: normal; }
.ib-footer-hours { font-size: .8125rem; line-height: 1.8; }
.ib-footer-hours span { color: rgba(255, 255, 255, .5); }
.ib-newsletter .form-control {
  background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .35);
  color: #fff; padding-left: 0;
}
.ib-newsletter .form-control::placeholder { color: rgba(255, 255, 255, .5); }
.ib-newsletter .form-control:focus { background: transparent; border-bottom-color: #fff; color: #fff; }
.ib-social { display: flex; gap: 1.125rem; }
.ib-social a { color: rgba(255, 255, 255, .7); }
.ib-social a:hover { color: #fff; }
.ib-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 2.5rem; padding-top: 1.5rem;
  font-size: .75rem; color: rgba(255, 255, 255, .5);
}

/* ---------- misc ------------------------------------------------------ */
.ib-breadcrumb { font-size: .75rem; color: var(--ib-muted); padding: 1rem 0; }
.ib-breadcrumb a { color: var(--ib-muted); }
.ib-breadcrumb a:hover { color: var(--ib-ink); }

.ib-demo-note {
  background: #fffbe8; border-bottom: 1px solid #f0e4b8; color: #6b5615;
  font-size: .75rem; padding: .5rem 0; text-align: center;
}
.ib-demo-note strong { color: #4a3a06; }

.ib-toast-host { position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 1090; }

/* ---------- responsive ----------------------------------------------- */
@media (max-width: 1199.98px) {
  .ib-search-wrap { width: 180px; }
  .ib-nav { gap: 1.125rem; }
}
@media (max-width: 991.98px) {
  :root { --ib-header-h: 60px; }
  .ib-pdp-panel { position: static; }
  .ib-pdp-gallery { grid-template-columns: 1fr; }
  .ib-pdp-gallery img:first-child { aspect-ratio: 1 / 1; }
  .ib-logo img { height: 28px; }
}
@media (max-width: 575.98px) {
  .ib-hero-content { padding-bottom: 2rem; }
  .ib-trust { gap: 1.25rem; }
  .ib-stepper > div { font-size: .625rem; padding: .75rem .375rem; letter-spacing: .04em; }
  .btn { padding: .8125rem 1.25rem; }
}


/* ==========================================================================
   Azure theme — the benchmark site's deep teal-blue, offered as a comparison
   option alongside the default warm palette. Overrides tokens only; every
   layout, type and spacing rule is shared with the default so a flip is a
   fair A/B of colour.
   ========================================================================== */
[data-ib-theme="azure"] {
  --ib-deep: #0b2a45;
  --ib-accent: #6fa8cc;
  --ib-hero-bg: #06121e;
}
[data-ib-theme="azure"] .ib-stock-badge { background: #eaf3f8; color: #14496b; }

/* ==========================================================================
   Champagne theme — lighter gold on a cream ground, read off the ZELA
   Recruitment palette (--gold #C4A35A, --cream #F5F3EE, --ink #0E0E0C,
   --line #E0DDD5, dark sections #1A1A17).

   This one moves more tokens than azure does, because what distinguishes the
   palette is not the accent — #C4A35A and the brand's own #B8944F are almost
   the same gold — it is the cream page and the warmer near-black. Swapping only
   the accent would have produced a third option indistinguishable from the
   first, which is worse than not offering it.

   Tints are stepped down rather than matched to the page: on a cream ground a
   #F5F3EE tint band would be invisible, so alternating sections need a real
   step to keep the rhythm the layout depends on.

   The footer stays on --ib-footer-bg, which is deliberately theme-independent.
   ========================================================================== */
[data-ib-theme="champagne"] {
  --ib-ink: #0e0e0c;
  --ib-body: rgba(14, 14, 12, .76);
  --ib-muted: rgba(14, 14, 12, .56);
  --ib-line: rgba(14, 14, 12, .14);
  --ib-line-soft: rgba(14, 14, 12, .08);

  --ib-page: #f5f3ee;            /* ZELA --cream */
  --ib-tint: #ece9e0;
  --ib-tile: #e7e3d8;

  --ib-gold: #c4a35a;            /* ZELA --gold */
  --ib-accent: #c4a35a;
  --ib-deep: #1a1a17;            /* ZELA's dark section ground */
  --ib-hero-bg: #0e0e0c;

  --bs-link-color-rgb: 14, 14, 12;
  --bs-link-hover-color-rgb: 14, 14, 12;
  --bs-emphasis-color-rgb: 14, 14, 12;
}
/* Badges carry their own colour, so they need moving with the palette or they
   read as leftovers from another design. */
[data-ib-theme="champagne"] .ib-stock-badge { background: #f6efdf; color: #6d5320; }
[data-ib-theme="champagne"] .ib-save { color: #6d5320; background: #f7f0e0; }

/* ---------- palette switcher ----------------------------------------- */
.ib-theme-switch {
  display: inline-flex; align-items: center; gap: .375rem;
}
.ib-theme-switch > span {
  font-size: .625rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ib-muted);
}
.ib-theme-btn {
  width: 15px; height: 15px; padding: 0; border-radius: 50%;
  border: 1px solid rgba(18, 18, 18, .25); background-clip: padding-box;
  cursor: pointer; transition: box-shadow .15s ease, transform .15s ease;
}
.ib-theme-btn:hover { transform: scale(1.12); }
.ib-theme-btn.is-active {
  box-shadow: 0 0 0 1.5px #fff inset, 0 0 0 1.5px var(--ib-ink);
}
.ib-theme-btn--warm  { background: linear-gradient(135deg, #4a3524 35%, #c98878); }
.ib-theme-btn--azure { background: linear-gradient(135deg, #123f63 35%, #6fa8cc); }
.ib-theme-btn--champagne { background: linear-gradient(135deg, #9e7e3a 35%, #e8c97a); }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.ib-review {
  border-top: 1px solid var(--ib-line); padding-top: 1.125rem; height: 100%;
  display: flex; flex-direction: column;
}
.ib-review-stars { color: var(--ib-gold); font-size: .8125rem; letter-spacing: .12em; margin-bottom: .5rem; }
.ib-review h3 { font-size: .9375rem; margin: 0 0 .5rem; }
.ib-review p { font-size: .875rem; margin: 0 0 1rem; }
.ib-review-who { margin-top: auto; font-size: .75rem; color: var(--ib-muted); line-height: 1.6; }
.ib-review-who strong { color: var(--ib-ink); font-weight: 500; display: block; }
.ib-review-rail { display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .75rem; }
.ib-review-rail > * { flex: 0 0 min(84vw, 320px); scroll-snap-align: start; }

/* ==========================================================================
   Price on request
   ========================================================================== */
.ib-por { font-size: .8125rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ib-ink); }
.ib-por-note {
  background: var(--ib-tint); border-left: 2px solid var(--ib-accent);
  padding: 1rem 1.125rem; font-size: .875rem;
}

/* ==========================================================================
   Capsules
   ========================================================================== */
.ib-capsule { position: relative; display: block; overflow: hidden; color: #fff; }
.ib-capsule img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; transition: transform .6s ease; }
.ib-capsule:hover img { transform: scale(1.03); }
.ib-capsule-body {
  position: absolute; inset: auto 0 0 0; padding: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .62));
}
.ib-capsule-body h3 { color: #fff; font-size: 1.125rem; margin: 0 0 .25rem; }
.ib-capsule-body p { font-size: .8125rem; margin: 0; color: rgba(255, 255, 255, .8); }

/* ==========================================================================
   Instagram feed
   ========================================================================== */
.ib-ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .5rem; }
.ib-ig-cell { position: relative; display: block; overflow: hidden; background: var(--ib-tile); }
.ib-ig-cell img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; transition: transform .5s ease; }
.ib-ig-cell:hover img { transform: scale(1.05); }
.ib-ig-cell::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0); transition: background .25s ease;
}
.ib-ig-cell:hover::after { background: rgba(0, 0, 0, .18); }
.ib-ig-badge {
  position: absolute; top: .5rem; right: .5rem; z-index: 2; color: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .6));
}

/* ==========================================================================
   Live chat launcher
   ========================================================================== */
.ib-chat-launcher {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1055;
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--ib-ink); color: #fff; border: 0;
  padding: .8125rem 1.125rem; border-radius: 999px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .28);
  font-size: .8125rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 500;
}
.ib-chat-launcher:hover { background: #2e2e2e; color: #fff; }
.ib-chat-launcher span { white-space: nowrap; }
.ib-chat-panel {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1056;
  width: min(92vw, 340px); background: #fff;
  border: 1px solid var(--ib-line); box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  display: none;
}
.ib-chat-panel.is-open { display: block; }
.ib-chat-head {
  background: var(--ib-ink); color: #fff; padding: 1rem 1.125rem;
  display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem;
}
.ib-chat-head p { margin: .25rem 0 0; font-size: .75rem; color: rgba(255, 255, 255, .7); }
.ib-chat-head button { background: none; border: 0; color: #fff; line-height: 1; font-size: 1.25rem; padding: 0; }
.ib-chat-body { padding: 1.125rem; }
.ib-chat-opt {
  display: flex; align-items: center; gap: .75rem; width: 100%; text-align: left;
  border: 1px solid var(--ib-line); background: #fff; padding: .75rem .875rem;
  margin-bottom: .5rem; color: var(--ib-ink); font-size: .875rem;
}
.ib-chat-opt:hover { border-color: var(--ib-ink); }
.ib-chat-opt small { display: block; color: var(--ib-muted); font-size: .75rem; }
@media (max-width: 575.98px) {
  .ib-chat-launcher span { display: none; }
  .ib-chat-launcher { padding: .875rem; }
}

/* ==========================================================================
   Region / currency selector
   ========================================================================== */
.ib-region-select {
  background: none; border: 0; color: inherit; font: inherit;
  letter-spacing: inherit; text-transform: inherit; cursor: pointer; padding: 0 1rem 0 0;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
                    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 5px) 55%, calc(100% - 1px) 55%;
  background-size: 4px 4px, 4px 4px; background-repeat: no-repeat;
}
.ib-region-select:focus { outline: 0; text-decoration: underline; }
.ib-footer .ib-region-select option { color: var(--ib-ink); }

/* ==========================================================================
   Collection toolbar — sticky, with grid density control
   ========================================================================== */
.ib-toolbar {
  position: sticky; top: var(--ib-header-h); z-index: 1020;
  background: #fff; border-bottom: 1px solid var(--ib-line-soft);
}
.ib-density { display: inline-flex; gap: .25rem; margin-left: .75rem; }
.ib-density button {
  width: 30px; height: 30px; border: 1px solid var(--ib-line); background: #fff;
  display: inline-flex; align-items: center; justify-content: center; padding: 0;
  color: var(--ib-muted);
}
.ib-density button.is-active { border-color: var(--ib-ink); color: var(--ib-ink); }
.ib-density button svg { display: block; }
/* Density is expressed as a grid on the row wrapper, overriding Bootstrap cols. */
[data-ib-grid][data-density] { display: grid; }
[data-ib-grid][data-density] > * { width: auto; max-width: none; flex: none; padding: 0; }
[data-ib-grid][data-density="1"] { grid-template-columns: 1fr; }
[data-ib-grid][data-density="2"] { grid-template-columns: repeat(2, 1fr); }
[data-ib-grid][data-density="3"] { grid-template-columns: repeat(3, 1fr); }
[data-ib-grid][data-density="4"] { grid-template-columns: repeat(4, 1fr); }

/* ==========================================================================
   PDP gallery — swipe carousel on mobile, mosaic on desktop
   ========================================================================== */
.ib-gallery-wrap { position: relative; }
.ib-gallery-actions {
  position: absolute; top: .625rem; right: .625rem; z-index: 3;
  display: flex; flex-direction: column; gap: .375rem;
}
.ib-gallery-actions button {
  width: 38px; height: 38px; border-radius: 50%; border: 0;
  background: rgba(255, 255, 255, .92); color: var(--ib-ink);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .14);
}
.ib-gallery-actions button:hover { background: #fff; }
.ib-gallery-dots { display: none; justify-content: center; gap: .4375rem; padding-top: .75rem; }
.ib-gallery-dots button {
  width: 7px; height: 7px; border-radius: 50%; padding: 0;
  border: 0; background: var(--ib-line);
}
.ib-gallery-dots button.is-active { background: var(--ib-ink); }

@media (max-width: 991.98px) {
  /* One image per screen, swipeable. Stacking six tall images pushed the buy
     block ~3,000px down the page, which is the worst kind of mobile PDP. */
  .ib-pdp-gallery {
    display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; -ms-overflow-style: none;
  }
  .ib-pdp-gallery::-webkit-scrollbar { display: none; }
  .ib-pdp-gallery img,
  .ib-pdp-gallery img:first-child {
    flex: 0 0 100%; width: 100%; aspect-ratio: 1 / 1; scroll-snap-align: center;
  }
  .ib-gallery-dots { display: flex; }
}

/* ==========================================================================
   Lightbox (gallery zoom)
   ========================================================================== */
.ib-lightbox {
  position: fixed; inset: 0; z-index: 1080; display: none;
  background: rgba(8, 8, 8, .94); align-items: center; justify-content: center;
  padding: 1.25rem;
}
.ib-lightbox.is-open { display: flex; }
.ib-lightbox img { max-width: 100%; max-height: 88vh; object-fit: contain; }
.ib-lightbox-close, .ib-lightbox-nav {
  position: absolute; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .35);
  color: #fff; width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}
.ib-lightbox-close { top: 1.25rem; right: 1.25rem; }
.ib-lightbox-nav--prev { left: 1.25rem; top: 50%; transform: translateY(-50%); }
.ib-lightbox-nav--next { right: 1.25rem; top: 50%; transform: translateY(-50%); }
.ib-lightbox-count {
  position: absolute; bottom: 1.25rem; left: 0; right: 0; text-align: center;
  color: rgba(255, 255, 255, .7); font-size: .75rem; letter-spacing: .12em;
}

/* ==========================================================================
   Sticky mobile buy bar
   ========================================================================== */
.ib-buybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1050;
  background: #fff; border-top: 1px solid var(--ib-line);
  padding: .625rem .875rem; display: none;
  gap: .75rem; align-items: center;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, .1);
  padding-bottom: calc(.625rem + env(safe-area-inset-bottom));
}
.ib-buybar.is-visible { display: flex; }
.ib-buybar-info { min-width: 0; flex: 1; }
.ib-buybar-info strong {
  display: block; font-size: .8125rem; color: var(--ib-ink); font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ib-buybar-info span { font-size: .75rem; color: var(--ib-muted); }
.ib-buybar .btn { flex: 0 0 auto; padding: .75rem 1.125rem; }
@media (min-width: 992px) { .ib-buybar { display: none !important; } }
/* Keep the chat launcher clear of the buy bar on mobile. */
body.ib-has-buybar .ib-chat-launcher { bottom: 5rem; }

/* ==========================================================================
   Checkout routing
   ========================================================================== */
.ib-pay-route { border: 1px solid var(--ib-line); padding: 1.25rem; }
.ib-pay-route + .ib-pay-route { margin-top: .75rem; }
.ib-pay-route.is-active { border-color: var(--ib-ink); box-shadow: 0 0 0 1px var(--ib-ink) inset; }
.ib-pay-route h3 { font-size: .9375rem; margin: 0 0 .375rem; }
.ib-pay-route p { font-size: .8125rem; margin: 0; }
.ib-pay-route.is-muted { opacity: .5; }
.ib-bank-table { font-size: .8125rem; width: 100%; }
.ib-bank-table th { color: var(--ib-muted); font-weight: 400; padding: .375rem 1rem .375rem 0; white-space: nowrap; vertical-align: top; }
.ib-bank-table td { color: var(--ib-ink); padding: .375rem 0; font-variant-numeric: tabular-nums; }

/* ==========================================================================
   Compare-at pricing
   ========================================================================== */
.ib-strike { margin-left: .375rem; }
.ib-save {
  display: inline-block; margin-left: .375rem;
  font-size: .6875rem; letter-spacing: .04em; font-weight: 500;
  color: #8a2f2f; background: #fbeeee; padding: .0625rem .3125rem;
  vertical-align: 1px;
}
[data-ib-theme="azure"] .ib-save { color: #1e4f70; background: #eaf2f8; }
.ib-pdp-compare { font-size: 1rem; }

/* ==========================================================================
   Tax microcopy
   ========================================================================== */
.ib-tax-note { font-size: .75rem; color: var(--ib-muted); }

/* ==========================================================================
   Variants table
   ========================================================================== */
.ib-variants { width: 100%; font-size: .8125rem; border-collapse: collapse; }
.ib-variants th {
  text-align: left; font-weight: 500; color: var(--ib-muted);
  font-size: .6875rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 0 .75rem .5rem 0; border-bottom: 1px solid var(--ib-line);
  white-space: nowrap;
}
.ib-variants th:last-child, .ib-variants td:last-child { text-align: right; padding-right: 0; }
.ib-variants td { padding: .625rem .75rem .625rem 0; border-bottom: 1px solid var(--ib-line-soft); vertical-align: middle; }
.ib-variants tbody tr { cursor: pointer; }
.ib-variants tbody tr:hover { background: var(--ib-tint); }
.ib-variants tbody tr.is-active { background: var(--ib-tint); box-shadow: inset 2px 0 0 var(--ib-ink); }
.ib-variants tbody tr.is-active td:first-child { font-weight: 500; color: var(--ib-ink); }
.ib-variants .ib-sku {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .75rem; color: var(--ib-muted); white-space: nowrap;
}
.ib-variants .ib-vprice { color: var(--ib-ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.ib-stock-dot {
  display: inline-flex; align-items: center; gap: .375rem;
  font-size: .75rem; white-space: nowrap;
}
.ib-stock-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; flex: 0 0 6px; }
.ib-stock-dot--in-stock::before { background: var(--ib-green); }
.ib-stock-dot--made-to-order::before { background: var(--ib-gold); }
.ib-stock-dot--quote::before { background: var(--ib-muted); }
.ib-variants-scroll { overflow-x: auto; }
@media (max-width: 575.98px) {
  /* SKU is the first column to go — the price and stock are what a buyer scans. */
  .ib-variants .ib-col-sku { display: none; }
}

/* ==========================================================================
   Recently viewed dropdown
   ========================================================================== */
.ib-recent { position: relative; }
.ib-recent-toggle {
  background: none; border: 0; padding: 0; color: var(--ib-ink);
  font: inherit; letter-spacing: inherit; text-transform: inherit;
  display: inline-flex; align-items: center; gap: .3125rem;
}
.ib-recent-toggle:hover { opacity: .6; }
.ib-recent-toggle svg { transition: transform .18s ease; }
.ib-recent.is-open .ib-recent-toggle svg { transform: rotate(180deg); }
.ib-recent-panel {
  position: absolute; right: 0; top: calc(100% + .5rem); z-index: 1045;
  width: min(88vw, 320px); background: #fff;
  border: 1px solid var(--ib-line); box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
  padding: .875rem; display: none; text-transform: none; letter-spacing: normal;
}
.ib-recent.is-open .ib-recent-panel { display: block; }
.ib-recent-item { display: flex; gap: .75rem; padding: .5rem 0; color: var(--ib-ink); align-items: center; }
.ib-recent-item + .ib-recent-item { border-top: 1px solid var(--ib-line-soft); }
.ib-recent-item img { width: 48px; height: 48px; object-fit: cover; background: var(--ib-tile); flex: 0 0 48px; }
.ib-recent-item strong { display: block; font-size: .8125rem; font-weight: 500; line-height: 1.3; }
.ib-recent-item span { font-size: .75rem; color: var(--ib-muted); }
.ib-recent-clear {
  background: none; border: 0; padding: 0; margin-top: .625rem;
  font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ib-muted);
}
.ib-recent-clear:hover { color: var(--ib-ink); }

/* ==========================================================================
   Bottom tab bar — mobile only
   Puts Bag, Search and Account in thumb reach instead of the top corners.
   Hidden from 768px up, where the desktop chrome takes over.
   ========================================================================== */
.ib-tabbar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 1045;
  display: flex; background: rgba(255, 255, 255, .97);
  border-top: 1px solid var(--ib-line);
  backdrop-filter: saturate(180%) blur(10px);
  padding-bottom: env(safe-area-inset-bottom);
}
.ib-tabbar a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: .1875rem;
  padding: .625rem .25rem .5rem; color: var(--ib-muted);
  font-size: .625rem; letter-spacing: .06em; text-transform: uppercase; position: relative;
}
.ib-tabbar a.is-active { color: var(--ib-ink); }
.ib-tabbar a.is-active::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 22px; height: 2px; background: var(--ib-ink);
}
.ib-tabbar svg { display: block; }
.ib-tabbar .ib-cart-count { top: 2px; right: auto; left: 58%; }
@media (min-width: 768px) { .ib-tabbar { display: none; } }
/* Reserve room so the bar never covers the last of the content. */
@media (max-width: 767.98px) {
  body.ib-has-tabbar { padding-bottom: 64px; }
  body.ib-has-tabbar .ib-chat-launcher { bottom: 5.25rem; }
  body.ib-has-tabbar.ib-has-buybar .ib-buybar { bottom: 64px; }
  body.ib-has-tabbar.ib-has-buybar .ib-chat-launcher { bottom: 9.5rem; }
}

/* Compare-at inside the sticky buy bar: smaller, and never wraps the row. */
.ib-buybar-info span .ib-strike { font-size: .6875rem; }
.ib-buybar-info span .ib-save { font-size: .625rem; padding: 0 .25rem; }
.ib-buybar-info span .ib-pdp-compare { font-size: .6875rem; }

/* ==========================================================================
   Saved items (wishlist)
   ========================================================================== */
.ib-wish-link { position: relative; }
.ib-wish-count {
  position: absolute; top: 5px; right: 4px; min-width: 16px; height: 16px;
  border-radius: 8px; background: var(--ib-ink); color: #fff;
  font-size: .625rem; line-height: 16px; text-align: center; padding: 0 4px;
}
.ib-wish-count[hidden] { display: none; }

/* Per-card controls, only rendered on the saved-items page. */
.ib-wish-actions { display: flex; flex-direction: column; gap: .375rem; margin-top: .75rem; }
.ib-wish-actions .btn { font-size: .75rem; }

/* ==========================================================================
   Price-on-application route
   A quoted piece has no figure and no bag, so the card carries the enquiry
   itself rather than making the customer open the PDP to find it.
   ========================================================================== */
.ib-card-enquire {
  display: inline-block; margin-top: .375rem; font-size: .6875rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ib-ink);
  border-bottom: 1px solid var(--ib-line); padding-bottom: 1px;
}
.ib-card-enquire:hover { border-bottom-color: var(--ib-ink); }

/* ==========================================================================
   Make an offer
   ========================================================================== */
.ib-offer-cta .form-text { font-size: .6875rem; }
.ib-offer-panel { border: 0; border-radius: 0; }
.ib-offer-figures {
  display: grid; grid-template-columns: 1fr 1fr; gap: .75rem;
  margin: 0 0 1.25rem; padding: .875rem 1rem; background: var(--ib-tint);
}
.ib-offer-figures dt {
  font-size: .625rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ib-muted); font-weight: 400; margin-bottom: .125rem;
}
.ib-offer-figures dd { margin: 0; font-size: 1rem; color: var(--ib-ink); font-weight: 500; }
.ib-offer-hint--bad { color: #b3261e !important; }

/* ==========================================================================
   Product video tile
   Sits in the PDP gallery grid alongside the photographs and inherits the
   same aspect ratio, so adding a film does not shift the layout.
   ========================================================================== */
.ib-gal-video {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  background: var(--ib-hero-bg); display: block; cursor: pointer;
}
.ib-pdp-gallery .ib-gal-video:first-child { grid-column: 1 / -1; aspect-ratio: 4 / 3; }

/* ==========================================================================
   Barren collection / empty list state
   Used where a collection has no inventory (watch brands we source to order)
   and on the saved-items page.
   ========================================================================== */
.ib-barren {
  text-align: center; padding: 3.5rem 1.25rem; background: var(--ib-tint);
}
.ib-barren h2 { font-size: clamp(1.25rem, 2.4vw, 1.75rem); font-weight: 400; }
.ib-barren p { max-width: 62ch; margin-inline: auto; }

/* ==========================================================================
   Footer tax / registration disclosure
   ========================================================================== */
.ib-footer-tax {
  display: flex; flex-wrap: wrap; gap: .375rem 1.5rem;
  font-size: .75rem; color: rgba(255, 255, 255, .55);
}

/* Instagram: 12 tiles reads as 2 x 6 on desktop, 3 x 4 on tablet, 4 x 3 on
   mobile — a full grid at every width rather than a ragged last row. */
@media (max-width: 991.98px) { .ib-ig-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 575.98px) { .ib-ig-grid { grid-template-columns: repeat(3, 1fr); } }

/* ==========================================================================
   Error pages (404 / 500 / 403)
   ========================================================================== */
.ib-error { padding: clamp(3rem, 8vw, 6rem) 0; }
.ib-error-in { max-width: 640px; margin-inline: auto; text-align: center; }
/* Oversized numeral as texture, not as the message — the sentence carries it. */
.ib-error-code {
  font-size: clamp(5rem, 18vw, 10rem); line-height: .85; font-weight: 300;
  letter-spacing: -.04em; color: var(--ib-line); margin-bottom: .5rem;
  user-select: none;
}
.ib-error-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem); font-weight: 400; margin-bottom: 1rem;
}
.ib-error-body { margin-bottom: 1.5rem; }
.ib-error-path {
  font-size: .75rem; color: var(--ib-muted); margin-bottom: 1.5rem;
  overflow-wrap: anywhere;
}
.ib-error-path code {
  background: var(--ib-tile); padding: .125rem .375rem; color: var(--ib-ink);
}
.ib-error-search { display: flex; gap: .5rem; margin-bottom: 2rem; }
.ib-error-search .form-control { height: 48px; }
.ib-error-search .btn { flex: 0 0 auto; }
.ib-error-routes {
  display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center;
  margin-bottom: 2.5rem;
}
.ib-error-route {
  border: 1px solid var(--ib-line); padding: .5rem .875rem;
  font-size: .75rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ib-ink); transition: background .2s ease, border-color .2s ease;
}
.ib-error-route:hover { background: var(--ib-ink); border-color: var(--ib-ink); color: #fff; }
.ib-error-help { border-top: 1px solid var(--ib-line); padding-top: 1.5rem; }
.ib-error-help p { font-size: .875rem; color: var(--ib-muted); }

@media (max-width: 575.98px) {
  .ib-error-search { flex-direction: column; }
  .ib-error-search .btn { width: 100%; }
}

/* ==========================================================================
   Coming soon / holding page
   Dark, full-bleed, standalone. Uses --ib-hero-bg so it still follows the
   palette switcher, but carries no site chrome.
   ========================================================================== */
.ib-holding { background: var(--ib-hero-bg); }
.ib-coming {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(2rem, 6vw, 4rem) 1.25rem; overflow: hidden;
}
.ib-coming-art { position: absolute; inset: 0; z-index: 0; }
.ib-coming-art img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.ib-coming-art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.78) 100%);
}
.ib-coming-in {
  position: relative; z-index: 1; width: 100%; max-width: 620px;
  text-align: center; color: rgba(255, 255, 255, .82);
}
.ib-coming-logo { display: inline-block; margin-bottom: 2rem; }
.ib-coming-logo img { height: 44px; width: auto; }
.ib-coming-eyebrow { color: var(--ib-accent); }
.ib-coming-title {
  font-size: clamp(1.75rem, 5vw, 3rem); font-weight: 300; color: #fff;
  letter-spacing: -.02em; margin-bottom: 1rem;
}
.ib-coming-body { max-width: 46ch; margin: 0 auto 2rem; font-size: .9375rem; }

/* countdown */
.ib-countdown {
  display: flex; gap: .75rem; justify-content: center; margin-bottom: 2.25rem;
}
.ib-countdown[hidden] { display: none; }
.ib-count-cell {
  min-width: 72px; padding: .75rem .5rem;
  border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .04);
}
.ib-count-cell span {
  display: block; font-size: 1.5rem; font-weight: 300; color: #fff;
  font-variant-numeric: tabular-nums;
}
.ib-count-cell small {
  display: block; font-size: .5625rem; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255, 255, 255, .5); margin-top: .25rem;
}
.ib-count-live { color: var(--ib-accent); letter-spacing: .08em; text-transform: uppercase; }

/* notify form */
.ib-coming-form { margin-bottom: 2.5rem; }
.ib-coming-field { display: flex; gap: .5rem; margin-bottom: .75rem; }
.ib-coming-field .form-control {
  height: 48px; background: transparent; border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
}
.ib-coming-field .form-control::placeholder { color: rgba(255, 255, 255, .4); }
.ib-coming-field .form-control:focus {
  background: transparent; border-color: #fff; color: #fff; box-shadow: none;
}
.ib-coming-field .btn { flex: 0 0 auto; }
.ib-coming-consent { text-align: left; display: inline-block; }
.ib-coming-consent .form-check-label { font-size: .75rem; color: rgba(255, 255, 255, .6); }
.ib-coming-msg { font-size: .75rem; color: rgba(255, 255, 255, .6); margin-top: .5rem; }

/* meta columns */
.ib-coming-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 1.75rem;
  text-align: left; font-size: .8125rem;
}
.ib-coming-meta .ib-caps { color: rgba(255, 255, 255, .45); font-size: .625rem; }
.ib-coming-meta a { color: rgba(255, 255, 255, .8); }
.ib-coming-meta a:hover { color: #fff; text-decoration: underline; }
.ib-coming-note {
  margin: 2rem 0 0; font-size: .6875rem; color: rgba(255, 255, 255, .35);
}

@media (max-width: 575.98px) {
  .ib-coming-field { flex-direction: column; }
  .ib-coming-field .btn { width: 100%; }
  .ib-coming-meta { grid-template-columns: 1fr; gap: 1.25rem; }
  .ib-count-cell { min-width: 0; flex: 1; }
  .ib-countdown { gap: .5rem; }
}

/* ==========================================================================
   ACCOUNT AREA
   ========================================================================== */
.ib-acct-aside { position: sticky; top: calc(var(--ib-header-h) + 1rem); }
.ib-acct-aside.is-signed-out .ib-acct-who,
.ib-acct-aside.is-signed-out .ib-acct-mail,
.ib-acct-aside.is-signed-out .ib-eyebrow { display: none; }
.ib-acct-who { font-size: 1rem; color: var(--ib-ink); font-weight: 500; }
.ib-acct-mail { font-size: .8125rem; color: var(--ib-muted); margin-bottom: 1.25rem; }

.ib-acct-nav { display: flex; flex-direction: column; border-top: 1px solid var(--ib-line); }
.ib-acct-navlink {
  display: block; width: 100%; text-align: left; background: none; border: 0;
  border-bottom: 1px solid var(--ib-line); padding: .75rem 0;
  font-size: .8125rem; letter-spacing: .04em; color: var(--ib-body);
  transition: color .15s ease, padding-left .15s ease;
}
.ib-acct-navlink:hover { color: var(--ib-ink); padding-left: .25rem; }
.ib-acct-navlink.is-active { color: var(--ib-ink); font-weight: 600; }
.ib-acct-signout { color: var(--ib-muted); }

/* generic panel used throughout the account area */
.ib-acct-block {
  border: 1px solid var(--ib-line); padding: 1.25rem; margin-bottom: 1.25rem;
}
.ib-acct-block--warn { border-color: var(--ib-gold); background: rgba(184, 148, 79, .05); }
.ib-acct-block h2, .ib-acct-block h3 { color: var(--ib-ink); }

/* status pills */
.ib-pill {
  display: inline-block; padding: .1875rem .5rem; font-size: .625rem;
  letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
  border: 1px solid currentColor;
}
.ib-pill--good  { color: var(--ib-green); }
.ib-pill--info  { color: var(--ib-ink); }
.ib-pill--warn  { color: #9a6a12; }
.ib-pill--muted { color: var(--ib-muted); }

/* overview tiles */
.ib-acct-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.ib-acct-tile {
  display: flex; flex-direction: column; gap: .25rem; padding: 1.125rem;
  border: 1px solid var(--ib-line); color: var(--ib-body);
  transition: border-color .2s ease, background .2s ease;
}
.ib-acct-tile:hover { border-color: var(--ib-ink); background: var(--ib-tint); }
.ib-acct-tile-n { font-size: 1.75rem; font-weight: 300; color: var(--ib-ink); line-height: 1; }
.ib-acct-tile-l { font-size: .75rem; color: var(--ib-muted); }
.ib-acct-tile .ib-link-arrow { font-size: .6875rem; margin-top: .375rem; }

/* things needing attention */
.ib-acct-action {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1rem; border: 1px solid var(--ib-gold); background: rgba(184, 148, 79, .05);
  padding: 1rem 1.125rem; margin-bottom: .625rem;
}
.ib-acct-action p { font-size: .875rem; max-width: 62ch; }

/* order tabs */
.ib-acct-tabs { display: flex; gap: .375rem; flex-wrap: wrap; }
.ib-acct-tab {
  background: none; border: 1px solid var(--ib-line); padding: .4375rem .875rem;
  font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ib-body);
}
.ib-acct-tab.is-active { background: var(--ib-ink); border-color: var(--ib-ink); color: #fff; }

/* order cards */
.ib-acct-orders { display: grid; gap: .75rem; }
.ib-acct-order {
  display: block; border: 1px solid var(--ib-line); padding: 1.125rem; color: var(--ib-body);
  transition: border-color .2s ease;
}
.ib-acct-order:hover { border-color: var(--ib-ink); }
.ib-acct-order-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 1rem; margin-bottom: .875rem;
}
.ib-acct-order-date { font-size: .75rem; color: var(--ib-muted); margin-top: .125rem; }
.ib-acct-order-thumbs { display: flex; align-items: center; gap: .375rem; margin-bottom: .875rem; }
.ib-acct-order-thumbs img {
  width: 52px; height: 52px; object-fit: cover; background: var(--ib-tile);
}
.ib-acct-more { font-size: .75rem; color: var(--ib-muted); }
.ib-acct-order-foot {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 1px solid var(--ib-line-soft); padding-top: .75rem; font-size: .8125rem;
}

/* order detail */
.ib-acct-order-detail-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
}
.ib-acct-line {
  display: grid; grid-template-columns: 68px 1fr auto; gap: .875rem;
  align-items: start; padding: .75rem 0; border-bottom: 1px solid var(--ib-line-soft);
}
.ib-acct-line:last-child { border-bottom: 0; padding-bottom: 0; }
.ib-acct-line img { width: 68px; height: 68px; object-fit: cover; background: var(--ib-tile); }
.ib-acct-line h4 { font-size: .875rem; margin: 0 0 .25rem; color: var(--ib-ink); }
.ib-acct-line-opts, .ib-acct-line-qty {
  font-size: .75rem; color: var(--ib-muted); margin: 0;
}

/* production timeline */
.ib-timeline { list-style: none; margin: 0 0 1rem; padding: 0; }
.ib-timeline li {
  position: relative; padding: 0 0 1rem 1.75rem; font-size: .8125rem; color: var(--ib-muted);
}
.ib-timeline li:last-child { padding-bottom: 0; }
.ib-timeline li::before {
  content: ""; position: absolute; left: 0; top: .25rem; width: 10px; height: 10px;
  border: 1px solid var(--ib-line); background: #fff; border-radius: 50%;
}
/* the connector stops at the last item so the line does not dangle */
.ib-timeline li:not(:last-child)::after {
  content: ""; position: absolute; left: 4.5px; top: 1rem; bottom: 0;
  width: 1px; background: var(--ib-line);
}
.ib-timeline li.is-done { color: var(--ib-body); }
.ib-timeline li.is-done::before { background: var(--ib-ink); border-color: var(--ib-ink); }
.ib-timeline li.is-now { color: var(--ib-ink); font-weight: 600; }
.ib-timeline li.is-now::before { background: var(--ib-gold); border-color: var(--ib-gold); }

/* quote / offer conversation */
.ib-acct-thread summary {
  cursor: pointer; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ib-muted);
}
.ib-acct-thread ol { list-style: none; margin: .875rem 0 0; padding: 0; }
.ib-acct-thread li {
  font-size: .8125rem; padding: .625rem .875rem; margin-bottom: .375rem;
  background: var(--ib-tint); border-left: 2px solid var(--ib-line);
}
.ib-acct-thread li.is-ajco { border-left-color: var(--ib-gold); }
.ib-acct-thread-who {
  display: block; font-size: .625rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ib-muted); margin-bottom: .25rem;
}

/* sessions */
.ib-acct-session {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  padding: .75rem 0; border-bottom: 1px solid var(--ib-line-soft);
}
.ib-acct-session:last-child { border-bottom: 0; }
.ib-acct-session > :first-child { flex: 1 1 12rem; }

/* signed-in header icon */
.ib-icons a.is-on { color: var(--ib-gold); }

@media (max-width: 991.98px) {
  .ib-acct-aside { position: static; }
  .ib-acct-nav { flex-direction: row; flex-wrap: wrap; gap: .375rem; border-top: 0; }
  .ib-acct-navlink {
    width: auto; border: 1px solid var(--ib-line); padding: .4375rem .75rem; font-size: .75rem;
  }
  .ib-acct-navlink:hover { padding-left: .75rem; }
  .ib-acct-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .ib-acct-line { grid-template-columns: 52px 1fr; }
  .ib-acct-line img { width: 52px; height: 52px; }
  .ib-acct-line > :last-child { grid-column: 2; }
  .ib-acct-order-detail-head { flex-direction: column; gap: .5rem; }
}

/* ---------- Our Story ------------------------------------------------- */
.ib-story-hero { position: relative; overflow: hidden; background: #090909; color: #fff; }
.ib-story-hero .carousel-item img {
  display: block; width: 100%; height: clamp(520px, 70vh, 720px); object-fit: cover;
  object-position: var(--ib-story-position, 50%) center;
}
.ib-story-hero-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.52) 38%, rgba(0,0,0,.08) 72%),
              linear-gradient(0deg, rgba(0,0,0,.28), transparent 45%);
}
.ib-story-hero-content {
  position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; pointer-events: none;
}
.ib-story-hero-content .container { pointer-events: auto; }
.ib-story-hero-content .ib-eyebrow { color: rgba(255,255,255,.7); }
.ib-story-hero-content h1 {
  max-width: 760px; margin: .8rem 0 1.2rem; color: #fff; font-size: clamp(2.6rem, 5.6vw, 5.2rem);
  font-weight: 400; line-height: .98; letter-spacing: -.035em;
}
.ib-story-hero-content p:not(.ib-eyebrow) { max-width: 40rem; color: rgba(255,255,255,.72); line-height: 1.75; }
.ib-story-hero .carousel-control-prev,
.ib-story-hero .carousel-control-next,
.ib-story-hero .carousel-indicators { z-index: 4; }
.ib-story-hero .carousel-control-prev,
.ib-story-hero .carousel-control-next { width: 6%; }
.ib-story-hero .carousel-indicators [data-bs-target] { width: 34px; height: 2px; border: 0; }

.ib-story-intro { padding-block: clamp(5rem, 9vw, 8.5rem); }
.ib-story-intro h2,
.ib-story-section-head h2,
.ib-story-process h2,
.ib-story-promises h2,
.ib-story-showroom h2 {
  margin: 0 0 1.2rem; font-size: clamp(1.9rem, 3.2vw, 3rem); font-weight: 400; line-height: 1.12;
}
.ib-story-intro .ib-lede { color: var(--ib-ink); }
.ib-story-mosaic {
  display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, minmax(190px, 1fr)); gap: .75rem;
}
.ib-story-mosaic-item { position: relative; min-height: 0; overflow: hidden; background: var(--ib-tile); }
.ib-story-mosaic-item:first-child { grid-row: 1 / 3; }
.ib-story-mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.ib-story-mosaic-item:hover img { transform: scale(1.035); }
.ib-story-mosaic-item span {
  position: absolute; inset: auto .8rem .8rem .8rem; padding: .65rem .75rem;
  background: rgba(9,9,9,.72); color: #fff; font-size: .6875rem; line-height: 1.35; backdrop-filter: blur(7px);
}

.ib-story-products,
.ib-story-lookbook,
.ib-story-promises { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-story-section-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.ib-story-section-head > div:first-child { max-width: 49rem; }
.ib-story-section-head h2 { margin-bottom: .75rem; }
.ib-story-section-head p:last-child { margin: 0; color: var(--ib-muted); line-height: 1.7; }
.ib-story-slider-controls { display: flex; gap: .5rem; flex: 0 0 auto; }
.ib-story-slider-controls button {
  width: 46px; height: 46px; border: 1px solid var(--ib-line); background: transparent; color: var(--ib-ink);
  font-size: 1.1rem; transition: background-color .2s ease, color .2s ease;
}
.ib-story-slider-controls button:hover { background: var(--ib-ink); color: #fff; }
.ib-story-product-track {
  display: flex; gap: clamp(.9rem, 1.5vw, 1.5rem); overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: thin; padding-bottom: 1.25rem;
}
.ib-story-product-slide { flex: 0 0 clamp(230px, 23vw, 320px); scroll-snap-align: start; }

.ib-story-process { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-story-process .row { background: var(--ib-deep); }
.ib-story-process img { display: block; width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.ib-story-process-copy { padding: clamp(2.25rem, 5vw, 5.5rem); color: rgba(255,255,255,.68); }
.ib-story-process-copy .ib-eyebrow { color: var(--ib-gold); }
.ib-story-process-copy h2 { color: #fff; }
.ib-story-process-copy > p:not(.ib-eyebrow) { max-width: 38rem; line-height: 1.75; }
.ib-story-process-copy ol { list-style: none; margin: 2rem 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); }
.ib-story-process-copy li {
  display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.ib-story-process-copy li > span { color: var(--ib-gold); font-size: .625rem; letter-spacing: .14em; }
.ib-story-process-copy li strong { display: block; margin-bottom: .25rem; color: #fff; font-size: .8125rem; font-weight: 500; }
.ib-story-process-copy li small { color: rgba(255,255,255,.55); font-size: .6875rem; line-height: 1.55; }

.ib-story-reels { padding-block: clamp(4.5rem, 8vw, 7.5rem); background: #0e0e0e; color: #fff; }
.ib-story-section-head--light h2 { color: #fff; }
.ib-story-section-head--light .ib-eyebrow { color: var(--ib-gold); }
.ib-story-section-head--light p:last-child { color: rgba(255,255,255,.58); }
.ib-story-reel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); max-width: 1080px; margin-inline: auto; }
.ib-story-reels .ib-reel-card h3 { color: #fff; }

.ib-story-lookbook-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(220px, 24vw); gap: .75rem; }
.ib-story-lookbook-item { position: relative; overflow: hidden; background: var(--ib-tile); }
.ib-story-lookbook-item:first-child { grid-column: span 2; grid-row: span 2; }
.ib-story-lookbook-item:nth-child(2) { grid-column: span 2; }
.ib-story-lookbook-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.ib-story-lookbook-item:hover img { transform: scale(1.035); }
.ib-story-lookbook-item > span {
  position: absolute; inset: auto 0 0; padding: 2.75rem 1.2rem 1.1rem;
  background: linear-gradient(transparent, rgba(0,0,0,.72)); color: #fff;
}
.ib-story-lookbook-item small { display: block; margin-bottom: .35rem; color: rgba(255,255,255,.62); font-size: .5625rem; letter-spacing: .14em; text-transform: uppercase; }
.ib-story-lookbook-item strong { display: block; color: #fff; font-size: .8125rem; font-weight: 500; }

.ib-story-promises h2 { margin-bottom: .75rem; }
.ib-story-promise-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ib-story-promise-grid > div { min-width: 0; padding: 1.75rem; border: 1px solid var(--ib-line-soft); border-right: 0; background: #fff; }
.ib-story-promise-grid > div:last-child { border-right: 1px solid var(--ib-line-soft); }
.ib-story-promise-grid span { display: block; margin-bottom: 2.5rem; color: var(--ib-gold); font-size: .625rem; letter-spacing: .15em; }
.ib-story-promise-grid strong { display: block; margin-bottom: .65rem; color: var(--ib-ink); font-size: .875rem; font-weight: 500; }
.ib-story-promise-grid p { margin: 0; color: var(--ib-muted); font-size: .75rem; line-height: 1.7; }

.ib-story-showroom { position: relative; min-height: 580px; overflow: hidden; background: #111; color: #fff; }
.ib-story-showroom > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ib-story-showroom-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.83), rgba(0,0,0,.2)); }
.ib-story-showroom-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: 580px; }
.ib-story-showroom .ib-eyebrow { color: var(--ib-gold); }
.ib-story-showroom h2 { max-width: 42rem; color: #fff; }
.ib-story-showroom p:not(.ib-eyebrow) { color: rgba(255,255,255,.7); }
.ib-story-showroom .btn { align-self: flex-start; }

@media (max-width: 991.98px) {
  .ib-story-hero .carousel-item img { height: 580px; }
  .ib-story-mosaic { margin-top: 1rem; }
  .ib-story-process img { min-height: 440px; aspect-ratio: 16 / 10; }
  .ib-story-reel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ib-story-lookbook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(210px, 40vw); }
  .ib-story-lookbook-item:nth-child(2) { grid-column: auto; }
  .ib-story-promise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ib-story-promise-grid > div:nth-child(2) { border-right: 1px solid var(--ib-line-soft); }
  .ib-story-promise-grid > div:nth-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 575.98px) {
  .ib-story-hero .carousel-item img { height: 330px; }
  .ib-story-hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.42)); }
  .ib-story-hero-content { position: relative; padding: 2rem 0 4rem; background: #090909; text-align: center; }
  .ib-story-hero-content h1 { font-size: 2.45rem; }
  .ib-story-hero-content .d-flex { justify-content: center; }
  .ib-story-hero .carousel-control-prev,
  .ib-story-hero .carousel-control-next { top: 0; bottom: auto; height: 330px; width: 13%; }
  .ib-story-intro { padding-block: 4rem; }
  .ib-story-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 170px; gap: .5rem; }
  .ib-story-mosaic-item:first-child { grid-column: 1 / 3; grid-row: auto; }
  .ib-story-section-head { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .ib-story-product-slide { flex-basis: 76vw; }
  .ib-story-slider-controls { align-self: flex-end; }
  .ib-story-process { padding-block: 3.5rem; }
  .ib-story-process img { min-height: 0; aspect-ratio: 4 / 3; }
  .ib-story-process-copy { padding: 2rem 1.25rem; }
  .ib-story-reel-grid { display: flex; max-width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; }
  .ib-story-reel-grid .ib-reel-card { flex: 0 0 76vw; scroll-snap-align: start; }
  .ib-story-lookbook-grid { grid-auto-rows: 190px; gap: .5rem; }
  .ib-story-lookbook-item:first-child { grid-column: span 2; grid-row: span 2; }
  .ib-story-lookbook-item > span { padding: 2rem .8rem .75rem; }
  .ib-story-promise-grid { grid-template-columns: 1fr; }
  .ib-story-promise-grid > div { border-right: 1px solid var(--ib-line-soft); border-bottom: 0; }
  .ib-story-promise-grid > div:last-child { border-bottom: 1px solid var(--ib-line-soft); }
  .ib-story-promise-grid span { margin-bottom: 1.5rem; }
  .ib-story-showroom,
  .ib-story-showroom-content { min-height: 500px; }
  .ib-story-showroom-overlay { background: rgba(0,0,0,.58); }
  .ib-story-showroom-content { text-align: center; align-items: center; }
}

/* ---------- Celebrity clientele -------------------------------------- */
.ib-clientele-hero { position: relative; min-height: 720px; overflow: hidden; background: #090909; color: #fff; }
.ib-clientele-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.ib-clientele-hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.54) 40%, rgba(0,0,0,.08) 73%),
              linear-gradient(0deg, rgba(0,0,0,.58), transparent 38%);
}
.ib-clientele-hero-content { position: relative; z-index: 1; display: flex; min-height: 610px; flex-direction: column; justify-content: center; align-items: flex-start; }
.ib-clientele-hero .ib-eyebrow { color: var(--ib-gold); }
.ib-clientele-hero h1 {
  margin: .9rem 0 1.2rem; color: #fff; font-size: clamp(3rem, 6.6vw, 6.5rem);
  font-weight: 400; line-height: .94; letter-spacing: -.045em;
}
.ib-clientele-hero-content > p:not(.ib-eyebrow) { max-width: 39rem; color: rgba(255,255,255,.68); line-height: 1.75; }
.ib-clientele-hero-stats {
  position: absolute; left: 50%; bottom: 0; z-index: 2; transform: translateX(-50%);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-inline: 0;
  border-top: 1px solid rgba(255,255,255,.2); background: rgba(9,9,9,.62); backdrop-filter: blur(10px);
}
.ib-clientele-hero-stats > div { padding: 1.4rem 1.5rem; border-right: 1px solid rgba(255,255,255,.16); }
.ib-clientele-hero-stats > div:last-child { border-right: 0; }
.ib-clientele-hero-stats strong { display: block; color: #fff; font-size: 1.15rem; font-weight: 400; }
.ib-clientele-hero-stats span { display: block; margin-top: .28rem; color: rgba(255,255,255,.48); font-size: .625rem; letter-spacing: .12em; text-transform: uppercase; }

.ib-clientele-intro { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-clientele-intro h2,
.ib-clientele-record h2,
.ib-clientele-work h2,
.ib-clientele-cta h2 {
  margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em;
}
.ib-clientele-intro .col-lg-5 p { color: var(--ib-muted); line-height: 1.8; }

.ib-clientele-record { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-clientele-record-head,
.ib-clientele-work-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.ib-clientele-filters { display: flex; align-items: center; gap: .3rem; padding: .3rem; border: 1px solid var(--ib-line); background: #fff; }
.ib-clientele-filters button {
  border: 0; background: transparent; color: var(--ib-muted); padding: .65rem 1rem;
  font-size: .625rem; letter-spacing: .12em; text-transform: uppercase;
}
.ib-clientele-filters button:hover { color: var(--ib-ink); }
.ib-clientele-filters button.is-active { background: var(--ib-ink); color: #fff; }
.ib-clientele-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.ib-clientele-card { min-width: 0; }
.ib-clientele-card[hidden] { display: none; }
.ib-clientele-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #171717; color: #fff; }
.ib-clientele-card:nth-child(1) { grid-column: span 2; }
.ib-clientele-card:nth-child(1) .ib-clientele-card-media { aspect-ratio: 2 / 1.22; }
.ib-clientele-card:nth-child(1) video { object-position: center 24%; }
.ib-clientele-card:nth-child(7) { grid-row: span 2; }
.ib-clientele-card:nth-child(7) .ib-clientele-card-media { height: 100%; aspect-ratio: auto; }
.ib-clientele-card video { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.ib-clientele-card-shade {
  position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.06) 40%, rgba(0,0,0,.78) 100%);
  transition: background .35s ease;
  pointer-events: none;
}
.ib-clientele-card-index {
  position: absolute; top: 1rem; left: 1rem; z-index: 2; color: rgba(255,255,255,.72);
  font-size: .625rem; letter-spacing: .15em;
}
.ib-clientele-card-play {
  position: absolute; top: .85rem; right: .85rem; z-index: 3; display: inline-flex; align-items: center; gap: .45rem;
  padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.55); background: rgba(10,10,10,.62); color: #fff;
  font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px);
}
.ib-clientele-card-play span { font-size: .58rem; }
.ib-clientele-card-play em { font-style: normal; }
.ib-clientele-card-media.is-playing .ib-clientele-card-play span { font-size: 0; }
.ib-clientele-card-media.is-playing .ib-clientele-card-play span::after { content: '❚❚'; font-size: .58rem; letter-spacing: -.08em; }
.ib-clientele-card-media.is-playing .ib-clientele-card-play em { font-size: 0; }
.ib-clientele-card-media.is-playing .ib-clientele-card-play em::after { content: 'Pause'; font-size: .55rem; }
.ib-clientele-card-copy { position: absolute; inset: auto 1.15rem 1.15rem; z-index: 2; display: block; color: #fff; }
.ib-clientele-card-copy small { display: block; margin-bottom: .5rem; color: var(--ib-gold); font-size: .625rem; letter-spacing: .13em; text-transform: uppercase; }
.ib-clientele-card-copy strong { display: block; color: #fff; font-size: clamp(1.15rem, 2vw, 1.65rem); font-weight: 400; line-height: 1.1; }
.ib-clientele-card-copy > span {
  display: flex; align-items: center; justify-content: space-between; margin-top: .9rem; padding-top: .8rem;
  border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.65); font-size: .625rem;
  letter-spacing: .1em; text-transform: uppercase;
}
.ib-clientele-card-copy b { color: #fff; font-size: .9rem; font-weight: 400; }
.ib-clientele-card:hover video { transform: scale(1.04); filter: saturate(.82); }
.ib-clientele-card:hover .ib-clientele-card-shade { background: linear-gradient(180deg, rgba(0,0,0,.12) 25%, rgba(0,0,0,.86) 100%); }
.ib-clientele-photo-credits { max-width: 65rem; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--ib-line); }
.ib-clientele-photo-credits details { color: var(--ib-muted); font-size: .6875rem; line-height: 1.7; }
.ib-clientele-photo-credits summary { width: max-content; cursor: pointer; color: var(--ib-ink); letter-spacing: .09em; text-transform: uppercase; }
.ib-clientele-photo-credits ul { columns: 2; gap: 2.5rem; margin: 1rem 0 0; padding-left: 1rem; }
.ib-clientele-photo-credits li { break-inside: avoid; margin-bottom: .3rem; }
.ib-clientele-photo-credits a { color: inherit; text-decoration: underline; text-underline-offset: .14em; }
.ib-clientele-note { max-width: 65rem; margin-top: 1.25rem; color: var(--ib-muted); font-size: .6875rem; line-height: 1.7; }

.ib-clientele-band { overflow: hidden; background: var(--ib-deep); color: #fff; }
.ib-clientele-band .container { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 96px; }
.ib-clientele-band p { margin: 0; font-size: clamp(.75rem, 1.3vw, 1rem); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.ib-clientele-band span { color: var(--ib-gold); }

.ib-clientele-work { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.ib-clientele-work-head > div:first-child { max-width: 48rem; }
.ib-clientele-work-head h2 { margin-bottom: .8rem; }
.ib-clientele-work-head p:last-child { margin: 0; color: var(--ib-muted); line-height: 1.7; }

.ib-clientele-cta { position: relative; min-height: 620px; overflow: hidden; background: #090909; color: #fff; }
.ib-clientele-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ib-clientele-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.24)); }
.ib-clientele-cta-content { position: relative; z-index: 1; display: flex; min-height: 620px; flex-direction: column; align-items: flex-start; justify-content: center; }
.ib-clientele-cta .ib-eyebrow { color: var(--ib-gold); }
.ib-clientele-cta h2 { max-width: 46rem; color: #fff; }
.ib-clientele-cta p:not(.ib-eyebrow) { max-width: 40rem; color: rgba(255,255,255,.66); line-height: 1.75; }

@media (max-width: 991.98px) {
  .ib-clientele-hero { min-height: 660px; }
  .ib-clientele-hero-content { min-height: 535px; }
  .ib-clientele-record-head,
  .ib-clientele-work-head { align-items: flex-start; flex-direction: column; }
  .ib-clientele-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ib-clientele-card:nth-child(1) { grid-column: span 2; }
  .ib-clientele-card:nth-child(7) { grid-row: auto; }
  .ib-clientele-card:nth-child(7) .ib-clientele-card-media { height: auto; aspect-ratio: 4 / 5; }
  .ib-clientele-band .container { justify-content: flex-start; overflow-x: auto; }
}

@media (max-width: 575.98px) {
  .ib-clientele-hero { min-height: 650px; }
  .ib-clientele-hero > img { object-position: 68% center; }
  .ib-clientele-hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.82)); }
  .ib-clientele-hero-content { min-height: 515px; justify-content: flex-end; padding-bottom: 2rem; text-align: center; align-items: center; }
  .ib-clientele-hero h1 { font-size: 3.15rem; }
  .ib-clientele-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ib-clientele-hero-stats > div { padding: .8rem 1rem; }
  .ib-clientele-hero-stats > div:nth-child(2) { border-right: 0; }
  .ib-clientele-hero-stats > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .ib-clientele-hero-stats strong { font-size: .9rem; }
  .ib-clientele-filters { width: 100%; overflow-x: auto; }
  .ib-clientele-filters button { flex: 1 0 auto; }
  .ib-clientele-grid { gap: .5rem; }
  .ib-clientele-card-media { aspect-ratio: 3 / 4; }
  .ib-clientele-card:nth-child(1) .ib-clientele-card-media { aspect-ratio: 16 / 11; }
  .ib-clientele-card-copy { inset: auto .75rem .75rem; }
  .ib-clientele-card-copy small { font-size: .52rem; }
  .ib-clientele-card-copy strong { font-size: 1rem; }
  .ib-clientele-card-copy > span { margin-top: .6rem; padding-top: .55rem; font-size: .5rem; }
  .ib-clientele-card-play { top: .6rem; right: .6rem; padding: .45rem; }
  .ib-clientele-card-play em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ib-clientele-photo-credits ul { columns: 1; }
  .ib-clientele-band .container { min-height: 76px; }
  .ib-clientele-cta,
  .ib-clientele-cta-content { min-height: 540px; }
  .ib-clientele-cta-shade { background: rgba(0,0,0,.64); }
  .ib-clientele-cta-content { align-items: center; text-align: center; }
}
