:root {
  --bg: #f4f1ea;
  --surface: #fbfaf7;
  --text: #171717;
  --muted: #66625b;
  --soft: #8a857d;
  --line: rgba(23, 23, 23, 0.13);
  --line-strong: rgba(23, 23, 23, 0.27);
  --shadow: 0 28px 80px rgba(23, 23, 23, 0.08);
  --radius: 24px;
  --max: 1120px;

  --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --small: 12px;
  --body: 15px;
  --large: clamp(34px, 4.8vw, 74px);
  --foundation-title-height: 132px;
  --foundation-row-height: 78px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

body,
button,
input,
textarea,
select,
.site-header,
.site-header *,
.professional-page,
.professional-page * {
  font-family: var(--font) !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
iframe {
  max-width: 100%;
}

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

/* Header */

.site-header {
  min-height: 65px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 234, 0.86);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 13px !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  font-weight: 650 !important;
}

.brand-text,
.nav a,
.professional-actions a,
.workflow-links a,
.contact-links a,
.showreel-sidebar a,
.recognition-row a,
.recognition-title,
.selected-video-card a,
.keyfarmer-actions a,
.tool-card a {
  font-size: var(--body) !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
}

.nav a {
  color: var(--muted);
  transition: color 160ms ease;
}

.nav a:hover {
  color: var(--text);
}

.nav-contact {
  padding: 8px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text) !important;
}

.art-page-body .nav-contact,
.stories-page-body .nav-contact,
.books-page-body .nav-contact,
.films-page-body .nav-contact,
.after-name-body .nav-contact {
  border-color: rgba(238, 232, 220, 0.28);
  background: rgba(238, 232, 220, 0.035);
  color: #eee8dc !important;
}

.art-page-body .nav-contact:hover,
.stories-page-body .nav-contact:hover,
.books-page-body .nav-contact:hover,
.films-page-body .nav-contact:hover,
.after-name-body .nav-contact:hover {
  border-color: rgba(238, 232, 220, 0.52);
  background: rgba(238, 232, 220, 0.075);
  color: #eee8dc !important;
}

/* General typography */

.professional-page p,
.professional-page a,
.professional-page span,
.professional-page li,
.professional-page div {
  font-size: var(--body) !important;
  line-height: 1.58;
  font-weight: 400;
}

.professional-page h1,
.professional-page h2,
.professional-page h3,
.professional-title,
.foundation-column h3,
.professional-contact h2 {
  font-family: var(--font) !important;
  font-size: var(--large) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.045em !important;
  font-weight: 620 !important;
}

.meta-line,
.section-label,
.professional-proof-line a,
.capability-list span,
.recognition-kicker,
.selected-video-type,
.tool-card-label {
  font-size: var(--small) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.12em !important;
  font-weight: 650 !important;
  text-transform: uppercase;
}

.professional-lead,
.section-intro,
.foundation-skill p,
.foundation-credential p,
.workflow-panel-intro,
.alias-note,
.showreel-sidebar p,
.recognition-copy p,
.recognition-note,
.selected-video-card p,
.keyfarmer-copy p,
.tool-card p {
  font-size: var(--body) !important;
  line-height: 1.58 !important;
  letter-spacing: -0.01em !important;
  font-weight: 400 !important;
}

/* Professional page */

.professional-section {
  padding: clamp(68px, 8.5vw, 112px) 0;
  border-bottom: 1px solid var(--line);
}

.professional-muted {
  background: rgba(251, 250, 247, 0.26);
}

.professional-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.professional-split h2,
.professional-contact-box h2 {
  margin: 14px 0 0;
  max-width: 820px;
}

.section-label,
.meta-line {
  margin: 0;
  color: var(--soft);
}

.section-intro {
  max-width: 440px;
  margin: 36px 0 0;
  color: var(--muted);
}

.professional-title {
  max-width: 840px;
  margin: 14px 0 0;
}

/* Showreel hero */

.professional-hero-showreel {
  padding-top: clamp(76px, 8vw, 116px);
  padding-bottom: clamp(54px, 7vw, 86px);
  border-bottom: 0;
}

.showreel-embed-panel {
  margin-top: clamp(42px, 6vw, 76px);
  display: grid !important;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.72fr) !important;
  gap: clamp(20px, 3vw, 34px) !important;
  align-items: stretch !important;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.showreel-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: calc(var(--radius) - 6px);
  background: #111;
  align-self: center;
}

.showreel-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.showreel-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border-left: 1px solid var(--line);
}

.showreel-sidebar-content {
  max-width: 340px;
}

.showreel-sidebar .section-label {
  display: block;
  margin: 0 0 18px;
  color: var(--soft);
}

.showreel-sidebar h3 {
  margin: 0 0 16px !important;
  max-width: 330px !important;
  color: var(--text);
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  font-weight: 620 !important;
}

.showreel-sidebar p:not(.section-label) {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
}

.showreel-sidebar a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text);
}

.showreel-sidebar a:hover {
  background: var(--bg);
}

/* Proof strip */

.professional-proof {
  min-height: 74px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  background: rgba(235, 231, 223, 0.72);
}

.professional-proof-line {
  min-height: 72px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(24px, 4vw, 72px);
  color: var(--soft);
}

.professional-proof-line a {
  display: inline-flex;
  align-items: center;
  color: var(--soft);
  white-space: nowrap;
  transition: color 160ms ease;
}

.professional-proof-line a:hover {
  color: var(--text);
}

/* Selected video work */

.selected-video-work {
  padding-top: clamp(58px, 7vw, 92px);
}

.selected-video-grid {
  margin-top: clamp(36px, 5vw, 62px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.selected-video-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.selected-video-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: #ffffff;
}

.selected-video-card-link {
  display: grid !important;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  color: var(--text);
}

.selected-video-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.selected-video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.selected-video-card:hover .selected-video-thumb img {
  transform: scale(1.025);
  opacity: 0.94;
}

.selected-video-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(22px, 3vw, 34px);
}

.selected-video-type {
  margin: 0;
  color: var(--soft);
}

.selected-video-card h3 {
  max-width: 520px;
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
  font-weight: 620 !important;
}

.selected-video-card p:not(.selected-video-type) {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.selected-video-card span:not(.selected-video-type) {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--text);
  border-bottom: 1px solid currentColor;
  font-size: var(--body) !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
}

/* Recognition */

.professional-quote-stack {
  padding: clamp(58px, 7vw, 96px) 0;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.24);
}

.recognition-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.recognition-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 68px);
  padding: clamp(26px, 4vw, 44px);
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.recognition-row:last-child {
  border-bottom: 0;
}

.recognition-label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--soft);
}

.recognition-number {
  color: var(--line-strong);
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
  font-weight: 620 !important;
}

.recognition-kicker {
  color: var(--soft);
  margin: 0;
}

.recognition-copy {
  max-width: 820px;
}

.recognition-title {
  display: block;
  margin: 0 0 10px;
  color: var(--text);
}

.recognition-copy p {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--muted);
}

.recognition-note {
  max-width: 780px;
  margin-top: 6px;
  color: var(--soft);
}

.recognition-row a {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  border-bottom: 1px solid currentColor;
  color: var(--text);
}

/* Foundation */

.professional-foundation-clean {
  padding-top: clamp(72px, 9vw, 118px);
  padding-bottom: clamp(72px, 9vw, 118px);
}

.professional-foundation-clean .foundation-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.professional-foundation-clean .foundation-column {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 610px;
  padding: clamp(34px, 4.2vw, 52px);
}

.professional-foundation-clean .foundation-column + .foundation-column {
  border-left: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.44);
}

.professional-foundation-clean .foundation-column .section-label {
  margin: 0 0 18px;
}

.professional-foundation-clean .foundation-column h3 {
  min-height: 132px;
  max-width: 440px;
  margin: 0 0 28px;
  color: var(--text);
  font-size: clamp(34px, 3.25vw, 44px) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.052em !important;
  font-weight: 620 !important;
}

.foundation-credential-list,
.foundation-skill-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(74px, 1fr));
  border-top: 1px solid var(--line);
}

.foundation-credential,
.foundation-skill {
  display: grid;
  grid-template-columns: minmax(128px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 30px);
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.foundation-credential span,
.foundation-skill span {
  color: var(--text);
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.025em !important;
}

.foundation-credential p,
.foundation-skill p {
  margin: 0;
  color: var(--muted);
  font-size: 14px !important;
  line-height: 1.55 !important;
  letter-spacing: -0.012em !important;
}

/* KeyFarmer */

.professional-tools {
  background: rgba(251, 250, 247, 0.26);
}

.keyfarmer-panel {
  margin-top: clamp(42px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.keyfarmer-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(42px, 6vw, 76px);
  padding: clamp(34px, 4.8vw, 58px);
  border-right: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.54);
}

.keyfarmer-top {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.asset-shell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #111;
  color: #f4f1ea;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.16);
}

.asset-fallback {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 241, 234, 0.8);
  font-size: 13px !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  font-weight: 650 !important;
  z-index: 1;
}

.asset-shell img {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 160ms ease;
}

.asset-shell img.is-loaded {
  opacity: 1;
}

.asset-shell img.is-missing {
  display: none;
}

.keyfarmer-main-logo-shell {
  width: 84px;
  height: 84px;
  border-radius: 22px;
}

.keyfarmer-main-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border-radius: 22px;
}

.keyfarmer-wordmark {
  display: block;
  color: var(--text);
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1 !important;
  letter-spacing: -0.05em !important;
  font-weight: 620 !important;
}

.keyfarmer-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
}

.keyfarmer-copy h3 {
  max-width: 500px;
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(34px, 3.5vw, 54px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.052em !important;
  font-weight: 620 !important;
}

.keyfarmer-copy p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
}

.keyfarmer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyfarmer-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text);
}

.keyfarmer-actions a:hover {
  background: var(--surface);
}

.keyfarmer-tools {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-width: 0;
}

.tool-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: clamp(18px, 2.8vw, 34px);
  align-items: center;
  min-width: 0;
  padding: clamp(30px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.24);
}

.tool-card:last-child {
  border-bottom: 0;
}

.tool-icon-shell {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.13);
}

.tool-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 18px;
}

.tool-card-label {
  margin: 0 0 10px;
  color: var(--soft);
}

.tool-card h3 {
  max-width: 360px;
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(26px, 2.7vw, 40px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
  font-weight: 620 !important;
}

.tool-card p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
}

.tool-card a {
  display: inline-flex;
  width: fit-content;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;
  color: var(--text);
}

/* Contact */

.professional-contact {
  padding: clamp(76px, 10vw, 120px) 0;
}

.professional-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.35fr);
  gap: 40px;
  align-items: end;
}

.professional-contact .contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.professional-contact .contact-links a {
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--text);
}

.alias-note {
  grid-column: 1 / -1;
  max-width: 780px;
  margin: 26px 0 0;
  color: var(--soft);
  font-size: 13px !important;
  line-height: 1.6 !important;
}

/* Footer */

.site-footer {
  min-height: 74px;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--soft);
}

/* Responsive */

@media (max-width: 1000px) {
  .professional-proof-line {
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .keyfarmer-panel {
    grid-template-columns: 1fr;
  }

  .keyfarmer-brand {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

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

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .professional-split,
  .showreel-embed-panel,
  .recognition-row,
  .professional-contact-box {
    grid-template-columns: 1fr !important;
  }

  .selected-video-grid {
    grid-template-columns: 1fr;
  }

  .showreel-sidebar {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .showreel-sidebar-content,
  .showreel-sidebar h3,
  .showreel-sidebar p:not(.section-label) {
    max-width: 100% !important;
  }

  .foundation-board {
    grid-template-columns: 1fr;
  }

  .foundation-column {
    min-height: auto;
  }

  .foundation-column + .foundation-column {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .foundation-column h3 {
    min-height: auto;
    max-width: 100%;
  }

  .foundation-skill-list,
  .foundation-credential-list {
    grid-template-rows: none;
  }

  .foundation-skill,
  .foundation-credential {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: auto;
  }

  .tool-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .tool-card a {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(calc(100% - 30px), var(--max));
  }

  .professional-title {
    font-size: clamp(42px, 13vw, 72px) !important;
  }

  .keyfarmer-top {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .keyfarmer-main-logo-shell,
  .keyfarmer-main-logo,
  .tool-icon-shell,
  .tool-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

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

  .tool-card a {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
    padding: 16px 15px;
  }

  .nav {
    gap: 13px;
  }

  .professional-hero-showreel {
    padding-top: 72px;
  }

  .professional-proof-line {
    justify-content: center;
  }

  .site-footer {
    flex-direction: column;
  }
}

/* Home page reset: minimal hero + black contact footer */

.home-page {
  min-height: calc(100svh - 65px);
  overflow: hidden;
}

.home-hero {
  min-height: calc(100svh - 65px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.46), rgba(244, 241, 234, 0) 34%),
    var(--bg);
}

.home-hero-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 8vw, 118px) 0 clamp(82px, 9vw, 124px);
}

.home-hero-stack {
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
}

.home-kicker {
  margin: 0 0 28px;
  color: var(--soft);
  font-size: 11px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.26em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.home-title {
  max-width: 860px;
  margin: 0 auto;
  color: var(--text);
  font-size: clamp(52px, 6.3vw, 86px);
  line-height: 1.035;
  letter-spacing: -0.062em;
  font-weight: 680;
}

.home-card-grid {
  width: min(100%, 840px);
  margin: clamp(54px, 6vw, 72px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.home-path-card {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(251, 250, 247, 0.74);
  box-shadow: 0 28px 70px rgba(23, 23, 23, 0.075);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-path-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: var(--surface);
  box-shadow: 0 32px 82px rgba(23, 23, 23, 0.1);
}

.home-path-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.052em;
  font-weight: 680;
}

.home-path-card p {
  max-width: 285px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px !important;
  line-height: 1.55 !important;
  letter-spacing: -0.01em;
}

.home-proof-strip {
  min-height: 72px;
  border-top: 1px solid var(--line-strong);
  background: rgba(235, 231, 223, 0.72);
}

.home-proof-strip-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 76px);
  color: var(--soft);
}

.home-proof-strip a,
.home-proof-strip span {
  display: inline-flex;
  align-items: center;
  color: var(--soft);
  white-space: nowrap;
  font-size: 10px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.26em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.home-proof-strip a:hover {
  color: var(--text);
}

.home-contact-section {
  padding: clamp(76px, 10vw, 126px) 0;
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.home-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  padding: clamp(34px, 5vw, 64px);
  border-radius: var(--radius);
  background: #151515;
  color: var(--bg);
  box-shadow: 0 30px 90px rgba(23, 23, 23, 0.16);
}

.home-contact-box .section-label {
  color: rgba(244, 241, 234, 0.56);
}

.home-contact-box h2 {
  max-width: 800px;
  margin: 14px 0 0;
  color: var(--bg);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 650;
}

.home-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.home-contact-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(244, 241, 234, 0.18);
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.08);
  color: var(--bg);
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
  font-weight: 650 !important;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-contact-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 241, 234, 0.3);
  background: rgba(244, 241, 234, 0.14);
}

@media (max-width: 900px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero-main {
    padding: 82px 0 72px;
  }

  .home-title {
    font-size: clamp(44px, 12vw, 72px);
  }

  .home-card-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-top: 42px;
  }

  .home-proof-strip-inner {
    flex-wrap: wrap;
    gap: 18px 28px;
    padding: 18px 0;
  }

  .home-contact-box {
    grid-template-columns: 1fr;
  }

  .home-contact-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .home-kicker {
    margin-bottom: 22px;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
  }

  .home-title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .home-path-card {
    min-height: 128px;
    padding: 24px 22px;
  }

  .home-contact-box h2 {
    font-size: clamp(34px, 11vw, 54px);
  }
}
