:root {
  --ink: #15120f;
  --muted: #6b6258;
  --paper: #f4efe6;
  --paper-soft: #fbf7ef;
  --charcoal: #12100e;
  --charcoal-soft: #211b17;
  --gold: #b99055;
  --gold-soft: #e2c692;
  --oxblood: #39130f;
  --line: rgba(57, 19, 15, 0.16);
  --shadow: 0 24px 70px rgba(20, 13, 8, 0.24);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.8), rgba(18, 16, 14, 0.18));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226, 198, 146, 0.2);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand span {
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 0.9;
}

.brand small {
  color: rgba(226, 198, 146, 0.82);
  margin-top: 4px;
  padding-left: 1px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav a,
.header-cta {
  opacity: 0.88;
  transition: opacity 180ms ease, color 180ms ease, border-color 180ms ease;
}

nav a:hover,
.header-cta:hover {
  opacity: 1;
  color: var(--gold-soft);
}

.header-cta {
  padding: 11px 16px;
  border: 1px solid rgba(226, 198, 146, 0.5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  min-height: 46px;
  padding: 13px 16px;
  color: #fff;
  background: rgba(18, 16, 14, 0.94);
  border: 1px solid rgba(226, 198, 146, 0.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.mobile-nav {
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 19;
  display: none;
  width: 100%;
  justify-content: center;
  gap: 0;
  color: #fff;
  background: rgba(18, 16, 14, 0.9);
  border-top: 1px solid rgba(226, 198, 146, 0.16);
  border-bottom: 1px solid rgba(226, 198, 146, 0.24);
  backdrop-filter: blur(14px);
}

.mobile-nav a {
  flex: 1 1 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-nav a + a {
  border-left: 1px solid rgba(226, 198, 146, 0.18);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: var(--charcoal);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(18, 16, 14, 0.98) 0%, rgba(18, 16, 14, 0.76) 39%, rgba(18, 16, 14, 0.08) 100%),
    url("assets/trump-tower-render.jpg") 68% center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 76% 16%, rgba(226, 198, 146, 0.2), transparent 33%),
    linear-gradient(180deg, rgba(18, 16, 14, 0.08) 52%, rgba(18, 16, 14, 0.96));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: clamp(30px, 5vw, 86px);
  align-items: center;
  max-width: 1260px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 126px clamp(18px, 4vw, 56px) 58px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--oxblood);
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.95;
}

h1 {
  max-width: 850px;
  font-size: clamp(58px, 8vw, 124px);
}

h2 {
  font-size: clamp(42px, 5vw, 76px);
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.45vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn,
button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font: 800 12px/1 var(--sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn.primary,
.btn.ghost,
button {
  color: #111;
  background: var(--gold-soft);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn.ghost {
  background: var(--gold-soft);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-actions .btn {
  min-width: 190px;
  box-shadow: 0 16px 36px rgba(10, 8, 6, 0.24);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid rgba(226, 198, 146, 0.28);
}

.hero-proof span {
  flex: 1 1 190px;
  padding: 0 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.hero-proof span + span {
  padding-left: 22px;
  border-left: 1px solid rgba(226, 198, 146, 0.2);
}

.hero-proof strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
}

.hero-form,
.detail-form {
  color: var(--ink);
  background: rgba(251, 247, 239, 0.94);
  border: 1px solid rgba(226, 198, 146, 0.46);
  box-shadow: var(--shadow);
}

.hero-form {
  align-self: center;
  padding: 24px;
  backdrop-filter: blur(12px);
}

.form-heading {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 20px;
}

.form-heading span {
  color: var(--oxblood);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.form-heading strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phone-grid {
  display: grid;
  grid-template-columns: minmax(124px, 0.48fr) minmax(160px, 1fr);
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(57, 19, 15, 0.18);
  border-radius: 0;
  padding: 13px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  font: 500 15px/1.3 var(--sans);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(185, 144, 85, 0.72);
  box-shadow: 0 0 0 3px rgba(185, 144, 85, 0.18);
}

form button {
  width: 100%;
  margin-top: 4px;
}

.form-note,
.fine-print,
footer p:last-child {
  color: var(--muted);
  font-size: 12px;
}

.form-status {
  min-height: 18px;
  margin: 12px 0 0;
  color: var(--oxblood);
  font-size: 13px;
  font-weight: 800;
}

.hidden {
  display: none;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.86), rgba(244, 239, 230, 0.68));
}

.proof-strip article {
  min-height: 112px;
  padding: 28px clamp(18px, 3vw, 38px);
  border-right: 1px solid rgba(57, 19, 15, 0.1);
}

.proof-strip article:last-child {
  border-right: 0;
}

.proof-strip span,
.logic-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-strip strong {
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1;
}

.section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.section.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
}

.section-media {
  min-height: 500px;
  overflow: hidden;
  background: #d6c6b8;
}

.tower-frame img {
  object-position: center center;
}

.city-frame img {
  object-position: 62% center;
}

.section-copy p:not(.eyebrow),
.effect-band p,
.register-section p {
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
}

.mini-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 34px 0 0;
  background: var(--line);
}

.mini-facts div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.38);
}

dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

dd {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.effect-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 92px);
  align-items: start;
  padding: clamp(76px, 10vw, 132px) clamp(18px, 7vw, 96px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 16, 14, 0.96), rgba(57, 19, 15, 0.88)),
    url("assets/trump-tower-render.jpg") 68% center / cover no-repeat;
}

.effect-band p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.78);
}

.logic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
}

.logic-grid article {
  min-height: 132px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.38);
}

.logic-grid article:last-child {
  grid-column: 1 / -1;
}

.logic-grid strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.02;
}

.quote-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  padding: clamp(26px, 4vw, 42px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.18), rgba(18, 16, 14, 0.96)),
    url("assets/trump-tower-render.jpg") 68% center / cover no-repeat;
  box-shadow: var(--shadow);
}

.quote-panel span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.quote-panel p {
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
}

.location-grid span {
  min-height: 68px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.38);
  color: var(--ink);
  font-size: 14px;
}

.register-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 4vw, 56px);
}

.detail-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(22px, 4vw, 36px);
}

.detail-form label {
  margin-bottom: 0;
}

.detail-form .wide,
.detail-form .phone-grid,
.detail-form button,
.detail-form .form-status {
  grid-column: 1 / -1;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: #fff;
  background: #0d0b0a;
}

footer p {
  max-width: 760px;
  margin: 0;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav,
  .header-cta {
    display: none;
  }

  .mobile-cta {
    display: inline-flex;
  }

  .mobile-nav {
    display: flex;
  }

  .hero-content,
  .section,
  .section.reverse,
  .effect-band,
  .register-section {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(18, 16, 14, 0.62), rgba(18, 16, 14, 0.95)),
      url("assets/trump-tower-render.jpg") center / cover no-repeat;
  }

  .hero-content {
    padding-top: 150px;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip article:nth-child(2) {
    border-right: 0;
  }

  .section-media,
  .quote-panel {
    min-height: 380px;
  }

}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .hero-proof,
  .proof-strip,
  .mini-facts,
  .logic-grid,
  .location-grid,
  .phone-grid,
  .detail-form {
    grid-template-columns: 1fr;
  }

  .proof-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-proof span {
    flex-basis: 100%;
    padding: 0 0 14px;
  }

  .hero-proof span + span {
    padding-left: 0;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid rgba(226, 198, 146, 0.2);
  }

  .logic-grid article:last-child {
    grid-column: auto;
  }

  .section,
  .section.reverse,
  .register-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-media,
  .quote-panel {
    min-height: 320px;
  }

  footer {
    flex-direction: column;
  }
}
