@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #080807;
  --ink-soft: #0d0c0a;
  --paper: #f5f2eb;
  --muted: #aaa59b;
  --gold: #dbb969;
  --gold-light: #e4ca8c;
  --line: rgba(219, 185, 105, 0.2);
  --page-x: clamp(1.4rem, 5vw, 6.5rem);
}

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

html {
  background: var(--ink);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 280px;
  min-height: 100vh;
  background: var(--ink);
  color: var(--paper);
  font-family: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

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

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.page {
  isolation: isolate;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(1.5rem, 4.2vh, 3.5rem) var(--page-x) clamp(1.4rem, 3vh, 2.5rem);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.018), transparent 36%),
    radial-gradient(circle at 73% 45%, rgba(219, 185, 105, 0.045), transparent 32%),
    linear-gradient(155deg, #0b0a09 0%, var(--ink) 50%, #050505 100%);
}

.page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  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='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.ambient {
  position: absolute;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.ambient--top {
  top: -28rem;
  left: 25%;
  background: rgba(219, 185, 105, 0.12);
}

.ambient--bottom {
  right: -25rem;
  bottom: -30rem;
  background: rgba(219, 185, 105, 0.1);
}

.watermark {
  position: absolute;
  z-index: -1;
  top: 5%;
  right: clamp(-18rem, -13vw, -6rem);
  width: min(66vw, 62rem);
  opacity: 0.052;
  pointer-events: none;
  will-change: transform;
}

.watermark img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
}

.site-header {
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(1.3rem, 2.4vh, 2rem);
}

.brand {
  display: block;
  width: clamp(10.5rem, 16vw, 15rem);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.location,
.site-footer,
.section-label,
.eyebrow,
.role {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location {
  margin: 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 500;
}

.location span {
  margin: 0 0.45rem;
  color: var(--gold);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(21rem, 0.72fr);
  gap: clamp(4rem, 10vw, 11rem);
  align-items: end;
  padding: clamp(5rem, 10vh, 9rem) 0 clamp(4rem, 8vh, 7rem);
}

.identity {
  align-self: center;
  padding-top: clamp(2rem, 7vh, 6rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 clamp(1.6rem, 3vh, 2.5rem);
  color: var(--gold-light);
  font-size: clamp(0.62rem, 0.7vw, 0.72rem);
  font-weight: 600;
}

.eyebrow span {
  display: inline-block;
  width: 2.75rem;
  height: 1px;
  background: var(--gold);
}

.name {
  margin: 0;
  max-width: 9ch;
  font-size: clamp(4.3rem, 9.5vw, 10.5rem);
  font-weight: 250;
  letter-spacing: -0.065em;
  line-height: 0.79;
}

.name span {
  display: block;
}

.name span:last-child {
  margin-left: clamp(1.7rem, 4vw, 5rem);
  color: var(--gold);
}

.role {
  margin: clamp(2rem, 4vh, 3.6rem) 0 0 clamp(1.7rem, 4vw, 5rem);
  color: var(--muted);
  font-size: clamp(0.7rem, 0.85vw, 0.86rem);
  font-weight: 500;
}

.contact {
  align-self: end;
  width: 100%;
  max-width: 29rem;
  padding-bottom: 0.4rem;
}

.section-label {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 600;
}

.call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6.2rem;
  padding: 1.25rem 1.35rem 1.25rem 1.5rem;
  background: var(--gold);
  color: #12100c;
  transition: background-color 240ms ease, transform 240ms ease;
}

.call:hover {
  background: #e2c47b;
  transform: translateY(-2px);
}

.call__text {
  display: grid;
  gap: 0.42rem;
}

.call__label,
.contact-row__label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.call__number {
  font-size: clamp(1.15rem, 1.5vw, 1.42rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.call__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(18, 16, 12, 0.32);
  border-radius: 50%;
}

.call__icon svg,
.contact-row svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.contact-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-row {
  display: grid;
  grid-template-columns: 5.25rem 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 5.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  transition: color 220ms ease, border-color 220ms ease;
}

.contact-row:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.contact-row__label {
  color: var(--muted);
  font-size: 0.58rem;
}

.contact-row__value {
  overflow-wrap: anywhere;
  font-size: clamp(0.8rem, 1vw, 0.94rem);
  font-weight: 400;
  line-height: 1.55;
}

.contact-row svg {
  color: var(--gold);
  transition: transform 220ms ease;
}

.contact-row:hover svg {
  transform: translate(2px, -2px);
}

.contact-row--compact {
  min-height: 4.5rem;
}

.site-footer {
  gap: clamp(1rem, 2vw, 2rem);
  color: #78746c;
  font-size: clamp(0.54rem, 0.62vw, 0.65rem);
  font-weight: 600;
}

.site-footer p {
  margin: 0;
  white-space: nowrap;
}

.footer-line {
  width: min(16vw, 11rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}

.reveal {
  animation: reveal 1000ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal--1 { animation-delay: 80ms; }
.reveal--2 { animation-delay: 220ms; }
.reveal--3 { animation-delay: 330ms; }
.reveal--4 { animation-delay: 470ms; }
.reveal--5 { animation-delay: 620ms; }

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.8fr);
    gap: clamp(2.5rem, 6vw, 5rem);
  }

  .name {
    font-size: clamp(4rem, 10vw, 6.8rem);
  }

  .watermark {
    top: 12%;
    width: 76vw;
  }
}

@media (max-width: 720px) {
  .page {
    display: block;
    min-height: 100svh;
    padding-top: 1.4rem;
    padding-bottom: 1.5rem;
  }

  .location {
    display: none;
  }

  .brand {
    width: 10.7rem;
  }

  .hero {
    display: block;
    padding: clamp(4.5rem, 10vh, 6.5rem) 0 3.2rem;
  }

  .identity {
    padding: 0;
  }

  .name {
    max-width: none;
    font-size: clamp(3.7rem, 19.5vw, 6.4rem);
    line-height: 0.84;
  }

  .name span:last-child {
    margin-left: clamp(1.25rem, 10vw, 3.2rem);
  }

  .role {
    margin-left: clamp(1.25rem, 10vw, 3.2rem);
  }

  .contact {
    max-width: none;
    margin-top: clamp(5rem, 13vh, 7rem);
  }

  .watermark {
    top: 8rem;
    right: -52%;
    width: 128vw;
    opacity: 0.05;
  }

  .site-footer {
    justify-content: space-between;
  }

  .footer-line {
    flex: 1;
  }
}

@media (max-width: 420px) {
  :root {
    --page-x: 1.15rem;
  }

  .call {
    min-height: 5.65rem;
    padding-inline: 1.15rem;
  }

  .call__icon {
    width: 2.65rem;
    height: 2.65rem;
  }

  .contact-row {
    grid-template-columns: 4.15rem minmax(0, 1fr) auto;
    gap: 0.65rem;
  }

  .site-footer {
    align-items: flex-end;
    gap: 0.7rem;
  }

  .site-footer p:last-child {
    white-space: normal;
    text-align: right;
  }
}

@media (max-height: 720px) and (min-width: 721px) {
  .page {
    padding-top: 1.4rem;
    padding-bottom: 1.25rem;
  }

  .hero {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .identity {
    padding-top: 0;
  }

  .name {
    font-size: clamp(4rem, 8vw, 7rem);
  }

  .contact-row {
    min-height: 4.2rem;
  }

  .call {
    min-height: 5rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .watermark {
    transform: none !important;
  }
}
