.wwd-page { overflow-x: hidden; }
.wwd-page .eyebrow { color: var(--orange); }
.wwd-page .wwd-closing-cta .eyebrow { color: #fff; }
.wwd-page .primary-nav .is-current { color: var(--orange); }
.wwd-page .primary-nav .is-current::after { content: ""; display: block; width: 100%; height: 2px; margin-top: 8px; background: var(--orange); }
.wwd-page :is(a, button):focus-visible { outline: 3px solid #124a88; outline-offset: 4px; }
.wwd-closing-cta :is(a, button):focus-visible,
.wwd-page .site-footer a:focus-visible { outline-color: #fff; }

.wwd-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(219, 226, 235, .78);
}
.wwd-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.94));
}
.wwd-hero-photo { position: absolute; inset: 0 0 0 auto; width: 68%; }
.wwd-hero-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 12%, rgba(255,255,255,.76) 29%, rgba(255,255,255,.17) 48%, transparent 64%);
}
.wwd-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.wwd-hero-inner { position: relative; z-index: 2; min-height: 560px; padding-top: 52px; }
.wwd-hero-copy { width: 49%; max-width: 670px; }
.wwd-hero h1 {
  color: var(--ink);
  font-size: clamp(3.75rem, 4.65vw, 4.45rem);
  font-weight: 735;
  line-height: .97;
  letter-spacing: -.032em;
}
.wwd-hero-copy > p:not(.eyebrow) { max-width: 590px; margin-top: 22px; color: #4b5e7a; font-size: 17px; line-height: 1.48; }
.wwd-actions { margin-top: 28px; display: flex; align-items: center; gap: 30px; }
.wwd-evidence-card {
  position: absolute;
  top: 56px;
  right: 0;
  width: 390px;
  min-height: 258px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(209,217,228,.88);
  border-radius: 3px;
  box-shadow: 0 14px 34px rgba(10,29,52,.14);
  backdrop-filter: blur(7px);
}
.wwd-evidence-card svg { width: 100%; }
.wwd-chart-grid path { fill: none; stroke: #cfdbea; stroke-width: 1; stroke-dasharray: 2 5; }
.wwd-chart-fill { fill: rgba(243,75,23,.1); stroke: none; }
.wwd-chart-line { fill: none; stroke: var(--orange); stroke-width: 2.5; }
.wwd-evidence-card ul { margin: 0; padding: 0; list-style: none; }
.wwd-evidence-card li { position: relative; min-height: 42px; display: flex; align-items: center; color: #38547e; font-size: 12px; line-height: 1.25; }
.wwd-evidence-card li::before { content: ""; width: 8px; height: 8px; margin-right: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); }

.wwd-capabilities {
  padding: 62px 0;
  background:
    radial-gradient(circle at 52% 45%, rgba(219,231,245,.42), transparent 29%),
    linear-gradient(180deg, #f8fbfd, #f5f9fc);
}
.wwd-capability-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(340px,.86fr) minmax(340px,.84fr); align-items: stretch; gap: 18px; }
.wwd-capability-intro { padding: 4px 44px 0 0; align-self: start; }
.wwd-capability-intro h2,
.wwd-authority h2,
.wwd-practical-start h2 {
  color: var(--ink);
  font-size: clamp(2.35rem, 3vw, 2.95rem);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -.024em;
}
.wwd-capability-intro > p:last-child,
.wwd-authority-grid > div > p:last-child,
.wwd-practical-grid > div > p:last-child { margin-top: 20px; color: var(--body); font-size: 17px; line-height: 1.45; }
.wwd-capability-feature { position: relative; height: 420px; min-height: 0; overflow: hidden; background: #0b1d29; border-radius: 3px; box-shadow: 0 14px 30px rgba(10,29,52,.12); }
.wwd-capability-feature > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 57% center; }
.wwd-capability-feature::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(4,17,26,.92)); }
.wwd-capability-feature > div { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; color: #fff; }
.wwd-capability-feature span,
.wwd-capability-side b,
.wwd-capability-bottom b { display: block; color: var(--orange-bright); font-size: 24px; font-weight: 760; line-height: 1; }
.wwd-capability-feature span { color: #fff; }
.wwd-capability-feature h3 { max-width: 290px; margin-top: 7px; font-size: 23px; font-weight: 700; line-height: 1.05; letter-spacing: -.025em; }
.wwd-capability-feature p { margin-top: 9px; color: rgba(255,255,255,.88); font-size: 15px; }
.wwd-capability-side { padding: 8px 26px; display: grid; grid-template-rows: 1fr 1fr; overflow: hidden; background: rgba(255,255,255,.64); border: 1px solid rgba(219,227,236,.72); border-radius: 3px; }
.wwd-capability-side article { min-height: 190px; padding: 20px 0; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 18px; }
.wwd-capability-side article + article { border-top: 1px solid #dbe3ec; }
.wwd-service-icon { width: 56px; color: var(--orange); }
.wwd-service-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.wwd-capability-side h3,
.wwd-capability-bottom h3 { margin-top: 7px; color: var(--ink); font-size: 20px; font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.wwd-capability-side p,
.wwd-capability-bottom p { margin-top: 8px; color: var(--body); font-size: 14px; line-height: 1.4; }
.wwd-capability-bottom { margin-top: 16px; padding: 16px 20px 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: rgba(255,255,255,.64); border: 1px solid rgba(219,227,236,.72); border-radius: 3px; }
.wwd-capability-bottom article { min-height: 100px; padding: 0 36px; display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 20px; }
.wwd-capability-bottom article + article { border-left: 1px solid #dbe3ec; }

.wwd-workstreams {
  position: relative;
  overflow: hidden;
  padding: 68px 0 72px;
  color: #fff;
  background: #081a22 url("./graphics/system-dark-texture-v13.png?v=13") center / cover no-repeat;
}
.wwd-workstreams::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 58%, rgba(255,75,17,.15), transparent 34%), linear-gradient(90deg, rgba(4,14,20,.18), transparent 45%, rgba(4,14,20,.12)); }
.wwd-workstreams::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 10%; width: 48%; height: 34%; opacity: .18; background: url("./graphics/closing-cta-light.png?v=17") right center / cover no-repeat; -webkit-mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,.35) 28%, #000 62%); mask-image: linear-gradient(90deg, transparent, rgba(0,0,0,.35) 28%, #000 62%); transform: rotate(-3deg); }
.wwd-workstreams .container { position: relative; z-index: 1; }
.wwd-workstreams .eyebrow { color: var(--orange-bright); }
.wwd-workstreams h2 { font-size: clamp(2.45rem, 3.25vw, 3.1rem); font-weight: 650; line-height: 1.01; letter-spacing: -.024em; }
.wwd-workstreams-deck { max-width: 660px; margin-top: 18px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.45; }
.wwd-workstream-rail { position: relative; width: min(88%, 1120px); margin: 36px auto 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.wwd-workstream-rail::before { content: ""; position: absolute; top: 30px; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, transparent, var(--orange-bright) 9%, var(--orange-bright) 91%, transparent); box-shadow: 0 0 12px rgba(255,80,25,.4); }
.wwd-workstream-rail li { position: relative; z-index: 1; padding: 0 14px; text-align: center; }
.wwd-workstream-rail li:not(:last-child)::after { content: ""; position: absolute; top: 27px; right: -3px; width: 8px; height: 8px; border-top: 1.5px solid var(--orange-bright); border-right: 1.5px solid var(--orange-bright); transform: rotate(45deg); }
.wwd-workstream-icon { width: 60px; height: 60px; margin: 0 auto 13px; display: grid; place-items: center; color: #fff; border: 1.5px solid var(--orange-bright); border-radius: 50%; background: rgba(8,25,33,.94); box-shadow: 0 0 0 6px rgba(255,78,18,.025), 0 0 18px rgba(255,78,18,.18); }
.wwd-workstream-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wwd-workstream-rail h3 { font-size: 16px; font-weight: 680; line-height: 1.12; }
.wwd-workstream-rail p { max-width: 165px; margin: 7px auto 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.36; }

.wwd-authority { padding: 58px 0; background: #fff; }
.wwd-authority-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.86fr) minmax(280px,.63fr); align-items: center; gap: clamp(38px,4vw,72px); }
.wwd-authority figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 3px; box-shadow: 0 14px 30px rgba(10,29,52,.10); }
.wwd-authority figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wwd-authority .wwd-authority-diagram { aspect-ratio: 16 / 9; background: #fff; }
.wwd-authority .wwd-authority-diagram img { object-fit: contain; }
.wwd-authority ul { margin: 0; padding: 0; list-style: none; }
.wwd-authority li { min-height: 90px; padding: 17px 0; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 16px; color: #38547e; border-bottom: 1px solid #dce3ec; font-size: 16px; font-weight: 600; line-height: 1.3; }
.wwd-authority li:first-child { border-top: 1px solid #dce3ec; }
.wwd-authority li svg { width: 42px; fill: none; stroke: var(--orange); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.wwd-practical-start {
  padding: 62px 0;
  background-color: #f4f9fd;
  background-image: linear-gradient(rgba(91,145,198,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(91,145,198,.08) 1px, transparent 1px), radial-gradient(circle at 82% 70%, rgba(117,172,219,.14), transparent 28%);
  background-size: 28px 28px, 28px 28px, auto;
  border-top: 1px solid #edf2f7;
}
.wwd-practical-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); align-items: center; gap: 64px; }
.wwd-practical-grid > div { max-width: 600px; }
.wwd-practical-start h2 { font-size: clamp(2.2rem, 2.7vw, 2.7rem); }
.wwd-engagement-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; border-top: 1px solid #d9e3ec; }
.wwd-engagement-steps li { min-width: 0; padding: 22px 22px 4px; display: grid; align-content: start; border-left: 1px solid #d9e3ec; }
.wwd-engagement-steps li:first-child { border-left: 0; }
.wwd-engagement-steps span { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.wwd-engagement-steps strong { margin-top: 9px; color: var(--ink); font-size: 15px; line-height: 1.2; }
.wwd-engagement-steps small { margin-top: 7px; color: var(--body); font-size: 13px; line-height: 1.4; }

.wwd-page .back-to-top { visibility: hidden; }
.wwd-page .back-to-top.is-visible { visibility: visible; }
.wwd-page .back-to-top.is-visible:is(.is-over-footer, .is-over-closing) { visibility: hidden; opacity: 0; pointer-events: none; }

@media (max-width: 1280px) {
  .wwd-evidence-card { width: 330px; right: 0; }
  .wwd-capability-grid { grid-template-columns: .82fr .88fr .8fr; }
  .wwd-capability-intro { padding-right: 22px; }
  .wwd-authority-grid { grid-template-columns: 1fr .82fr .7fr; gap: 34px; }
}

@media (max-width: 1120px) {
  .wwd-page .primary-nav .is-current::after { display: none; }
  .wwd-hero { min-height: 620px; }
  .wwd-hero-inner { min-height: 620px; padding-top: 50px; }
  .wwd-hero-photo { width: 64%; }
  .wwd-hero-copy { width: 58%; }
  .wwd-evidence-card { top: auto; right: 0; bottom: 40px; width: 350px; }
  .wwd-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .wwd-capability-grid { grid-template-columns: 1fr 1fr; }
  .wwd-capability-intro { padding: 0 30px 0 0; }
  .wwd-capability-feature { height: 430px; min-height: 0; }
  .wwd-capability-side { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .wwd-capability-side article + article { border-top: 0; border-left: 1px solid #dbe3ec; }
  .wwd-workstream-rail { width: 100%; grid-template-columns: repeat(4, 1fr); }
  .wwd-workstream-icon { width: 62px; height: 62px; }
  .wwd-workstream-icon svg { width: 31px; }
  .wwd-authority-grid { grid-template-columns: 1fr 1fr; }
  .wwd-authority ul { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); }
  .wwd-authority li { padding: 16px 22px; border-top: 1px solid #dce3ec; }
  .wwd-authority li + li { border-left: 1px solid #dce3ec; }
  .wwd-practical-grid { grid-template-columns: 1fr; gap: 30px; }
  .wwd-closing-grid { gap: 36px; }
}

@media (max-width: 760px) {
  .wwd-hero { min-height: auto; padding-bottom: 0; display: flex; flex-direction: column; }
  .wwd-hero::after { display: none; }
  .wwd-hero-inner { order: 1; min-height: auto; padding-top: 46px; padding-bottom: 0; }
  .wwd-hero-copy { width: 100%; max-width: none; }
  .wwd-hero h1 { font-size: clamp(43px, 7vw, 52px); letter-spacing: -.032em; }
  .wwd-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .wwd-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .wwd-hero-photo { position: relative; order: 2; width: 100%; height: 230px; margin: 24px 0 0; }
  .wwd-hero-photo::before { background: linear-gradient(180deg, #fff 0, rgba(255,255,255,.18) 22%, transparent 48%); }
  .wwd-hero-photo img { object-position: 61% center; }
  .wwd-evidence-card { position: relative; top: auto; right: auto; bottom: auto; width: min(350px, 100%); min-height: 180px; margin-top: 30px; padding: 16px; }
  .wwd-capabilities { padding: 48px 0; }
  .wwd-capability-grid { grid-template-columns: 1fr; gap: 18px; }
  .wwd-capability-intro { padding: 0 0 20px; }
  .wwd-capability-intro h2, .wwd-authority h2, .wwd-practical-start h2 { font-size: 35px; }
  .wwd-capability-intro > p:last-child,
  .wwd-authority-grid > div > p:last-child,
  .wwd-practical-grid > div > p:last-child { font-size: 16px; }
  .wwd-capability-feature { height: 360px; min-height: 0; }
  .wwd-capability-side { grid-column: auto; grid-template-columns: 1fr; padding: 0 22px; }
  .wwd-capability-side article + article { border-left: 0; border-top: 1px solid #dbe3ec; }
  .wwd-capability-bottom { grid-template-columns: 1fr; padding: 0 22px; }
  .wwd-capability-bottom article { padding: 26px 0; }
  .wwd-capability-bottom article + article { border-left: 0; border-top: 1px solid #dbe3ec; }
  .wwd-workstreams { padding: 50px 0 54px; }
  .wwd-workstreams h2 { font-size: 36px; }
  .wwd-workstreams-deck { font-size: 16px; }
  .wwd-workstream-rail { width: 100%; grid-template-columns: 1fr; row-gap: 24px; }
  .wwd-workstream-rail::before { display: none; }
  .wwd-workstream-rail li { min-height: 78px; padding: 0; display: grid; grid-template-columns: 66px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 18px; text-align: left; }
  .wwd-workstream-rail li::after { display: none; }
  .wwd-workstream-icon { grid-row: 1 / 3; width: 58px; height: 58px; margin: 0; }
  .wwd-workstream-icon svg { width: 31px; }
  .wwd-workstream-rail h3 { align-self: end; font-size: 17px; }
  .wwd-workstream-rail p { max-width: none; margin: 4px 0 0; align-self: start; font-size: 13.5px; }
  .wwd-authority { padding: 52px 0; }
  .wwd-authority-grid { grid-template-columns: 1fr; gap: 34px; }
  .wwd-authority ul { grid-column: auto; grid-template-columns: 1fr; }
  .wwd-authority li { padding-inline: 0; }
  .wwd-authority li + li { border-left: 0; }
  .wwd-practical-start { padding: 56px 0; }
  .wwd-practical-grid { grid-template-columns: 1fr; gap: 30px; }
  .wwd-practical-start .button { width: 100%; min-width: 0; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .wwd-hero { min-height: auto; }
  .wwd-hero-inner {
    min-height: 620px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 16px;
    align-items: start;
  }
  .wwd-hero-copy { width: 100%; }
  .wwd-hero h1 { font-size: clamp(48px, 6.5vw, 52px); line-height: .98; }
  .wwd-evidence-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 220px;
    align-self: center;
  }
  .wwd-practical-grid { grid-template-columns: 1fr; gap: 28px; }
  .wwd-practical-start .button { width: fit-content; min-width: 280px; }
}

@media (min-width: 560px) and (max-width: 900px) {
  .wwd-workstream-rail { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 24px; }
  .wwd-workstream-rail::before,
  .wwd-workstream-rail li::after { display: none; }
}

@media (min-width: 640px) and (max-width: 760px) {
  .wwd-capability-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
  .wwd-capability-intro { grid-column: 1 / -1; padding-bottom: 8px; }
  .wwd-capability-side { grid-column: auto; }
  .wwd-capability-side article { min-height: 180px; padding: 16px 0; }
  .wwd-capability-bottom { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wwd-capability-bottom article + article { border-top: 0; border-left: 1px solid #dbe3ec; }
  .wwd-authority-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wwd-authority ul { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .wwd-authority li { padding: 16px 18px; border-top: 1px solid #dce3ec; }
  .wwd-authority li + li { border-left: 1px solid #dce3ec; }
}

@media (max-width: 559px) {
  .wwd-engagement-steps { grid-template-columns: 1fr; }
  .wwd-engagement-steps li { padding: 18px 0; border-left: 0; border-bottom: 1px solid #d9e3ec; }
}

@media (max-width: 480px) {
  .wwd-hero h1 { font-size: clamp(32px, 10vw, 40px); }
  .wwd-evidence-card { grid-template-columns: 1.2fr .8fr; }
  .wwd-workstream-rail { grid-template-columns: 1fr; }
  .wwd-workstream-rail li { padding: 0; }
  .wwd-workstream-rail p { max-width: 260px; }
}

@media (max-width: 360px) {
  .wwd-page .site-footer a[href^="mailto:"] { overflow-wrap: anywhere; }
}

/* V28: match the approved homepage typography roles. Component labels,
   evidence cards and service titles remain on their smaller local scales. */
.wwd-page .wwd-hero h1 {
  max-width: 670px;
  font-size: var(--ps-opening-heading-size);
  line-height: .97;
  letter-spacing: -.032em;
}

.wwd-page .wwd-capability-intro h2,
.wwd-page .wwd-workstreams h2,
.wwd-page .wwd-authority h2,
.wwd-page .wwd-practical-start h2 {
  font-size: var(--ps-section-heading-size);
  line-height: 1.025;
  letter-spacing: -.024em;
}

/* V34: use the locked homepage as the opening-hero reference at desktop.
   The page keeps its own copy and photography while sharing the same frame,
   eyebrow treatment and evidence-card anchor. */
@media (min-width: 1121px) {
  .wwd-page .wwd-hero,
  .wwd-page .wwd-hero-inner { min-height: 500px; }
  .wwd-page .wwd-hero-inner { padding-top: 50px; }
  .wwd-page .wwd-hero-copy { width: 54%; max-width: 690px; }
  .wwd-page .wwd-evidence-card {
    top: 60px;
    right: auto;
    left: max(49%, 650px);
    width: 375px;
    min-height: 230px;
    padding: 20px;
    gap: 9px;
  }
}

@media (min-width: 1121px) and (max-width: 1280px) {
  .wwd-page .wwd-evidence-card {
    width: 340px;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .wwd-page .wwd-hero,
  .wwd-page .wwd-hero-inner { min-height: 520px; }
  .wwd-page .wwd-hero-inner { padding-top: 50px; }
  .wwd-page .wwd-evidence-card {
    top: 60px;
    right: auto;
    bottom: auto;
    left: min(650px, calc(100% - 340px));
    width: 340px;
    min-height: 230px;
    padding: 20px;
    gap: 9px;
  }
}

@media (min-width: 901px) and (max-width: 980px) {
  .wwd-page .wwd-evidence-card {
    top: 315px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 310px;
    min-height: 230px;
    padding: 20px;
    gap: 9px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .wwd-page .wwd-hero-inner { padding-top: 40px; }
}

@media (max-width: 640px) {
  .wwd-page .wwd-hero-inner { padding-top: 32px; }
}

/* V39: match the locked homepage hero's complete vertical composition.
   The opening copy now uses the same three-line rhythm and the same body-to-CTA spacing. */
.wwd-page .wwd-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 20px 0 26px;
  color: var(--body);
}

.wwd-page .wwd-actions {
  margin-top: 0;
  gap: 32px;
}

/* V41: retire the older page-specific hero reflows and use the homepage's
   responsive frame, photo stage, card anchor and action rhythm. */
@media (min-width: 1121px) {
  .wwd-page .wwd-hero-copy { width: 60%; }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .wwd-page .wwd-hero,
  .wwd-page .wwd-hero-inner { min-height: 500px; }
  .wwd-page .wwd-hero-inner {
    padding-top: 50px;
    padding-bottom: 0;
    display: block;
  }
  .wwd-page .wwd-hero-copy { width: 62%; max-width: 600px; }
  .wwd-page .wwd-actions {
    align-items: center;
    flex-direction: row;
    gap: 32px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .wwd-page .wwd-hero {
    min-height: 690px;
    padding-bottom: 0;
    display: block;
  }
  .wwd-page .wwd-hero::after {
    display: block;
    height: 90px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.96));
  }
  .wwd-page .wwd-hero-inner {
    min-height: 690px;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }
  .wwd-page .wwd-hero-copy { width: 100%; max-width: 630px; }
  .wwd-page .wwd-actions {
    align-items: center;
    flex-direction: row;
    gap: 32px;
  }
  .wwd-page .wwd-hero-photo {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 53%;
    margin: 0;
  }
  .wwd-page .wwd-hero-photo::before {
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.83) 18%, transparent 55%);
  }
  .wwd-page .wwd-evidence-card {
    position: absolute;
    top: 315px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 310px;
    min-height: 230px;
    margin: 0;
    padding: 20px;
    align-self: auto;
  }
}

@media (min-width: 641px) and (max-width: 680px) {
  .wwd-page .wwd-hero-photo { height: 41%; }
  .wwd-page .wwd-evidence-card {
    position: absolute;
    top: 392px;
    right: 0;
    bottom: auto;
    left: auto;
    width: min(100%, 310px);
    margin: 0;
  }
  .wwd-page .wwd-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (min-width: 681px) and (max-width: 840px) {
  .wwd-page .wwd-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .wwd-page .wwd-hero {
    min-height: 800px;
    padding-bottom: 0;
    display: block;
  }
  .wwd-page .wwd-hero::after {
    display: block;
    height: 90px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.96));
  }
  .wwd-page .wwd-hero-inner {
    min-height: 800px;
    padding-top: 32px;
    padding-bottom: 0;
    display: block;
  }
  .wwd-page .wwd-hero-copy { width: 100%; max-width: 630px; }
  .wwd-page .wwd-hero h1 br { display: none; }
  .wwd-page .wwd-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .wwd-page .wwd-hero-photo {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 41%;
    margin: 0;
  }
  .wwd-page .wwd-hero-photo::before {
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.83) 18%, transparent 55%);
  }
  .wwd-page .wwd-evidence-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 310px);
    min-height: 230px;
    margin: 24px 0 0;
    padding: 20px;
  }
}
