.aethno-inquiry {
  margin: clamp(2rem, 5vw, 5rem) 0;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid #d9d8d2;
  background: #f7f6f1;
}

.aethno-inquiry__intro { max-width: 760px; }
.aethno-kicker { margin: 0 0 .6rem; color: #a52b2f; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.aethno-inquiry h2 { margin: 0 0 .75rem; }
.aethno-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.25rem; margin-top: 1.5rem; }
.aethno-form-grid label { display: block; font-weight: 600; }
.aethno-form-grid input,
.aethno-form-grid select,
.aethno-form-grid textarea { width: 100%; margin-top: .45rem; padding: .8rem .9rem; border: 1px solid #aaa9a2; border-radius: 0; background: #fff; color: #202522; }
.aethno-form-grid textarea { resize: vertical; }
.aethno-form-grid__wide { grid-column: 1 / -1; }
.aethno-consent { display: flex !important; align-items: flex-start; gap: .65rem; font-weight: 400 !important; }
.aethno-consent input { width: auto; margin-top: .25rem; }
.aethno-inquiry-submit { margin-top: 1.25rem !important; min-width: 180px; background: #202522 !important; color: #fff !important; }
.aethno-inquiry__direct { margin: 1rem 0 0; }
.aethno-form-notice { margin: 1.25rem 0; padding: .9rem 1rem; border: 1px solid; }
.aethno-form-notice--success { border-color: #79a384; background: #edf7ef; }
.aethno-form-notice--error { border-color: #c17470; background: #fff0ee; }
.aethno-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.aethno-shop-tools { margin: 0 0 2rem; padding: 1rem; border: 1px solid #d9d8d2; background: #f7f6f1; }
.aethno-product-search label { display: block; margin-bottom: .5rem; font-weight: 700; }
.aethno-product-search > div { display: flex; gap: .5rem; }
.aethno-product-search input[type="search"] { flex: 1; min-width: 0; padding: .75rem .85rem; border: 1px solid #aaa9a2; background: #fff; }
.aethno-product-search button { padding: .75rem 1.25rem; border: 0; background: #202522; color: #fff; }
.aethno-shop-shortcuts { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .9rem; }
.aethno-shop-shortcuts a { display: inline-block; padding: .5rem .7rem; border: 1px solid #c8c7c0; background: #fff; color: inherit; text-decoration: none; }
.aethno-shop-shortcuts a:hover,
.aethno-shop-shortcuts a:focus-visible { border-color: #202522; }

.aethno-policy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.1rem; padding: 1rem 1.25rem 1.4rem; border-top: 1px solid rgba(32, 37, 34, .14); background: #f7f6f1; font-size: .875rem; }
.aethno-policy-links a { color: #323733; text-decoration: underline; text-underline-offset: .18em; }
.aethno-policy-links a:hover, .aethno-policy-links a:focus-visible { color: #000; }

@media (max-width: 720px) {
  .aethno-form-grid { grid-template-columns: 1fr; }
  .aethno-form-grid__wide { grid-column: auto; }
  .aethno-product-search > div { flex-direction: column; }
}
