@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=IBM+Plex+Mono:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --p2l-obsidian: #05070b;
  --p2l-ink: #0b1320;
  --p2l-ink-2: #101b2a;
  --p2l-paper: #f5f7f2;
  --p2l-lime: #b7f200;
  --p2l-coral: #ff5a4e;
  --p2l-sky: #72d7ff;
  --p2l-steel: #a7b0bc;
  --p2l-line: rgba(255, 255, 255, 0.14);
  --p2l-display: "Bricolage Grotesque", sans-serif;
  --p2l-body: "Manrope", sans-serif;
  --p2l-mono: "IBM Plex Mono", monospace;
}

html { scroll-behavior: smooth; background: var(--p2l-obsidian); }
body { margin: 0; background: var(--p2l-obsidian); color: var(--p2l-paper); font-family: var(--p2l-body); letter-spacing: 0; }
body, button, input, select, textarea { font-family: var(--p2l-body); }
h1, h2, h3, h4 { font-family: var(--p2l-display) !important; letter-spacing: 0 !important; }
a { text-underline-offset: 3px; }
::selection { background: var(--p2l-lime); color: var(--p2l-obsidian); }
:focus-visible { outline: 2px solid var(--p2l-lime) !important; outline-offset: 4px; }

/* Shared refinement for established static routes. */
.site-header, .page-header, .pv-header, body > header:not(.brand-page-header) {
  border-color: var(--p2l-line) !important;
  background: rgba(5, 7, 11, 0.9) !important;
  backdrop-filter: blur(18px);
}
.site-header .wrap, .page-header .wrap, .pv-header .pv-wrap { max-width: 1180px; }
.site-header .brand img, .page-header .brand img { border-radius: 4px !important; }
.site-header .nav-links a, .page-header nav a, .pv-nav a { font-family: var(--p2l-mono) !important; font-size: 10px !important; letter-spacing: 0 !important; text-transform: uppercase; }
.site-header .nav-links a:hover, .page-header nav a:hover, .pv-nav a:hover { color: var(--p2l-lime) !important; }
.hero h1, .service-hero h1, .store-hero h1, .audit-hero h1, .pv-hero h1 { letter-spacing: 0 !important; }
.hero h1 span, .section h2 span, .service-hero h1 span, .store-hero h1 span { color: var(--p2l-lime) !important; }
.section-kicker, .eyebrow, .pv-kicker, .tag { color: var(--p2l-lime) !important; font-family: var(--p2l-mono) !important; letter-spacing: 0 !important; }
.button, .pv-button, a.button, button.button { border-radius: 4px !important; background: var(--p2l-lime) !important; color: var(--p2l-obsidian) !important; font-family: var(--p2l-mono) !important; letter-spacing: 0 !important; text-transform: uppercase; }
.ghost, .pv-link-button, a.ghost { border-radius: 4px !important; font-family: var(--p2l-mono) !important; letter-spacing: 0 !important; }
.card, .package-card, .proof-card, .audit-card, .case-showcase, .policy-card { border-radius: 6px !important; border-color: var(--p2l-line) !important; }
input, select, textarea { border-radius: 3px !important; }
.footer, .site-footer, body > footer:not(.brand-page-footer) { border-color: var(--p2l-line) !important; background: #030508 !important; }
.p2l-brand-routebar { border-top: 1px solid var(--p2l-line); border-bottom: 1px solid var(--p2l-line); background: var(--p2l-ink); }
.p2l-brand-routebar-inner { width: min(1180px, calc(100% - 36px)); min-height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.p2l-brand-routebar strong { font-family: var(--p2l-display); font-size: 1rem; }
.p2l-brand-routebar nav { display: flex; flex-wrap: wrap; gap: 18px; }
.p2l-brand-routebar a { color: #dce2e8; font: 600 9px/1 var(--p2l-mono); text-transform: uppercase; }
.p2l-brand-routebar a:hover { color: var(--p2l-lime); }

/* New brand-page framework. */
.brand-page { overflow-x: clip; }
.brand-page * { box-sizing: border-box; }
.brand-page img, .brand-page video { display: block; max-width: 100%; }
.brand-page a { color: inherit; text-decoration: none; }
.bp-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.brand-page-header { position: sticky; top: 0; z-index: 30; min-height: 76px; border-bottom: 1px solid var(--p2l-line); background: rgba(5, 7, 11, .96); backdrop-filter: blur(18px); }
.brand-page-header .bp-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.bp-brand img { width: 188px; max-height: 54px; object-fit: contain; object-position: left center; }
.bp-nav { display: flex; align-items: center; gap: 24px; }
.bp-nav a { color: #dce1e7; font: 600 10px/1 var(--p2l-mono); text-transform: uppercase; }
.bp-nav a:hover, .bp-nav a[aria-current="page"] { color: var(--p2l-lime); }
.bp-header-actions { display: flex; align-items: center; gap: 10px; }
.bp-menu-toggle { display: none; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border: 1px solid var(--p2l-line); border-radius: 4px; background: transparent; color: var(--p2l-paper); cursor: pointer; }
.bp-menu-toggle > span { width: 20px; display: grid; gap: 4px; }
.bp-menu-toggle i { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.bp-menu-toggle[aria-expanded="true"] { border-color: var(--p2l-lime); color: var(--p2l-lime); }
.bp-menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(6px) rotate(45deg); }
.bp-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.bp-menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-6px) rotate(-45deg); }
.bp-mobile-menu { position: fixed; inset: 76px 0 0; z-index: 29; display: none; padding: 30px max(24px, calc((100vw - 1200px) / 2)); background: var(--p2l-obsidian); overflow-y: auto; }
.bp-mobile-menu.is-open { display: flex; flex-direction: column; }
.bp-mobile-menu nav { display: grid; }
.bp-mobile-menu nav a { min-height: 66px; display: grid; grid-template-columns: 34px 1fr; align-items: center; border-bottom: 1px solid var(--p2l-line); color: var(--p2l-paper); text-decoration: none; }
.bp-mobile-menu nav small { color: var(--p2l-lime); font: 600 9px/1 var(--p2l-mono); }
.bp-mobile-menu nav span { font: 700 1.7rem/1 var(--p2l-display); }
.bp-mobile-menu > .bp-button { width: 100%; margin-top: auto; }
.bp-menu-open { overflow: hidden; }
.bp-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 4px; padding: 0 16px; font: 700 10px/1 var(--p2l-mono); text-transform: uppercase; }
.bp-button-primary { border-color: var(--p2l-lime); background: var(--p2l-lime); color: var(--p2l-obsidian) !important; }
.bp-button-outline { border-color: var(--p2l-line); background: transparent; color: var(--p2l-paper) !important; }
.bp-kicker { margin: 0 0 18px; color: var(--p2l-lime); font: 600 10px/1.4 var(--p2l-mono); text-transform: uppercase; }

.bp-hero { position: relative; min-height: 700px; display: grid; align-items: end; overflow: hidden; border-bottom: 1px solid var(--p2l-line); }
.bp-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bp-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,11,.98), rgba(5,7,11,.72) 52%, rgba(5,7,11,.18)), linear-gradient(0deg, rgba(5,7,11,.9), transparent 40%); }
.bp-hero-content { position: relative; z-index: 2; padding: 120px 0 70px; }
.bp-hero h1 { max-width: 900px; margin: 0; font-size: 6rem; line-height: .9; }
.bp-hero h1 span { color: var(--p2l-lime); }
.bp-hero .bp-lead { max-width: 650px; margin: 26px 0 0; color: #d6dbe2; font-size: 1.12rem; line-height: 1.7; }
.bp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.bp-proof-line { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 40px; color: var(--p2l-steel); font: 500 9px/1.4 var(--p2l-mono); text-transform: uppercase; }

.bp-section { padding: 110px 0; border-bottom: 1px solid var(--p2l-line); }
.bp-section-paper { background: var(--p2l-paper); color: var(--p2l-obsidian); }
.bp-section-ink { background: var(--p2l-ink); }
.bp-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.bp-head > * { min-width: 0; }
.bp-head h2 { max-width: 820px; margin: 0; font-size: 4.4rem; line-height: .96; }
.bp-head h2 span { color: var(--p2l-coral); }
.bp-head p { max-width: 500px; margin: 0; color: var(--p2l-steel); line-height: 1.72; }
.bp-section-paper .bp-head p { color: #59616b; }

.bp-work-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 12px; }
.bp-work-card { grid-column: span 6; overflow: hidden; border: 1px solid var(--p2l-line); border-radius: 6px; background: var(--p2l-ink); }
.bp-work-card:nth-child(3n) { grid-column: span 12; display: grid; grid-template-columns: 1.15fr .85fr; }
/* Portfolio previews are landscape site screenshots (~16:10) — match the cell
   aspect so they show complete, with no side crop. */
.bp-work-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #0c1118; }
.bp-work-card:nth-child(3n) .bp-work-media { aspect-ratio: auto; height: 560px; }
.bp-work-media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s ease; }
/* Wide feature cards keep a fixed height; contain the shot to show it whole. */
.bp-work-card:nth-child(3n) .bp-work-media img { object-fit: contain; }
.bp-work-card:hover .bp-work-media img { transform: scale(1.03); }
.bp-work-copy { min-height: 280px; display: flex; flex-direction: column; padding: 24px; }
.bp-work-card:nth-child(3n) .bp-work-copy { min-height: 560px; justify-content: center; padding: 38px; }
.bp-work-copy small { color: var(--p2l-lime); font: 600 9px/1.3 var(--p2l-mono); text-transform: uppercase; }
.bp-work-copy h2, .bp-work-copy h3 { margin: 34px 0 0; font-size: 2.2rem; line-height: 1; }
.bp-work-card:nth-child(3n) .bp-work-copy h2, .bp-work-card:nth-child(3n) .bp-work-copy h3 { font-size: 3.4rem; }
.bp-work-copy p { margin: 16px 0 0; color: var(--p2l-steel); line-height: 1.7; }
.bp-work-links { display: flex; gap: 16px; margin-top: auto; padding-top: 24px; }
.bp-work-links a { color: var(--p2l-lime); font: 600 9px/1 var(--p2l-mono); text-transform: uppercase; }

.bp-case-hero { padding: 100px 0 70px; border-bottom: 1px solid var(--p2l-line); }
.bp-case-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.bp-case-meta span { padding: 7px 9px; border: 1px solid var(--p2l-line); border-radius: 3px; font: 600 8px/1 var(--p2l-mono); text-transform: uppercase; }
.bp-case-hero h1 { max-width: 980px; margin: 0; font-size: 5.5rem; line-height: .92; }
.bp-case-hero h1 span { color: var(--p2l-lime); }
.bp-case-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; margin-top: 34px; }
.bp-case-intro p { max-width: 720px; margin: 0; color: var(--p2l-steel); font-size: 1.08rem; line-height: 1.75; }
.bp-case-facts { display: grid; gap: 12px; }
.bp-case-facts div { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--p2l-line); font: 500 9px/1.4 var(--p2l-mono); text-transform: uppercase; }
.bp-case-facts dt { color: var(--p2l-steel); }
.bp-case-facts dd { margin: 0; color: var(--p2l-paper); text-align: right; }
.bp-full-media { width: 100%; max-height: 820px; object-fit: cover; object-position: top; }
.bp-decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--p2l-line); }
.bp-decision { min-height: 280px; padding: 26px; border-right: 1px solid var(--p2l-line); }
.bp-decision:last-child { border-right: 0; }
.bp-decision small { color: var(--p2l-lime); font: 600 9px/1 var(--p2l-mono); }
.bp-decision h3 { margin: 80px 0 12px; font-size: 2rem; }
.bp-decision p { margin: 0; color: var(--p2l-steel); line-height: 1.7; }
.bp-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--p2l-line); background: var(--p2l-line); }
/* Before/after shots are 1425x930 screenshots — match the aspect so both show complete. */
.bp-before-after figure { position: relative; aspect-ratio: 1425 / 930; margin: 0; overflow: hidden; background: var(--p2l-ink); }
.bp-before-after img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.bp-before-after figure:first-child img { filter: saturate(.55) contrast(.9); opacity: .78; }
.bp-before-after figcaption { position: absolute; top: 14px; left: 14px; padding: 8px 10px; background: var(--p2l-obsidian); color: white; font: 600 9px/1 var(--p2l-mono); text-transform: uppercase; }
.bp-before-after figure:last-child figcaption { background: var(--p2l-lime); color: var(--p2l-obsidian); }
.bp-reel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.bp-reel-grid > a { display: block; min-width: 0; }
.bp-reel-grid figure { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 1px solid var(--p2l-line); border-radius: 6px; background: var(--p2l-obsidian); }
.bp-reel-grid video { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22, 1, .36, 1); }
.bp-reel-grid a:hover video { transform: scale(1.045); }
.bp-reel-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; border-radius: 3px; background: rgba(5,7,11,.82); color: var(--p2l-lime); font: 600 8px/1 var(--p2l-mono); text-transform: uppercase; }

.bp-about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1px; background: var(--p2l-line); border: 1px solid var(--p2l-line); }
.bp-about-image { min-height: 680px; background: var(--p2l-obsidian); }
.bp-about-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.bp-about-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; background: var(--p2l-coral); color: var(--p2l-obsidian); }
.bp-about-copy h2 { margin: 18px 0 0; font-size: 4rem; line-height: .98; }
.bp-about-copy p { margin: 24px 0 0; color: rgba(5,7,11,.75); line-height: 1.75; }

.bp-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--p2l-line); }
.bp-service-card { min-height: 330px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--p2l-line); }
.bp-service-card:last-child { border-right: 0; }
.bp-service-card small { color: var(--p2l-lime); font: 600 9px/1 var(--p2l-mono); text-transform: uppercase; }
.bp-service-card h3 { margin: 86px 0 14px; font-size: 2rem; }
.bp-service-card p { margin: 0; color: var(--p2l-steel); line-height: 1.7; }
.bp-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.bp-checklist li { padding: 16px 18px; border: 1px solid var(--p2l-line); border-radius: 4px; color: #dce2e8; }
/* Process strip: four numbered steps, mono-labelled, editorial. */
.bp-steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--p2l-line); }
.bp-step { min-height: 250px; padding: 24px; border-right: 1px solid var(--p2l-line); display: flex; flex-direction: column; }
.bp-step:last-child { border-right: 0; }
.bp-step small { color: var(--p2l-lime); font: 600 9px/1.3 var(--p2l-mono); text-transform: uppercase; }
.bp-step h3 { margin: auto 0 0; font-size: 1.7rem; line-height: 1.05; }
.bp-step p { margin: 12px 0 0; color: var(--p2l-steel); font-size: .93rem; line-height: 1.65; }

/* Investment guidance: a scoped range with drivers — never a package menu. */
.bp-invest { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.bp-invest-figure small { display: block; color: var(--p2l-coral); font: 600 10px/1.4 var(--p2l-mono); text-transform: uppercase; }
.bp-invest-figure strong { display: block; margin-top: 14px; font: 800 4.6rem/0.95 var(--p2l-display); letter-spacing: -1px; }
.bp-invest-figure p { max-width: 380px; margin: 18px 0 0; color: #59616b; line-height: 1.7; }
.bp-invest-drivers { display: grid; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(5, 7, 11, .16); }
.bp-invest-drivers li { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(5, 7, 11, .16); font: 600 10px/1.5 var(--p2l-mono); text-transform: uppercase; }
.bp-invest-drivers li span:last-child { color: var(--p2l-steel); text-align: right; }
.bp-invest-note { margin-top: 26px; color: #59616b; font: 600 10px/1.6 var(--p2l-mono); text-transform: uppercase; }
/* Dark-section variant: keep the band readable outside paper sections. */
.bp-section:not(.bp-section-paper) .bp-invest-figure p,
.bp-section:not(.bp-section-paper) .bp-invest-note { color: var(--p2l-steel); }
.bp-section:not(.bp-section-paper) .bp-invest-drivers { border-top-color: var(--p2l-line); }
.bp-section:not(.bp-section-paper) .bp-invest-drivers li { border-bottom-color: var(--p2l-line); }

.bp-final { padding: 100px 0; background: var(--p2l-lime); color: var(--p2l-obsidian); }
.bp-final .bp-shell { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.bp-final h2 { max-width: 820px; margin: 0; font-size: 4.4rem; line-height: .95; }
.bp-final p { max-width: 620px; margin: 20px 0 0; color: rgba(5,7,11,.72); line-height: 1.7; }
.bp-final .bp-button { border-color: var(--p2l-obsidian); background: var(--p2l-obsidian); color: var(--p2l-paper) !important; }

.brand-page-footer { padding: 58px 0 28px; background: #030508; }
.bp-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.bp-footer-brand img { width: 210px; }
.bp-footer-brand p { max-width: 440px; margin: 18px 0 0; color: var(--p2l-steel); line-height: 1.7; }
.bp-footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.bp-footer-links span { margin-bottom: 8px; color: var(--p2l-lime); font: 600 9px/1 var(--p2l-mono); text-transform: uppercase; }
.bp-footer-links a { color: #d8dde3; font-size: .84rem; }
.bp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--p2l-line); color: #718092; font: 500 8px/1.4 var(--p2l-mono); text-transform: uppercase; }

@media (max-width: 900px) {
  .bp-nav { display: none; }
  .bp-header-actions { display: none; }
  .bp-menu-toggle { display: grid; }
  .bp-hero h1, .bp-case-hero h1 { font-size: 4.5rem; }
  .bp-head { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .bp-head h2 { font-size: 3.5rem; }
  .bp-work-card, .bp-work-card:nth-child(3n) { grid-column: span 12; display: block; }
  .bp-work-card .bp-work-media, .bp-work-card:nth-child(3n) .bp-work-media { aspect-ratio: 16 / 10; height: auto; }
  .bp-work-card .bp-work-media img, .bp-work-card:nth-child(3n) .bp-work-media img { object-fit: cover; }
  .bp-work-card .bp-work-copy, .bp-work-card:nth-child(3n) .bp-work-copy { min-height: 0; justify-content: flex-start; padding: 30px; }
  .bp-work-card .bp-work-copy h2, .bp-work-card .bp-work-copy h3, .bp-work-card:nth-child(3n) .bp-work-copy h2, .bp-work-card:nth-child(3n) .bp-work-copy h3 { font-size: 2.8rem; }
  .bp-case-intro, .bp-about-grid { grid-template-columns: 1fr; }
  .bp-steps { grid-template-columns: 1fr 1fr; }
  .bp-step:nth-child(2n) { border-right: 0; }
  .bp-step:nth-child(-n + 2) { border-bottom: 1px solid var(--p2l-line); }
  .bp-invest { grid-template-columns: 1fr; gap: 36px; }
  .bp-reel-grid { grid-template-columns: 1fr 1fr; }
  .bp-about-image { min-height: 760px; }
  .bp-final .bp-shell { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .p2l-brand-routebar-inner { min-height: 0; align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .p2l-brand-routebar nav { gap: 14px; }
  .bp-shell { width: calc(100% - 28px); }
  .brand-page-header, .brand-page-header .bp-shell { min-height: 66px; }
  .brand-page-header .bp-shell { gap: 12px; }
  .bp-brand img { width: 150px; }
  .bp-brand { min-height: 44px; display: inline-flex; align-items: center; }
  .bp-mobile-menu { inset-block-start: 66px; padding: 20px 14px; }
  .bp-button { min-height: 44px; padding-inline: 12px; font-size: 10px; }
  .bp-hero { min-height: 710px; }
  .bp-hero-media { object-position: 70% center; } /* keep the subject's face fully in frame on narrow screens */
  .bp-hero-shade { background: linear-gradient(0deg, rgba(5,7,11,.99), rgba(5,7,11,.24) 78%); }
  .bp-hero-content { padding: 100px 0 42px; }
  .bp-hero-content, .bp-case-hero { min-width: 0; }
  .brand-page:not(.es-premium-home) .bp-hero h1 { font-size: clamp(2rem, 10.6vw, 3.1rem); line-height: .94; }
  .bp-case-hero h1 { font-size: clamp(2.6rem, 11.4vw, 3.4rem); line-height: .94; }
  .bp-actions { display: grid; }
  .bp-actions .bp-button { width: 100%; }
  .bp-section { padding: 78px 0; }
  .bp-head { margin-bottom: 36px; }
  .bp-head h2 { font-size: 2.5rem; }
  .bp-work-grid { display: block; }
  .bp-work-card, .bp-work-card:nth-child(3n) { display: block; }
  .bp-work-card + .bp-work-card { margin-top: 12px; }
  .bp-work-card .bp-work-media, .bp-work-card:nth-child(3n) .bp-work-media { aspect-ratio: 16 / 10; height: auto; }
  .bp-work-card .bp-work-copy, .bp-work-card:nth-child(3n) .bp-work-copy { min-height: 0; padding: 22px; }
  .bp-work-card .bp-work-copy h2, .bp-work-card .bp-work-copy h3, .bp-work-card:nth-child(3n) .bp-work-copy h2, .bp-work-card:nth-child(3n) .bp-work-copy h3 { font-size: 2.1rem; }
  .bp-case-hero { padding: 76px 0 54px; }
  .bp-case-intro { gap: 32px; }
  .bp-decision-grid, .bp-service-grid { grid-template-columns: 1fr; }
  .bp-steps { grid-template-columns: 1fr; }
  .bp-step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--p2l-line); }
  .bp-step:last-child { border-bottom: 0; }
  .bp-step h3 { margin-top: 40px; }
  .bp-invest-figure strong { font-size: 3.4rem; }
  .bp-decision, .bp-service-card { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--p2l-line); }
  .bp-decision:last-child, .bp-service-card:last-child { border-bottom: 0; }
  .bp-decision h3, .bp-service-card h3 { margin-top: 58px; }
  .bp-before-after { grid-template-columns: 1fr; }
  .bp-reel-grid { gap: 7px; }
  .bp-before-after figure { aspect-ratio: 1425 / 930; }
  .bp-work-links a,
  .bp-footer-links a,
  .bp-footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
  .bp-work-links a { font-size: 10px; }
  .bp-about-image { min-height: 520px; }
  .bp-about-copy { padding: 28px 22px; }
  .bp-about-copy h2 { font-size: 2.8rem; }
  .bp-checklist { grid-template-columns: 1fr; }
  .bp-final { padding: 76px 0; }
  .bp-final h2 { font-size: 3rem; }
  .bp-footer-grid { grid-template-columns: 1fr 1fr; }
  .bp-footer-brand { grid-column: 1 / -1; }
  .bp-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) and (max-height: 700px) {
  .bp-hero { min-height: 620px; }
  .bp-hero-content { padding: 72px 0 30px; }
  .bp-hero .bp-lead { margin-top: 18px; font-size: .98rem; line-height: 1.55; }
  .bp-actions { margin-top: 20px; }
  .bp-proof-line { margin-top: 20px; }
}

@media (max-width: 390px) {
  .bp-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .bp-footer-brand { grid-column: auto; }
  .bp-footer-links a { max-width: 100%; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
