/* Obsidian Morphs Core front-end components. */
.om-site-notice {
	position: relative;
	z-index: 30;
	background: linear-gradient(90deg, #b8b8bb, #f0f0f1, #9d9da1);
	color: #08090a;
	font-size: .84rem;
	font-weight: 700;
	letter-spacing: .035em;
	text-align: center;
}
.om-site-notice__inner { max-width: 1180px; margin: 0 auto; padding: .72rem 1.25rem; }
.om-status-badge {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .35rem .68rem;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	background: rgba(9,10,11,.86);
	color: #f2f2f2;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}
.om-status-badge--available { border-color: rgba(153,220,177,.45); color: #b9ebc9; }
.om-status-badge--on-hold { border-color: rgba(246,208,123,.5); color: #f5d792; }
.om-status-badge--sold { border-color: rgba(255,255,255,.25); color: #c9c9cd; }
.om-status-badge--keeper { border-color: rgba(197,170,255,.45); color: #d6c2ff; }
.woocommerce ul.products li.product { position: relative; }
.woocommerce ul.products li.product .om-status-badge {
	position: absolute;
	top: .8rem;
	left: .8rem;
	z-index: 3;
}
.om-animal-quick-profile {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: .7rem 1.1rem;
	margin: 1.25rem 0;
	padding: 1.05rem;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 14px;
	background: rgba(255,255,255,.035);
}
.om-animal-quick-profile > div { min-width: 0; }
.om-animal-quick-profile dt {
	margin: 0 0 .15rem;
	color: #96969d;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.om-animal-quick-profile dd { margin: 0; color: #f2f2f2; font-weight: 650; overflow-wrap: anywhere; }
.om-animal-notes {
	margin: 1.35rem 0;
	padding: 1.1rem 1.2rem;
	border-left: 3px solid #babac0;
	background: rgba(255,255,255,.035);
}
.om-animal-notes h3 { margin-top: 0; font-size: 1rem; }
.om-gecko-grid > .products { margin-bottom: 0 !important; }
.om-empty-grid {
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px dashed rgba(255,255,255,.18);
	border-radius: 18px;
	background: rgba(255,255,255,.025);
	text-align: center;
}
.om-empty-grid p { margin: 0; color: #b7b7bc; }
.om-business-details { display: grid; gap: .65rem; }
.om-business-details p {
	display: grid;
	grid-template-columns: minmax(7.5rem, .45fr) 1fr;
	gap: 1rem;
	margin: 0;
	padding-bottom: .65rem;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.om-business-details strong { color: #a7a7ad; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.om-contact-wrap {
	max-width: 900px;
	padding: clamp(1.25rem, 4vw, 2.2rem);
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
	box-shadow: 0 24px 70px rgba(0,0,0,.25);
}
.om-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem 1.25rem; }
.om-contact-form p { margin: 0 0 1.15rem; }
.om-contact-form label { display: block; margin-bottom: .42rem; color: #e5e5e7; font-size: .88rem; font-weight: 750; }
.om-contact-form input,
.om-contact-form select,
.om-contact-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 47px;
	padding: .8rem .9rem;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 10px;
	background: rgba(0,0,0,.3);
	color: #f5f5f6;
	font: inherit;
}
.om-contact-form textarea { min-height: 170px; resize: vertical; }
.om-contact-form input:focus,
.om-contact-form select:focus,
.om-contact-form textarea:focus { outline: 2px solid #c8c8cc; outline-offset: 2px; border-color: transparent; }
.om-contact-consent { color: #96969d; font-size: .78rem; line-height: 1.55; }
.om-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.om-form-message { margin-bottom: 1.25rem; padding: .9rem 1rem; border-radius: 10px; font-weight: 700; }
.om-form-message--success { border: 1px solid rgba(153,220,177,.45); background: rgba(38,112,65,.25); color: #caefd6; }
.om-form-message--error { border: 1px solid rgba(255,145,145,.42); background: rgba(130,38,38,.24); color: #ffd0d0; }
.om-checkout-acknowledgement,
.om-manual-payment-instructions {
	margin: 1.2rem 0;
	padding: 1.1rem 1.2rem;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 12px;
	background: rgba(255,255,255,.04);
}
.om-checkout-acknowledgement h3,
.om-manual-payment-instructions h2 { margin-top: 0; }
.om-checkout-acknowledgement .checkbox { display: flex; align-items: flex-start; gap: .55rem; line-height: 1.5; }
.om-checkout-acknowledgement input[type="checkbox"] { margin-top: .28rem; flex: 0 0 auto; }
.om-payment-app-warning { padding: .7rem .8rem; border-left: 3px solid #d3b76f; background: rgba(211,183,111,.1); font-size: .88rem; }
.om-manual-payment-instructions dl { display: grid; gap: .45rem; }
.om-manual-payment-instructions dl div { display: grid; grid-template-columns: minmax(7rem,.35fr) 1fr; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.om-manual-payment-instructions dt { font-weight: 800; }
.om-manual-payment-instructions dd { margin: 0; overflow-wrap: anywhere; }
@media (max-width: 680px) {
	.om-form-grid { grid-template-columns: 1fr; gap: 0; }
	.om-animal-quick-profile { grid-template-columns: 1fr; }
	.om-business-details p,
	.om-manual-payment-instructions dl div { grid-template-columns: 1fr; gap: .25rem; }
}
