:root {
  --navy: #0b1e3a;
  --ink: #101827;
  --red: #c91e2f;
  --signal-red: #e23a3a;
  --cream: #f7f1e7;
  --warm-white: #fffdf9;
  --sky: #ddeeff;
  --steel: #516176;
  --line: #c8d0d9;
  --focus: #e23a3a;
  --shadow: 0 18px 50px rgba(11, 30, 58, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--cream);
}

body.aaw-page {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

a {
  color: inherit;
  text-underline-offset: 0.16em;
}

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-200%);
  padding: 0.72rem 0.9rem;
  color: var(--warm-white);
  background: var(--navy);
  border-radius: 0.25rem;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  border-bottom: 1px solid rgba(11, 30, 58, 0.16);
  background: var(--warm-white);
}

.site-header__inner,
.site-footer__inner {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  max-width: 146px;
  align-items: center;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.site-nav a {
  color: var(--navy);
}

.site-nav [aria-current="page"] {
  color: var(--red);
}

.contact-hero {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.4rem, 6vw, 5.5rem) 0 clamp(3rem, 7vw, 6rem);
}

.contact-hero__intro {
  max-width: 730px;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 9vw, 6.8rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.02em;
}

.lede {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: var(--steel);
  font-size: clamp(1rem, 1.8vw, 1.13rem);
}

.contact-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.contact-panel,
.visit-panel {
  border: 1px solid rgba(11, 30, 58, 0.18);
  box-shadow: var(--shadow);
}

.contact-panel {
  padding: clamp(1.3rem, 4vw, 3rem);
  background: var(--warm-white);
}

.contact-panel__heading > p:last-child {
  max-width: 640px;
  margin: 0.9rem 0 0;
  color: var(--steel);
  font-size: 0.94rem;
}

.policy-content {
  max-width: 900px;
}

.policy-content > :first-child {
  margin-top: 0;
  color: var(--steel);
  font-size: 0.88rem;
}

.policy-content h2 {
  margin-top: 2.15rem;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
}

.policy-content h3 {
  margin: 1.4rem 0 0.35rem;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.3;
}

.policy-content p,
.policy-content address {
  max-width: 760px;
  margin: 0.8rem 0 0;
}

.policy-content address {
  font-style: normal;
}

.policy-content a {
  color: var(--navy);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.8rem;
}

.form-grid {
  display: grid;
  gap: 1.15rem;
}

.field {
  display: grid;
  gap: 0.42rem;
}

.field label,
.consent-group legend {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.field__optional {
  color: var(--steel);
  font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.78rem 0.85rem;
  color: var(--ink);
  border: 1px solid #9da9b7;
  border-radius: 0;
  background: #fff;
  font: inherit;
}

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

input::placeholder,
textarea::placeholder {
  color: #6e7b8c;
}

.field-help,
.form-note {
  margin: 0;
  color: var(--steel);
  font-size: 0.78rem;
  line-height: 1.5;
}

.consent-group {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 1.1rem;
  border: 1px solid #bdc8d2;
  background: #f9fbfd;
}

.consent-group--required {
  background: #fff9f9;
  border-color: rgba(201, 30, 47, 0.45);
}

.consent-group legend {
  padding: 0 0.35rem;
}

.consent-option {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  align-items: start;
  gap: 0.7rem;
  color: var(--ink);
  font-size: 0.83rem;
  line-height: 1.55;
}

.consent-option input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.12rem 0 0;
  accent-color: var(--red);
}

.consent-option label {
  cursor: pointer;
}

.consent-option a {
  color: var(--navy);
  font-weight: 700;
}

.consent-option--sms {
  padding-bottom: 0.95rem;
  border-bottom: 1px solid #d6dde4;
}

.consent-option__title,
.consent-option__copy {
  display: block;
}

.consent-option__title {
  margin-bottom: 0.3rem;
  color: var(--navy);
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  border: 2px solid transparent;
  border-radius: 0;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  width: 100%;
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.button--primary:hover {
  background: #a91424;
}

.button--primary:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 1.5em;
  margin: -0.25rem 0 0;
  font-size: 0.86rem;
  font-weight: 600;
}

.form-status[data-state="error"] {
  color: #9f1322;
}

.form-status[data-state="success"] {
  color: #12613a;
}

.visit-panel {
  padding: clamp(1.35rem, 4vw, 2.2rem);
  color: var(--warm-white);
  background: var(--navy);
}

.visit-panel h2 {
  color: var(--warm-white);
}

.visit-panel .eyebrow {
  color: #ffb1b8;
}

.visit-panel address {
  margin: 1.3rem 0;
  font-style: normal;
  font-size: 1.02rem;
  font-weight: 600;
}

.button--outline {
  width: 100%;
  color: var(--warm-white);
  border-color: var(--warm-white);
  background: transparent;
}

.button--outline:hover {
  color: var(--navy);
  background: var(--warm-white);
}

.visit-panel__rule {
  height: 1px;
  margin: 1.75rem 0;
  background: rgba(255, 253, 249, 0.35);
}

.visit-panel__label,
.visit-panel__small {
  margin: 0;
}

.visit-panel__label {
  color: #ffb1b8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-panel__phone {
  display: inline-block;
  margin: 0.2rem 0 0.55rem;
  color: var(--warm-white);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.visit-panel__small {
  color: rgba(255, 253, 249, 0.76);
  font-size: 0.78rem;
}

.site-footer {
  padding: 2rem 0;
  color: rgba(255, 253, 249, 0.85);
  background: #071427;
}

.site-footer__inner {
  display: grid;
  gap: 1.25rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.78rem;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  .site-header__inner,
  .site-footer__inner,
  .contact-hero {
    width: min(1160px, calc(100% - 3rem));
  }

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

  .button--primary {
    width: auto;
    min-width: 175px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .site-footer__links {
    justify-content: flex-end;
  }
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.7fr);
  }

  .visit-panel {
    position: sticky;
    top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
