:root {
  --ink: #172022;
  --muted: #5b666b;
  --paper: #f6f3ed;
  --panel: #ffffff;
  --line: rgba(23, 32, 34, 0.14);
  --deep: #09202a;
  --blue: #0f5366;
  --green: #5f7b47;
  --gold: #d7a642;
  --clay: #bd6f51;
  --shadow: 0 22px 70px rgba(9, 32, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 12px;
  background: rgba(9, 32, 42, 0.94);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: fit-content;
}

.brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.brand strong {
  font-size: 0.96rem;
  letter-spacing: 0;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  font-size: 0.92rem;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(6, 23, 31, 0.36);
}

nav a,
footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
}

nav a:hover,
footer a:hover {
  color: #fff;
}

.language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  margin-left: -10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.05rem;
  line-height: 1;
}

.language-link:hover {
  background: rgba(255, 255, 255, 0.18);
}

.flag-link::before {
  content: "";
  display: block;
  width: 26px;
  height: 17px;
  overflow: clip;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.flag-uk::before {
  background:
    linear-gradient(27deg, transparent 36%, #fff 36% 43%, #c8102e 43% 49%, #fff 49% 56%, transparent 56%),
    linear-gradient(153deg, transparent 36%, #fff 36% 43%, #c8102e 43% 49%, #fff 49% 56%, transparent 56%),
    linear-gradient(90deg, transparent 0 41%, #fff 41% 59%, transparent 59%),
    linear-gradient(0deg, transparent 0 32%, #fff 32% 68%, transparent 68%),
    linear-gradient(90deg, transparent 0 45%, #c8102e 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 0 40%, #c8102e 40% 60%, transparent 60%),
    #012169;
}

.flag-dk::before {
  background:
    linear-gradient(90deg, transparent 28%, #fff 28% 40%, transparent 40%),
    linear-gradient(0deg, transparent 38%, #fff 38% 56%, transparent 56%),
    #c8102e;
}

.flag-de::before {
  background:
    linear-gradient(0deg, #ffce00 0 33.333%, #dd0000 33.333% 66.666%, #000 66.666% 100%);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 33%;
  filter: saturate(0.9) contrast(1.02);
}

@media (min-width: 1100px) {
  .hero img {
    object-position: 50% 0;
  }

  .hero-english {
    min-height: 85vh;
  }

  .hero-english img {
    width: 100%;
    transform: none;
    object-position: 50% 0;
  }

  .hero-english .hero-language-notes {
    display: block;
  }
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 22, 28, 0.92) 0%, rgba(8, 22, 28, 0.74) 35%, rgba(8, 22, 28, 0.22) 72%),
    linear-gradient(0deg, rgba(8, 22, 28, 0.82) 0%, rgba(8, 22, 28, 0.04) 45%);
}

.hero-english .hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 22, 28, 0.88) 0%, rgba(8, 22, 28, 0.62) 36%, rgba(8, 22, 28, 0.22) 70%, rgba(8, 22, 28, 0.34) 100%),
    linear-gradient(0deg, rgba(8, 22, 28, 0.78) 0%, rgba(8, 22, 28, 0.04) 45%);
}

.hero-english .hero-content {
  width: min(540px, calc(100% - 36px));
  margin-bottom: clamp(190px, 25vh, 280px);
  padding: 0;
  background: none;
  backdrop-filter: none;
}

.hero-english h1 {
  max-width: 540px;
  font-size: clamp(3rem, 5.3vw, 4.65rem);
}

.hero-english .lead {
  max-width: 520px;
}

.hero-language-notes {
  display: none;
}

.hero-note {
  position: absolute;
  z-index: 1;
  color: #151719;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.hero-note-board {
  right: clamp(58px, 5.8vw, 110px);
  top: clamp(72px, 8.5vh, 108px);
  width: clamp(228px, 18vw, 310px);
  padding: 30px 28px;
  border: 8px solid #5c4632;
  border-radius: 4px;
  background: #101314;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.48rem);
  transform: rotate(0.5deg);
}

.hero-note-yellow,
.hero-note-coral {
  display: grid;
  gap: 6px;
  border-radius: 2px;
  font-size: clamp(0.68rem, 0.82vw, 0.9rem);
}

.hero-note-yellow {
  right: clamp(74px, 6.8vw, 132px);
  top: clamp(300px, 35vh, 374px);
  width: clamp(238px, 18vw, 305px);
  padding: 24px 24px 22px;
  background: #f2cc60;
  transform: rotate(1.5deg);
}

.hero-note-coral {
  right: clamp(32px, 3.6vw, 72px);
  top: clamp(455px, 54vh, 570px);
  width: clamp(360px, 29vw, 470px);
  min-height: clamp(220px, 24vh, 275px);
  padding: 54px 32px 34px;
  background: #ee987f;
  transform: rotate(0.8deg);
}

.hero-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.08em;
  text-align: center;
}

.hero-note span {
  display: block;
}

.hero-note span::before {
  content: "• ";
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(72px, 11vh, 128px) clamp(18px, 7vw, 96px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
}

.hero-actions,
.document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.contact-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--gold);
  color: #20170a;
}

.button.secondary {
  border-color: rgba(23, 32, 34, 0.22);
  background: #fff;
  color: var(--ink);
}

.hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.profile-visual-button {
  margin-top: 10px;
  border-color: rgba(15, 83, 102, 0.2);
  background: #fff;
  color: var(--ink);
}

.button:hover,
.contact-panel button:hover {
  transform: translateY(-1px);
}

.section,
.intro-band,
.quote-band,
.contact-section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-band {
  background: #fff;
}

.intro-grid,
.two-column,
.quote-layout,
.contact-layout,
.documents-grid,
.role-grid {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
}

.intro-grid,
.two-column,
.quote-layout,
.contact-layout,
.documents-grid {
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
}

.intro-grid h2,
.section-heading h2,
.role-grid h2,
.documents-grid h2,
.contact-layout h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.intro-grid p:last-child,
.section-heading p,
.contact-layout p {
  color: var(--muted);
  font-size: 1.06rem;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--deep);
  color: #fff;
}

.proof-item {
  padding: clamp(22px, 4vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1;
}

.proof-item p {
  margin: 0;
  color: #fff;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.capability,
.document-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 40px rgba(23, 32, 34, 0.06);
}

.capability-icon {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
}

.capability h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.capability p,
.timeline p,
.document-card p,
.document-card li {
  color: var(--muted);
}

.work-profile-section {
  background: #eef2ef;
}

.profile-layout {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 16px;
  row-gap: clamp(28px, 4vw, 48px);
}

.profile-card {
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(15, 83, 102, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(23, 32, 34, 0.06);
}

.profile-summary:not(.top-profile-card) {
  grid-column: span 3;
  background: #fff;
}

.profile-summary {
  background: #fff;
}

.disc-card:not(.top-profile-card),
.profile-card:not(.profile-summary):not(.wide-card):not(.profile-trio-card):not(.leadership-card):not(.top-profile-card) {
  grid-column: span 3;
}

.profile-layout .top-profile-card {
  grid-column: span 2;
}

.wide-card {
  grid-column: span 3;
}

.profile-trio-card {
  grid-column: span 2;
}

.profile-trio-card:nth-of-type(4) {
  grid-column: 1 / span 2;
}

.profile-trio-card:nth-of-type(5) {
  grid-column: 3 / span 2;
}

.profile-trio-card:nth-of-type(6) {
  grid-column: 5 / span 2;
}

.profile-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
}

.profile-card p:last-child,
.profile-card li {
  color: var(--muted);
}

.trait-list,
.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trait-list span,
.keyword-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 83, 102, 0.16);
  border-radius: 999px;
  background: #f7faf8;
  color: #244047;
  font-weight: 800;
}

.check-list,
.warning-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.check-list li,
.warning-card li {
  margin-bottom: 10px;
}

.disc-card {
  background: var(--deep);
  color: #fff;
}

.disc-card .section-kicker,
.disc-card p,
.profile-card.disc-card p:last-child {
  color: #fff;
}

.disc-visual {
  display: grid;
  grid-template-columns: repeat(2, 62px);
  grid-template-rows: repeat(2, 62px);
  width: 124px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(9, 32, 42, 0.25);
}

.disc-visual span {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}

.disc-visual span:nth-child(1) {
  background: #c94f3c;
}

.disc-visual span:nth-child(2) {
  background: #d7a642;
}

.disc-visual span:nth-child(3) {
  background: #456f95;
}

.disc-visual span:nth-child(4) {
  background: #6f9251;
}

.warning-card {
  background: #fff5ef;
  border-color: rgba(189, 111, 81, 0.24);
}

.leadership-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(20px, 4vw, 48px);
  background: var(--deep);
  color: #fff;
}

.leadership-card .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.leadership-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.leadership-card .check-list {
  columns: 1;
}

.leadership-card li {
  color: #fff;
}

.leadership-note,
.profile-card .leadership-note,
.profile-card p.leadership-note:last-child {
  grid-column: 1 / -1;
  max-width: 920px;
  margin: 6px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.08rem;
}

.quote-band {
  background: var(--blue);
  color: #fff;
}

blockquote {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.02;
}

.fit-list {
  align-self: end;
  padding-top: 12px;
}

.fit-list h2 {
  font-size: 1.35rem;
}

.fit-list ul,
.document-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.fit-list li {
  margin-bottom: 10px;
  color: #fff;
}

.experience-section {
  background: #fff;
}

.sticky-heading {
  position: sticky;
  top: 108px;
  align-self: start;
}

.timeline {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  padding: 24px 24px 24px 34px;
  border-left: 3px solid var(--gold);
  background: #f9f7f2;
  border-radius: 0 8px 8px 0;
}

.timeline span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--clay);
  font-weight: 900;
}

.timeline h3 {
  margin-bottom: 8px;
}

.timeline p {
  margin-bottom: 0;
}

.role-section {
  background: #eef2ef;
}

.role-grid {
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-cloud span {
  padding: 12px 16px;
  border: 1px solid rgba(15, 83, 102, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #244047;
  font-weight: 800;
}

.seeking-section {
  background:
    linear-gradient(135deg, rgba(215, 166, 66, 0.16), rgba(189, 111, 81, 0.1) 42%, rgba(95, 123, 71, 0.12)),
    #fbf8f1;
}

.seeking-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.seeking-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.seeking-grid article {
  min-height: 156px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 40px rgba(23, 32, 34, 0.07);
}

.seeking-grid article:nth-child(1),
.seeking-grid article:nth-child(6) {
  background: #fff7dc;
  border-color: rgba(215, 166, 66, 0.34);
}

.seeking-grid article:nth-child(2),
.seeking-grid article:nth-child(4) {
  background: #eef5f0;
  border-color: rgba(95, 123, 71, 0.24);
}

.seeking-grid article:nth-child(3),
.seeking-grid article:nth-child(5) {
  background: #fff0e8;
  border-color: rgba(189, 111, 81, 0.24);
}

.seeking-grid span {
  display: block;
  margin-bottom: 10px;
  color: #87513f;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seeking-grid p {
  margin: 0;
  color: var(--muted);
}

.documents-section {
  background: var(--paper);
}

.single-document {
  max-width: 860px;
  grid-template-columns: 1fr;
}

.single-document .document-card {
  display: block;
  padding: clamp(30px, 5vw, 54px);
}

.single-document .document-card h2 {
  max-width: 640px;
}

.single-document .document-card p:not(.section-kicker) {
  max-width: 600px;
  font-size: 1.06rem;
}

.single-document .document-actions {
  justify-content: flex-start;
  min-width: min(100%, 340px);
}

.document-card.muted {
  background: #fff;
}

.document-card li {
  margin-bottom: 10px;
}

.contact-section {
  background: var(--deep);
  color: #fff;
}

.contact-layout {
  align-items: center;
}

.contact-layout p {
  color: #fff;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-panel a,
.contact-panel button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
}

.contact-panel button.copied {
  background: var(--green);
}

.lightbox,
.cv-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 42px);
  background: rgba(4, 13, 18, 0.9);
  backdrop-filter: blur(10px);
}

.lightbox[hidden],
.cv-modal[hidden] {
  display: none;
}

.lightbox img {
  display: block;
  max-width: min(100%, 1122px);
  max-height: calc(100vh - 48px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.cv-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1040px, 100%);
  height: min(92vh, 980px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #f6f3ed;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.cv-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.cv-dialog-header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cv-dialog-header .button {
  min-height: 40px;
}

.cv-close {
  position: static;
  width: 40px;
  height: 40px;
  color: var(--ink);
  border-color: rgba(23, 32, 34, 0.16);
  background: rgba(23, 32, 34, 0.06);
}

.cv-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

@media print {
  @page {
    margin: 14mm;
  }

  html,
  body {
    background: #fff;
    color: #111;
  }

  .site-header,
  .hero-actions,
  .profile-visual-button,
  .documents-section,
  .contact-panel button,
  .lightbox,
  .cv-modal,
  footer a {
    display: none !important;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 0 0 18mm;
    color: #111;
    background: #fff;
  }

  .hero img,
  .hero-shade {
    display: none;
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .eyebrow,
  .section-kicker {
    color: #555;
  }

  h1 {
    max-width: none;
    font-size: 32pt;
    line-height: 1;
  }

  .lead,
  .hero .lead,
  .contact-layout p,
  .section-heading p,
  .intro-grid p:last-child,
  .capability p,
  .timeline p,
  .profile-card p,
  .profile-card li,
  .seeking-grid p {
    color: #222;
  }

  .section,
  .intro-band,
  .quote-band,
  .contact-section {
    padding: 10mm 0;
    background: #fff !important;
    color: #111 !important;
  }

  .section-inner {
    width: 100%;
  }

  .proof-strip,
  .capability-grid,
  .profile-layout,
  .seeking-layout,
  .seeking-grid,
  .two-column,
  .role-grid,
  .contact-layout,
  .quote-layout,
  .intro-grid {
    display: block;
  }

  .proof-item,
  .capability,
  .profile-card,
  .timeline li,
  .seeking-grid article {
    break-inside: avoid;
    margin-bottom: 8mm;
    box-shadow: none;
    background: #fff !important;
    border-color: #ccc;
  }

  .quote-band blockquote {
    font-size: 24pt;
    color: #111;
  }

  .contact-panel {
    display: block;
    padding: 0;
    border: 0;
    background: #fff;
  }

  .contact-panel a {
    display: block;
    min-height: 0;
    margin-bottom: 4mm;
    padding: 0;
    border: 0;
    background: #fff;
    color: #111;
    text-align: left;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 64px);
  background: #06171f;
  color: #fff;
}

footer p {
  margin: 0;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero img {
    object-position: 56% 24%;
  }

  .hero-content {
    margin-left: 18px;
    margin-bottom: 66px;
  }

  .intro-grid,
  .two-column,
  .quote-layout,
  .contact-layout,
  .documents-grid,
  .role-grid,
  .seeking-layout {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-summary,
  .wide-card,
  .profile-trio-card,
  .top-profile-card,
  .disc-card,
  .profile-card:not(.profile-summary):not(.wide-card):not(.profile-trio-card):not(.leadership-card) {
    grid-column: span 2;
  }

  .leadership-card {
    grid-template-columns: 1fr;
  }

  .sticky-heading {
    position: static;
  }
}

@media (max-width: 560px) {
  .brand strong {
    display: none;
  }

  .hero {
    min-height: 86vh;
  }

  .hero img {
    object-position: 52% 18%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(8, 22, 28, 0.94) 0%, rgba(8, 22, 28, 0.68) 58%, rgba(8, 22, 28, 0.22) 100%);
  }

  h1 {
    font-size: 3.05rem;
  }

  .lead {
    font-size: 1rem;
  }

  .proof-strip,
  .capability-grid,
  .seeking-grid {
    grid-template-columns: 1fr;
  }

  .profile-layout {
    grid-template-columns: 1fr;
  }

  .profile-summary,
  .wide-card,
  .profile-trio-card,
  .top-profile-card,
  .disc-card,
  .profile-card:not(.profile-summary):not(.wide-card):not(.profile-trio-card):not(.leadership-card) {
    grid-column: auto;
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-actions,
  .document-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  footer {
    flex-direction: column;
  }
}
