/** NARIYA OUD Contact first screen and disabled enquiry form only. */
.page-id-11 .site-content,
.page-id-11 .ast-container,
.page-id-11 .entry-content {
  max-width: none;
  margin: 0;
  padding: 0;
}
.page-id-11 .entry-header { display: none; }
.page-id-11 #ast-scroll-top { display: none !important; }
.nariya-contact-hero {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: start;
  min-height: 760px;
  padding: 82px clamp(48px, 7vw, 112px) 92px;
  background: #f1e8d9;
  color: #211a14;
}
.nariya-contact-copy {
  max-width: 500px;
  padding: 18px clamp(42px, 5vw, 72px) 0 0;
}
.nariya-contact-kicker {
  margin: 0 0 15px;
  color: #976928;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .2em;
}
.nariya-contact-title {
  margin: 0 0 25px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 2.45vw, 37px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -.025em;
}
.nariya-contact-body {
  margin: 0 0 11px;
  color: #51473e;
  font-size: 16px;
  line-height: 1.7;
}
.nariya-contact-details {
  display: grid;
  gap: 20px;
  margin-top: 39px;
}
.nariya-contact-detail h3,
.nariya-contact-form-title {
  margin: 0 0 8px;
  color: #8b6129;
  font-family: inherit;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .17em;
}
.nariya-contact-detail p {
  margin: 0;
  color: #342b24;
  font-size: 16px;
  line-height: 1.55;
}
.nariya-contact-detail small {
  display: block;
  margin-top: 4px;
  color: #74685d;
  font-size: 13px;
}
.nariya-contact-certificates-link {
  display: inline-block;
  margin-top: 36px;
  color: #7e5724;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .13em;
  text-decoration: none;
  border-bottom: 1px solid rgba(126, 87, 36, .5);
}
.nariya-contact-form-wrap {
  padding-left: clamp(42px, 5vw, 72px);
  border-left: 1px solid rgba(89, 69, 47, .14);
}
.nariya-contact-form-title {
  margin-bottom: 25px;
  font-size: 12px;
}
.nariya-contact-form {
  display: grid;
  gap: 17px;
  max-width: 660px;
}
.nariya-contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.nariya-contact-field {
  display: grid;
  gap: 7px;
}
.nariya-contact-field label {
  color: #5d4933;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .14em;
}
.nariya-contact-optional {
  color: #958879;
  font-size: 9px;
  letter-spacing: .1em;
}
.nariya-contact-field input,
.nariya-contact-field select,
.nariya-contact-field textarea {
  width: 100%;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(79, 61, 42, .28);
  border-radius: 0;
  background: rgba(255, 253, 248, .56);
  color: #2b231c;
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  box-shadow: none;
}
.nariya-contact-field textarea {
  min-height: 112px;
  resize: vertical;
}
.nariya-contact-field input:focus,
.nariya-contact-field select:focus,
.nariya-contact-field textarea:focus {
  outline: 1px solid #9a6b2d;
  outline-offset: 1px;
  border-color: #9a6b2d;
}
.nariya-contact-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  align-items: start;
}
.nariya-contact-consent input {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: #9a6b2d;
}
.nariya-contact-consent label {
  color: #51473e;
  font-size: 13px;
  line-height: 1.55;
}
.nariya-contact-submit {
  width: 100%;
  min-height: 48px;
  margin: 2px 0 0;
  border: 1px solid #b59463;
  border-radius: 0;
  background: #c9ad7d;
  color: #57452d;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  cursor: not-allowed;
  opacity: .7;
}
.nariya-contact-form-status {
  margin: -5px 0 0;
  color: #74685d;
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .nariya-contact-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 58px 24px 72px;
  }
  .nariya-contact-copy {
    max-width: none;
    padding: 0;
  }
  .nariya-contact-title {
    font-size: clamp(33px, 9.2vw, 39px);
  }
  .nariya-contact-form-wrap {
    margin-top: 52px;
    padding: 42px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(89, 69, 47, .14);
  }
  .nariya-contact-form-row {
    grid-template-columns: 1fr;
  }
}
