@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #090c0a;
  --panel: rgba(20,27,22,.88);
  --line: rgba(255,255,255,.1);
  --gold: #d8b16d;
  --gold-light: #f0d39d;
  --text: #f8f6f0;
  --muted: #a1aaa3;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-height: 100svh; overflow-x: hidden; color: var(--text); background: var(--bg); font: 15px/1.55 "Manrope",system-ui,sans-serif; }
a { color: inherit; }

.site-bg { position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 0,rgba(216,177,109,.18),transparent 30%),radial-gradient(circle at 92% 25%,rgba(61,101,72,.18),transparent 28%),linear-gradient(145deg,#080b09,#111712 58%,#090c0a); }
.site-bg::after { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom,#000,transparent 85%); }
.road-lines { position: fixed; right: -9vw; bottom: -22vh; width: min(58vw,780px); height: 92vh; pointer-events: none; opacity: .42; transform: rotate(-19deg); }
.road-lines::before,.road-lines::after,.road-lines i { content: ""; position: absolute; bottom: 0; width: 2px; height: 100%; background: linear-gradient(transparent,rgba(216,177,109,.7)); transform-origin: bottom; }
.road-lines::before { left: 10%; transform: rotate(16deg); }
.road-lines::after { right: 10%; transform: rotate(-16deg); }
.road-lines i:nth-child(1) { left: 42%; height: 18%; }
.road-lines i:nth-child(2) { left: 50%; height: 44%; background: repeating-linear-gradient(to top,var(--gold) 0 24px,transparent 24px 56px); }
.road-lines i:nth-child(3) { left: 58%; height: 70%; background: repeating-linear-gradient(to top,var(--gold) 0 24px,transparent 24px 56px); }

.page { position: relative; z-index: 1; display: grid; grid-template-rows: auto 1fr auto; width: min(1180px,calc(100% - 40px)); min-height: 100svh; margin: 0 auto; padding: 24px 0; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 48px; height: 48px; border-radius: 15px; }
.brand strong,.brand small { display: block; }
.brand strong { font-size: 17px; }
.brand small { color: var(--muted); font-size: 11px; }
.status { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: rgba(14,19,15,.7); color: var(--muted); font-size: 11px; font-weight: 750; backdrop-filter: blur(12px); }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(216,177,109,.1); }

.hero { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); align-items: center; gap: clamp(40px,8vw,110px); padding: 9vh 0; }
.hero__copy { max-width: 760px; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 17px 0 21px; font-size: clamp(44px,7.5vw,94px); line-height: .96; letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-style: normal; font-weight: 520; }
.hero__copy p { max-width: 690px; margin: 0; color: #c3cac4; font-size: clamp(16px,2vw,20px); }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 13px 20px; border-radius: 13px; background: linear-gradient(135deg,#b88b46,#e1c184); color: #17120b; font-weight: 800; text-decoration: none; box-shadow: 0 16px 36px rgba(184,139,70,.18); }
.button--quiet { border: 1px solid var(--line); background: rgba(24,32,26,.82); color: var(--text); box-shadow: none; }

.contact-card { padding: 23px; border: 1px solid rgba(216,177,109,.18); border-radius: 24px; background: linear-gradient(145deg,rgba(216,177,109,.08),var(--panel)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.contact-card__label { display: block; margin-bottom: 12px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a,.contact-card div { display: block; padding: 14px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-card small,.contact-card strong { display: block; }
.contact-card small { margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.contact-card strong { font-size: 15px; }
.contact-card a:hover strong { color: var(--gold-light); }

footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #778178; font-size: 11px; }

@media (max-width: 800px) {
  .page { width: min(100% - 28px,1180px); padding: 14px 0 20px; }
  .brand small { display: none; }
  .status { max-width: 165px; text-align: right; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding: 9vh 0 6vh; }
  h1 { font-size: clamp(42px,13vw,68px); }
  .contact-card { max-width: 540px; }
  .road-lines { right: -30vw; opacity: .25; }
}

@media (max-width: 520px) {
  .header { align-items: flex-start; }
  .brand strong { font-size: 14px; }
  .brand img { width: 42px; height: 42px; }
  .status { padding: 7px 9px; font-size: 9px; }
  .hero { padding-top: 7vh; }
  .actions,.button { width: 100%; }
  footer { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__copy,.contact-card { animation: rise .75s ease both; }
  .contact-card { animation-delay: .12s; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}
