:root {
  --ink: #0a0f14;
  --midnight: #0f2642;
  --steel: #0f3657;
  --card: #141f29;
  --silver: #abb3ba;
  --gold: #d48f38;
  --gold-light: #efb761;
  --white: #f4f6f8;
  --line: rgba(171, 179, 186, 0.2);
  --success: #78c895;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color-scheme: dark;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 35%, rgba(15, 54, 87, 0.58), transparent 34rem),
    linear-gradient(180deg, #0d1720 0%, var(--ink) 45%, #080c10 100%);
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

.splash-page,
.contact-page {
  min-height: 100vh;
  position: relative;
}

.splash-page {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-glow {
  background:
    radial-gradient(circle at 78% 40%, rgba(212, 143, 56, 0.16), transparent 21rem),
    radial-gradient(circle at 78% 40%, rgba(15, 54, 87, 0.38), transparent 34rem);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.topbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1230px;
  min-height: 80px;
  padding: 14px 24px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.brand {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 13px;
  text-decoration: none;
}

.brand img {
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.4));
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.brand small {
  color: var(--silver);
  font-size: 12px;
  margin-top: 3px;
}

.appointment-pill {
  background: rgba(212, 143, 56, 0.1);
  border: 1px solid rgba(212, 143, 56, 0.35);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  padding: 9px 13px;
  text-transform: uppercase;
}

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

.splash-content {
  align-items: center;
  display: grid;
  flex: 1;
  gap: clamp(36px, 7vw, 100px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 490px);
  margin: 0 auto;
  max-width: 1230px;
  padding: 62px 24px 72px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.splash-copy h1,
.contact-intro h1 {
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
}

.splash-copy h1 {
  font-size: clamp(60px, 9vw, 102px);
}

.lead {
  color: #e1e5e8;
  font-size: clamp(20px, 2.6vw, 29px);
  font-weight: 620;
  line-height: 1.35;
  margin: 28px 0 0;
  max-width: 700px;
}

.detail,
.contact-intro > p:not(.eyebrow) {
  color: var(--silver);
  font-size: 16px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 620px;
}

.primary-button {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(212, 143, 56, 0.2);
  color: #17110a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 820;
  justify-content: center;
  margin-top: 31px;
  min-height: 48px;
  padding: 15px 22px;
  text-decoration: none;
}

.service-points {
  color: var(--silver);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 720;
  gap: 13px 26px;
  margin-top: 28px;
}

.service-points span {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.service-points span::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}

.logo-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 500px;
  position: relative;
}

.logo-halo {
  background: radial-gradient(
    circle,
    rgba(212, 143, 56, 0.18),
    rgba(15, 54, 87, 0.24) 43%,
    transparent 70%
  );
  border: 1px solid rgba(212, 143, 56, 0.09);
  border-radius: 50%;
  height: 490px;
  position: absolute;
  width: 490px;
}

.hero-logo {
  filter: drop-shadow(0 34px 45px rgba(0, 0, 0, 0.5));
  max-width: 490px;
  position: relative;
  width: 100%;
}

.footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--silver);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 20px 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1230px;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.footer strong {
  color: var(--white);
}

.back-link {
  color: var(--silver);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.contact-shell {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 90px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  margin: 0 auto;
  max-width: 1120px;
  padding: 78px 24px 100px;
}

.contact-intro h1 {
  font-size: clamp(46px, 7vw, 70px);
}

.form-card {
  background: rgba(20, 31, 41, 0.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  padding: 34px;
}

.field-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field > span {
  color: #dfe3e7;
  font-size: 13px;
  font-weight: 680;
}

.field small {
  color: #8f989f;
  font-weight: 500;
  margin-left: 4px;
}

input,
select,
textarea {
  background: rgba(10, 15, 20, 0.72);
  border: 1px solid rgba(171, 179, 186, 0.28);
  border-radius: 9px;
  color: var(--white);
  outline: none;
  padding: 12px 13px;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 143, 56, 0.14);
}

textarea {
  line-height: 1.5;
  resize: vertical;
}

.consent {
  align-items: flex-start;
  border-top: 1px solid var(--line);
  color: #ccd2d6;
  display: flex;
  font-size: 13px;
  gap: 11px;
  line-height: 1.5;
  margin-top: 28px;
  padding-top: 24px;
}

.consent input {
  accent-color: var(--gold);
  flex: 0 0 auto;
  height: 17px;
  margin-top: 2px;
  width: 17px;
}

.submit-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 24px;
}

.submit-row p {
  color: var(--silver);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-width: 420px;
}

.submit-row button {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 0;
  border-radius: 10px;
  color: #17110a;
  cursor: pointer;
  font-weight: 850;
  min-width: 170px;
  padding: 14px 20px;
}

.submit-row button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-status {
  border-radius: 11px;
  display: none;
  line-height: 1.55;
  margin-top: 20px;
  padding: 15px 17px;
}

.form-status.visible {
  display: block;
}

.form-status.success {
  background: rgba(120, 200, 149, 0.08);
  border: 1px solid rgba(120, 200, 149, 0.32);
  color: #d6f1df;
}

.form-status.error {
  background: rgba(222, 100, 100, 0.08);
  border: 1px solid rgba(222, 100, 100, 0.32);
  color: #ffd9d9;
}

.honeypot {
  height: 1px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (max-width: 820px) {
  .splash-content,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .logo-stage {
    grid-row: 1;
    min-height: 320px;
  }

  .hero-logo {
    max-width: 320px;
  }

  .logo-halo {
    height: 320px;
    width: 320px;
  }
}

@media (max-width: 620px) {
  .topbar {
    padding-inline: 17px;
  }

  .appointment-pill {
    display: none;
  }

  .splash-content {
    gap: 24px;
    padding: 24px 19px 58px;
  }

  .splash-copy h1 {
    font-size: clamp(44px, 15vw, 58px);
  }

  .logo-stage {
    min-height: 220px;
    width: 100%;
  }

  .hero-logo {
    display: block;
    height: auto;
    max-height: 220px;
    max-width: min(72vw, 220px);
    width: auto;
  }

  .logo-halo {
    height: min(68vw, 220px);
    width: min(68vw, 220px);
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .contact-shell {
    padding: 50px 14px 75px;
  }

  .form-card {
    padding: 24px 20px;
  }

  .submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 19px;
  }
}
