@font-face { font-family: "URW Gothic JOZAY"; src: url("./assets/fonts/URWGothic-Book.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "URW Gothic JOZAY"; src: url("./assets/fonts/URWGothic-Demi.otf") format("opentype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "URW Gothic JOZAY"; src: url("./assets/fonts/URWGothic-BookOblique.otf") format("opentype"); font-style: italic; font-weight: 400; font-display: swap; }

:root {
  color-scheme: dark;
  --black: #020202;
  --panel: #070707;
  --white: #f3f3f1;
  --silver: #b8b8b4;
  --gold: #e7a014;
  --gold-hot: #ffb51d;
  --line: rgba(255,255,255,.14);
  --wide: "URW Gothic JOZAY", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: #020202; color: var(--white); font-family: var(--wide); }
a { color: inherit; }

.page-frame {
  width: min(1560px, calc(100% - 44px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.utility-bar {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  color: #888883;
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .16em;
}

.utility-bar p { display: flex; align-items: center; gap: 12px; margin: 0; }
.utility-bar nav { display: flex; gap: clamp(20px, 3vw, 52px); }
.utility-bar a { text-decoration: none; transition: color 160ms ease; }
.utility-bar a:hover { color: var(--gold); }
.status-light { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-hot); box-shadow: 0 0 0 0 rgba(255,181,29,.5); animation: pulse 2.2s infinite; }

main { flex: 1; }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(520px, .92fr) minmax(560px, 1.08fr);
  border-bottom: 3px solid var(--gold);
  overflow: hidden;
}

.brand-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 5vw, 78px) clamp(36px, 5.8vw, 88px) clamp(42px, 5vw, 72px) 0;
  background: linear-gradient(135deg,#070707 0%,#020202 74%);
}

.brand-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -94px;
  width: 190px;
  height: 100%;
  background: #020202;
  transform: skewX(12deg);
  border-right: 5px solid var(--gold);
  box-shadow: 24px 0 80px rgba(0,0,0,.55);
}

.brand-lockup { display: block; width: min(100%, 690px); height: auto; object-fit: contain; image-rendering: auto; filter: contrast(1.035); }

.service-line {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.15vw, 15px);
  margin-top: 24px;
  color: #d6d6d2;
  font-size: clamp(.59rem, .64vw, .69rem);
  font-weight: 400;
  letter-spacing: .115em;
  white-space: nowrap;
}

.service-line i { width: 1px; height: 28px; background: var(--gold); }

.launch-copy { max-width: 650px; margin-top: clamp(34px, 4.2vh, 58px); }
.overline { margin: 0 0 16px !important; color: var(--gold); font-size: .69rem !important; font-weight: 400; letter-spacing: .22em; }

h1 { margin: 0; font-size: clamp(1.8rem, 2.45vw, 2.8rem); line-height: 1.24; font-weight: 400; letter-spacing: .115em; }
h1 strong { color: var(--gold-hot); font-weight: 400; }
.launch-copy > p:last-child { max-width: 620px; margin: 24px 0 0; color: #9f9f9a; font-size: .96rem; line-height: 1.75; }

blockquote { max-width: 650px; margin: 26px 0 0; padding: 4px 0 4px 20px; border-left: 2px solid var(--gold); }
blockquote p { margin: 0; color: #f0f0ed; font-size: clamp(1.02rem, 1.22vw, 1.2rem); font-style: italic; font-weight: 400; line-height: 1.55; letter-spacing: .025em; }
blockquote cite { display: block; margin-top: 9px; color: var(--gold-hot); font-size: .64rem; font-style: normal; font-weight: 400; letter-spacing: .2em; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.actions a { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; text-decoration: none; font-size: .72rem; font-weight: 600; letter-spacing: .14em; transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease; }
.actions a:hover { transform: translateY(-2px); }
.actions a:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.primary-action { gap: 24px; background: var(--gold); border: 1px solid var(--gold); color: #090600; }
.primary-action:hover { background: var(--gold-hot); border-color: var(--gold-hot); }
.secondary-action { border: 1px solid rgba(255,255,255,.26); }
.secondary-action:hover { color: var(--gold); border-color: var(--gold); }

.image-panel { position: relative; min-width: 0; overflow: hidden; background: #080808; }
.image-panel img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% center; filter: contrast(1.035) saturate(.96); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.44),transparent 34%),linear-gradient(0deg,rgba(0,0,0,.72),transparent 42%); }
.edition { position: absolute; top: 30px; right: 34px; margin: 0; color: #e2e2de; font-size: .68rem; font-weight: 400; letter-spacing: .17em; }
.edition span { color: var(--gold); }
.coming-soon { position: absolute; right: 34px; bottom: 30px; margin: 0; color: white; font-size: clamp(.86rem, 1.05vw, 1.04rem); font-weight: 400; letter-spacing: .25em; }
.coming-soon strong { color: var(--gold-hot); font-weight: 400; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.25fr .82fr 1.35fr; min-height: 102px; border-bottom: 1px solid var(--line); }
.contact-grid > * { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 18px clamp(18px, 2.5vw, 34px); border-right: 1px solid var(--line); text-decoration: none; transition: background 160ms ease; }
.contact-grid > *:last-child { border-right: 0; }
.contact-grid a:hover { background: rgba(231,160,20,.06); }
.contact-grid small { margin-bottom: 8px; color: var(--gold); font-size: .62rem; font-weight: 400; letter-spacing: .18em; }
.contact-grid span { color: #d0d0cb; font-size: .72rem; font-weight: 400; line-height: 1.5; letter-spacing: .095em; overflow-wrap: anywhere; }

footer { display: flex; justify-content: space-between; gap: 28px; padding: 23px 0 32px; color: #74746f; font-size: .63rem; font-weight: 400; letter-spacing: .13em; }
footer p { margin: 0; }

@keyframes pulse { 70% { box-shadow: 0 0 0 11px rgba(255,181,29,0); } 100% { box-shadow: 0 0 0 0 rgba(255,181,29,0); } }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .brand-panel { min-height: 650px; padding-right: 8%; padding-left: 4%; }
  .brand-panel::after { display: none; }
  .image-panel { height: 54vw; min-height: 470px; border-top: 1px solid rgba(231,160,20,.45); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid > *:nth-child(2) { border-right: 0; }
  .contact-grid > *:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .page-frame { width: min(100% - 24px, 620px); }
  .utility-bar { min-height: 58px; }
  .utility-bar nav a:first-child { display: none; }
  .utility-bar nav { font-size: 0; }
  .utility-bar nav a:last-child::after { content: "EMAIL"; font-size: .58rem; letter-spacing: .2em; }
  .utility-bar nav a:last-child { color: var(--gold); }
  .utility-bar nav a:last-child { font-size: 0; }
  .brand-panel { min-height: 570px; padding: 44px 14px; }
  .brand-lockup { width: 100%; }
  .service-line { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; font-size: .55rem; letter-spacing: .12em; white-space: normal; }
  .service-line i { display: none; }
  .service-line span { padding-left: 10px; border-left: 1px solid var(--gold); }
  .launch-copy { margin-top: 54px; }
  h1 { font-size: clamp(1.45rem, 6vw, 2rem); letter-spacing: .105em; }
  .launch-copy > p:last-child { font-size: .94rem; }
  .actions { flex-direction: column; }
  .actions a { width: 100%; }
  .image-panel { height: 68vw; min-height: 350px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > * { min-height: 84px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-grid > *:last-child { border-bottom: 0; }
  footer { flex-direction: column; line-height: 1.6; }
}

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