*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cj-deep-navy);
  color: var(--cj-cyber-porcelain);
  font-family: var(--cj-font-family);
  font-size: var(--cj-font-size-body);
  line-height: var(--cj-line-height-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea {
  accent-color: var(--cj-neon-orange);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--cj-cyber-porcelain);
  font-weight: 600;
  line-height: var(--cj-line-height-heading);
}

p {
  margin-top: 0;
}

:focus-visible {
  outline: 3px solid var(--cj-neon-orange);
  outline-offset: 4px;
}

::selection {
  background: var(--cj-neon-orange);
  color: var(--cj-deep-navy);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  margin: 0;
  clip: auto;
  border-radius: var(--cj-radius-small);
  background: var(--cj-cyber-porcelain);
  color: var(--cj-deep-navy);
}

.site-container {
  width: min(
    calc(100% - (var(--cj-page-gutter) * 2)),
    var(--cj-content-width)
  );
  margin-inline: auto;
}

.gradient-text {
  background: linear-gradient(
    100deg,
    var(--cj-neon-blue) 0%,
    var(--cj-neon-orange) 100%
  );
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--cj-radius-small);
  background: var(--cj-neon-orange);
  box-shadow: var(--cj-shadow-neon-orange);
  color: var(--cj-deep-navy);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color var(--cj-transition-fast),
    box-shadow var(--cj-transition-fast),
    transform var(--cj-transition-fast);
}

.button:hover {
  background: var(--cj-neon-orange-hover);
  box-shadow: 0 0.75rem 2.25rem rgba(253, 152, 0, 0.34);
  color: var(--cj-deep-navy);
  transform: translateY(-2px);
}

.site-main {
  min-height: 65vh;
}

.content-shell {
  width: min(
    calc(100% - (var(--cj-page-gutter) * 2)),
    var(--cj-reading-width)
  );
  padding-block: var(--cj-section-space);
  margin-inline: auto;
}

.entry-title {
  margin-bottom: 1.5rem;
  font-size: var(--cj-font-size-section-title);
  letter-spacing: -0.035em;
}

.entry-title a {
  text-decoration: none;
}

.entry-content {
  color: var(--cj-porcelain-muted);
}

.entry-content > * + * {
  margin-top: 1.4em;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* Spam trap used by every reusable booking form; it must never enter layout. */
.booking-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
/* Radio controls use styled labels; keep the native input focusable without inheriting full-width field sizing. */
.booking-choice label input[type="radio"]{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;overflow:hidden!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.cj-editable-hero-title{overflow-wrap:normal;word-break:normal}.cj-hero-title--font-editorial{font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important;letter-spacing:-.045em!important}.cj-hero-title--font-display{font-family:Impact,"Arial Narrow",sans-serif!important;font-weight:400!important;letter-spacing:.01em!important;text-transform:uppercase}.cj-hero-title--font-system{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}.cj-hero-title--size-small{font-size:clamp(34px,4.5vw,58px)!important}.cj-hero-title--size-compact{font-size:clamp(40px,5.5vw,70px)!important}.cj-hero-title--size-large{font-size:clamp(54px,8vw,102px)!important}.cj-hero-title--size-xlarge{font-size:clamp(66px,9.5vw,128px)!important}.cj-hero-title--width-narrow{max-width:620px!important}.cj-hero-title--width-wide{max-width:1050px!important}.cj-hero-title--width-full{max-width:none!important}.cj-hero-title--align-center{margin-inline:auto!important;text-align:center!important}.cj-hero-title--align-right{margin-left:auto!important;text-align:right!important}@media(max-width:767px){.cj-hero-title--size-compact{font-size:clamp(34px,9.5vw,44px)!important}.cj-hero-title--size-small{font-size:clamp(30px,8.5vw,39px)!important}.cj-hero-title--size-large,.cj-hero-title--size-xlarge{font-size:clamp(44px,13vw,62px)!important}.cj-hero-title--mobile-size-small{font-size:clamp(27px,7.5vw,34px)!important}.cj-hero-title--mobile-size-compact{font-size:clamp(32px,9vw,42px)!important}.cj-hero-title--mobile-size-large{font-size:clamp(42px,12vw,58px)!important}}
