/* =============================================================================
   Spotless B2B — "Coral & Charcoal" pitch page
   Shared by both surfaces (Deck shell + mobile base.html). Every rule is
   scoped under .b2b so nothing leaks into either shell; the palette is the
   Deck's Sunrise & Sea family with a charcoal-ink hero (theme ref: coral +
   charcoal product page).
   ========================================================================== */

.b2b {
  --b-coral:      #FF7A50;
  --b-coral-deep: #E85B2E;
  --b-coral-soft: #FFEAE1;
  --b-ink:        #1F3D45;
  --b-ink-2:      #14383E;
  --b-ink-60:     rgba(31, 61, 69, .64);
  --b-ink-40:     rgba(31, 61, 69, .42);
  --b-sea:        #3BC4C1;
  --b-sea-deep:   #0F8F8C;
  --b-sea-soft:   #DEF6F5;
  --b-mist:       #F3F8F9;
  --b-butter:     #FFC94D;
  --b-butter-soft:#FFF3D6;
  --b-mint:       #2FBF8F;
  --b-card:       #FFFFFF;
  --b-r:          22px;
  --b-r-sm:       14px;
  --b-shadow:     0 10px 36px rgba(23, 74, 80, .10);
  --b-shadow-lg:  0 22px 60px rgba(23, 74, 80, .16);
  --b-ease:       cubic-bezier(.22, 1, .36, 1);
  --b-max:        1180px;
  color: var(--b-ink);
  display: grid;
  gap: 22px;
  line-height: 1.5;
  overflow-x: clip;
}
.b2b *, .b2b *::before, .b2b *::after { box-sizing: border-box; }
.b2b img { max-width: 100%; height: auto; display: block; }  /* height:auto beats the width/height attrs */
.b2b [hidden] { display: none !important; }              /* the display:grid on .b2b-form must not defeat `hidden` */
.b2b a { color: inherit; }
.b2b h1, .b2b h2, .b2b h3, .b2b h4, .b2b p { margin: 0; }

/* ---- primitives ---------------------------------------------------------- */
.b2b-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--b-coral-deep);
}
.b2b-kicker::before { content: ""; width: 22px; height: 3px; border-radius: 3px; background: currentColor; }
.b2b-h2 { font-size: clamp(1.45rem, 2.4vw, 2.05rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; margin-top: 8px; }
.b2b-lead { color: var(--b-ink-60); font-size: 1.02rem; margin-top: 10px; max-width: 62ch; }
.b2b-section { padding: 6px 0; }
.b2b-section-head { max-width: 760px; }
.b2b-card {
  background: var(--b-card); border-radius: var(--b-r); padding: 22px;
  box-shadow: var(--b-shadow); position: relative;
}
.b2b-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; font-weight: 800; font-size: .95rem;
  text-decoration: none; border: 0; cursor: pointer; white-space: nowrap;
  transition: transform .18s var(--b-ease), box-shadow .18s var(--b-ease), background .18s;
}
.b2b-btn:hover { transform: translateY(-2px); }
.b2b-btn:active { transform: translateY(0); }
.b2b-btn--coral { background: linear-gradient(135deg, #FF8A5C, var(--b-coral-deep)); color: #fff;
  box-shadow: 0 10px 26px rgba(255, 107, 61, .38); }
.b2b-btn--coral:hover { box-shadow: 0 14px 32px rgba(255, 107, 61, .48); }
.b2b-btn--wa { background: #25D366; color: #fff; box-shadow: 0 10px 26px rgba(37, 211, 102, .32); }
.b2b-btn--ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.b2b-btn--ghost-ink { background: #fff; color: var(--b-ink); border: 1.5px solid rgba(31,61,69,.14); }
.b2b-btn--sm { padding: 9px 16px; font-size: .84rem; }
.b2b-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px;
  font-size: .78rem; font-weight: 800; background: var(--b-sea-soft); color: var(--b-sea-deep);
}
.b2b-chip--coral { background: var(--b-coral-soft); color: var(--b-coral-deep); }
.b2b-chip--butter { background: var(--b-butter-soft); color: #9A6B00; }
.b2b-chip--mint { background: #DFF6EE; color: #16805C; }
.b2b-chip--dark { background: rgba(255,255,255,.14); color: #fff; }

/* reveal-on-scroll (IntersectionObserver in b2b.js adds .is-in) */
.b2b .b2b-rv { opacity: 0; transform: translateY(16px); transition: opacity .55s var(--b-ease), transform .55s var(--b-ease); }
.b2b .b2b-rv.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .b2b .b2b-rv { opacity: 1; transform: none; transition: none; } }

/* ---- HERO ---------------------------------------------------------------- */
.b2b-hero {
  position: relative; overflow: hidden; border-radius: 30px; color: #fff;
  background:
    radial-gradient(620px 420px at 100% 0%, rgba(255,122,80,.55), transparent 64%),
    radial-gradient(500px 360px at 0% 100%, rgba(59,196,193,.32), transparent 62%),
    linear-gradient(140deg, #24505A 0%, var(--b-ink) 45%, var(--b-ink-2) 100%);
  box-shadow: var(--b-shadow-lg);
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 24px;
  padding: 44px 44px 36px; align-items: center; min-height: 520px;
}
.b2b-hero::before {                    /* the coral blob — theme's organic shape */
  content: ""; position: absolute; right: -8%; top: -30%; width: 58%; aspect-ratio: 1;
  background: radial-gradient(circle at 40% 40%, #FF9A73, var(--b-coral) 55%, transparent 72%);
  border-radius: 46% 54% 52% 48% / 58% 42% 58% 42%; opacity: .85; filter: blur(2px);
  animation: b2b-blob 14s ease-in-out infinite alternate;
}
@keyframes b2b-blob { to { transform: translate(-3%, 5%) rotate(8deg) scale(1.05); } }
.b2b-hero-copy { position: relative; z-index: 2; display: grid; gap: 16px; align-content: center; }
.b2b-hero .b2b-kicker { color: var(--b-butter); }
.b2b-hero h1 { font-size: clamp(2.05rem, 3.6vw, 3.25rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
.b2b-hero h1 em { font-style: normal; color: var(--b-butter); }
.b2b-hero-sub { color: rgba(255,255,255,.82); font-size: 1.06rem; max-width: 52ch; }
.b2b-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 4px; }
.b2b-hero-note { font-size: .82rem; color: rgba(255,255,255,.62); }
.b2b-hero-media { position: relative; z-index: 2; margin: 0; }
.b2b-hero-media img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0,0,0,.42); border: 5px solid rgba(255,255,255,.9);
  transform: rotate(-1.5deg);
}
.b2b-float {
  position: absolute; background: #fff; color: var(--b-ink); border-radius: 16px; padding: 10px 14px;
  box-shadow: var(--b-shadow-lg); font-weight: 800; font-size: .84rem; display: flex; gap: 8px; align-items: center;
  animation: b2b-bob 5s ease-in-out infinite;
}
.b2b-float b { display: block; font-size: 1.15rem; line-height: 1; letter-spacing: -.02em; }
.b2b-float small { display: block; font-weight: 600; color: var(--b-ink-60); font-size: .72rem; }
.b2b-float--1 { left: -18px; top: 14%; }
.b2b-float--2 { right: -14px; top: 52%; animation-delay: -2s; }
.b2b-float--3 { left: 8%; bottom: -14px; animation-delay: -3.5s; }
@keyframes b2b-bob { 50% { transform: translateY(-6px); } }

.b2b-trust {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
  background: var(--b-card); border-radius: var(--b-r); padding: 16px 22px; box-shadow: var(--b-shadow);
}
.b2b-trust div { text-align: center; padding: 6px 4px; border-right: 1px solid rgba(31,61,69,.08); }
.b2b-trust div:last-child { border-right: 0; }
.b2b-trust b { display: block; font-size: 1.45rem; font-weight: 800; letter-spacing: -.02em; color: var(--b-coral-deep); }
.b2b-trust span { font-size: .78rem; font-weight: 700; color: var(--b-ink-60); }

/* ---- pains --------------------------------------------------------------- */
.b2b-pains { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 18px; }
.b2b-pain { position: relative; border-radius: var(--b-r); overflow: hidden; aspect-ratio: 1; box-shadow: var(--b-shadow);
  transition: transform .25s var(--b-ease); }
.b2b-pain:hover { transform: translateY(-4px) rotate(-.6deg); }
.b2b-pain img { width: 100%; height: 100%; object-fit: cover; }
.b2b-pain figcaption {
  position: absolute; inset: auto 0 0 0; padding: 40px 14px 14px; color: #fff;
  background: linear-gradient(to top, rgba(20,56,62,.92), rgba(20,56,62,0));
}
.b2b-pain figcaption b { display: block; font-size: 1rem; }
.b2b-pain figcaption span { font-size: .8rem; opacity: .85; }
.b2b-pain-punch { margin-top: 16px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
  background: var(--b-coral-soft); border-radius: var(--b-r-sm); padding: 14px 18px; font-weight: 700; color: var(--b-coral-deep); }

/* ---- capsule ------------------------------------------------------------- */
.b2b-capsule { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: center; margin-top: 18px; }
.b2b-capsule-media { position: relative; }
.b2b-capsule-media img { width: 100%; border-radius: var(--b-r); background: #fff; }
.b2b-capsule-badge { position: absolute; left: 16px; top: 16px; }
.b2b-capsule-dims { position: absolute; right: 14px; bottom: 14px; background: var(--b-ink); color: #fff; border-radius: 14px;
  padding: 10px 14px; font-size: .8rem; font-weight: 700; box-shadow: var(--b-shadow-lg); }
.b2b-capsule-dims b { display: block; font-size: 1.2rem; letter-spacing: -.02em; }
.b2b-callouts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.b2b-callout { background: var(--b-mist); border-radius: var(--b-r-sm); padding: 14px 16px; }
.b2b-callout b { display: block; font-size: .95rem; margin-bottom: 3px; }
.b2b-callout span { font-size: .84rem; color: var(--b-ink-60); }
.b2b-feat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 16px; }
.b2b-feat { position: relative; border-radius: var(--b-r-sm); overflow: hidden; }
.b2b-feat img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #fff; }
.b2b-feat--contain img { object-fit: contain; background: var(--b-mist); padding: 8px; }
.b2b-feat span { position: absolute; left: 10px; bottom: 10px; }

/* ---- steps --------------------------------------------------------------- */
.b2b-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 18px; counter-reset: step; }
.b2b-step { background: var(--b-card); border-radius: var(--b-r); overflow: hidden; box-shadow: var(--b-shadow); display: grid; }
.b2b-step img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; background: var(--b-mist); }
.b2b-step div { padding: 16px 18px 20px; }
.b2b-step-n { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
  background: var(--b-coral); color: #fff; font-weight: 800; margin: -32px 0 8px; position: relative; box-shadow: 0 6px 16px rgba(232,91,46,.4); }
.b2b-step h3 { font-size: 1.02rem; margin-bottom: 4px; }
.b2b-step p { font-size: .86rem; color: var(--b-ink-60); }
.b2b-step-time { display: flex; justify-content: center; margin-top: 14px; }

/* ---- gallery ------------------------------------------------------------- */
.b2b-gallery { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.b2b-gallery figure { margin: 0; position: relative; border-radius: var(--b-r); overflow: hidden; box-shadow: var(--b-shadow); }
.b2b-gallery figure:first-child { grid-row: span 2; }
.b2b-gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.b2b-gallery figure:first-child img { aspect-ratio: auto; min-height: 100%; }
.b2b-gallery figcaption { position: absolute; left: 14px; bottom: 14px; }

/* ---- duo (residents / communities) ------------------------------------- */
.b2b-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.b2b-list { display: grid; gap: 10px; margin-top: 14px; }
.b2b-item { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: start;
  background: var(--b-mist); border-radius: var(--b-r-sm); padding: 12px 14px; }
.b2b-item .e { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-size: 1.35rem; background: #fff; box-shadow: var(--b-shadow); }
.b2b-item b { display: block; font-size: .95rem; }
.b2b-item span { font-size: .84rem; color: var(--b-ink-60); }
.b2b-card--sea { background: linear-gradient(150deg, #F2FBFB, var(--b-sea-soft)); }
.b2b-card--sea .b2b-item { background: rgba(255,255,255,.7); }
.b2b-card--coral { background: linear-gradient(150deg, #FFF6F2, var(--b-coral-soft)); }
.b2b-card--coral .b2b-item { background: rgba(255,255,255,.7); }

/* ---- needs --------------------------------------------------------------- */
.b2b-needs { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; margin-top: 18px; }
.b2b-need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.b2b-need { background: var(--b-mist); border-radius: var(--b-r-sm); padding: 16px; }
.b2b-need .e { font-size: 1.6rem; }
.b2b-need b { display: block; margin-top: 6px; }
.b2b-need span { font-size: .84rem; color: var(--b-ink-60); }
.b2b-needs-media img { width: 100%; border-radius: var(--b-r); background: #fff; }
.b2b-needs-punch { margin-top: 12px; font-weight: 700; color: var(--b-sea-deep); }

/* ---- models -------------------------------------------------------------- */
.b2b-models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
.b2b-model { background: var(--b-card); border-radius: var(--b-r); padding: 22px; box-shadow: var(--b-shadow); display: grid; gap: 10px;
  align-content: start; border-top: 6px solid var(--b-sea); transition: transform .25s var(--b-ease), box-shadow .25s; }
.b2b-model:hover { transform: translateY(-4px); box-shadow: var(--b-shadow-lg); }
.b2b-model--amenity { border-top-color: var(--b-coral); }
.b2b-model--owned { border-top-color: var(--b-ink); }
.b2b-model--venue { border-top-color: var(--b-butter); }
.b2b-model h3 { font-size: 1.2rem; letter-spacing: -.01em; }
.b2b-model .who { font-size: .82rem; font-weight: 700; color: var(--b-ink-60); }
.b2b-model p { font-size: .9rem; color: var(--b-ink-60); }
.b2b-model ul { margin: 4px 0 0; padding: 0; list-style: none; display: grid; gap: 6px; font-size: .88rem; font-weight: 600; }
.b2b-model li::before { content: "✓"; color: var(--b-mint); font-weight: 800; margin-right: 8px; }
.b2b-model .b2b-btn { justify-self: start; margin-top: 6px; }
.b2b-price-note { margin-top: 12px; font-size: .84rem; color: var(--b-ink-60); }

/* ---- beyond -------------------------------------------------------------- */
.b2b-beyond { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 16px; }
.b2b-beyond div { background: var(--b-card); border-radius: var(--b-r-sm); padding: 16px; box-shadow: var(--b-shadow); }
.b2b-beyond .e { font-size: 1.5rem; }
.b2b-beyond b { display: block; margin-top: 6px; }
.b2b-beyond span { font-size: .84rem; color: var(--b-ink-60); }

/* ---- proof --------------------------------------------------------------- */
.b2b-proof { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: center; }
.b2b-live { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.b2b-live span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-weight: 700; font-size: .86rem; background: var(--b-mist); }
.b2b-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--b-mint); box-shadow: 0 0 0 4px rgba(47,191,143,.2); }
.b2b-live .soon i { background: var(--b-butter); box-shadow: 0 0 0 4px rgba(255,201,77,.25); }
.b2b-press { display: flex; gap: 8px 18px; flex-wrap: wrap; margin-top: 14px; font-weight: 800; color: var(--b-ink-40); font-size: .9rem; letter-spacing: .02em; }
.b2b-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.b2b-badge { background: var(--b-ink); color: #fff; border-radius: var(--b-r-sm); padding: 14px 16px; }
.b2b-badge small { display: block; opacity: .65; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.b2b-badge b { font-size: 1.05rem; }
.b2b-proof-media img { width: 100%; border-radius: var(--b-r); box-shadow: var(--b-shadow); aspect-ratio: 4 / 3; object-fit: cover; }

/* ---- faq ----------------------------------------------------------------- */
.b2b-faqs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.b2b-faq { background: var(--b-card); border-radius: var(--b-r-sm); box-shadow: var(--b-shadow); padding: 0 18px; }
.b2b-faq summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 800; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.b2b-faq summary::-webkit-details-marker { display: none; }
.b2b-faq summary::after { content: "+"; font-size: 1.3rem; color: var(--b-coral); transition: transform .2s; flex-shrink: 0; }
.b2b-faq[open] summary::after { transform: rotate(45deg); }
.b2b-faq p { padding: 0 0 16px; font-size: .9rem; color: var(--b-ink-60); }

/* ---- enquire ------------------------------------------------------------- */
.b2b-enquire {
  border-radius: 30px; color: #fff; padding: 40px; position: relative; overflow: hidden;
  background:
    radial-gradient(520px 340px at 0% 0%, rgba(255,122,80,.45), transparent 64%),
    radial-gradient(520px 340px at 100% 100%, rgba(59,196,193,.35), transparent 64%),
    linear-gradient(140deg, var(--b-ink) 0%, var(--b-ink-2) 100%);
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; box-shadow: var(--b-shadow-lg);
}
.b2b-enquire .b2b-kicker { color: var(--b-butter); }
.b2b-enquire h2 { color: #fff; }
.b2b-enquire .b2b-lead { color: rgba(255,255,255,.78); }
.b2b-channels { display: grid; gap: 10px; margin-top: 18px; }
.b2b-channel { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px; padding: 12px 14px; text-decoration: none; transition: background .2s; }
.b2b-channel:hover { background: rgba(255,255,255,.16); }
.b2b-channel .e { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-size: 1.2rem; background: rgba(255,255,255,.12); }
.b2b-channel b { display: block; font-size: .95rem; }
.b2b-channel small { color: rgba(255,255,255,.65); }
.b2b-form { background: #fff; color: var(--b-ink); border-radius: 22px; padding: 24px; display: grid; gap: 12px; box-shadow: var(--b-shadow-lg); }
.b2b-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.b2b-field { display: grid; gap: 5px; font-size: .8rem; font-weight: 700; color: var(--b-ink-60); }
.b2b-field input, .b2b-field select, .b2b-field textarea {
  font: inherit; font-weight: 600; color: var(--b-ink); padding: 11px 13px; border-radius: 12px;
  border: 1.5px solid rgba(31,61,69,.14); background: var(--b-mist); width: 100%; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.b2b-field input:focus, .b2b-field select:focus, .b2b-field textarea:focus { border-color: var(--b-coral); box-shadow: 0 0 0 4px rgba(255,122,80,.18); background: #fff; }
.b2b-field textarea { min-height: 84px; resize: vertical; }
.b2b-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.b2b-form-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 4px; }
.b2b-form-msg { font-size: .88rem; font-weight: 700; min-height: 1.2em; }
.b2b-form-msg.ok { color: #16805C; }
.b2b-form-msg.err { color: var(--b-coral-deep); }
.b2b-form-done { display: grid; place-items: center; text-align: center; gap: 10px; padding: 26px 10px; }
.b2b-form-done .e { font-size: 3rem; }
.b2b-form-done h3 { font-size: 1.3rem; }

/* ---- sticky CTA bar ------------------------------------------------------ */
.b2b-bar {
  position: fixed; left: 50%; bottom: 18px; transform: translate(-50%, 140%); z-index: 60;
  display: flex; align-items: center; gap: 12px; padding: 10px 12px 10px 18px;
  background: rgba(31,61,69,.96); color: #fff; border-radius: 999px; box-shadow: var(--b-shadow-lg);
  backdrop-filter: blur(8px); transition: transform .35s var(--b-ease); max-width: calc(100vw - 24px);
}
.b2b-bar.is-on { transform: translate(-50%, 0); }
.b2b-bar span { font-weight: 700; font-size: .9rem; white-space: nowrap; }
.b2b-bar .b2b-btn--sm { padding: 9px 14px; }

/* ---- responsive ---------------------------------------------------------- */
@media (max-width: 1100px) {
  .b2b-pains, .b2b-steps, .b2b-beyond { grid-template-columns: repeat(2, 1fr); }
  .b2b-models { grid-template-columns: 1fr; }
  .b2b-trust { grid-template-columns: repeat(3, 1fr); }
  .b2b-trust div:nth-child(3n) { border-right: 0; }
}
@media (max-width: 860px) {
  .b2b { gap: 16px; }
  .b2b-hero { grid-template-columns: 1fr; padding: 28px 22px 26px; min-height: 0; border-radius: 24px; }
  .b2b-hero::before { width: 90%; right: -30%; top: -12%; opacity: .6; }
  .b2b-hero-media { margin: 6px -4px 0; }
  .b2b-hero-media img { transform: none; border-width: 4px; aspect-ratio: 4 / 3; }
  .b2b-float { padding: 8px 11px; font-size: .78rem; }
  .b2b-float b { font-size: 1rem; }
  .b2b-float--1 { left: 6px; top: -10px; }
  .b2b-float--2 { right: 6px; top: auto; bottom: -10px; }
  .b2b-float--3 { display: none; }
  .b2b-feat span { left: 8px; bottom: 8px; font-size: .7rem; padding: 5px 9px; max-width: calc(100% - 16px); white-space: normal; text-align: left; }
  .b2b-capsule, .b2b-needs, .b2b-duo, .b2b-proof, .b2b-enquire, .b2b-gallery { grid-template-columns: 1fr; }
  .b2b-gallery figure:first-child { grid-row: auto; }
  .b2b-gallery img, .b2b-gallery figure:first-child img { aspect-ratio: 16 / 10; }
  .b2b-callouts, .b2b-need-grid, .b2b-faqs, .b2b-form-row, .b2b-badges { grid-template-columns: 1fr; }
  .b2b-feat-strip { grid-template-columns: 1fr 1fr; gap: 8px; }
  .b2b-enquire { padding: 26px 18px; border-radius: 24px; }
  .b2b-form { padding: 18px; }
  .b2b-trust { grid-template-columns: repeat(2, 1fr); padding: 12px 14px; }
  .b2b-trust div { border-right: 0; }
  .b2b-trust div:nth-child(5) { grid-column: span 2; }
  .b2b-bar span { display: none; }
  .b2b-bar { padding: 8px; gap: 8px; bottom: 14px; }
}
@media (max-width: 480px) {
  .b2b-pains, .b2b-steps, .b2b-beyond { grid-template-columns: 1fr; }
  .b2b-pain { aspect-ratio: 16 / 10; }
  .b2b-hero-ctas .b2b-btn { width: 100%; }
}
