.contact-page { background: #000; }
.contact-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  max-width: 1700px;
  margin: auto;
  padding: 170px var(--gutter) 90px;
}
.contact-hero-copy { position: relative; z-index: 2; }
.contact-page-label { color: var(--brand); font-size: 15px; margin-bottom: 25px; }
.contact-hero h1 { font-size: clamp(100px, 12vw, 182px); line-height: .99; letter-spacing: .005em; }
.contact-hero-description { font-size: 18px; max-width: 390px; margin-top: 30px; }
.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font: 400 clamp(36px, 3.9vw, 58px)/1.2 var(--display);
  letter-spacing: .01em;
  color: var(--brand);
  white-space: nowrap;
  margin-top: 26px;
}
.contact-phone svg { width: 32px; height: 32px; }
.contact-hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 27px; }
.contact-hero-actions .text-link { margin-top: 0; }
.contact-hours { margin-top: 24px; font-size: 13px; line-height: 1.8; }
.contact-hours span { display: block; color: #888; }
.contact-hero-art { position: relative; margin-left: -12%; margin-right: -3%; pointer-events: none; }
.contact-hero-art img { width: 100%; height: auto; }
.contact-hero-art::after { content: ''; position: absolute; inset: -1px; background: linear-gradient(0deg,#000 0%,transparent 13%,transparent 87%,#000 100%),linear-gradient(90deg,#000,transparent 12%,transparent 90%,#000); }

.contact-conversation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 9vw, 150px);
  padding: 100px var(--gutter) 120px;
  max-width: 1540px;
  margin: auto;
  border-top: 1px solid var(--line);
}
.contact-conversation h2 { font-size: clamp(46px, 5vw, 76px); line-height: 1.13; }
.contact-conversation-intro > p { margin-top: 27px; font-size: 18px; max-width: 365px; }
.contact-conversation-intro .text-link { margin-top: 30px; }
.contact-message-wrap {
  position: relative;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid #303030;
  border-radius: 10px;
}
.contact-message-wrap::before {
  content: '';
  position: absolute;
  inset: -1px;
  border: 2px solid var(--brand);
  border-radius: inherit;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) top left/27px 27px no-repeat,linear-gradient(#000 0 0) top right/27px 27px no-repeat,linear-gradient(#000 0 0) bottom left/27px 27px no-repeat,linear-gradient(#000 0 0) bottom right/27px 27px no-repeat;
  mask: linear-gradient(#000 0 0) top left/27px 27px no-repeat,linear-gradient(#000 0 0) top right/27px 27px no-repeat,linear-gradient(#000 0 0) bottom left/27px 27px no-repeat,linear-gradient(#000 0 0) bottom right/27px 27px no-repeat;
}
.contact-field + .contact-field { margin-top: 25px; }
.contact-field label { display: block; font-weight: 600; font-size: 15px; margin-bottom: 10px; }
.contact-field label span { font-weight: 400; color: #aaa; }
.contact-field select, .contact-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid #555;
  border-radius: 4px;
  color: #fff;
  background: #080808;
  font: 400 16px/1.55 var(--body);
}
.contact-field textarea { min-height: 150px; resize: vertical; }
.contact-field textarea::placeholder { color: #999; }
.contact-field :is(select, textarea):focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.contact-message-link { margin-top: 25px; width: 100%; }
.contact-message-help { font-size: 12px; line-height: 1.6; margin-top: 14px; max-width: 330px; }
#contact-message-fallback p { margin-bottom: 25px; }
.contact-visit { padding: 95px var(--gutter) 110px; display: flex; justify-content: space-between; gap: 45px; align-items: center; border-top: 1px solid var(--line); }
.contact-visit h2 { font-size: clamp(60px, 7vw, 104px); line-height: 1.1; }
.contact-visit-details { min-width: 33%; }
.contact-visit address { font: 400 clamp(22px, 2.4vw, 34px)/1.4 var(--body); }
.contact-visit-details p { margin-top: 20px; }
.contact-visit-details .button { margin-top: 28px; }
@media (hover: hover) {
  .contact-phone:hover { color: #80ff40; }
}
@media (max-width: 760px) {
  .contact-hero { display: block; padding-top: 140px; padding-bottom: 35px; overflow: hidden; }
  .contact-hero h1 { font-size: clamp(96px, 23vw, 146px); }
  .contact-page-label { margin-bottom: 20px; font-size: 14px; }
  .contact-hero-description { margin-top: 24px; font-size: 16px; max-width: 360px; }
  .contact-phone { font-size: clamp(32px, 8.7vw, 48px); gap: 15px; }
  .contact-phone svg { width: 24px; height: 24px; }
  .contact-hero-actions { gap: 18px; }
  .contact-hero-actions .button { padding-inline: 18px; }
  .contact-hero-actions .text-link { font-size: 14px; gap: 12px; }
  .contact-hero-art { margin: 30px -28px -10px; max-width: 680px; }
  .contact-conversation { display: block; padding-top: 65px; padding-bottom: 70px; }
  .contact-conversation h2 { font-size: clamp(42px, 10.5vw, 65px); }
  .contact-conversation-intro > p { font-size: 16px; }
  .contact-message-wrap { margin-top: 40px; padding: 24px 20px; }
  .contact-message-link { padding-inline: 16px; gap: 16px; font-size: 15px; }
  .contact-visit { display: block; padding-top: 65px; padding-bottom: 70px; }
  .contact-visit h2 { font-size: clamp(56px, 14vw, 90px); }
  .contact-visit-details { margin-top: 35px; }
}

/* The complete inquiry form is a local preview until delivery is connected. */
.contact-conversation { grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); gap: clamp(36px,6vw,96px); }
.contact-conversation-intro { align-self: start; }
.contact-form-aside { margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-form-aside > span { display: block; color: #aaa; font-size: 14px; }
.contact-form-aside > a { display: inline-block; color: var(--brand); font: 400 clamp(27px,3vw,40px)/1.3 var(--display); margin-top: 10px; }
.contact-form-aside p { font-size: 14px; margin-top: 12px; }
.contact-message-wrap { min-width: 0; background: #030503; }
.contact-preview-note { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #b9c3b5; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 25px; }
.contact-preview-note > span { width: 6px; height: 6px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 10px #64f81760; }
.contact-inquiry fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-inquiry [hidden], .contact-review[hidden] { display: none; }
.contact-required-note { margin-bottom: 24px; font-size: 12px; }
.contact-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 18px; }
.contact-field-grid .contact-field { margin: 0; }
.contact-field :is(input,textarea) { width: 100%; min-width: 0; min-height: 50px; padding: 12px 14px; border: 1px solid #505750; border-radius: 5px; background: #090c09; color: #fff; font: 400 16px/1.55 var(--body); }
.contact-field :is(input,textarea)::placeholder { color: #8f978c; }
.contact-field :is(input,textarea):focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-color: transparent; }
.contact-field label > span { color: #fff; }
.contact-inquiry .contact-choice-group { margin-block: 30px; }
.contact-inquiry legend { font-size: 15px; font-weight: 600; margin-bottom: 12px; }
.contact-inquiry .sr-only { margin: 0; }
.contact-preference-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.contact-choice { display: flex; align-items: center; gap: 10px; min-height: 46px; cursor: pointer; font-size: 15px; color: #eee; }
.contact-choice input { accent-color: var(--brand); width: 18px; height: 18px; flex: none; cursor: pointer; }
.contact-choice input:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
.contact-preference-options .contact-choice { border: 1px solid #505750; border-radius: 5px; padding: 9px 12px; }
.contact-preference-options .contact-choice:has(:checked) { border-color: var(--brand); background: #64f8170d; color: #fff; }
.contact-trade-toggle { margin-top: 27px; }
.contact-inquiry .contact-trade-details { border-left: 2px solid #64f81780; padding: 4px 0 8px 20px; margin-top: 20px; }
.contact-trade-details legend { padding-left: 0; color: var(--brand); margin-bottom: 20px; }
.contact-interests > div { display: grid; }
.contact-review-button { width: 100%; margin-top: 27px; cursor: pointer; border: 0; font-family: var(--body); }
.contact-message-help { max-width: none; font-size: 13px; }
.contact-message-help a, .contact-noscript a { text-decoration: underline; text-underline-offset: 3px; color: #ddd; }
.contact-review { margin-top: 35px; padding-top: 30px; border-top: 1px solid #64f81770; scroll-margin-top: 125px; }
.contact-review h3 { font-size: clamp(32px,3.8vw,52px); line-height: 1.18; }
.contact-review .contact-page-label { margin-bottom: 16px; }
.contact-review-status { font-size: 14px; margin-top: 20px; }
.contact-review dl { margin-top: 25px; }
.contact-review dl > div { display: grid; grid-template-columns: 125px minmax(0,1fr); gap: 18px; padding-block: 14px; border-top: 1px solid #252a25; font-size: 14px; }
.contact-review dt { color: #a4afa0; }
.contact-review dd { margin: 0; color: #fff; white-space: pre-wrap; overflow-wrap: anywhere; }
.contact-review .text-link { cursor: pointer; background: transparent; font-family: var(--body); border: 0; border-bottom: 1px solid var(--brand); padding: 0 0 10px; color: #fff; }
.contact-review:focus-visible { outline: 2px solid var(--brand); outline-offset: 8px; }
@media (max-width: 760px) {
  .contact-conversation { display: block; }
  .contact-form-aside { display: none; }
  .contact-preference-options { gap: 7px; }
  .contact-preference-options .contact-choice { gap: 7px; padding: 9px 8px; font-size: 14px; }
  .contact-field-grid { gap: 20px 14px; }
  .contact-preview-note { font-size: 11px; }
  .contact-review dl > div { grid-template-columns: 95px minmax(0,1fr); gap: 12px; }
}
@media (max-width: 430px) {
  .contact-field-grid { grid-template-columns: 1fr; }
}
