html { background: #fff; }
html[data-theme="dark"] { background: #07111e; }
.enquiry-status { margin: 16px 0 0; color: var(--ink); }
.enquiry-status:empty { display: none; }
.enquiry-status.is-error { color: #e25555; }
.locale-links { padding: 0 16px; font-size: .85rem; }
.locale-links a { text-decoration: underline; text-underline-offset: 4px; }
@media (prefers-reduced-motion: no-preference) { @view-transition { navigation: auto; } }
/* Keep the supplied mobile layout fluid on larger phones and tablet previews. */
.mobile-app { --phone: 760px; }
