
/* Placeholder compiled CSS for production; Tailwind CDN used during development.
   Add custom utilities/tweaks here. */
:root {
  --brand: #cc3527;
  --bg: #0b0b0d;
  --surface: #151518;
}
html, body { background-color: var(--bg); }
.focus-ring-brand:focus { outline: 2px solid var(--brand); outline-offset: 2px; }
.dialog-backdrop { background: rgba(0,0,0,0.6); }

/* Ensure DesignMyNight widget uses full width inside its container */
#dmn-booking { overflow: hidden; }
#dmn-booking *,
#dmn-widget,
#dmn-widget * {
  max-width: 100% !important;
}

#dmn-booking .widget-container,
#dmn-booking form,
#dmn-booking iframe {
  width: 100% !important;
}

/* (removed) Unicorn Studio/WebGL helpers no longer needed */
