body.owc-contact-concept {
  background: #f6f0e5;
  color: #10291f;
  font-family: "Manrope", sans-serif;
  overflow-x: clip;
}

body.owc-contact-concept .global-footer-concept {
  width: 100%;
  margin-inline: 0;
}

body.owc-contact-concept .owc-offer-popup,
body.owc-contact-concept .owc-offer-popup-backdrop,
body.owc-contact-concept .pi-popup,
body.owc-contact-concept [data-owc-offer-popup] {
  display: none !important;
}

.contact-intro,
.contact-workspace,
.contact-shop-bridge {
  width: min(1320px, calc(100% - 80px));
  margin-inline: auto;
}

.contact-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr);
  min-height: 520px;
  border-inline: 1px solid rgba(16, 41, 31, 0.15);
  border-bottom: 1px solid rgba(16, 41, 31, 0.15);
  background: #faf6ee;
}

.contact-intro__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(40px, 4vw, 60px);
}

.contact-intro__copy h1 {
  max-width: 660px;
  margin: 12px 0 22px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(64px, 6.4vw, 104px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.contact-intro__copy h1 em {
  color: #1d563f;
  font-weight: 500;
}

.contact-intro__copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 28px;
  color: #3d4c43;
  font-size: 18px;
  line-height: 1.7;
}

.contact-intro__copy .text-arrow {
  align-self: flex-start;
  color: #1d563f;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-intro__visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #194f3b;
}

.contact-intro__shape {
  position: absolute;
  border-radius: 50%;
}

.contact-intro__shape--gold {
  width: 290px;
  height: 290px;
  right: -62px;
  top: -58px;
  background: #d1a442;
}

.contact-intro__shape--teal {
  width: 170px;
  height: 170px;
  left: 26px;
  bottom: 36px;
  background: #30bb8f;
  opacity: 0.84;
}

.contact-bag {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(5, 22, 15, 0.28);
}

.contact-bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-bag--back {
  width: 55%;
  height: 67%;
  top: 48px;
  left: 28px;
  transform: rotate(-4deg);
}

.contact-bag--front {
  width: 58%;
  height: 72%;
  right: 32px;
  bottom: 34px;
  z-index: 2;
  transform: rotate(2deg);
}

.contact-intro__note {
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 52px;
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 14px 18px;
  background: #faf6ee;
  box-shadow: 0 8px 24px rgba(5, 22, 15, 0.16);
  transform: rotate(-3deg);
}

.contact-intro__note strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 19px;
}

.contact-intro__note span {
  color: #59685f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-workspace {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.3fr);
  margin-block: 80px;
  border: 1px solid rgba(16, 41, 31, 0.18);
  background: #fffaf1;
  box-shadow: 0 22px 70px rgba(56, 39, 24, 0.08);
}

.contact-details {
  padding: 58px 48px;
  color: #f9f3e8;
  background: #0e3a2a;
}

.contact-details .eyebrow {
  color: #7bd9bc;
}

.contact-details h2,
.contact-form-heading h2,
.contact-shop-bridge h2 {
  margin: 12px 0 16px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.contact-details > p:not(.eyebrow) {
  margin: 0;
  color: rgba(249, 243, 232, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.contact-list {
  display: grid;
  gap: 0;
  margin: 38px 0 32px;
}

.contact-list div {
  padding: 20px 0;
  border-top: 1px solid rgba(249, 243, 232, 0.2);
}

.contact-list div:last-child {
  border-bottom: 1px solid rgba(249, 243, 232, 0.2);
}

.contact-list dt {
  margin-bottom: 7px;
  color: #d1a442;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
}

.contact-list a,
.contact-social a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.contact-location-note {
  padding: 20px;
  color: #10291f;
  background: #d3eadf;
}

.contact-location-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.contact-location-note p {
  margin: 0;
  color: #365448;
  font-size: 13px;
  line-height: 1.6;
}

.contact-social {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.contact-social p {
  margin: 0 0 4px;
  color: #d1a442;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-social a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
}

.contact-form-card {
  padding: 58px clamp(34px, 5vw, 72px) 64px;
}

.contact-form-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.contact-form-heading p:not(.eyebrow) {
  margin: 0;
  color: #536158;
  font-size: 16px;
  line-height: 1.7;
}

.form-notice {
  margin: 0 0 28px;
  padding: 18px 20px;
  border-left: 5px solid;
  outline: none;
}

.form-notice strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.form-notice p,
.form-notice ul {
  margin: 0;
}

.form-notice--success {
  border-color: #1d7b58;
  background: #dcefe7;
}

.form-notice--error {
  border-color: #b84e34;
  background: #f9e7e0;
}

.form-notice a {
  color: inherit;
  font-weight: 800;
}

.contact-honeypot {
  position: fixed !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
  contain: strict !important;
}

.contact-honeypot,
.contact-honeypot * {
  box-sizing: border-box !important;
}

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

.form-field {
  min-width: 0;
}

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

.form-field label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
  color: #173c2d;
  font-size: 14px;
  font-weight: 800;
}

.form-field label span {
  color: #6f7b73;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #bcb7a9;
  border-radius: 0;
  padding: 13px 14px;
  color: #10291f;
  background: #fffdf8;
  font: inherit;
  font-size: 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-field textarea {
  min-height: 172px;
  resize: vertical;
  line-height: 1.6;
}

.form-field select {
  appearance: auto;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.contact-list a:focus-visible,
.contact-social a:focus-visible,
.form-submit-row a:focus-visible {
  outline: 3px solid #30bb8f;
  outline-offset: 3px;
}

.form-field [aria-invalid="true"] {
  border-color: #9f3926;
  background: #fff8f4;
  box-shadow: inset 4px 0 0 #9f3926;
}

.field-help,
.field-error {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.55;
}

.field-help {
  color: #68746d;
}

.field-error {
  color: #8e2c1d;
  font-weight: 800;
}

.js .order-number-field[hidden] {
  display: none;
}

.form-submit-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 41, 31, 0.16);
}

.form-submit-row button {
  min-width: 174px;
  min-height: 54px;
}

.form-submit-row button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-submit-row p {
  margin: 0;
  color: #68746d;
  font-size: 12px;
  line-height: 1.55;
}

.form-submit-row a {
  color: #1d563f;
  font-weight: 800;
}

.contact-shop-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  padding: 42px 48px;
  color: #fffaf1;
  background: #be6545;
}

.contact-shop-bridge .eyebrow {
  color: #ffe5d4;
}

.contact-shop-bridge h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(34px, 3.5vw, 52px);
}

.contact-shop-bridge .button {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .contact-intro,
  .contact-workspace,
  .contact-shop-bridge {
    width: min(100% - 48px, 1320px);
  }

  .contact-intro {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
  }

  .contact-intro__copy {
    padding: 58px 48px;
  }

  .contact-workspace {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.3fr);
  }

  .contact-details {
    padding: 48px 34px;
  }

  .contact-form-card {
    padding-inline: 42px;
  }
}

@media (max-width: 820px) {
  .contact-intro,
  .contact-workspace {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    min-height: 0;
  }

  .contact-intro__copy {
    min-height: 430px;
  }

  .contact-intro__visual {
    min-height: 420px;
  }

  .contact-workspace {
    margin-block: 52px;
  }

  .contact-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    column-gap: 34px;
  }

  .contact-details .contact-list {
    grid-column: 2;
    grid-row: 1 / span 4;
    margin: 0;
  }

  .contact-details .contact-location-note,
  .contact-details .contact-social {
    grid-column: 1;
  }

  .contact-shop-bridge {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .contact-intro,
  .contact-workspace,
  .contact-shop-bridge {
    width: 100%;
    border-inline: 0;
  }

  .contact-intro__copy {
    min-height: 0;
    padding: 54px 22px 46px;
  }

  .contact-intro__copy h1 {
    font-size: clamp(54px, 16vw, 72px);
  }

  .contact-intro__copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .contact-intro__visual {
    min-height: 350px;
  }

  .contact-bag--back {
    left: 18px;
  }

  .contact-bag--front {
    right: 18px;
  }

  .contact-intro__note {
    top: 26px;
    left: 18px;
  }

  .contact-workspace {
    margin-block: 0 48px;
    border: 0;
    box-shadow: none;
  }

  .contact-details {
    display: block;
    padding: 46px 22px;
  }

  .contact-details .contact-list {
    margin: 32px 0;
  }

  .contact-list dd {
    font-size: 22px;
  }

  .contact-form-card {
    padding: 46px 22px 52px;
  }

  .contact-details h2,
  .contact-form-heading h2 {
    font-size: 44px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .form-submit-row {
    grid-template-columns: 1fr;
  }

  .form-submit-row button {
    width: 100%;
  }

  .contact-shop-bridge {
    margin-bottom: 0;
    padding: 40px 22px;
  }

  .contact-shop-bridge .button {
    width: 100%;
    text-align: center;
  }
}

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