:root {
  --color-background: #060504;
  --color-coal: #0d0c0b;
  --color-bronze: #b98a5a;
  --color-bronze-hover: #c99a68;
  --color-ivory: #f4eadf;
  --color-soft-gray: #b8aea4;
  --color-muted: #746d66;
  --color-line: #2c241e;
  --color-line-light: rgba(242, 233, 222, 0.12);
  --color-bronze-transparent: rgba(185, 138, 90, 0.18);
  --font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container-max: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--color-background);
  color: var(--color-ivory);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 0%, rgba(185, 138, 90, 0.08), transparent 34rem),
    linear-gradient(180deg, #070605 0%, var(--color-background) 42rem);
  color: var(--color-ivory);
  font-family: var(--font-body);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-bronze-hover);
  outline-offset: 4px;
}

.container {
  width: min(var(--container-max), calc(100% - 48px));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.divider {
  border-top: 1px solid rgba(185, 138, 90, 0.22);
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: min(1210px, calc(100% - 72px));
  margin: 0 auto;
  padding: 42px 0 0;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}

.brand:hover .brand__name,
.brand:hover .brand__sub {
  transform: translateX(2px);
}

.brand__name {
  color: var(--color-ivory);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
  transition: color 180ms ease, transform 180ms ease;
}

.brand__sub {
  color: var(--color-bronze);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 32px);
  padding-top: 14px;
}

.site-nav a,
.footer__links a,
.footer__bottom a {
  position: relative;
  color: var(--color-ivory);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a::after,
.footer__links a::after,
.footer__bottom a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.footer__links a:hover,
.footer__bottom a:hover {
  color: var(--color-bronze-hover);
}

.site-nav a:hover::after,
.footer__links a:hover::after,
.footer__bottom a:hover::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 628px;
  overflow: clip;
  border-bottom: 1px solid rgba(185, 138, 90, 0.22);
  background: #060504;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.98) 0%, rgba(6, 5, 4, 0.82) 35%, rgba(6, 5, 4, 0.14) 61%, rgba(6, 5, 4, 0.08) 100%),
    linear-gradient(180deg, rgba(6, 5, 4, 0.06) 0%, rgba(6, 5, 4, 0.05) 56%, rgba(6, 5, 4, 0.98) 100%);
  pointer-events: none;
}

.hero__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.2), rgba(6, 5, 4, 0.04)),
    url("assets/hero-executive.webp") 100% 50% / auto 100% no-repeat,
    #060504;
}

.hero__scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.98) 0%, rgba(6, 5, 4, 0.72) 31%, rgba(6, 5, 4, 0.04) 57%, rgba(6, 5, 4, 0.02) 100%),
    radial-gradient(ellipse at 74% 70%, rgba(185, 138, 90, 0.1), transparent 18rem);
  opacity: 1;
}

.hero__scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 5, 4, 0) 0%, rgba(6, 5, 4, 0) 72%, rgba(6, 5, 4, 0.92) 100%);
  opacity: 1;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 35%, rgba(185, 138, 90, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(6, 5, 4, 0) 0%, rgba(6, 5, 4, 0.12) 61%, rgba(6, 5, 4, 0.88) 100%);
  opacity: 1;
  pointer-events: none;
}

.hero__copy {
  animation: hero-copy-in 780ms ease-out both;
}

.hero__inner {
  position: relative;
  z-index: 3;
  min-height: 628px;
  padding-top: 150px;
}

.hero__copy {
  max-width: 930px;
}

.section-label {
  margin: 0 0 18px;
  color: var(--color-bronze);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-label::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-left: 12px;
  vertical-align: middle;
  background: currentColor;
  opacity: 0.55;
  transform: scaleX(0.58);
  transform-origin: left;
  transition: transform 220ms ease, opacity 220ms ease;
}

section:hover > .container > .section-label::after,
.blog-hero:hover .section-label::after {
  opacity: 0.9;
  transform: scaleX(1);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--color-ivory);
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  font-size: clamp(3rem, 4.75vw, 4.45rem);
  line-height: 1.04;
}

h1 span,
.project__eyebrow,
.text-link {
  color: var(--color-bronze);
}

h2 {
  max-width: 680px;
  font-size: clamp(1.85rem, 3vw, 2.25rem);
  line-height: 1.12;
}

h3 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.18;
}

p {
  margin: 0;
  color: var(--color-soft-gray);
}

.hero__lead {
  max-width: 440px;
  margin-top: 28px;
  color: rgba(244, 234, 223, 0.82);
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button span[aria-hidden="true"],
.text-link span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 180ms ease;
}

.button:hover span[aria-hidden="true"],
.text-link:hover span[aria-hidden="true"] {
  transform: translateX(4px);
}

.button-primary {
  border-color: var(--color-bronze);
  background: transparent;
  color: var(--color-bronze-hover);
}

.button-primary:hover {
  background: var(--color-bronze);
  color: #070707;
}

.button-secondary {
  border-color: rgba(244, 234, 223, 0.28);
  background: rgba(6, 5, 4, 0.2);
  color: var(--color-ivory);
}

.button-secondary:hover {
  border-color: var(--color-ivory);
}

.method,
.projects,
.journal,
.about {
  padding: clamp(62px, 8vw, 96px) 0;
}

@supports (content-visibility: auto) {
  .method,
  .projects,
  .journal,
  .about,
  .site-footer,
  .blog-grid {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
  }
}

.method h2 {
  margin-bottom: 56px;
}

.method__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.method-step {
  position: relative;
  min-height: 280px;
  padding: 24px 44px 0 0;
  transition: transform 180ms ease;
}

.method-step:hover {
  transform: translateY(-3px);
}

.method-step + .method-step {
  padding-left: 44px;
  border-left: 1px solid var(--color-line);
}

.line-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: var(--color-bronze);
  opacity: 0.9;
  transition: opacity 180ms ease, transform 180ms ease;
}

.method-step:hover .line-icon {
  opacity: 1;
  transform: translateY(-2px) scale(1.04);
}

.target {
  border: 2px solid currentColor;
  border-radius: 50%;
  background:
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) center / 2px 100% no-repeat,
    radial-gradient(circle, transparent 0 6px, currentColor 7px 8px, transparent 9px);
}

.layers {
  border: 2px solid currentColor;
  transform: rotate(30deg) skew(-10deg, -10deg) scale(0.72);
  box-shadow: 14px 14px 0 -2px #070707, 14px 14px 0 0 currentColor, 28px 28px 0 -2px #070707, 28px 28px 0 0 currentColor;
}

.trend {
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: linear-gradient(135deg, transparent 46%, currentColor 47% 51%, transparent 52%) 10px 10px / 40px 34px no-repeat;
}

.step-number {
  display: block;
  margin-bottom: 10px;
  color: var(--color-bronze);
  font-size: 0.82rem;
}

.method-step p {
  max-width: 300px;
  margin: 18px 0 24px;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.text-link:hover {
  color: var(--color-bronze-hover);
  transform: translateX(2px);
}

.section-copy {
  max-width: 430px;
  color: rgba(244, 234, 223, 0.72);
}

.projects__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.92fr);
  gap: 24px;
  margin-top: 30px;
}

.project {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 238px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--color-line);
  background: #0a0908;
  isolation: isolate;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.project:hover {
  border-color: rgba(185, 138, 90, 0.52);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  transform: translateY(-3px);
}

.project::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.86), rgba(7, 7, 7, 0.56) 54%, rgba(7, 7, 7, 0.18)),
    url("assets/illustrations/document-flow.webp") center / cover no-repeat;
  filter: saturate(0.8) contrast(1.08) brightness(0.74);
  transform: scale(1.01);
  transition: filter 260ms ease, transform 260ms ease;
}

.project::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 80% 38%, rgba(185, 138, 90, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(7, 7, 7, 0.02), rgba(7, 7, 7, 0.58));
  opacity: 0.9;
  transition: opacity 260ms ease;
}

.project:hover::before {
  filter: saturate(0.95) contrast(1.12) brightness(0.82);
  transform: scale(1.04);
}

.project:hover::after {
  opacity: 1;
}

.project--large {
  min-height: 456px;
}

.project--large h3 {
  margin-top: 82px;
  font-size: clamp(2.45rem, 4.4vw, 3.65rem);
}

.project--large p:not(.project__eyebrow) {
  max-width: 420px;
  margin-top: 24px;
}

.project__eyebrow {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.projects__stack {
  display: grid;
  gap: 24px;
}

.project--system::before {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.54) 56%, rgba(7, 7, 7, 0.2)),
    url("assets/illustrations/compliance-flow.webp") center / cover no-repeat;
}

.project--shield::before {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.54) 56%, rgba(7, 7, 7, 0.2)),
    url("assets/illustrations/training-flow.webp") center / cover no-repeat;
}

.project h3 + p {
  max-width: 400px;
  margin: 22px 0 28px;
}

.more-projects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: var(--color-soft-gray);
}

.more-projects span {
  color: var(--color-ivory);
}

.more-projects a {
  color: var(--color-soft-gray);
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.more-projects a:hover {
  color: var(--color-bronze-hover);
  transform: translateY(-1px);
}

.more-projects a + a::before {
  content: "•";
  margin-right: 16px;
  color: var(--color-bronze);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.journal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.journal__list--featured {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.journal__list article {
  min-height: 186px;
  padding-right: 42px;
  transition: transform 180ms ease;
}

.journal__list article:hover {
  transform: translateY(-3px);
}

.journal__list article + article {
  padding-left: 42px;
  border-left: 1px solid var(--color-line);
}

.journal__list time,
.article-meta,
.blog-card time {
  display: block;
  margin-bottom: 14px;
  color: var(--color-soft-gray);
  font-size: 0.84rem;
}

.journal__list h3 {
  max-width: 340px;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.journal__list--featured h3 {
  font-size: clamp(1.16rem, 1.55vw, 1.42rem);
}

.journal__list p {
  margin: 14px 0 18px;
  color: rgba(244, 234, 223, 0.66);
  font-size: 0.9rem;
  line-height: 1.6;
}

.about__inner {
  display: grid;
  grid-template-columns: 0.33fr 0.67fr;
  gap: 48px;
}

.about p:last-child {
  max-width: 760px;
  color: rgba(244, 234, 223, 0.78);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.65;
}

.site-footer {
  padding: 36px 0 28px;
}

.footer__inner,
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer__inner {
  padding-bottom: 30px;
}

.footer__links,
.footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer__bottom {
  padding-top: 22px;
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
}

.footer__bottom a,
.footer__bottom small {
  color: var(--color-muted);
  font-size: 0.85rem;
}

.page-shell {
  padding-top: 160px;
}

.blog-hero {
  padding: 0 0 74px;
}

.blog-hero h1,
.article-hero h1 {
  max-width: 920px;
}

.blog-hero p,
.article-hero p {
  max-width: 690px;
  margin-top: 24px;
  color: rgba(242, 233, 222, 0.78);
  font-size: 1.2rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--color-line);
  border: 1px solid var(--color-line);
}

.blog-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: #090908;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.blog-card:hover {
  background: #11100f;
  transform: translateY(-3px);
}

.blog-card p {
  margin-top: 18px;
}

.agent-note {
  margin-top: 40px;
  padding: 26px;
  border: 1px solid var(--color-line);
  background: rgba(17, 17, 17, 0.72);
}

.agent-note code {
  color: var(--color-bronze-hover);
}

.article-hero {
  padding-bottom: 48px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  gap: 72px;
  padding-bottom: 96px;
}

.article-body {
  color: var(--color-soft-gray);
}

.article-body h2 {
  margin: 52px 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.article-body p,
.article-body li {
  font-size: 1.05rem;
  line-height: 1.85;
}

.article-body p + p {
  margin-top: 22px;
}

.article-body ul {
  margin: 20px 0 0 1.1rem;
  padding: 0;
}

.article-body blockquote {
  margin: 36px 0;
  padding: 24px 28px;
  border-left: 2px solid var(--color-bronze);
  background: rgba(185, 138, 90, 0.08);
  color: var(--color-ivory);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.45;
}

.article-side {
  position: sticky;
  top: 32px;
  align-self: start;
  padding: 24px 0 0 28px;
  border-left: 1px solid var(--color-line);
}

.article-side a {
  display: block;
  margin-top: 14px;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__visual {
    animation: hero-ambient 14s ease-in-out infinite alternate;
  }

  .line-icon.target {
    animation: icon-breathe 4.8s ease-in-out infinite;
  }

  .line-icon.trend {
    animation: icon-lift 5.4s ease-in-out infinite;
  }
}

@keyframes hero-ambient {
  from {
    background-position: 0 0, 100% 50%, 0 0;
  }
  to {
    background-position: 0 0, 96% 50%, 0 0;
  }
}

@keyframes icon-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(185, 138, 90, 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(185, 138, 90, 0.08);
  }
}

@keyframes icon-lift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

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

@media (max-width: 960px) {
  .site-header {
    position: relative;
    width: min(100% - 40px, var(--container-max));
    padding: 28px 0;
  }

  .site-nav {
    gap: 14px 22px;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: 660px;
  }

  .hero__scene {
    inset: 0;
    background:
      linear-gradient(90deg, rgba(6, 5, 4, 0.92) 0%, rgba(6, 5, 4, 0.68) 44%, rgba(6, 5, 4, 0.12) 76%, rgba(6, 5, 4, 0.04) 100%),
      linear-gradient(180deg, rgba(6, 5, 4, 0.02) 0%, rgba(6, 5, 4, 0.12) 50%, rgba(6, 5, 4, 0.9) 100%);
    opacity: 1;
  }

  .hero__visual {
    background-position: 70% 50%;
    background-size: auto 100%;
  }

  .method__steps,
  .projects__grid,
  .journal__list,
  .about__inner,
  .blog-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .method-step,
  .method-step + .method-step,
  .journal__list article,
  .journal__list article + article {
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }

  .method-step:first-child,
  .journal__list article:first-child {
    border-top: 0;
  }

  .section-head,
  .footer__inner,
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-copy {
    max-width: 680px;
  }

  .article-side {
    position: static;
    padding: 26px 0 0;
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, var(--container-max));
  }

  .site-header {
    width: min(100% - 32px, var(--container-max));
    flex-direction: column;
    gap: 16px;
    padding: 24px 0 18px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: start;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 6px;
    gap: 10px 16px;
  }

  .site-nav a {
    font-size: 0.78rem;
  }

  .hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(6, 5, 4, 0) 0%, rgba(6, 5, 4, 0.1) 42%, rgba(6, 5, 4, 0.94) 68%, #060504 100%),
      #060504;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(6, 5, 4, 0.02) 0%, rgba(6, 5, 4, 0.04) 40%, rgba(6, 5, 4, 0.86) 68%, #060504 100%),
      linear-gradient(90deg, rgba(6, 5, 4, 0.78) 0%, rgba(6, 5, 4, 0.24) 52%, rgba(6, 5, 4, 0.02) 100%);
  }

  .hero__inner {
    min-height: 720px;
    padding-top: 0;
    display: flex;
    align-items: flex-end;
  }

  .hero__scene {
    background:
      linear-gradient(180deg, rgba(6, 5, 4, 0.04) 0%, rgba(6, 5, 4, 0.02) 34%, rgba(6, 5, 4, 0.72) 66%, #060504 94%),
      radial-gradient(ellipse at 70% 18%, rgba(185, 138, 90, 0.14), transparent 13rem);
  }

  .hero__copy {
    max-width: 100%;
    padding: 0 0 52px;
    animation: none;
  }

  .hero__copy h1,
  .hero__lead {
    overflow-wrap: anywhere;
  }

  .hero__visual {
    inset: 0 0 auto;
    height: 520px;
    background:
      linear-gradient(180deg, rgba(6, 5, 4, 0.08) 0%, rgba(6, 5, 4, 0.02) 46%, rgba(6, 5, 4, 0.96) 100%),
      url("assets/hero-executive.webp") 62% 0 / auto 100% no-repeat,
      #060504;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(3rem, 14vw, 4rem);
    line-height: 0.98;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.84);
  }

  .hero__lead {
    max-width: 340px;
    margin-top: 22px;
    font-size: 1.02rem;
    line-height: 1.5;
    color: rgba(244, 234, 223, 0.9);
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.9);
  }

  .project {
    min-height: 300px;
  }

  .project--large h3 {
    margin-top: 40px;
    font-size: 2.4rem;
  }

  .page-shell {
    padding-top: 44px;
  }
}
