:root {
  color-scheme: dark;
  --ink: #0b0b0b;
  --panel: #171614;
  --panel-2: #211d18;
  --bronze: #b46a2b;
  --orange: #f29a24;
  --gold: #e6b35b;
  --paper: #f5f1e8;
  --muted: #b9b1a4;
  --line: rgba(230, 179, 91, .22);
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--ink); }

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(242, 154, 36, .2), transparent 34rem),
    #090909;
  color: var(--paper);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.splash {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 2rem;
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 2px, transparent 2px 8px),
    radial-gradient(circle at center, #292016 0, #111 48%, #050505 100%);
  transition: opacity .52s ease, visibility .52s ease;
}

.splash::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.08) 49%, transparent 68%);
  transform: translateX(-100%);
  animation: steelSweep 1.05s .15s ease-out forwards;
}

.splash-glow {
  position: absolute;
  width: min(80vw, 29rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(242, 154, 36, .18);
  filter: blur(52px);
  animation: glowIn .8s ease-out both;
}

.splash-logo {
  position: relative;
  z-index: 1;
  width: min(82vw, 27rem);
  height: auto;
  filter: drop-shadow(0 24px 32px rgba(0,0,0,.68));
  animation: logoLand .82s cubic-bezier(.18,.89,.32,1.25) both;
}

.load-line {
  position: absolute;
  bottom: max(3.25rem, env(safe-area-inset-bottom));
  left: 50%;
  width: min(11rem, 46vw);
  height: 2px;
  overflow: hidden;
  transform: translateX(-50%);
  background: rgba(255,255,255,.1);
}

.load-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--bronze), var(--gold), var(--orange));
  transform-origin: left;
  animation: loadLine 1.25s ease-in-out both;
}

body.is-ready .splash { opacity: 0; visibility: hidden; }

main {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s .14s ease, transform .6s .14s ease;
}

body.is-ready main { opacity: 1; transform: translateY(0); }

.profile-card {
  position: relative;
  width: min(100%, 31rem);
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(160deg, #181714 0%, #0d0d0d 65%);
  background-size: 24px 24px, 24px 24px, auto;
}

.hero {
  position: relative;
  height: clamp(13.5rem, 38vh, 19rem);
  overflow: hidden;
  background: #dedbd4;
}

.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 52%;
  filter: contrast(1.03) saturate(.95);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 45%, rgba(12,12,12,.22) 68%, #171614 100%);
}

.contour {
  position: absolute;
  width: 15rem;
  height: 7rem;
  border: 1px solid rgba(242,154,36,.32);
  border-radius: 47% 53% 57% 43%;
  transform: rotate(-10deg);
  box-shadow: 0 0 0 8px rgba(242,154,36,.07), 0 0 0 16px rgba(242,154,36,.06), 0 0 0 24px rgba(242,154,36,.04);
}

.contour-one { top: 1.5rem; left: -8rem; }
.contour-two { right: -9rem; bottom: 2.5rem; transform: rotate(18deg); }

.profile-content {
  position: relative;
  z-index: 3;
  padding: 0 1.35rem 1.6rem;
}

.brand-mark-wrap {
  width: 8rem;
  height: 8rem;
  margin: -4.65rem auto .9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #2b2117 0, #111 72%);
  border: 1px solid rgba(230,179,91,.45);
  box-shadow: 0 15px 38px rgba(0,0,0,.55), inset 0 0 0 5px rgba(0,0,0,.45);
}

.brand-mark {
  display: block;
  width: 8.4rem;
  max-width: none;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.6));
}

.eyebrow {
  margin: 0 0 .45rem;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--gold);
  margin: 0 .16em;
}

h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.35rem, 10vw, 3.25rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: .012em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0,0,0,.5);
}

.role {
  margin: .65rem 0 1.4rem;
  color: var(--muted);
  font-family: system-ui, sans-serif;
  font-size: .95rem;
  text-align: center;
}

.role span { margin: 0 .35rem; color: var(--bronze); }

.primary-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .65rem;
  margin-bottom: 1.25rem;
}

.action {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .7rem .5rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: .45rem;
  background: linear-gradient(180deg, #2a2722, #191816);
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 6px 16px rgba(0,0,0,.2);
  color: var(--paper);
  font: 800 .78rem/1 system-ui, sans-serif;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.action-primary {
  border-color: #d77f25;
  background: linear-gradient(180deg, #f0a13d, #b9601c);
  color: #17100a;
}

.action svg { width: 1.1rem; fill: currentColor; }
.action:focus-visible, .contact-row:focus-visible { outline: 3px solid #ffbf59; outline-offset: 3px; }
.action:active { transform: translateY(1px); }

.contact-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: .55rem;
  background: rgba(22,20,17,.86);
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}

.contact-row {
  min-height: 4.4rem;
  display: grid;
  grid-template-columns: 2.45rem minmax(0, 1fr) 1.5rem;
  align-items: center;
  gap: .75rem;
  padding: .75rem .9rem;
  color: var(--paper);
  font-family: system-ui, sans-serif;
  text-decoration: none;
}

.contact-row + .contact-row { border-top: 1px solid rgba(255,255,255,.07); }

.contact-icon {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242,154,36,.25);
  border-radius: 50%;
  background: rgba(242,154,36,.08);
}

.contact-icon svg { width: 1.15rem; fill: var(--orange); }

.contact-row small {
  display: block;
  margin-bottom: .17rem;
  color: #8f887e;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-row strong {
  display: block;
  overflow: hidden;
  overflow-wrap: anywhere;
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: clip;
  white-space: normal;
}

.arrow { color: var(--bronze); font-size: 1.1rem; text-align: center; }

footer {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .1rem 1.35rem max(1.2rem, env(safe-area-inset-bottom));
  color: #746d63;
  font: 800 .64rem/1 system-ui, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

footer p { flex: 0 0 auto; margin: 0; }
.footer-rule { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(230,179,91,.35)); }
.footer-rule:last-child { transform: rotate(180deg); }

.toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  padding: .85rem 1rem;
  border: 1px solid rgba(230,179,91,.35);
  border-radius: .4rem;
  background: #201d18;
  box-shadow: 0 12px 32px rgba(0,0,0,.4);
  color: var(--paper);
  font: 700 .82rem/1 system-ui, sans-serif;
  opacity: 0;
  transform: translate(-50%, 1rem);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  white-space: nowrap;
}

.toast.show { opacity: 1; transform: translate(-50%, 0); }

@keyframes logoLand {
  0% { opacity: 0; transform: scale(.58) rotate(-5deg); }
  68% { opacity: 1; transform: scale(1.035) rotate(1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes steelSweep { to { transform: translateX(100%); } }
@keyframes glowIn { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }
@keyframes loadLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (min-width: 34rem) {
  main { padding: 2rem; }
  .profile-card { min-height: auto; border: 1px solid rgba(230,179,91,.2); border-radius: .8rem; box-shadow: 0 28px 80px rgba(0,0,0,.55); }
}

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