/*
Theme Name: CIRCLE 53 v3
Theme URI: https://circle53.one/
Author: CIRCLE 53
Description: One-page theme for CIRCLE 53 — Your Next Level. One Circle. Version 1.2.0: updated design build, new photography, applications to concierge@circle53.one. Ships the complete site, the multilingual application form (delivered by wp_mail via your SMTP plugin), SEO/structured data and security headers. Just activate — no page setup required.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: circle53
*/

html,
body.circle53 {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #0a0a0a;
}

body.circle53 {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.circle53-stage {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #0a0a0a;
}

.circle53-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Crawler-readable copy that stays invisible to sighted visitors. */
.circle53-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* The admin bar must not push the stage out of the viewport. */
body.circle53.admin-bar .circle53-stage {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
  body.circle53.admin-bar .circle53-stage {
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}
