:root {
  --ink: #111111;
  --field-ink: #191919;
  --paper: #f8f7f4;
  --muted: #66635e;
  --gold: #b49462;
  --gold-light: #d4bd94;
  --required: #7c4f1e;
  --border: #767676;
  --panel: rgba(255, 255, 255, 0.58);
  --field: rgba(255, 255, 255, 0.42);
  --field-focus: rgba(255, 255, 255, 0.9);
  --error: #8d3028;
  --focus: #9d773d;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Didot, "Bodoni MT", Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

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

.preview-notice {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  background: #211d17;
  color: #f0e4ce;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
}

.campaign-page {
  width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
}

.campaign-banner {
  width: 100%;
  margin: 0;
  background: #080808;
  line-height: 0;
}

.campaign-banner img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  height: auto;
  margin: 0 auto;
}

.inquiry {
  width: 100%;
  min-height: 60vh;
  padding: 2.45rem 1.5rem 5rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(223, 216, 205, 0.18), transparent 28%),
    linear-gradient(90deg, #faf9f7 0%, #f4f2ee 52%, #faf9f7 100%);
}

.inquiry__heading,
.inquiry__form,
.inquiry noscript {
  width: min(684px, 100%);
  margin-inline: auto;
}

.inquiry__heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.25rem;
  align-items: center;
  margin-block: 0 1.1rem;
  color: #333333;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.34em;
  text-align: center;
  text-transform: uppercase;
}

.inquiry__heading::before,
.inquiry__heading::after {
  content: "";
  height: 1px;
  background: var(--gold-light);
}

.inquiry__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.35rem;
  min-width: 0;
}

.inquiry__choice {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry__choice legend {
  margin: 0 0 0.85rem;
  padding: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.025em;
}

.inquiry__choice-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.inquiry__choice-buttons button {
  min-width: 0;
  min-height: 3.5rem;
  margin: 0;
  padding: 0.8rem 1rem;
  border: 1px solid #292722;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.18);
  color: #292722;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.inquiry__choice-buttons button[aria-pressed="true"] {
  border-color: #111111;
  background: #111111;
  color: #d4bd94;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.inquiry__choice-buttons button[aria-pressed="false"]:hover {
  border-color: #111111;
  background: rgba(255, 255, 255, 0.66);
  color: #111111;
}

.inquiry__choice-buttons button[aria-pressed="true"]:hover {
  background: #1a1917;
  color: #d4bd94;
  transform: translateY(-1px);
}

.inquiry__intent-copy {
  margin: -0.4rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.inquiry__next-step {
  margin: 0;
  padding: 1rem 1.1rem;
  border-inline-start: 3px solid var(--gold);
  background: var(--panel);
  color: #383631;
  font-size: 0.92rem;
  line-height: 1.65;
}

.inquiry__required-key {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.inquiry__required-key > span,
.field__label > span {
  color: var(--required);
}

.field {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.field__label {
  display: block;
  margin: 0;
  color: #171717;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.field input:not([type="hidden"]),
.field textarea,
.phone-field input,
.country-picker__trigger {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  margin: 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: var(--field);
  color: var(--field-ink);
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.field textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.field__error {
  min-height: 0;
  margin: 0;
  color: var(--error);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.field__error:empty {
  display: none;
}

.phone-field {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.phone-field__control {
  min-width: 0;
}

.phone-field__control .iti {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  --iti-flag-width: 20px;
  --iti-border-color: var(--border);
}

.phone-field__control .iti__tel-input {
  width: 100%;
  max-width: 100%;
}

.phone-field__control .iti__selected-country {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #292722;
  box-shadow: none;
}

/*
 * The phone picker is deliberately never a fullscreen popup. The library
 * appends this bounded panel to body so it can escape form overflow safely.
 */
.iti--container.iti--inline-dropdown {
  z-index: 1200;
}

.iti--container.iti--inline-dropdown .iti__dropdown-content,
.phone-field__control .iti__dropdown-content {
  width: min(24rem, calc(100vw - 2rem));
  max-width: calc(100vw - 2rem);
  max-height: min(22rem, 70vh);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 400;
}

.iti--container.iti--inline-dropdown .iti__search-input-wrapper,
.phone-field__control .iti__search-input-wrapper {
  position: sticky;
  z-index: 2;
  top: 0;
  padding: 0.65rem;
  background: #ffffff;
}

.iti--container.iti--inline-dropdown .iti__search-input,
.phone-field__control .iti__search-input {
  min-height: 2.75rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.iti--container.iti--inline-dropdown .iti__country-list,
.phone-field__control .iti__country-list {
  max-height: min(16rem, 48vh);
  overscroll-behavior: contain;
}

.address {
  display: grid;
  gap: 1.35rem;
  min-width: 0;
  margin: 0.25rem 0 0;
  padding: 1.25rem 0 0;
  border: 0;
  border-top: 1px solid var(--gold-light);
}

.address legend {
  margin: 0;
  padding: 0 0.75rem 0 0;
  color: var(--ink);
  background: transparent;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.3;
}

.country-picker {
  position: relative;
}

.country-picker__trigger {
  position: relative;
  padding-inline-end: 3rem;
  text-align: start;
  cursor: pointer;
}

.country-picker__trigger:hover {
  background: rgba(255, 255, 255, 0.7);
}

.country-picker__trigger[aria-invalid="true"] {
  border-color: var(--error);
}

.country-picker__chevron {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 160ms ease;
}

.country-picker__trigger[aria-expanded="true"] .country-picker__chevron {
  transform: translateY(-30%) rotate(225deg);
}

.country-picker__popover {
  position: absolute;
  z-index: 1100;
  left: 0;
  top: calc(100% + 0.4rem);
  width: 100%;
  max-height: min(22rem, 70vh);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.country-picker__popover[data-placement="top"] {
  top: auto;
  bottom: calc(100% + 0.4rem);
}

.country-picker__search-wrap {
  position: relative;
  padding: 0.65rem;
  border-bottom: 1px solid #dfddd8;
  background: #ffffff;
}

.country-picker__search-icon {
  position: absolute;
  top: 50%;
  left: 1.45rem;
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: #5e5a53;
  stroke-linecap: round;
  stroke-width: 1.7;
  transform: translateY(-50%);
  pointer-events: none;
}

.country-picker__search {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem 0.65rem 2.4rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--ink);
  background: #ffffff;
  font-size: 1rem;
}

.country-picker__list {
  max-height: min(16rem, 48vh);
  margin: 0;
  padding: 0.35rem 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  list-style: none;
  scrollbar-gutter: stable;
}

.country-picker__option {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.5rem 0.8rem;
  color: var(--ink);
  cursor: pointer;
}

.country-picker__option:hover,
.country-picker__option[data-active="true"] {
  background: #f1ede6;
}

.country-picker__option[aria-selected="true"] {
  background: #e9e1d3;
  font-weight: 700;
}

.country-picker__iso {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.country-picker__empty {
  margin: 0;
  padding: 1rem;
  color: var(--muted);
  text-align: center;
}

.consent {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin-top: 0.5rem;
  color: #171717;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.65;
}

.consent input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.18rem 0 0;
  accent-color: var(--gold);
}

.consent a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.inquiry__result {
  margin: 0.25rem 0;
  padding: 1rem 1.1rem;
  border-inline-start: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.68);
  color: #302f2c;
  line-height: 1.6;
}

.inquiry__result[data-state="error"] {
  border-inline-start-color: var(--error);
}

.inquiry__submit {
  width: min(100%, 22rem);
  min-height: 3.5rem;
  margin: 0.5rem 0 0;
  padding: 0.8rem 1rem;
  border: 1px solid #080808;
  border-radius: 2px;
  background: #090909;
  color: var(--gold-light);
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.inquiry__submit:hover:not(:disabled) {
  background: #1a1917;
  color: var(--gold-light);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.13);
  transform: translateY(-1px);
}

.inquiry__submit:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.inquiry__choice-buttons button:focus-visible,
.field input:focus-visible,
.field textarea:focus-visible,
.phone-field input:focus-visible,
.phone-field__control .iti__selected-country:focus-visible,
.country-picker__trigger:focus-visible,
.country-picker__search:focus-visible,
.country-picker__option:focus-visible,
.consent input:focus-visible,
.consent a:focus-visible,
.inquiry__submit:focus-visible {
  border-color: var(--focus);
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
}

.field input:focus-visible,
.field textarea:focus-visible,
.phone-field input:focus-visible,
.country-picker__trigger:focus-visible {
  background: var(--field-focus);
}

@media (max-width: 700px) {
  .campaign-banner img {
    width: 100%;
  }

  .inquiry {
    padding: 2rem 1rem 4rem;
  }

  .inquiry__heading {
    gap: 0.8rem;
    font-size: 0.76rem;
    letter-spacing: 0.22em;
  }

  .inquiry__form {
    gap: 1.15rem;
  }

  .inquiry__choice-buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  .field input:not([type="hidden"]),
  .field textarea,
  .phone-field input,
  .country-picker__trigger {
    min-height: 3.35rem;
    font-size: 1rem;
  }

  .inquiry__submit {
    width: 100%;
  }

  .country-picker__popover {
    max-height: min(20rem, 65vh);
  }

  .country-picker__list {
    max-height: min(14rem, 42vh);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
