:root {
  --midnight: #11161D;
  --basalt: #1E232B;
  --sandstone: #D4C0A1;
  --gold: #C79A43;
  --brass: #A8782A;
  --mist: #ECE7DE;
  --line: rgba(199, 154, 67, .34);
  --soft: rgba(236, 231, 222, .76);
}

* { box-sizing: border-box; }

html {
  background: var(--midnight);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--mist);
  background: #080b0f;
  font-family: Georgia, "Times New Roman", serif;
}

a { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(4, 7, 10, .98), rgba(8, 11, 15, .86));
}

.brand {
  display: flex;
  width: 124px;
  height: 78px;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.primary-nav {
  display: flex;
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
}

.primary-nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  color: rgba(236, 231, 222, .78);
}

.primary-nav a.active,
.primary-nav a:hover { color: var(--gold); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(17, 22, 29, .7);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--gold);
}

.hero {
  min-height: 1090px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: url("assets/herobgdesk1.png") center top / cover no-repeat;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 11, .08) 0%, rgba(5, 8, 11, .10) 34%, rgba(5, 8, 11, .58) 60%, rgba(5, 8, 11, .95) 90%, #080b0f 100%),
    radial-gradient(circle at 50% 22%, transparent 0 22%, rgba(5, 8, 11, .20) 58%, rgba(5, 8, 11, .72) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 72px;
  text-align: center;
}

.eyebrow,
.signup-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .86rem;
}

.eyebrow span,
.signup-label span {
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.eyebrow span:last-child,
.signup-label span:last-child { transform: scaleX(-1); }

h1 {
  margin: 20px auto 0;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .82);
}

.ornament {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 22px auto;
}

.ornament span {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.ornament span:last-child { transform: scaleX(-1); }

.ornament b {
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
}

.studio-name {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 1.18rem;
  font-weight: 500;
}

.hero-copy {
  max-width: 650px;
  margin: 0 auto;
  color: var(--sandstone);
  font-size: 1.13rem;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .8);
}

.signup-label { margin-top: 38px; }

.launch-form {
  width: min(650px, 100%);
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 6px;
}

.launch-form input {
  min-width: 0;
  height: 58px;
  border: 1px solid var(--line);
  background: rgba(10, 13, 18, .86);
  color: var(--mist);
  padding: 0 18px;
  font: 1rem Georgia, serif;
}

.launch-form button {
  height: 58px;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, #d3a34d, var(--brass));
  color: var(--midnight);
  text-transform: uppercase;
  font: 700 .95rem Georgia, serif;
  letter-spacing: .08em;
}

.microcopy { color: rgba(212, 192, 161, .62); }

.creed {
  padding: 38px 20px 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  background: #090c10;
}

.creed p {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  line-height: 1.55;
}

.creed .ornament { margin-bottom: 0; }

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 42px;
  background: #090c10;
}

.value-card {
  text-align: center;
  padding: 8px 36px 12px;
  border-right: 1px solid var(--line);
}

.value-card:last-child { border-right: 0; }
.value-icon { width: 86px; margin: 0 auto 16px; }
.value-icon svg { width: 100%; fill: none; stroke: var(--gold); stroke-width: 1.5; }

.value-card h2 {
  margin: 0 0 8px;
  color: var(--sandstone);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 1.25rem;
  font-weight: 400;
}

.value-card p {
  max-width: 220px;
  margin: 0 auto;
  color: var(--soft);
  font-size: 1rem;
  line-height: 1.55;
}

.site-footer {
  padding: 28px 20px 36px;
  border-top: 1px solid var(--line);
  text-align: center;
  background: #080b0f;
}

.site-footer strong {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 1.12rem;
  font-weight: 400;
}

.site-footer p,
.site-footer small { color: rgba(212, 192, 161, .55); }
.site-footer p { margin: 10px 0 6px; }

.page-main {
  min-height: 100vh;
  padding: 170px 24px 90px;
  background: radial-gradient(circle at 50% 0, rgba(199, 154, 67, .08), transparent 38%), #090c10;
}

.page-shell {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.page-shell h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
.page-shell p { color: var(--sandstone); font-size: 1.2rem; line-height: 1.7; }

@media (max-width: 760px) {
  .site-header {
    min-height: 82px;
    padding: 4px 14px;
  }

  .brand {
    width: 100px;
    height: 74px;
  }

  .menu-toggle { display: block; }

  .primary-nav {
    position: absolute;
    top: 82px;
    right: 14px;
    display: none;
    width: 190px;
    padding: 16px;
    background: rgba(8, 11, 15, .98);
    border: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }

  .primary-nav.open { display: flex; }

  .hero {
    min-height: 1080px;
    display: block;
    background-image: url("assets/herobg4.png");
    background-position: 50% 82px;
    background-size: auto 720px;
    background-repeat: no-repeat;
    background-color: #080b0f;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 8, 11, .03) 0%, rgba(5, 8, 11, .07) 37%, rgba(5, 8, 11, .46) 50%, rgba(5, 8, 11, .90) 63%, #080b0f 72%, #080b0f 100%),
      radial-gradient(circle at 50% 28%, transparent 0 18%, rgba(5, 8, 11, .18) 55%, rgba(5, 8, 11, .62) 100%);
  }

  .hero-content {
    width: min(100% - 28px, 620px);
    padding: 612px 0 calc(46px + env(safe-area-inset-bottom));
  }

  .eyebrow { margin: 0; }

  h1 {
    font-size: clamp(2.55rem, 11vw, 4rem);
    line-height: 1.04;
  }

  .hero-copy {
    font-size: 1rem;
    padding: 0 8px;
  }

  .signup-label span { width: 30px; }

  .launch-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .launch-form button { width: 100%; }

  .values {
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .value-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 20px;
  }

  .value-card:last-child { border-bottom: 0; }
}
