:root {
  --cr-red: var(--gain-red, #d70b2a);
  --cr-red-dark: var(--gain-red-dark, #b50824);
  --cr-ink: #151215;
  --cr-muted: #5d5759;
  --cr-rule: #ded9da;
  --cr-soft: #f5f4f3;
  --cr-dark: #181617;
  --cr-header-offset: 66px;
}

.site-shell { overflow: clip; }
.cr-page { background: #fff; color: var(--cr-ink); }
.cr-container { width: min(100%, 1344px); margin-inline: auto; padding-inline: 32px; }
.cr-section { padding-block: clamp(72px, 8vw, 112px); scroll-margin-top: calc(var(--cr-header-offset) + 62px); }
.cr-section-heading { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px 24px; align-items: end; margin-bottom: clamp(44px, 5vw, 72px); }
.cr-section-heading .cr-eyebrow { grid-column: 1 / 4; align-self: start; }
.cr-section-heading h2 { grid-column: 4 / 10; margin: 0; font-size: clamp(38px, 4vw, 58px); font-weight: 650; letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
.cr-section-heading > p:last-child { grid-column: 10 / -1; margin: 0; color: var(--cr-muted); font-size: 16px; line-height: 1.72; }
.cr-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--cr-red); font: 600 11px/1.35 'DM Mono', monospace; letter-spacing: .11em; text-transform: uppercase; }
.cr-eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ''; flex: 0 0 auto; }
.cr-index { color: var(--cr-red); font: 600 12px/1 'DM Mono', monospace; letter-spacing: .12em; }
.cr-skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 12px 16px; background: #fff; color: var(--cr-ink); border: 2px solid var(--cr-red); transform: translateY(-150%); }
.cr-skip-link:focus { transform: translateY(0); }

.cr-hero { padding-block: clamp(48px, 6vw, 80px); scroll-margin-top: var(--cr-header-offset); }
.cr-hero__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6.5fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.cr-hero h1 { max-width: 12.5ch; margin: 0; font-size: clamp(48px, 5vw, 68px); font-weight: 650; letter-spacing: -.06em; line-height: .99; text-wrap: balance; }
.cr-hero__intro { max-width: 690px; margin-top: 28px; }
.cr-hero__intro p { margin: 0 0 14px; color: var(--cr-muted); font-size: 17px; line-height: 1.72; }
.cr-hero blockquote { max-width: 680px; margin: 28px 0 0; padding: 4px 0 4px 20px; border-left: 4px solid var(--cr-red); color: var(--cr-ink); font-size: clamp(18px, 1.5vw, 22px); font-weight: 600; line-height: 1.5; }
.cr-actions { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; margin-top: 32px; }
.cr-actions .button { min-height: 48px; }
.cr-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: var(--cr-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.cr-text-link span:last-child { color: var(--cr-red); font-size: 18px; }
.cr-tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.cr-tag-list li, .cr-tag-list span { display: inline-flex; min-height: 30px; align-items: center; padding: 6px 10px; border: 1px solid var(--cr-rule); background: #f7f6f5; color: #554f51; font: 600 11px/1.4 'DM Mono', monospace; }
.cr-figure { position: relative; margin: 0; overflow: hidden; background: #e7e4e4; }
.cr-figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s cubic-bezier(.2, 0, 0, 1); }
.cr-figure figcaption { position: absolute; inset: auto 0 0; padding: 22px 16px 10px; background: linear-gradient(transparent, rgba(0, 0, 0, .7)); color: rgba(255, 255, 255, .88); font: 500 10px/1.4 'DM Mono', monospace; letter-spacing: .035em; }
.cr-figure.is-error img { visibility: hidden; }
.cr-figure.is-error::before { position: absolute; inset: 0; display: grid; place-items: center; color: #777173; font: 500 12px/1.4 'DM Mono', monospace; content: attr(data-fallback); }
.cr-hero__figure { aspect-ratio: 3 / 2; }

.cr-anchor-nav { position: sticky; top: var(--cr-header-offset); z-index: 18; border-block: 1px solid var(--cr-rule); background: rgba(255, 255, 255, .95); backdrop-filter: blur(14px); }
.cr-anchor-nav .cr-container { display: flex; overflow-x: auto; scrollbar-width: none; }
.cr-anchor-nav .cr-container::-webkit-scrollbar { display: none; }
.cr-anchor-nav a { position: relative; display: grid; min-width: max-content; min-height: 54px; place-items: center; padding: 0 clamp(15px, 2.2vw, 30px); color: #625c5e; font-size: 12px; font-weight: 700; text-decoration: none; }
.cr-anchor-nav a:first-child { padding-left: 0; }
.cr-anchor-nav a::after { position: absolute; inset: auto 18px -1px; height: 3px; background: transparent; content: ''; }
.cr-anchor-nav a[aria-current] { color: var(--cr-ink); }
.cr-anchor-nav a[aria-current]::after { background: var(--cr-red); }

.cr-risk-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.cr-risk-card { min-width: 0; border: 1px solid var(--cr-rule); background: #fff; transition: transform .22s ease, border-color .22s ease; }
.cr-risk-card .cr-figure { aspect-ratio: 4 / 3; }
.cr-card-body { padding: clamp(24px, 3vw, 36px); }
.cr-card-body h3 { margin: 20px 0 14px; font-size: clamp(25px, 2.4vw, 34px); font-weight: 650; letter-spacing: -.045em; line-height: 1.05; }
.cr-card-body > p { margin: 0; color: var(--cr-muted); font-size: 16px; line-height: 1.72; }

.cr-details { background: var(--cr-soft); }
.cr-details__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(36px, 5vw, 72px); align-items: start; }
.cr-details__figure { position: sticky; top: calc(var(--cr-header-offset) + 76px); aspect-ratio: 3 / 2; }
.cr-detail-list { margin: 0; padding: 0; list-style: none; }
.cr-detail-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid var(--cr-rule); }
.cr-detail-list li:last-child { border-bottom: 1px solid var(--cr-rule); }
.cr-detail-list > li > span { color: var(--cr-red); font: 600 11px/1.4 'DM Mono', monospace; }
.cr-detail-list h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.025em; }
.cr-detail-list p { margin: 0; color: var(--cr-muted); font-size: 15px; line-height: 1.67; }

.cr-control-list { position: relative; display: grid; gap: clamp(64px, 8vw, 112px); }
.cr-control-list::before { position: absolute; inset: 0 auto 0 23px; width: 1px; background: linear-gradient(var(--cr-red), var(--cr-rule)); content: ''; }
.cr-control-step { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 6vw, 88px); align-items: center; padding-left: 72px; }
.cr-control-step::before { position: absolute; left: 17px; top: 50%; width: 13px; height: 13px; border: 3px solid #fff; background: var(--cr-red); box-shadow: 0 0 0 1px var(--cr-red); content: ''; transform: translateY(-50%); }
.cr-control-step:nth-child(even) .cr-control-step__copy { order: 2; }
.cr-control-step:nth-child(even) .cr-figure { order: 1; }
.cr-control-step__copy h3 { max-width: 18ch; margin: 20px 0 16px; font-size: clamp(29px, 3vw, 42px); font-weight: 650; line-height: 1.06; letter-spacing: -.05em; text-wrap: balance; }
.cr-control-step__copy > p { margin: 0; color: var(--cr-muted); font-size: 16px; line-height: 1.72; }
.cr-control-step .cr-figure { aspect-ratio: 3 / 2; }

.cr-evidence { background: var(--cr-dark); color: #fff; }
.cr-evidence .cr-eyebrow { color: #ff526c; }
.cr-evidence .cr-section-heading h2 { color: #fff; }
.cr-evidence .cr-section-heading > p:last-child { color: rgba(255, 255, 255, .67); }
.cr-evidence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .18); }
.cr-evidence-grid article { min-height: 230px; padding: clamp(24px, 3vw, 36px); background: var(--cr-dark); }
.cr-evidence-grid span { color: #ff526c; font: 600 12px/1 'DM Mono', monospace; }
.cr-evidence-grid h3 { margin: 30px 0 12px; color: #fff; font-size: 22px; line-height: 1.15; letter-spacing: -.035em; }
.cr-evidence-grid p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 15px; line-height: 1.68; }
.cr-evidence blockquote { margin: clamp(48px, 6vw, 80px) 0 18px; padding: 0 0 0 clamp(24px, 4vw, 54px); border-left: 4px solid var(--cr-red); color: #fff; font-size: clamp(24px, 3vw, 40px); font-weight: 600; line-height: 1.27; letter-spacing: -.035em; }
.cr-fine-print { margin: 0 0 0 clamp(28px, 4vw, 58px); color: rgba(255, 255, 255, .52); font: 500 11px/1.6 'DM Mono', monospace; }

.cr-local__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 36px 24px; align-items: center; }
.cr-local__figure { grid-column: 1 / 7; aspect-ratio: 3 / 2; }
.cr-local__copy { grid-column: 7 / -1; padding-left: clamp(12px, 3vw, 40px); }
.cr-local__copy h2 { margin: 0 0 24px; font-size: clamp(36px, 3.8vw, 54px); font-weight: 650; line-height: 1.03; letter-spacing: -.055em; text-wrap: balance; }
.cr-local__copy > p { margin: 0 0 16px; color: var(--cr-muted); font-size: 16px; line-height: 1.72; }
.cr-check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.cr-check-list li { position: relative; padding-left: 28px; color: inherit; font-size: 15px; line-height: 1.55; }
.cr-check-list li::before { position: absolute; left: 0; top: .08em; color: var(--cr-red); font-weight: 800; content: '✓'; }
.cr-local__conclusion { padding-top: 20px; border-top: 1px solid var(--cr-rule); color: var(--cr-ink) !important; font-weight: 700; }
.cr-service-flow { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 18px 0 0; padding: 0; border-block: 1px solid var(--cr-rule); list-style: none; }
.cr-service-flow li { position: relative; display: grid; min-height: 118px; align-content: center; gap: 12px; padding: 22px; border-right: 1px solid var(--cr-rule); }
.cr-service-flow li:last-child { border-right: 0; }
.cr-service-flow li:not(:last-child)::after { position: absolute; right: -9px; top: 50%; z-index: 1; width: 18px; height: 18px; display: grid; place-items: center; background: #fff; color: var(--cr-red); content: '→'; transform: translateY(-50%); }
.cr-service-flow span { color: var(--cr-red); font: 600 11px/1 'DM Mono', monospace; }
.cr-service-flow b { font-size: 15px; line-height: 1.4; }

.cr-customers { background: var(--cr-soft); }
.cr-customer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cr-customer-grid article { min-width: 0; display: flex; min-height: 390px; flex-direction: column; padding: 28px 24px; border: 1px solid var(--cr-rule); background: #fff; }
.cr-customer-mark { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--cr-red); color: var(--cr-red); font: 700 17px/1 'DM Mono', monospace; }
.cr-customer-grid h3 { margin: 34px 0 14px; font-size: 21px; line-height: 1.18; letter-spacing: -.035em; }
.cr-customer-grid article > p { margin: 0; color: var(--cr-muted); font-size: 14px; line-height: 1.65; }
.cr-customer-grid .cr-tag-list { margin-top: auto; padding-top: 24px; }

.cr-contact { background: #fff; }
.cr-contact__panel { display: grid; grid-template-columns: minmax(0, 6.2fr) minmax(0, 5.8fr); gap: clamp(44px, 7vw, 96px); padding-block: clamp(44px, 6vw, 80px); background: var(--cr-dark); color: #fff; }
.cr-contact__copy { padding-left: clamp(28px, 5vw, 72px); }
.cr-contact__copy h2 { max-width: 13ch; margin: 0 0 24px; color: #fff; font-size: clamp(39px, 4vw, 58px); font-weight: 650; line-height: 1.03; letter-spacing: -.055em; }
.cr-contact__copy > p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 16px; line-height: 1.72; }
.cr-contact__copy blockquote { margin: 26px 0 32px; padding-left: 20px; border-left: 3px solid var(--cr-red); color: #fff; font-size: 19px; font-weight: 650; line-height: 1.5; }
.cr-contact__figure { aspect-ratio: 16 / 9; }
.cr-contact__checklist { align-self: start; margin-right: clamp(28px, 5vw, 72px); padding: clamp(28px, 4vw, 48px); background: #fff; color: var(--cr-ink); }
.cr-contact__checklist h3 { margin: 0; font-size: 26px; line-height: 1.15; letter-spacing: -.04em; }
.cr-button-secondary { border: 1px solid var(--cr-rule); background: #fff; color: var(--cr-ink); }
.cr-contact__home-link { margin-top: 20px; }
.cr-contact__note { margin: 20px 0 0; color: var(--cr-muted); font-size: 12px; line-height: 1.55; }
.cr-copy-status { min-height: 20px; margin: 10px 0 0; color: #267644; font-size: 12px; font-weight: 700; }

.cr-mobile-actions { display: none; }
.cr-page :is(a, button):focus-visible, .cr-mobile-actions :is(a, button):focus-visible { outline: 3px solid var(--cr-red); outline-offset: 4px; }

@media (hover: hover) {
  .cr-risk-card:hover { border-color: #b7afb1; transform: translateY(-3px); }
  .cr-figure:hover img { transform: scale(1.018); }
  .cr-anchor-nav a:hover, .cr-text-link:hover { color: var(--cr-red); }
}

@media (min-width: 1280px) {
  .cr-section { scroll-margin-top: calc(var(--cr-header-offset) + 24px); }
  .cr-anchor-nav {
    position: fixed;
    top: calc(50% + 33px);
    left: max(20px, calc(50vw - 860px));
    width: 168px;
    max-height: calc(100dvh - var(--cr-header-offset) - 32px);
    overflow: hidden auto;
    overscroll-behavior: contain;
    transform: translateY(-50%);
    border: 1px solid var(--cr-rule);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 32px rgba(21, 18, 21, .08);
  }
  .cr-anchor-nav .cr-container {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 8px;
    overflow: visible;
  }
  .cr-anchor-nav a,
  .cr-anchor-nav a:first-child {
    min-width: 0;
    min-height: 48px;
    place-items: center start;
    padding: 11px 14px 11px 18px;
    border-bottom: 1px solid var(--cr-rule);
    line-height: 1.35;
    text-align: left;
  }
  .cr-anchor-nav a:last-child { border-bottom: 0; }
  .cr-anchor-nav a::after {
    inset: 8px auto 8px 0;
    width: 3px;
    height: auto;
  }
  .cr-anchor-nav a[aria-current='location'] {
    background: rgba(215, 11, 42, .06);
    color: var(--cr-ink);
    font-weight: 800;
  }
  .cr-anchor-nav a[aria-current='location']::after { background: var(--cr-red); }
}

@media (min-width: 1280px) and (max-width: 1679px) {
  .cr-page > section > .cr-container {
    width: min(calc(100% - 216px), 1344px);
    margin-right: 32px;
    margin-left: 184px;
  }
}

@media (max-width: 1023px) {
  .cr-section-heading .cr-eyebrow { grid-column: 1 / 4; }
  .cr-section-heading h2 { grid-column: 4 / 9; }
  .cr-section-heading > p:last-child { grid-column: 9 / -1; }
  .cr-customer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cr-customer-grid article { min-height: 330px; }
}

@media (max-width: 991px) {
  :root { --cr-header-offset: 0px; }
  .cr-hero { padding-top: 112px; }
}

@media (max-width: 860px) {
  .cr-container { padding-inline: 24px; }
  .cr-hero__grid, .cr-details__grid, .cr-contact__panel { grid-template-columns: 1fr; }
  .cr-hero__figure { aspect-ratio: 4 / 3; }
  .cr-section-heading { display: block; }
  .cr-section-heading h2 { max-width: 15ch; }
  .cr-section-heading > p:last-child { max-width: 720px; margin-top: 20px; }
  .cr-details__figure { position: relative; top: auto; }
  .cr-control-list::before { left: 15px; }
  .cr-control-step { grid-template-columns: 1fr; gap: 26px; padding-left: 52px; }
  .cr-control-step::before { left: 9px; top: 26px; transform: none; }
  .cr-control-step:nth-child(even) .cr-control-step__copy, .cr-control-step:nth-child(even) .cr-figure { order: initial; }
  .cr-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cr-local__figure { grid-column: 1 / -1; order: 2; }
  .cr-local__copy { grid-column: 1 / -1; order: 1; padding-left: 0; }
  .cr-service-flow { order: 3; }
  .cr-contact__copy { padding: 0 32px; }
  .cr-contact__checklist { margin: 0 32px; }
}

@media (max-width: 720px) {
  .cr-page { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .cr-risk-grid, .cr-evidence-grid, .cr-customer-grid { grid-template-columns: 1fr; }
  .cr-customer-grid article { min-height: 0; }
  .cr-service-flow { grid-template-columns: 1fr; }
  .cr-service-flow li { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--cr-rule); }
  .cr-service-flow li:last-child { border-bottom: 0; }
  .cr-service-flow li:not(:last-child)::after { right: auto; left: 24px; top: auto; bottom: -10px; transform: rotate(90deg); }
  .cr-mobile-actions { position: fixed; inset: auto 0 0; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; min-height: calc(60px + env(safe-area-inset-bottom)); padding: 0 12px env(safe-area-inset-bottom); background: #fff; border-top: 1px solid var(--cr-rule); transition: transform .2s ease, visibility .2s; }
  .cr-mobile-actions.is-hidden { visibility: hidden; transform: translateY(110%); }
  .cr-mobile-actions a, .cr-mobile-actions button { display: grid; min-height: 60px; place-items: center; border: 0; background: transparent; color: var(--cr-ink); font: 750 12px/1.2 Manrope, sans-serif; text-decoration: none; }
  .cr-mobile-actions button { background: var(--cr-red); color: #fff; }
}

@media (max-width: 575px) {
  .cr-container { padding-inline: 18px; }
  .cr-section { padding-block: 64px; }
  .cr-hero { padding: 104px 0 56px; }
  .cr-hero__grid { gap: 34px; }
  .cr-hero h1 { font-size: clamp(36px, 11vw, 44px); line-height: 1.02; }
  .cr-hero__intro p, .cr-card-body > p, .cr-control-step__copy > p, .cr-local__copy > p, .cr-contact__copy > p { font-size: 16px; }
  .cr-anchor-nav a { min-height: 48px; padding-inline: 16px; }
  .cr-anchor-nav a:first-child { padding-left: 0; }
  .cr-risk-grid { gap: 20px; }
  .cr-card-body { padding: 24px 20px; }
  .cr-control-step { padding-left: 42px; }
  .cr-control-step__copy h3 { font-size: 30px; }
  .cr-evidence-grid article { min-height: 0; }
  .cr-evidence blockquote { font-size: 25px; }
  .cr-contact__copy { padding: 0 22px; }
  .cr-contact__checklist { margin: 0 18px; padding: 26px 20px; }
  .cr-contact__checklist .cr-actions { display: grid; }
  .cr-contact__checklist .button { width: 100%; }
  .site-header .language-picker { display: flex; }
  .site-header .brand-email { display: none; }
}

@media (max-width: 360px) {
  .cr-container { padding-inline: 16px; }
  .cr-hero h1 { font-size: 35px; }
  .cr-tag-list li, .cr-tag-list span { font-size: 10px; }
  .site-header .language-picker button { padding-inline: 4px; }
}

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