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

.contact-hero {
  background: var(--paper);
}

.contact-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: 70px;
  align-items: center;
}

.contact-hero-copy h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(3.1rem, 6.5vw, 6.35rem);
  letter-spacing: -.035em;
}

.contact-hero-copy > p:not(.eyebrow):not(.direct-email) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}

.outline-button {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.direct-email {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.direct-email a {
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 4px;
}

.contact-hero-image {
  position: relative;
  z-index: 0;
  isolation: isolate;
  margin: 0;
}

.contact-hero-image::before {
  content: "";
  position: absolute;
  inset: 18px 18px -18px -18px;
  z-index: -1;
  background: var(--soft);
  border: 1px solid var(--line);
}

.contact-hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 470px;
  max-height: 570px;
  object-fit: cover;
  object-position: center;
}

.quote-section {
  padding: 88px 0;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr);
  gap: 34px;
  align-items: start;
}

.form-card {
  padding: 46px;
  background: #fff;
  border: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.form-heading {
  max-width: 700px;
  margin-bottom: 2rem;
}

.form-heading h2 {
  margin: 0 0 .85rem;
  font-size: clamp(2.35rem, 4.8vw, 4.15rem);
}

.form-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

.form-heading span[aria-hidden="true"],
.quote-form label span {
  color: var(--gold-deep);
}

.quote-handoff {
  padding: 32px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.quote-handoff h3 {
  max-width: 650px;
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.16;
}

.quote-handoff > p:not(.card-label):not(.small-note),
.quote-handoff ul {
  color: var(--muted);
}

.quote-handoff ul {
  margin: 1.25rem 0 1.75rem;
  padding-left: 1.3rem;
}

.quote-handoff li {
  margin-bottom: .55rem;
}

.quote-handoff .button {
  display: inline-flex;
}

.quote-handoff .small-note {
  margin: 1.25rem 0 0;
}

.quote-handoff .small-note a {
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 4px;
}

.bot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

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

.field {
  min-width: 0;
}

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

.field label {
  display: block;
  margin: 0 0 .45rem;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #cfc7bb;
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font: inherit;
  line-height: 1.45;
}

.field input,
.field select {
  min-height: 54px;
  padding: .75rem .9rem;
}

.field textarea {
  min-height: 150px;
  padding: .85rem .9rem;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #888078;
  opacity: 1;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(201, 155, 92, .28);
  outline-offset: 1px;
  border-color: var(--gold-deep);
}

.form-submit {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.submit-button {
  flex: 0 0 auto;
  border-radius: 0;
  cursor: pointer;
}

.form-submit p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.form-status {
  min-height: 1.5em;
  margin: .9rem 0 0;
  color: var(--gold-deep);
  font-size: .9rem;
  font-weight: 700;
}

.quote-sidebar {
  display: grid;
  gap: 18px;
}

.info-card {
  padding: 29px 28px;
  background: #fff;
  border: 1px solid var(--line);
}

.info-card h2 {
  margin: 0 0 .8rem;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
}

.info-card > p:last-child {
  margin-bottom: 0;
}

.info-card p,
.next-steps {
  color: var(--muted);
}

.card-label {
  margin: 0 0 .75rem;
  color: var(--gold-deep) !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pricing-card {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.pricing-card p {
  color: rgba(255, 255, 255, .76);
}

.pricing-card .card-label {
  color: var(--gold) !important;
}

.next-steps {
  margin: 0 0 1rem;
  padding-left: 1.3rem;
}

.next-steps li {
  margin-bottom: .5rem;
}

.small-note {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: .84rem;
  line-height: 1.6;
}

.private-chef-card .text-link {
  margin-top: .2rem;
}

.locations-section {
  background: #fff;
}

.locations-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.location-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
}

.location-card h3 {
  margin: 0 0 .35rem;
  font-family: var(--sans);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.45;
}

.location-card p:last-child {
  margin: 0;
  color: var(--muted);
}

.contact-band {
  color: #fff;
  background: var(--ink);
}

.contact-band-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.contact-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
}

.contact-band-links {
  flex: 0 0 auto;
  display: grid;
  gap: .45rem;
  text-align: right;
}

.contact-band-links a {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

@media (max-width: 980px) {
  .contact-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-hero-copy {
    max-width: 760px;
  }

  .contact-hero-image img {
    min-height: 360px;
  }

  .quote-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .contact-hero-inner,
  .quote-layout,
  .locations-inner,
  .contact-band-inner {
    width: min(100% - 32px, 1180px);
  }

  .contact-hero-inner {
    padding: 52px 0 64px;
  }

  .contact-hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .contact-actions {
    display: grid;
  }

  .contact-actions .button {
    width: 100%;
  }

  .contact-hero-image::before {
    inset: 12px 12px -12px -12px;
  }

  .contact-hero-image img {
    min-height: 280px;
  }

  .quote-section {
    padding: 62px 0;
  }

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

  .quote-handoff {
    padding: 24px 20px;
  }

  .quote-handoff .button {
    width: 100%;
  }

  .form-grid,
  .quote-sidebar,
  .location-grid {
    grid-template-columns: 1fr;
  }

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

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

  .submit-button {
    width: 100%;
  }

  .locations-inner {
    padding: 62px 0;
  }

  .contact-band-inner {
    padding: 48px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .contact-band-links {
    text-align: left;
  }
}
