:root {
  --ink: #08090a;
  --ink-soft: #111316;
  --surface: #171a1d;
  --surface-raised: #202429;
  --paper: #f4f5f2;
  --paper-muted: #d6d9d2;
  --yellow: #ffd600;
  --yellow-deep: #e8b900;
  --cyan: #4fd7f7;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(8, 9, 10, 0.16);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --header-height: 76px;
  --hero-shift: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

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

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

h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  text-transform: uppercase;
}

h3 {
  font-size: 2rem;
}

::selection {
  color: var(--ink);
  background: var(--yellow);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease;
}

body.motion-enabled.page-ready .site-header {
  animation: header-arrival 620ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.site-header.is-scrolled {
  background: rgba(8, 9, 10, 0.94);
  border-color: var(--line-dark);
  backdrop-filter: saturate(130%) blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 2px solid var(--yellow);
  object-fit: cover;
}

.brand strong {
  color: var(--yellow);
}

.main-navigation {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.main-navigation a {
  position: relative;
  color: var(--paper-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-navigation a:hover::after,
.main-navigation a:focus-visible::after {
  transform: scaleX(1);
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--paper);
  background: rgba(8, 9, 10, 0.38);
  border: 1px solid var(--line-dark);
  cursor: pointer;
}

.icon-button:hover {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--yellow);
}

.icon-button svg {
  width: 19px;
  height: 19px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: min(860px, 94vh);
  padding: calc(var(--header-height) + 44px) max(24px, calc((100vw - 1180px) / 2)) 120px;
  overflow: hidden;
  background: #101820 url("assets/villa404-banner.webp") center 42% / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: rgba(1, 7, 12, 0.48);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 35%;
  background: rgba(8, 9, 10, 0.8);
  clip-path: polygon(0 48%, 73% 100%, 0 100%);
}

.hero-backdrop {
  position: absolute;
  z-index: -1;
  inset: 0 38% 0 0;
  background: rgba(4, 7, 9, 0.68);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 75%);
  transform: translate3d(0, var(--hero-shift), 0);
  will-change: transform;
}

.hero-content {
  width: min(720px, 75%);
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--yellow-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 12px;
  font-size: clamp(6.2rem, 15vw, 13rem);
  text-transform: uppercase;
  text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
}

.hero h1 span {
  color: var(--yellow);
}

.hero-role {
  margin-bottom: 20px;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(244, 245, 242, 0.86);
  font-size: 1.06rem;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -42px;
  width: 26px;
  background: rgba(255, 255, 255, 0.55);
  transform: skewX(-18deg);
  transition: left 420ms ease;
}

.button:hover::after,
.button:focus-visible::after {
  left: calc(100% + 18px);
}

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

.button svg {
  width: 18px;
  height: 18px;
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--yellow);
  box-shadow: 7px 7px 0 rgba(79, 215, 247, 0.75);
}

.button-primary:hover {
  background: #ffe43b;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.availability svg {
  width: 10px;
  height: 10px;
  color: #79ef9b;
  fill: currentColor;
}

.hero-marker {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 46px;
  display: grid;
  justify-items: end;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--display);
  font-size: 0.86rem;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

body.motion-enabled.page-ready .hero-marker {
  animation: marker-arrival 850ms 650ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.hero-marker strong {
  color: var(--yellow);
  font-size: 2.2rem;
}

.identity-band {
  position: relative;
  z-index: 2;
  margin-top: -36px;
  padding: 100px 0 110px;
  color: var(--ink);
  background: var(--paper);
  clip-path: polygon(0 36px, 100% 0, 100% 100%, 0 100%);
}

.identity-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 54px 90px;
}

.section-index {
  display: block;
  margin-bottom: 30px;
  color: var(--yellow-deep);
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 800;
}

.identity-intro h2 {
  margin-bottom: 0;
}

.identity-copy {
  align-self: end;
  max-width: 590px;
}

.lead {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.5;
}

.identity-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.identity-facts div {
  padding: 28px 24px;
  border-right: 1px solid var(--line-light);
}

.identity-facts div:last-child {
  border-right: 0;
}

.identity-facts dt {
  color: #656a6f;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
}

.identity-facts dd {
  margin: 5px 0 0;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.experience-section {
  padding: 120px 0;
  background: var(--ink-soft);
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 84px;
  align-items: center;
}

.experience-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1.08;
  transform: perspective(1000px) rotateX(calc(2deg + var(--tilt-x))) rotateY(calc(5deg + var(--tilt-y)));
  transform-style: preserve-3d;
  will-change: transform;
}

.experience-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 28px -24px -24px 28px;
  background: var(--cyan);
}

.experience-visual img {
  width: 100%;
  height: 100%;
  border: 1px solid var(--line-dark);
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: filter 300ms ease, transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.experience-visual:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.012);
}

.visual-stamp {
  position: absolute;
  right: -35px;
  bottom: 34px;
  display: grid;
  width: 190px;
  padding: 18px;
  color: var(--ink);
  background: var(--yellow);
  border: 4px solid var(--ink);
  font-family: var(--display);
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.visual-stamp span {
  font-size: 0.74rem;
}

.visual-stamp strong {
  font-size: 2rem;
}

.experience-content h2 {
  max-width: 780px;
}

.experience-content > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--paper-muted);
}

.experience-list {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.experience-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-dark);
}

.experience-list svg {
  width: 18px;
  color: var(--yellow);
}

.motivation-section {
  padding: 110px 0;
  color: var(--ink);
  background: var(--yellow);
}

.motivation-section .eyebrow,
.motivation-section .section-index {
  color: #594a00;
}

.motivation-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px 90px;
}

.motivation-heading {
  grid-row: span 2;
}

.motivation-quote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.motivation-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-top: 1px solid rgba(8, 9, 10, 0.28);
  padding-top: 28px;
}

.contributions-section {
  padding: 120px 0;
  background: #0c0e10;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 60px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.contribution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.contribution-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: 310px;
  padding: 36px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition: background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.contribution-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.contribution-card:hover {
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.contribution-card:hover::after,
.contribution-card:focus-within::after {
  transform: scaleX(1);
}

.contribution-card > svg {
  width: 42px;
  height: 42px;
  margin-bottom: 70px;
  color: var(--yellow);
}

.contribution-card:hover > svg {
  color: var(--ink);
}

.contribution-card > span {
  position: absolute;
  top: 32px;
  right: 34px;
  color: #7b8188;
  font-family: var(--display);
  font-weight: 700;
}

.contribution-card h3 {
  margin-bottom: 14px;
  text-transform: uppercase;
}

.contribution-card p {
  max-width: 530px;
  margin-bottom: 0;
  color: #aeb4ba;
}

.contribution-card:hover p {
  color: #45494c;
}

.contribution-card-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 245px;
  background: var(--surface);
}

.contribution-card-wide > svg {
  width: 64px;
  height: 64px;
  margin: 0;
}

.qualities-section {
  padding: 110px 0;
  color: var(--ink);
  background: var(--paper);
}

.qualities-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}

.qualities-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px;
}

.qualities-list span {
  padding: 13px 18px;
  border: 1px solid var(--line-light);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1), background-color 220ms ease;
}

.qualities-list span:hover {
  transform: translateY(-5px) rotate(-1deg);
}

.qualities-list span:nth-child(even):hover {
  transform: translateY(-5px) rotate(1deg);
}

.qualities-list span:nth-child(3n + 1) {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--yellow);
}

.commitment-section {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  padding: 130px 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #071014 url("assets/villa404-banner.webp") center 48% / cover no-repeat;
}

.commitment-section::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: rgba(3, 8, 11, 0.73);
}

.commitment-backdrop {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 45%;
  background: rgba(255, 214, 0, 0.9);
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
}

.commitment-content h2 {
  max-width: 800px;
  font-size: clamp(4rem, 8vw, 7.6rem);
}

.commitment-content > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--paper-muted);
  font-size: 1.08rem;
}

.signature {
  display: grid;
  width: fit-content;
  margin-top: 50px;
  padding-top: 18px;
  border-top: 2px solid var(--yellow);
  transform-origin: left;
}

.signature span {
  color: var(--paper-muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.signature strong {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.final-section {
  padding: 100px 0;
  background: var(--ink);
}

.final-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.final-layout h2 {
  margin-bottom: 20px;
}

.final-layout p:not(.eyebrow) {
  max-width: 620px;
  color: var(--paper-muted);
}

.final-actions {
  justify-content: flex-end;
}

.site-footer {
  padding: 24px 0;
  color: #8d9399;
  background: #050606;
  border-top: 1px solid var(--line-dark);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.site-footer .section-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.toast {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  max-width: min(420px, calc(100vw - 48px));
  padding: 15px 18px;
  color: var(--ink);
  background: var(--paper);
  border-left: 5px solid var(--yellow);
  box-shadow: var(--shadow);
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.985);
  transition: opacity 720ms ease,
    transform 720ms cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: calc(var(--reveal-order, 0) * 80ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.motion-enabled [data-tilt].reveal.is-visible {
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: opacity 720ms ease,
    transform 160ms ease-out,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

body.motion-enabled .experience-visual.reveal.is-visible {
  transform: perspective(1000px) rotateX(calc(2deg + var(--tilt-x))) rotateY(calc(5deg + var(--tilt-y)));
}

body.motion-enabled .hero-content.is-visible > * {
  animation: hero-line-arrival 720ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

body.motion-enabled .hero-content.is-visible > :nth-child(1) { animation-delay: 80ms; }
body.motion-enabled .hero-content.is-visible > :nth-child(2) { animation-delay: 160ms; }
body.motion-enabled .hero-content.is-visible > :nth-child(3) { animation-delay: 250ms; }
body.motion-enabled .hero-content.is-visible > :nth-child(4) { animation-delay: 340ms; }
body.motion-enabled .hero-content.is-visible > :nth-child(5) { animation-delay: 430ms; }

body.motion-enabled .hero-content.is-visible h1 span {
  display: inline-block;
  animation: accent-settle 820ms 300ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.motion-enabled .motivation-quote.is-visible {
  animation: quote-settle 760ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

body.motion-enabled .qualities-list.is-visible span {
  animation: quality-arrival 520ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

body.motion-enabled .qualities-list.is-visible span:nth-child(2) { animation-delay: 55ms; }
body.motion-enabled .qualities-list.is-visible span:nth-child(3) { animation-delay: 110ms; }
body.motion-enabled .qualities-list.is-visible span:nth-child(4) { animation-delay: 165ms; }
body.motion-enabled .qualities-list.is-visible span:nth-child(5) { animation-delay: 220ms; }
body.motion-enabled .qualities-list.is-visible span:nth-child(6) { animation-delay: 275ms; }
body.motion-enabled .qualities-list.is-visible span:nth-child(7) { animation-delay: 330ms; }
body.motion-enabled .qualities-list.is-visible span:nth-child(8) { animation-delay: 385ms; }

body.motion-enabled .commitment-content.is-visible .signature {
  animation: signature-arrival 720ms 260ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

@keyframes header-arrival {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-line-arrival {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes accent-settle {
  from { opacity: 0; transform: translateX(-22px) skewX(-5deg); }
  to { opacity: 1; transform: translateX(0) skewX(0); }
}

@keyframes marker-arrival {
  from { opacity: 0; transform: translateX(30px) rotate(-7deg); }
  to { opacity: 1; transform: translateX(0) rotate(-3deg); }
}

@keyframes quote-settle {
  from { opacity: 0; transform: translateX(34px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes quality-arrival {
  from { opacity: 0; transform: translateY(16px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes signature-arrival {
  from { opacity: 0; transform: translateX(-20px) scaleX(0.85); }
  to { opacity: 1; transform: translateX(0) scaleX(1); }
}

body.motion-reduced *,
body.motion-reduced *::before,
body.motion-reduced *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  transition-delay: 0ms !important;
}

body.motion-reduced .reveal {
  opacity: 1;
  transform: none;
}

body.motion-reduced [data-tilt],
body.motion-reduced .experience-visual,
body.motion-reduced .experience-visual:hover img,
body.motion-reduced .qualities-list span:hover {
  filter: none;
  transform: none;
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 760px);
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    padding-inline: 18px;
    background: rgba(8, 9, 10, 0.94);
    border-color: var(--line-dark);
  }

  .menu-toggle {
    display: inline-grid;
  }

  .main-navigation {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 0;
    padding: 18px;
    background: var(--ink);
    border-bottom: 1px solid var(--line-dark);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-navigation a {
    padding: 15px 8px;
    border-bottom: 1px solid var(--line-dark);
  }

  .hero {
    min-height: 820px;
    padding-inline: 24px;
  }

  .hero-backdrop {
    right: 8%;
  }

  .hero-content {
    width: min(100%, 680px);
  }

  .hero-marker {
    display: none;
  }

  .identity-grid,
  .experience-layout,
  .motivation-layout,
  .section-heading,
  .qualities-layout,
  .final-layout {
    grid-template-columns: 1fr;
  }

  .identity-grid,
  .experience-layout,
  .qualities-layout,
  .final-layout {
    gap: 48px;
  }

  .experience-visual {
    width: min(620px, 88%);
    margin-inline: auto;
  }

  .motivation-heading {
    grid-row: auto;
  }

  .motivation-copy {
    grid-template-columns: 1fr 1fr;
  }

  .section-heading {
    gap: 18px;
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 36px);
    --header-height: 68px;
  }

  h2 {
    font-size: clamp(2.55rem, 12.5vw, 3.6rem);
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand span {
    display: none;
  }

  .icon-button {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: 760px;
    padding: calc(var(--header-height) + 50px) 18px 100px;
    background-position: 44% center;
  }

  .hero-backdrop {
    inset: 0;
    clip-path: none;
    background: rgba(3, 7, 10, 0.68);
  }

  .hero-grid {
    background-size: 48px 48px;
  }

  .hero h1 {
    font-size: clamp(5.3rem, 28vw, 8rem);
  }

  .hero-role {
    font-size: 1.8rem;
  }

  .hero-actions,
  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .final-actions .button {
    width: 100%;
  }

  .availability {
    justify-content: center;
  }

  .identity-band,
  .experience-section,
  .motivation-section,
  .contributions-section,
  .qualities-section,
  .final-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .identity-facts {
    grid-template-columns: 1fr;
  }

  .identity-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .identity-facts div:last-child {
    border-bottom: 0;
  }

  .experience-visual {
    width: calc(100% - 20px);
    transform: none;
  }

  body.motion-enabled .experience-visual.reveal.is-visible {
    transform: none;
  }

  .visual-stamp {
    right: -12px;
    bottom: 18px;
    width: 160px;
  }

  .motivation-copy,
  .contribution-grid {
    grid-template-columns: 1fr;
  }

  .contribution-card {
    min-height: 280px;
    padding: 28px;
  }

  .contribution-card-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .contribution-card-wide > svg {
    margin-bottom: 32px;
  }

  .qualities-layout {
    gap: 32px;
  }

  .qualities-list span {
    flex: 1 1 calc(50% - 12px);
    text-align: center;
  }

  .commitment-section {
    min-height: 720px;
    padding: 100px 0;
    background-position: 46% center;
  }

  .commitment-backdrop {
    inset: auto 0 0 0;
    height: 24%;
    clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
  }

  .commitment-content h2 {
    font-size: clamp(3.7rem, 18vw, 5.3rem);
  }

  .site-footer .section-shell {
    flex-direction: column;
    gap: 4px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
