:root {
  --black: #020201;
  --ink: #100d09;
  --charcoal: #17120b;
  --ivory: #f8f3eb;
  --cream: #fff8ed;
  --muted: #c9bfae;
  --gold: #d9a63a;
  --gold-bright: #f4ca67;
  --deep-gold: #9a6a16;
  --line: rgba(217, 166, 58, 0.5);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.54);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% -10%, rgba(217, 166, 58, 0.14), transparent 38%),
    var(--black);
  font-family: "Segoe UI", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  padding: 14px clamp(16px, 3vw, 44px);
  background: linear-gradient(180deg, rgba(2, 2, 1, 0.96), rgba(2, 2, 1, 0.76));
  border-bottom: 1px solid rgba(217, 166, 58, 0.38);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 156px;
  height: 88px;
  border: 0;
  overflow: visible;
  line-height: 1;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.55vw, 24px);
  color: rgba(255, 248, 237, 0.82);
  font-size: clamp(12px, 1vw, 15px);
  text-transform: uppercase;
  letter-spacing: 0.9px;
  white-space: nowrap;
}

.site-nav a,
.header-cta,
.button {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
  color: var(--gold-bright);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-cta,
.button.primary {
  color: #160f05;
  background: linear-gradient(135deg, #ffe08a, var(--gold) 62%, #b47718);
  box-shadow: 0 16px 34px rgba(217, 166, 58, 0.22);
}

.button.ghost {
  color: var(--cream);
  background: rgba(0, 0, 0, 0.44);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 160px clamp(20px, 6vw, 80px) 72px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center top;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.76) 36%, rgba(0, 0, 0, 0.2) 72%),
    linear-gradient(0deg, rgba(2, 2, 1, 0.96), rgba(2, 2, 1, 0.06) 50%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(730px, 100%);
  padding: 30px 0 10px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.72);
  font-size: clamp(28px, 4.1vw, 52px);
}

h2 {
  font-size: clamp(34px, 5vw, 74px);
}

h3 {
  font-size: clamp(24px, 3vw, 38px);
}

p {
  line-height: 1.6;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 28px;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

section:not(.hero) {
  padding: clamp(70px, 9vw, 126px) clamp(20px, 6vw, 80px);
  scroll-margin-top: 140px;
}

.intro {
  padding-top: clamp(44px, 5vw, 68px) !important;
  padding-bottom: clamp(40px, 5vw, 66px) !important;
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.intro .section-copy {
  align-self: start;
}

.intro .section-copy p:last-child {
  margin-bottom: 0;
}

.band-light {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(2, 2, 1, 0.08), transparent 22%),
    radial-gradient(circle at 15% 18%, rgba(217, 166, 58, 0.18), transparent 30%),
    linear-gradient(135deg, var(--cream), #efe5d8);
}

.band-dark {
  background:
    radial-gradient(circle at 80% 8%, rgba(217, 166, 58, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(20, 15, 8, 0.96), rgba(2, 2, 1, 1)),
    var(--black);
}

.intro,
.machine,
.support,
.apply,
.rental-request {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.section-copy p,
.machine-text p,
.support p,
.apply-copy p,
.rental-copy p {
  max-width: 670px;
  color: currentColor;
  opacity: 0.78;
  font-size: 18px;
}

.intro-media img,
.machine-image img,
.finishes img {
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 44px;
}

.feature-grid {
  background: var(--black);
  padding-top: clamp(44px, 5vw, 74px) !important;
  padding-bottom: clamp(44px, 5vw, 74px) !important;
}

.feature-grid .section-heading {
  margin-bottom: 28px;
}

.feature-grid h2 {
  max-width: 780px;
  font-size: clamp(30px, 4vw, 58px);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(217, 166, 58, 0.35);
  background: rgba(217, 166, 58, 0.26);
}

.benefits article {
  min-height: 210px;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(24, 18, 10, 0.98), rgba(4, 3, 2, 0.98)),
    var(--black);
}

.icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: var(--gold-bright);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 27px;
}

.benefits h3 {
  font-size: clamp(21px, 2.4vw, 31px);
}

.benefits p {
  margin-bottom: 0;
}

.benefits p,
.steps p,
.pilot-cards li,
.support-list li,
.check-list li {
  color: rgba(255, 250, 242, 0.76);
}

.machine-image img {
  width: 100%;
  height: min(50vw, 520px);
  object-fit: cover;
  object-position: center;
}

.machine {
  padding-top: clamp(44px, 5vw, 74px) !important;
  padding-bottom: clamp(44px, 5vw, 74px) !important;
  gap: clamp(24px, 4vw, 52px);
}

.machine h2 {
  font-size: clamp(30px, 4vw, 58px);
}

.machine-text p {
  margin-bottom: 0;
}

.machine .check-list {
  margin-top: 18px;
}

.machine .check-list li {
  margin: 10px 0;
}

.check-list,
.support-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li,
.support-list li {
  position: relative;
  margin: 15px 0;
  padding-left: 32px;
}

.check-list li::before,
.support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 10px;
  height: 10px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(215, 166, 63, 0.12);
}

.how-it-works {
  color: var(--ink);
  background: #fff;
  padding-top: clamp(42px, 5vw, 68px) !important;
  padding-bottom: clamp(42px, 5vw, 68px) !important;
}

.how-it-works .section-heading {
  margin-bottom: 28px;
}

.how-it-works h2 {
  font-size: clamp(30px, 4vw, 56px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.steps article {
  min-height: 188px;
  padding: 22px;
  background: #fffaf2;
  border: 1px solid rgba(132, 95, 28, 0.22);
  box-shadow: 0 18px 44px rgba(66, 47, 12, 0.08);
}

.steps span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: var(--ink);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 19px;
}

.steps h3 {
  font-size: clamp(21px, 2.3vw, 30px);
}

.steps p {
  margin-bottom: 0;
}

.steps p,
.steps article p {
  color: rgba(18, 16, 13, 0.72);
}

.finishes p {
  color: rgba(18, 16, 13, 0.72);
}

.finishes {
  text-align: center;
  padding-top: clamp(42px, 5vw, 70px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}

.finishes .section-copy {
  max-width: 760px;
  margin: 0 auto 24px;
}

.finishes h2 {
  font-size: clamp(30px, 4vw, 58px);
}

.finishes .section-copy p {
  margin-left: auto;
  margin-right: auto;
}

.finish-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 900px;
  margin: 0 auto 24px;
}

.finish-list span {
  padding: 11px 10px;
  border: 1px solid rgba(132, 95, 28, 0.3);
  background: rgba(255, 248, 237, 0.74);
  font-family: Georgia, serif;
  font-size: 18px;
}

.finishes img {
  width: min(700px, 100%);
  margin: 0 auto;
}

.pilot {
  background:
    linear-gradient(rgba(2, 2, 1, 0.44), rgba(2, 2, 1, 0.92)),
    url("assets/ni-pdf-6.png") center / cover;
  padding-top: clamp(44px, 5vw, 74px) !important;
  padding-bottom: clamp(44px, 5vw, 74px) !important;
}

.pilot .section-heading {
  margin-bottom: 28px;
}

.pilot h2 {
  font-size: clamp(30px, 4vw, 58px);
}

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

.pilot-cards article {
  min-height: 270px;
  padding: clamp(24px, 3vw, 40px);
  background: rgba(8, 6, 4, 0.88);
  border: 1px solid var(--gold);
  box-shadow: var(--shadow);
}

.pilot-cards h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.pilot-cards .check-list {
  margin-top: 20px;
}

.pilot-cards .check-list li {
  margin: 10px 0;
}

.support {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: clamp(28px, 5vw, 62px);
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(44px, 5vw, 72px) !important;
  background: #fff;
}

.support h2 {
  max-width: 620px;
  font-size: clamp(34px, 4.4vw, 62px);
}

.support p {
  max-width: 590px;
}

.support-list {
  margin-top: 0;
  padding: 22px 28px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.7);
  border: 1px solid rgba(132, 95, 28, 0.22);
}

.support-list li {
  margin: 12px 0;
  color: rgba(18, 16, 13, 0.76);
}

.support-trust-banner {
  display: block;
  width: min(660px, 100%);
  margin-top: 24px;
  border-radius: 7px;
  box-shadow: var(--shadow);
}

.support-side {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.support-card-image {
  width: min(288px, 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.apply {
  background:
    linear-gradient(90deg, rgba(2, 2, 1, 0.96), rgba(2, 2, 1, 0.62)),
    url("assets/hero-user-provided-balanced.png") center / cover;
}

.request-hub {
  display: block;
  padding-top: clamp(52px, 6vw, 86px) !important;
  padding-bottom: clamp(52px, 6vw, 86px) !important;
}

.request-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

.request-heading h2 {
  font-size: clamp(32px, 4.4vw, 62px);
}

.request-forms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}

.request-card-heading {
  margin-bottom: 14px;
}

.request-card-heading .eyebrow {
  margin-bottom: 8px;
}

.request-card h3 {
  font-size: clamp(24px, 2.3vw, 34px);
}

.request-card .interest-form {
  height: 100%;
}

.compact-form-grid {
  gap: 14px;
}

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

.contact-note {
  max-width: 560px;
  margin-top: 30px;
  padding: 22px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 250, 242, 0.08);
  color: rgba(255, 250, 242, 0.82);
}

.interest-form {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(7, 6, 5, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 250, 242, 0.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--cream);
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(215, 166, 63, 0.35);
  border-radius: 4px;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(215, 166, 63, 0.14);
}

.form-submit {
  width: 100%;
  margin-top: 2px;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 28px;
  margin: 16px 0 0;
  color: var(--gold-bright);
  font-weight: 700;
}

.hidden-field {
  display: none;
}

.form-helper {
  margin: 10px 0 0;
  color: rgba(255, 250, 242, 0.58);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 26px;
  padding: 28px clamp(20px, 6vw, 80px);
  color: rgba(255, 250, 242, 0.68);
  border-top: 1px solid rgba(215, 166, 63, 0.28);
  background: #030302;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.footer-links a {
  color: rgba(255, 250, 242, 0.78);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-links a + a::before {
  content: "|";
  margin: 0 9px;
  color: rgba(215, 166, 63, 0.52);
}

.legal-page {
  min-height: 100vh;
  color: var(--ink);
  background: #fffaf2;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(20px, 6vw, 80px);
  background: #030302;
  border-bottom: 1px solid rgba(215, 166, 63, 0.28);
}

.legal-logo {
  width: 150px;
  height: auto;
}

.legal-header a {
  color: var(--cream);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.legal-content {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 82px) 0;
}

.legal-content h1 {
  color: var(--ink);
  font-size: clamp(38px, 6vw, 72px);
}

.legal-content h2 {
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
}

.legal-content p,
.legal-content li {
  color: rgba(18, 16, 13, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.legal-content a {
  color: #8b650f;
}

.legal-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: rgba(215, 166, 63, 0.12);
}

.legal-list {
  padding-left: 22px;
}

.privacy-request-form {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
  background: #080604;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.privacy-request-form label {
  color: var(--cream);
}

.sitemap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
}

.sitemap-list a {
  display: block;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(132, 95, 28, 0.22);
  text-decoration: none;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(5, 4, 3, 0.8), rgba(5, 4, 3, 0.96)),
    url("assets/hero-clean.jpg") center / cover;
}

.thanks-panel {
  width: min(720px, 100%);
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
  background: rgba(5, 4, 3, 0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.thanks-logo {
  width: 180px;
  margin: 0 auto 24px;
}

.thanks-panel h1 {
  font-size: clamp(44px, 8vw, 82px);
}

.thanks-panel p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px auto 30px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 18px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: thin;
  }

  .header-cta {
    justify-self: end;
  }

  .intro,
  .machine,
  .support,
  .apply,
  .rental-request {
    grid-template-columns: 1fr;
  }

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

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

  .request-forms {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand-mark {
    width: 126px;
    height: 74px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 12px;
    font-size: 11px;
  }

  .site-nav {
    gap: 14px;
    font-size: 12px;
    letter-spacing: 0.7px;
  }

  .hero {
    min-height: 88vh;
    padding: 150px 18px 52px;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .benefits,
  .steps,
  .pilot-cards,
  .finish-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .benefits article,
  .steps article,
  .pilot-cards article {
    min-height: auto;
  }

  .machine-image img {
    height: auto;
  }

  .site-footer {
    display: block;
  }

  .footer-links {
    margin-top: 12px;
  }

  .site-footer p + p {
    margin-top: 8px;
  }

  .sitemap-list {
    grid-template-columns: 1fr;
  }
}
