:root {
  --navy-950: #04101a;
  --navy-900: #071722;
  --ivory: #f7f1e8;
  --ivory-muted: rgba(247, 241, 232, 0.69);
  --gold: #cfaa51;
  --gold-soft: #e2c87f;
  --line: rgba(226, 200, 127, 0.28);
  --panel: rgba(5, 17, 27, 0.58);
  --serif: "Bodoni Moda", "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", sans-serif;
  --scene-x: 0px;
  --scene-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy-950);
  color-scheme: dark;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-950);
  color: var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

button {
  color: inherit;
  font: inherit;
}

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

.page {
  isolation: isolate;
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  background: var(--navy-900);
}

.scene,
.veil,
.grain {
  position: absolute;
  inset: 0;
}

.scene {
  z-index: -4;
  overflow: hidden;
}

.scene img {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  margin: -15px;
  object-fit: cover;
  object-position: 66% center;
  transform: translate3d(var(--scene-x), var(--scene-y), 0) scale(1.025);
  animation: image-arrival 1.8s cubic-bezier(0.18, 0.7, 0.2, 1) both;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.veil {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 13, 22, 0.98) 0%, rgba(3, 13, 22, 0.88) 30%, rgba(3, 13, 22, 0.25) 67%, rgba(3, 13, 22, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 13, 22, 0.78) 0%, transparent 42%),
    linear-gradient(180deg, rgba(3, 13, 22, 0.46) 0%, transparent 30%);
}

.grain {
  z-index: 8;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.orbit {
  position: absolute;
  z-index: -1;
  top: -168px;
  right: -92px;
  width: min(39vw, 530px);
  color: var(--gold-soft);
  fill: none;
  opacity: 0.35;
  pointer-events: none;
  animation: orbit-arrival 1.6s 0.3s cubic-bezier(0.18, 0.7, 0.2, 1) both;
}

.orbit circle,
.orbit > path {
  stroke: currentColor;
  stroke-width: 0.7;
  stroke-dasharray: 2 7;
}

.north-star path {
  fill: currentColor;
}

.north-star circle {
  fill: var(--navy-950);
  stroke: none;
}

.card {
  display: flex;
  width: min(100%, 1500px);
  min-height: 100svh;
  margin-inline: auto;
  padding: clamp(28px, 4.1vw, 72px) clamp(24px, 6.2vw, 108px) clamp(26px, 4vw, 62px);
  flex-direction: column;
}

.brand {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 18px;
  opacity: 0;
  animation: rise-in 0.9s 0.18s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.brand-link {
  position: relative;
  display: grid;
  width: 76px;
  height: 60px;
  place-items: center;
}

.brand-link::after {
  position: absolute;
  inset: auto -1px 2px;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

.brand-link:hover::after,
.brand-link:focus-visible::after {
  transform: scaleX(1);
}

.brand-link img {
  width: 76px;
  height: auto;
  filter: saturate(0.9) brightness(1.16);
}

.brand-meta {
  display: grid;
  gap: 2px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.brand-meta span:first-child {
  color: var(--ivory);
  font-size: 0.72rem;
  font-weight: 500;
}

.brand-meta span:last-child {
  color: var(--ivory-muted);
  font-size: 0.6rem;
  font-weight: 400;
}

.profile {
  width: min(600px, 54vw);
  margin-block: auto;
  padding-block: clamp(54px, 8vh, 100px) clamp(38px, 6vh, 76px);
}

.eyebrow {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  gap: 14px;
  color: var(--gold-soft);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.29em;
  opacity: 0;
  text-transform: uppercase;
  animation: rise-in 0.9s 0.36s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.eyebrow-line {
  width: 35px;
  height: 1px;
  background: currentColor;
}

h1 {
  max-width: 560px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.35rem, 7.4vw, 7.55rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.82;
  opacity: 0;
  text-wrap: balance;
  animation: rise-in 1.05s 0.48s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

h1 em {
  display: block;
  margin-left: clamp(30px, 5vw, 78px);
  color: var(--gold-soft);
  font-style: italic;
  font-weight: 400;
}

.role {
  margin: 30px 0 0;
  color: var(--ivory);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  opacity: 0;
  text-transform: uppercase;
  animation: rise-in 0.9s 0.59s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.statement {
  max-width: 490px;
  margin: 18px 0 0;
  color: var(--ivory-muted);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 300;
  letter-spacing: 0.012em;
  line-height: 1.62;
  opacity: 0;
  animation: rise-in 0.9s 0.68s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.expertise {
  display: flex;
  margin: 25px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  opacity: 0;
  animation: rise-in 0.9s 0.76s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.expertise li {
  border: 1px solid rgba(247, 241, 232, 0.19);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(247, 241, 232, 0.035);
  color: rgba(247, 241, 232, 0.79);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 9px;
  opacity: 0;
  animation: rise-in 0.9s 0.86s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.action {
  display: inline-flex;
  min-height: 48px;
  border: 1px solid rgba(247, 241, 232, 0.24);
  border-radius: 2px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(7, 23, 34, 0.42);
  color: var(--ivory);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.action:hover,
.action:focus-visible {
  border-color: var(--gold-soft);
  background: rgba(7, 23, 34, 0.78);
  color: var(--gold-soft);
  transform: translateY(-2px);
}

.action:active,
.header-share:active {
  transform: translateY(0) scale(0.97);
}

.action:focus-visible,
.brand-link:focus-visible,
.header-share:focus-visible,
.contact-line a:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

.action svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.header-share {
  display: grid;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(247, 241, 232, 0.24);
  border-radius: 50%;
  padding: 0;
  place-items: center;
  background: rgba(7, 23, 34, 0.28);
  color: var(--ivory);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.header-share:hover,
.header-share:focus-visible {
  border-color: var(--gold-soft);
  background: rgba(7, 23, 34, 0.7);
  color: var(--gold-soft);
  transform: rotate(-6deg);
}

.header-share svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.action-primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy-950);
}

.action-primary:hover,
.action-primary:focus-visible {
  border-color: var(--gold-soft);
  background: var(--gold-soft);
  color: var(--navy-950);
}

.footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: rgba(247, 241, 232, 0.57);
  opacity: 0;
  animation: rise-in 0.9s 0.95s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.footer p,
.contact-line {
  margin: 0;
  font-size: 0.63rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.contact-line span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

.contact-line a {
  transition: color 180ms ease;
}

.contact-line a:hover {
  color: var(--gold-soft);
}

.manifesto {
  position: absolute;
  right: clamp(34px, 6.2vw, 108px);
  bottom: clamp(126px, 18vh, 175px);
  display: flex;
  border-left: 1px solid var(--line);
  padding-left: 17px;
  align-items: flex-start;
  gap: 15px;
  opacity: 0;
  animation: rise-in 0.9s 1s cubic-bezier(0.18, 0.7, 0.2, 1) forwards;
}

.manifesto-number {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 0.82rem;
}

.manifesto p {
  margin: 0;
  color: rgba(247, 241, 232, 0.73);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.4vw, 1.35rem);
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.toast {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 24px;
  max-width: calc(100vw - 48px);
  border: 1px solid rgba(226, 200, 127, 0.48);
  border-radius: 2px;
  padding: 12px 16px;
  background: rgba(4, 16, 26, 0.92);
  color: var(--ivory);
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

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

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-arrival {
  from {
    opacity: 0.4;
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    transform: translate3d(var(--scene-x), var(--scene-y), 0) scale(1.025);
  }
}

@keyframes orbit-arrival {
  from {
    opacity: 0;
    transform: rotate(-16deg) scale(0.9);
  }

  to {
    opacity: 0.35;
    transform: rotate(0) scale(1);
  }
}

@media (max-width: 920px) {
  .scene img {
    object-position: 63% center;
  }

  .veil {
    background:
      linear-gradient(90deg, rgba(3, 13, 22, 0.96) 0%, rgba(3, 13, 22, 0.72) 52%, rgba(3, 13, 22, 0.26) 100%),
      linear-gradient(0deg, rgba(3, 13, 22, 0.86) 0%, transparent 53%);
  }

  .profile {
    width: min(590px, 71vw);
  }

  .manifesto {
    display: none;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
}

@media (max-width: 640px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .page {
    width: 100%;
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    overflow: hidden;
  }

  .scene img {
    object-position: 67% center;
  }

  .veil {
    background:
      linear-gradient(180deg, rgba(3, 13, 22, 0.46) 0%, rgba(3, 13, 22, 0.18) 27%, rgba(3, 13, 22, 0.78) 56%, rgba(3, 13, 22, 0.98) 100%),
      linear-gradient(90deg, rgba(3, 13, 22, 0.48) 0%, rgba(3, 13, 22, 0.1) 100%);
  }

  .orbit {
    top: -118px;
    right: -96px;
    width: 310px;
    opacity: 0.24;
  }

  .card {
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    overflow: hidden;
    padding: max(20px, env(safe-area-inset-top)) 20px max(19px, env(safe-area-inset-bottom));
  }

  .brand {
    gap: 12px;
  }

  .header-share {
    width: 44px;
    height: 44px;
  }

  .brand-link {
    width: 61px;
    height: 48px;
  }

  .brand-link img {
    width: 61px;
  }

  .brand-meta span:first-child {
    font-size: 0.63rem;
  }

  .brand-meta span:last-child {
    font-size: 0.52rem;
  }

  .profile {
    width: 100%;
    margin: clamp(42px, 7vh, 80px) 0 auto;
    padding: 0 0 18px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.58rem;
  }

  h1 {
    font-size: clamp(3.65rem, 17vw, 5.1rem);
    line-height: 0.84;
  }

  h1 em {
    margin-left: clamp(24px, 13vw, 58px);
  }

  .role {
    margin-top: 22px;
    font-size: 0.62rem;
    letter-spacing: 0.17em;
  }

  .statement {
    max-width: 360px;
    margin-top: 13px;
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .expertise {
    margin-top: 18px;
    gap: 6px;
  }

  .expertise li {
    padding: 6px 9px;
    font-size: 0.54rem;
  }

  .actions {
    display: grid;
    margin-top: 21px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .action {
    min-height: 45px;
    padding-inline: 12px;
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }

  .footer {
    gap: 8px;
  }

  .footer p,
  .contact-line {
    font-size: 0.5rem;
    letter-spacing: 0.09em;
  }

  .contact-line {
    gap: 8px;
  }

  .contact-line span {
    width: 2px;
    height: 2px;
  }

  .toast {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-height: 740px) and (max-width: 640px) {
  .card {
    height: 100svh;
    min-height: 0;
  }

  .profile {
    margin-top: 28px;
    padding-bottom: 10px;
  }

  h1 {
    font-size: 3.55rem;
  }

  .statement {
    display: none;
  }

  .expertise {
    margin-top: 14px;
  }

  .actions {
    margin-top: 14px;
    gap: 6px;
  }

  .action {
    min-height: 40px;
  }

  .footer {
    gap: 5px;
  }
}

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

  .scene img {
    transform: scale(1.025);
  }
}
