/* Brand creative website service page, 2026-07. */
:root {
  --bc-paper: #f4f1ec;
  --bc-white: #fff;
  --bc-ink: #171817;
  --bc-copy: #5f625e;
  --bc-muted: #969991;
  --bc-line: rgba(23, 24, 23, .14);
  --bc-coral: #db634d;
  --bc-coral-dark: #bd4c39;
  --bc-metal: #a8aaa4;
  --bc-graphite: #20211f;
  --bc-graphite-soft: #2a2c29;
  --bc-shadow: 0 28px 80px rgba(35, 31, 26, .14);
}

html { scroll-behavior: smooth; }

body.brand-creative-page {
  margin: 0;
  background: var(--bc-paper);
  color: var(--bc-ink);
}

.brand-creative-page .header.site-header-compact {
  background: rgba(255, 255, 255, .9) !important;
  border-bottom: 1px solid rgba(23, 24, 23, .08) !important;
  box-shadow: 0 10px 32px rgba(31, 28, 24, .05) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand-creative-page .header.site-header-compact .logo img {
  filter: brightness(0) saturate(100%) opacity(.86) !important;
}

.brand-creative-page .header.site-header-compact .nav-compact .title > a {
  color: var(--bc-ink) !important;
  text-shadow: none !important;
}

.brand-creative-page .header.site-header-compact .edit-search {
  filter: brightness(0) saturate(100%) opacity(.72) !important;
}

.brand-creative-page .header.site-header-compact .edit-handle {
  border-color: rgba(23, 24, 23, .24) !important;
  background: rgba(255, 255, 255, .82) !important;
  color: var(--bc-ink) !important;
}

.brand-creative-page .header.site-header-compact .edit-handle:hover {
  border-color: var(--bc-ink) !important;
  background: var(--bc-ink) !important;
  color: #fff !important;
}

.brand-creative-page .full-icontact-cover { display: none; }

.bc-page,
.bc-page * { box-sizing: border-box; }

.bc-page {
  position: relative;
  overflow: clip;
  padding-top: 80px;
  background: var(--bc-paper);
  color: var(--bc-ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  letter-spacing: 0;
}

.bc-page a { color: inherit; text-decoration: none; }
.bc-page button { font: inherit; }
.bc-page img { display: block; max-width: 100%; }

.bc-shell {
  width: calc(100% - 96px);
  max-width: 1500px;
  margin: 0 auto;
}

.bc-kicker,
.bc-eyebrow,
.bc-breadcrumb {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.bc-kicker,
.bc-eyebrow { color: var(--bc-coral); }

.bc-eyebrow { display: flex; align-items: center; gap: 12px; }
.bc-eyebrow span { width: 28px; height: 2px; background: currentColor; }

.bc-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  clip-path: inset(0 0 16% 0);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1), clip-path .9s cubic-bezier(.22, 1, .36, 1);
}

.bc-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  clip-path: inset(0 0 0 0);
}

.bc-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 224px;
  min-height: 58px;
  padding: 8px 9px 8px 24px;
  border-radius: 4px;
  background: var(--bc-coral);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 16px 34px rgba(219, 99, 77, .22);
  transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.bc-primary i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--bc-coral);
  font-style: normal;
  font-size: 20px;
  transition: transform .28s ease;
}

.bc-primary:hover {
  background: var(--bc-coral-dark);
  box-shadow: 0 20px 40px rgba(189, 76, 57, .3);
  transform: translateY(-3px);
}

.bc-primary:hover i { transform: translateX(3px); }
.bc-primary:active { transform: translateY(0) scale(.98); }
.bc-primary:focus-visible,
.bc-page button:focus-visible,
.bc-page a:focus-visible { outline: 2px solid var(--bc-coral); outline-offset: 4px; }

.bc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bc-ink) !important;
}

.bc-text-link i { font-style: normal; color: var(--bc-coral); transition: transform .25s ease; }
.bc-text-link:hover i { transform: translateY(4px); }

/* Hero */
.bc-hero {
  position: relative;
  min-height: min(880px, calc(100dvh - 80px));
  overflow: hidden;
  background: #e8e3dc;
  isolation: isolate;
}

.bc-hero-media,
.bc-hero-shade { position: absolute; inset: 0; }

.bc-hero-media {
  transform: translate3d(var(--bc-hero-x, 0), var(--bc-hero-y, 0), 0) scale(1.035);
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.bc-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.bc-hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(247, 244, 239, .98) 0%, rgba(247, 244, 239, .95) 22%, rgba(247, 244, 239, .62) 39%, rgba(247, 244, 239, .08) 63%, rgba(247, 244, 239, .04) 100%);
}

.bc-hero-inner {
  position: relative;
  z-index: 2;
  min-height: min(880px, calc(100dvh - 80px));
  display: flex;
  align-items: center;
}

.bc-hero-copy { width: min(620px, 44%); padding: 76px 0 116px; }
.bc-breadcrumb { margin-bottom: 70px; color: rgba(23, 24, 23, .52); font-weight: 500; }
.bc-hero-copy .bc-eyebrow { margin-bottom: 26px; }

.bc-hero h1 {
  margin: 0;
  font-size: clamp(54px, 5vw, 84px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.bc-lead {
  max-width: 570px;
  margin: 32px 0 0;
  color: #50534f;
  font-size: 20px;
  line-height: 1.85;
}

.bc-hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }

.bc-hero-facts {
  position: absolute;
  left: 0;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 54px;
}

.bc-hero-facts span { display: flex; align-items: center; gap: 12px; color: #565955; font-size: 14px; }
.bc-hero-facts b { color: var(--bc-coral); font-size: 12px; }

.bc-scroll-cue {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(23, 24, 23, .58) !important;
}

.bc-scroll-cue span { position: relative; display: block; width: 56px; height: 1px; background: rgba(23, 24, 23, .25); overflow: hidden; }
.bc-scroll-cue span::after { content: ""; position: absolute; inset: 0; background: var(--bc-coral); transform: translateX(-100%); animation: bc-scroll-line 2s ease-in-out infinite; }
.bc-scroll-cue i { font-style: normal; font-size: 10px; font-weight: 700; }

.bc-hero-enter { opacity: 0; transform: translate3d(0, 28px, 0); animation: bc-hero-enter .85s cubic-bezier(.22, 1, .36, 1) forwards; }
.bc-hero-enter:nth-child(1) { animation-delay: .05s; }
.bc-hero-enter:nth-child(2) { animation-delay: .14s; }
.bc-hero-enter:nth-child(3) { animation-delay: .22s; }
.bc-hero-enter:nth-child(4) { animation-delay: .32s; }
.bc-hero-enter:nth-child(5) { animation-delay: .42s; }
.bc-hero-facts.bc-hero-enter { animation-delay: .58s; }

@keyframes bc-hero-enter { to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes bc-scroll-line { 0% { transform: translateX(-100%); } 48%, 52% { transform: translateX(0); } 100% { transform: translateX(100%); } }

/* Belief */
.bc-belief { padding: 150px 0 166px; background: var(--bc-paper); }
.bc-section-head { max-width: 920px; }
.bc-section-head .bc-kicker { margin-bottom: 22px; }
.bc-section-head h2 { margin: 0; font-size: clamp(46px, 4.4vw, 72px); font-weight: 500; line-height: 1.16; letter-spacing: 0; text-wrap: balance; }
.bc-belief-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 110px; margin-top: 92px; }
.bc-belief-intro { max-width: 460px; margin: 0; color: var(--bc-copy); font-size: 20px; line-height: 1.95; }
.bc-belief-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--bc-line); }
.bc-belief-list li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 34px 0 38px; border-bottom: 1px solid var(--bc-line); }
.bc-belief-list li > b { padding-top: 5px; color: var(--bc-coral); font-size: 13px; }
.bc-belief-list h3 { margin: 0 0 11px; font-size: 27px; font-weight: 500; line-height: 1.35; }
.bc-belief-list p { max-width: 660px; margin: 0; color: var(--bc-copy); font-size: 16px; line-height: 1.8; }

/* Method */
.bc-method { padding: 145px 0; background: #fff; }
.bc-method-grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(560px, 1.16fr); gap: 96px; align-items: start; }
.bc-method-copy { padding-top: 22px; }
.bc-method .bc-section-head h2 { font-size: clamp(46px, 4vw, 66px); }
.bc-method .bc-section-head > p:last-child { max-width: 550px; margin: 30px 0 0; color: var(--bc-copy); font-size: 17px; line-height: 1.9; }
.bc-method-list { margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--bc-line); }
.bc-method-list li { border-bottom: 1px solid var(--bc-line); }
.bc-method-list button { width: 100%; min-height: 95px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; padding: 16px 4px 16px 0; border: 0; background: transparent; color: var(--bc-muted); text-align: left; cursor: pointer; transition: color .3s ease, transform .3s ease; }
.bc-method-list button > b { font-size: 12px; color: var(--bc-muted); transition: color .3s ease; }
.bc-method-list button span { display: flex; flex-direction: column; gap: 7px; }
.bc-method-list button strong { font-size: 22px; font-weight: 500; line-height: 1.25; }
.bc-method-list button em { color: var(--bc-muted); font-size: 14px; font-style: normal; line-height: 1.5; }
.bc-method-list button > i { color: var(--bc-muted); font-size: 10px; font-style: normal; font-weight: 700; }
.bc-method-list li.is-active button { color: var(--bc-ink); transform: translateX(8px); }
.bc-method-list li.is-active button > b,
.bc-method-list li.is-active button > i { color: var(--bc-coral); }
.bc-method-list li.is-active button em { color: var(--bc-copy); }
.bc-method-visual { position: sticky; top: 112px; }
.bc-method-visual figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.36; background: #d7d1c8; box-shadow: var(--bc-shadow); }
.bc-method-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .5s ease; }
.bc-method-grid[data-active="1"] .bc-method-visual img { transform: scale(1.035) translateX(-1.2%); }
.bc-method-grid[data-active="2"] .bc-method-visual img { transform: scale(1.055) translateY(-1.3%); }
.bc-method-grid[data-active="3"] .bc-method-visual img { transform: scale(1.035) translateX(1.2%); }
.bc-method-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: 96px 1fr; gap: 8px 28px; padding: 22px 25px; background: rgba(27, 28, 26, .86); color: #fff; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.bc-method-visual figcaption span { grid-row: 1 / span 2; color: #ef9a87; font-size: 12px; font-weight: 700; }
.bc-method-visual figcaption strong { font-size: 18px; font-weight: 500; }
.bc-method-visual figcaption p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.bc-stage-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 18px; }
.bc-stage-rail i { height: 3px; background: #d8d8d3; transition: background .35s ease, transform .35s ease; transform-origin: left center; }
.bc-method-grid[data-active="0"] .bc-stage-rail i:nth-child(1),
.bc-method-grid[data-active="1"] .bc-stage-rail i:nth-child(-n+2),
.bc-method-grid[data-active="2"] .bc-stage-rail i:nth-child(-n+3),
.bc-method-grid[data-active="3"] .bc-stage-rail i { background: var(--bc-coral); }

/* System */
.bc-system { padding: 146px 0 156px; background: var(--bc-graphite); color: #f8f6f1; }
.bc-system .bc-kicker { color: #ef8d79; }
.bc-system-head { display: grid; grid-template-columns: 1.18fr .82fr; gap: 110px; align-items: end; }
.bc-system-head h2 { margin: 0; max-width: 820px; font-size: clamp(45px, 4.2vw, 70px); font-weight: 500; line-height: 1.15; letter-spacing: 0; }
.bc-system-head > p { max-width: 520px; margin: 0 0 8px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.9; }
.bc-system-visual { position: relative; margin: 80px 0 0; overflow: hidden; aspect-ratio: 1.95; background: var(--bc-graphite-soft); box-shadow: 0 36px 80px rgba(0,0,0,.25); transition: transform .5s cubic-bezier(.22, 1, .36, 1); transform-style: preserve-3d; }
.bc-system-visual img { width: 100%; height: 100%; object-fit: cover; }
.bc-system-visual figcaption { position: absolute; left: 28px; bottom: 28px; max-width: 500px; padding: 20px 24px; background: rgba(25, 26, 24, .78); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.bc-system-visual figcaption span { display: block; margin-bottom: 8px; color: #ef8d79; font-size: 11px; font-weight: 700; }
.bc-system-visual figcaption strong { font-size: 18px; font-weight: 500; }
.bc-deliverables { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 74px; border-top: 1px solid rgba(255,255,255,.18); }
.bc-deliverables article { min-height: 180px; padding: 28px 34px 24px 0; border-right: 1px solid rgba(255,255,255,.14); }
.bc-deliverables article:not(:first-child) { padding-left: 34px; }
.bc-deliverables article:last-child { border-right: 0; }
.bc-deliverables b { color: #ef8d79; font-size: 12px; }
.bc-deliverables h3 { margin: 28px 0 12px; font-size: 23px; font-weight: 500; }
.bc-deliverables p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.7; }

/* Outcome */
.bc-outcome { padding: 150px 0; background: #ece8e2; }
.bc-outcome-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.bc-outcome-copy h2 { margin: 24px 0 26px; font-size: clamp(44px, 4vw, 65px); font-weight: 500; line-height: 1.16; letter-spacing: 0; }
.bc-outcome-copy > p:not(.bc-kicker) { max-width: 560px; margin: 0; color: var(--bc-copy); font-size: 17px; line-height: 1.9; }
.bc-outcome-copy ul { margin: 54px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--bc-line); }
.bc-outcome-copy li { display: flex; justify-content: space-between; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--bc-line); font-size: 14px; }
.bc-outcome-copy li span { color: var(--bc-copy); }
.bc-outcome-copy li b { font-weight: 500; text-align: right; }
.bc-outcome-media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.36; background: #ddd6cd; }
.bc-outcome-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.bc-outcome-media:hover img { transform: scale(1.03); }
.bc-outcome-media figcaption { position: absolute; left: 24px; bottom: 24px; padding: 18px 21px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.bc-outcome-media figcaption span { display: block; margin-bottom: 6px; color: var(--bc-coral); font-size: 10px; font-weight: 700; }
.bc-outcome-media figcaption strong { font-size: 16px; font-weight: 500; }

/* Cases */
.bc-cases { padding: 146px 0 158px; background: #fff; }
.bc-cases-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.bc-cases-head h2 { margin: 20px 0 0; font-size: clamp(44px, 4vw, 66px); font-weight: 500; line-height: 1.16; letter-spacing: 0; }
.bc-case-controls { display: flex; align-items: center; gap: 10px; padding: 0 80px 8px 0; }
.bc-case-controls button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--bc-line); border-radius: 50%; background: transparent; color: var(--bc-ink); cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.bc-case-controls button:hover { background: var(--bc-ink); color: #fff; transform: translateY(-2px); }
.bc-case-controls a { display: flex; align-items: center; min-height: 48px; margin-left: 16px; padding: 0 4px; border-bottom: 1px solid var(--bc-ink); font-size: 14px; font-weight: 600; }
.bc-case-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(430px, 37vw); gap: 26px; margin-top: 72px; padding: 0 0 30px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--bc-coral) #e6e3de; }
.bc-case-card { scroll-snap-align: start; min-width: 0; }
.bc-case-card a { display: block; }
.bc-case-image { position: relative; overflow: hidden; aspect-ratio: 1.52; background: #ebe8e2; }
.bc-case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .45s ease; }
.bc-case-image span { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; background: rgba(255,255,255,.88); color: var(--bc-ink); font-size: 10px; font-weight: 700; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.bc-case-card:hover .bc-case-image img { transform: scale(1.045); filter: saturate(.9); }
.bc-case-card:hover .bc-case-image span { opacity: 1; transform: translateY(0); }
.bc-case-meta { position: relative; padding: 22px 56px 0 0; }
.bc-case-meta p { margin: 0 0 7px; color: var(--bc-coral); font-size: 12px; }
.bc-case-meta h3 { margin: 0; font-size: 24px; font-weight: 500; line-height: 1.35; }
.bc-case-meta i { position: absolute; right: 2px; top: 25px; font-style: normal; font-size: 22px; transition: transform .25s ease; }
.bc-case-card:hover .bc-case-meta i { transform: translate(4px, -4px); }

/* Process and CTA */
.bc-process { padding: 142px 0 148px; background: var(--bc-paper); }
.bc-process .bc-section-head h2 { font-size: clamp(44px, 4vw, 66px); }
.bc-process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 76px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--bc-line); }
.bc-process-list li { min-height: 205px; padding: 28px 26px 22px 0; border-right: 1px solid var(--bc-line); }
.bc-process-list li:not(:first-child) { padding-left: 26px; }
.bc-process-list li:last-child { border-right: 0; }
.bc-process-list b { color: var(--bc-coral); font-size: 12px; }
.bc-process-list h3 { margin: 35px 0 13px; font-size: 23px; font-weight: 500; }
.bc-process-list p { margin: 0; color: var(--bc-copy); font-size: 14px; line-height: 1.75; }
.bc-final-cta { padding: 50px 0; background: var(--bc-graphite); color: #fff; }
.bc-final-inner { min-height: 390px; display: flex; align-items: center; justify-content: space-between; gap: 80px; }
.bc-final-inner h2 { margin: 20px 0 22px; font-size: clamp(46px, 4vw, 68px); font-weight: 500; line-height: 1.13; letter-spacing: 0; }
.bc-final-inner span { color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.8; }
.bc-primary-light { flex: 0 0 auto; min-width: 248px; }
.bc-primary-light > span { color: #fff; font-size: 15px; line-height: 1.2; }

@media (max-width: 1280px) {
  .bc-shell { width: calc(100% - 64px); }
  .bc-hero-copy { width: 50%; }
  .bc-method-grid { grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 62px; }
  .bc-system-head { gap: 70px; }
  .bc-outcome-grid { gap: 56px; }
}

@media (max-width: 1024px) {
  .bc-page { padding-top: 60px; }
  .bc-hero,
  .bc-hero-inner { min-height: 760px; }
  .bc-hero-media img { object-position: 62% center; }
  .bc-hero-shade { background: linear-gradient(90deg, rgba(247,244,239,.98), rgba(247,244,239,.9) 43%, rgba(247,244,239,.18) 76%); }
  .bc-hero-copy { width: 60%; }
  .bc-belief-grid { gap: 56px; }
  .bc-method-grid { grid-template-columns: 1fr; }
  .bc-method-visual { position: relative; top: auto; }
  .bc-system-head,
  .bc-outcome-grid { grid-template-columns: 1fr; }
  .bc-system-head > p { margin-top: 12px; }
  .bc-deliverables { grid-template-columns: repeat(2, 1fr); }
  .bc-deliverables article:nth-child(2) { border-right: 0; }
  .bc-deliverables article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .bc-process-list { grid-template-columns: repeat(3, 1fr); }
  .bc-process-list li:nth-child(3) { border-right: 0; }
  .bc-process-list li:nth-child(n+4) { border-top: 1px solid var(--bc-line); }
  .bc-final-inner { min-height: 340px; }
}

@media (max-width: 767px) {
  .bc-shell { width: calc(100% - 36px); }
  .bc-page { padding-top: 60px; }
  .bc-kicker,
  .bc-eyebrow,
  .bc-breadcrumb { font-size: 11px; }
  .bc-hero { min-height: 720px; }
  .bc-hero-inner { min-height: 720px; align-items: flex-end; }
  .bc-hero-media { inset: 0; transform: none; }
  .bc-hero-media img { object-position: 64% center; }
  .bc-hero-shade { background: linear-gradient(180deg, rgba(247,244,239,.18) 0%, rgba(247,244,239,.35) 30%, rgba(247,244,239,.96) 63%, rgba(247,244,239,1) 100%); }
  .bc-hero-copy { width: 100%; padding: 260px 0 132px; }
  .bc-breadcrumb { display: none; }
  .bc-hero-copy .bc-eyebrow { margin-bottom: 17px; }
  .bc-hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .bc-lead { margin-top: 22px; font-size: 16px; line-height: 1.75; }
  .bc-hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 28px; }
  .bc-primary { min-width: 222px; min-height: 54px; font-size: 15px; }
  .bc-text-link { min-height: 38px; }
  .bc-hero-facts { bottom: 26px; gap: 20px; }
  .bc-hero-facts span { gap: 5px; font-size: 11px; }
  .bc-hero-facts b { font-size: 9px; }
  .bc-scroll-cue { display: none; }
  .bc-belief,
  .bc-method,
  .bc-system,
  .bc-outcome,
  .bc-cases,
  .bc-process { padding: 90px 0 96px; }
  .bc-section-head h2,
  .bc-method .bc-section-head h2,
  .bc-system-head h2,
  .bc-outcome-copy h2,
  .bc-cases-head h2,
  .bc-process .bc-section-head h2,
  .bc-final-inner h2 { font-size: clamp(36px, 10vw, 48px); }
  .bc-belief-grid { grid-template-columns: 1fr; gap: 46px; margin-top: 48px; }
  .bc-belief-intro { font-size: 17px; line-height: 1.85; }
  .bc-belief-list li { grid-template-columns: 48px 1fr; padding: 26px 0 29px; }
  .bc-belief-list h3 { font-size: 21px; }
  .bc-belief-list p { font-size: 14px; }
  .bc-method-grid { gap: 46px; }
  .bc-method .bc-section-head > p:last-child { margin-top: 21px; font-size: 15px; }
  .bc-method-list { margin-top: 38px; }
  .bc-method-list button { min-height: 86px; grid-template-columns: 38px 1fr; }
  .bc-method-list button > i { display: none; }
  .bc-method-list button strong { font-size: 19px; }
  .bc-method-list button em { font-size: 12px; }
  .bc-method-visual figure { aspect-ratio: .96; }
  .bc-method-visual figcaption { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 64px 1fr; gap: 6px 12px; padding: 16px; }
  .bc-method-visual figcaption strong { font-size: 15px; }
  .bc-method-visual figcaption p { font-size: 11px; }
  .bc-system-head { gap: 28px; }
  .bc-system-head > p { font-size: 15px; }
  .bc-system-visual { margin-top: 46px; aspect-ratio: .9; }
  .bc-system-visual img { object-fit: cover; object-position: 42% center; }
  .bc-system-visual figcaption { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 15px 16px; }
  .bc-deliverables { grid-template-columns: 1fr; margin-top: 48px; }
  .bc-deliverables article,
  .bc-deliverables article:not(:first-child) { min-height: 0; padding: 24px 0 27px; border-right: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .bc-deliverables h3 { margin-top: 18px; font-size: 20px; }
  .bc-outcome-grid { gap: 48px; }
  .bc-outcome-copy > p:not(.bc-kicker) { font-size: 15px; }
  .bc-outcome-copy ul { margin-top: 38px; }
  .bc-outcome-copy li { align-items: flex-start; flex-direction: column; gap: 7px; }
  .bc-outcome-copy li b { text-align: left; }
  .bc-outcome-media { aspect-ratio: .96; }
  .bc-outcome-media img { object-position: 55% center; }
  .bc-outcome-media figcaption { left: 12px; right: 12px; bottom: 12px; }
  .bc-cases-head { align-items: flex-start; flex-direction: column; }
  .bc-case-controls { width: 100%; padding: 0; }
  .bc-case-controls a { margin-left: auto; }
  .bc-case-rail { grid-auto-columns: minmax(82vw, 82vw); margin-top: 46px; gap: 16px; }
  .bc-case-meta h3 { font-size: 20px; }
  .bc-process-list { grid-template-columns: 1fr; margin-top: 50px; }
  .bc-process-list li,
  .bc-process-list li:not(:first-child) { min-height: 0; padding: 24px 0 27px; border-right: 0; border-top: 1px solid var(--bc-line); }
  .bc-process-list h3 { margin-top: 18px; font-size: 20px; }
  .bc-final-cta { padding: 80px 0; }
  .bc-final-inner { min-height: 0; align-items: flex-start; flex-direction: column; gap: 42px; }
  .bc-final-inner span { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .bc-page *,
  .bc-page *::before,
  .bc-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .bc-reveal,
  .bc-hero-enter { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
