:root {
  --soft-white: #f8f7f4;
  --pure-white: #ffffff;
  --gold: #d4af37;
  --gold-dark: #a9861f;
  --charcoal: #2f2f2f;
  --rich-black: #111111;
  --muted: #68645d;
  --error: #9d2d20;
}

[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

body {
  background: var(--soft-white);
  color: var(--charcoal);
  font-family: "Jost", sans-serif;
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.7;
}

h1,
h2,
h3,
legend {
  color: var(--rich-black);
  font-family: "Cormorant Garamond", serif;
  line-height: 1.15;
}

a {
  color: inherit;
}

.nav {
  background: rgba(17, 17, 17, 0.97);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  padding: 14px 24px;
}

.nav-brand {
  color: var(--pure-white);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-brand em {
  color: var(--gold);
  font-style: italic;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  justify-content: flex-end;
}

.nav-links a {
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 4px 0;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.form-hero {
  background: var(--rich-black);
  color: var(--pure-white);
  padding: 44px 24px 46px;
  text-align: center;
}

.eyebrow {
  color: var(--gold);
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.form-hero h1 {
  color: var(--pure-white);
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  font-weight: 600;
  margin-bottom: 12px;
}

.form-hero h1 em {
  color: var(--gold);
  font-style: italic;
}

.form-hero p {
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(1rem, 2vw, 1.14rem);
  margin: 0 auto;
  max-width: 660px;
}

.staff {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 22px auto 0;
  max-width: 190px;
}

.staff span {
  background: var(--gold);
  display: block;
  height: 1px;
  opacity: 0.55;
}

.staff span:nth-child(3) {
  opacity: 0.95;
}

.form-shell {
  margin: 0 auto;
  max-width: 860px;
  padding: 42px 24px 76px;
}

.form-card {
  background: var(--pure-white);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.form-intro {
  background: rgba(212, 175, 55, 0.08);
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
  padding: 28px 36px;
}

.form-intro p {
  max-width: 680px;
}

.required-key {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 8px;
}

.required,
.required-key strong {
  color: var(--error);
  font-weight: 600;
}

form {
  padding: 0 36px 42px;
}

.form-section {
  border-bottom: 1px solid rgba(47, 47, 47, 0.14);
  padding: 38px 0 42px;
}

.form-section:last-of-type {
  border-bottom: 0;
}

.form-section h2 {
  font-size: clamp(1.65rem, 3.5vw, 2.05rem);
  font-weight: 600;
  margin-bottom: 8px;
}

.section-note {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 26px;
}

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

.field {
  margin-top: 24px;
}

.field-grid .field {
  margin-top: 0;
}

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

.field > label,
.field-label {
  color: var(--rich-black);
  display: block;
  font-size: 0.96rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.optional {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
  background: var(--pure-white);
  border: 1px solid #8a867f;
  border-radius: 2px;
  color: var(--rich-black);
  font: inherit;
  font-size: 1rem;
  font-weight: 400;
  min-height: 52px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #77736c;
  opacity: 1;
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--charcoal);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.guidance {
  color: var(--muted);
  display: block;
  font-size: 0.84rem;
  line-height: 1.5;
  margin-top: 7px;
}

.choice-group {
  border: 0;
  margin: 30px 0 0;
  min-width: 0;
  padding: 0;
}

.choice-group legend {
  color: var(--rich-black);
  float: left;
  font-family: "Jost", sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 12px;
  width: 100%;
}

.choice-group legend + * {
  clear: both;
}

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

.choice {
  align-items: flex-start;
  background: var(--soft-white);
  border: 1px solid rgba(47, 47, 47, 0.18);
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  font-size: 0.94rem;
  gap: 11px;
  line-height: 1.45;
  min-height: 50px;
  padding: 12px 13px;
}

.choice:hover {
  border-color: rgba(212, 175, 55, 0.9);
}

.choice input {
  accent-color: var(--gold-dark);
  flex: 0 0 auto;
  height: 21px;
  margin-top: 1px;
  width: 21px;
}

.form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding-top: 14px;
}

.submit-button,
.button-link {
  background: var(--gold);
  border: 0;
  border-radius: 2px;
  color: var(--rich-black);
  cursor: pointer;
  display: inline-flex;
  font-family: "Jost", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 54px;
  padding: 15px 28px;
  text-decoration: none;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.submit-button:hover,
.button-link:hover {
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
}

.privacy-note {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
  max-width: 390px;
}

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

.thank-you-main {
  align-items: center;
  background: var(--soft-white);
  display: flex;
  min-height: calc(100vh - 190px);
  padding: 72px 24px;
}

.thank-you-card {
  background: var(--pure-white);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.09);
  margin: 0 auto;
  max-width: 720px;
  padding: 58px 44px;
  text-align: center;
}

.thank-you-mark {
  align-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-dark);
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 64px;
}

.thank-you-card h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  margin-bottom: 16px;
}

.thank-you-card p {
  margin: 0 auto 28px;
  max-width: 550px;
}

footer {
  background: var(--rich-black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  padding: 26px 24px;
  text-align: center;
}

footer .tagline {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

footer .collection-link {
  display: block;
  font-size: 0.8rem;
  margin-top: 10px;
}

footer .collection-link a {
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

footer .collection-link a:hover,
footer .collection-link a:focus-visible {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

@media (max-width: 700px) {
  .nav-inner {
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px;
  }

  .nav-links {
    gap: 4px 16px;
    justify-content: center;
  }

  .nav-links a {
    font-size: 0.88rem;
  }

  .form-hero {
    padding: 34px 20px 38px;
  }

  .form-shell {
    padding: 28px 14px 52px;
  }

  .form-intro,
  form {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .form-section {
    padding: 32px 0 36px;
  }

  .choice {
    min-height: 52px;
  }

  .submit-button,
  .button-link {
    width: 100%;
  }

  .thank-you-card {
    padding: 44px 22px;
  }
}
