@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;700&display=swap");
/* ── Colour tokens ── */
:root {
  --odin-black: #000000;
  --flight-silver: #B8C2CC;
  --aero-steel: #6D7A83;
  --odin-blue: #00C6F8;
  --glass-cyan: rgba(91,234,255,0.70);
  --white-air: #FFFFFF;
}

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

body {
  background: #000000;
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

p {
  margin: 0 0 16px;
}

/* ── Remove ALL Kadence/WordPress spacing ── */
.site-main,
.content-area,
.entry-content,
.entry-header,
.site-content,
.wp-site-blocks,
.is-layout-flow,
article.page {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.entry-header {
  display: none !important;
}

/* ── Header / Nav ── */
.site-header,
#masthead {
  background: #000000 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.main-navigation a,
.nav-primary a {
  color: #B8C2CC !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  text-decoration: none;
}

.main-navigation a:hover,
.nav-primary a:hover {
  color: #00C6F8 !important;
}

/* ── Full width blocks ── */
body.home .entry-content > .wp-block-html,
body.page .entry-content > .wp-block-html {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
}

/* ── Remove gaps between blocks ── */
.entry-content > * + * {
  margin-top: 0 !important;
}

.wp-block-html {
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Buttons ── */
.wp-block-button__link,
a.btn,
.btn {
  background: transparent;
  color: #00C6F8;
  border: 1.5px solid #00C6F8;
  border-radius: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 32px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-button__link:hover,
a.btn:hover {
  background: rgba(0, 198, 248, 0.08);
  box-shadow: 0 0 20px rgba(0, 198, 248, 0.35);
}

/* ── Cards ── */
.wp-block-group {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ── Footer ── */
.site-footer,
#colophon {
  background: #000000 !important;
  border-top: 1px solid rgba(109, 122, 131, 0.2) !important;
  color: #6D7A83;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  padding: 32px 48px !important;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="grid-template-columns:repeat(3,1fr)"] > div {
    height: 280px !important;
  }
  div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  section[style*="padding:100px 48px"],
  div[style*="padding:100px 48px"] {
    padding: 60px 24px !important;
  }
  div[style*="padding:80px 64px"] {
    padding: 48px 24px !important;
  }
  div[style*="padding:28px 24px"] {
    padding: 24px 20px !important;
  }
}
.wp-block-html {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
  line-height: 0;
}

.wp-block-html > * {
  line-height: normal;
}

/* Kill all gaps between HTML blocks */
.entry-content .wp-block-html {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
}

.entry-content .wp-block-html > * {
  line-height: normal;
  font-size: initial;
}

/* Full width page content */
.page-id-[page-id-897] .content-container,
.page-id-[page-id-897] .site-content,
.page-id-[page-id-897] .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* Homepage full width - ID 897 */
.page-id-897 .site-content,
.page-id-897 .content-area,
.page-id-897 .entry-content,
.page-id-897 .content-container,
.page-id-897 article,
.page-id-897 .site-main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.page-id-897 .wp-block-html {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
}

.page-id-897 .wp-block-html > * {
  line-height: normal;
  font-size: initial;
}.site-footer {
  border-top: none !important;
}#odinfly-lightbox {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  width: 100dvw !important;
  height: 100dvh !important;
}
/* Photo fullscreen styles */
  .odinfly-photo {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .odinfly-photo:active {
    opacity: 0.85;
  }

  #odinfly-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 99999;
    cursor: pointer;
    overflow: hidden;
  }
  #odinfly-lightbox.open {
    display: block;
  }
  #odinfly-lightbox-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: contain;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  #odinfly-lightbox-close {
    position: fixed;
    top: 16px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
    font-family: sans-serif;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    user-select: none;
    z-index: 100000;
  }
  #odinfly-lightbox-close:hover { opacity: 1; }
  #odinfly-lightbox-prev,
  #odinfly-lightbox-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 16px 20px;
    cursor: pointer;
    z-index: 100000;
    user-select: none;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.2s;
  }
  #odinfly-lightbox-prev:hover,
  #odinfly-lightbox-next:hover { opacity: 1; }
  #odinfly-lightbox-prev { left: 0; }
  #odinfly-lightbox-next { right: 0; }
  #odinfly-lightbox-counter {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.5);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    z-index: 100000;
    user-select: none;
  }/* Contact form — 50% width centered on desktop */
@media (min-width: 769px) {
  .wp-block-jetpack-contact-form,
  .contact-form,
  form.contact-form {
    max-width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}