body {
  background: #111 url("../images/content/bg.webp") repeat top center;
  color: #222;
  font-family: "Comic Sans MS", "Comic Sans", Arial, sans-serif;
  line-height: 1.55;
  margin: 0;
}

@font-face {
  font-display: block;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

a {
  color: #ec008c;
}

a:hover {
  color: #c50376;
}

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

h1,
h2 {
  text-transform: uppercase;
}

.skip-link {
  background: #fff;
  border: 2px solid #ec008c;
  left: 1rem;
  padding: .5rem .75rem;
  position: absolute;
  top: 1rem;
  transform: translateY(-150%);
  z-index: 20;
}

.skip-link:focus {
  transform: translateY(0);
}

.header-container,
.main-body,
.site-footer .container {
  max-width: 1140px;
}

.header-container {
  background: #fff;
  margin: 0 auto;
  padding: 0 1rem 1.25rem;
}

.site-logo {
  display: block;
  margin: 0 auto;
  max-width: 485px;
  padding-top: .75rem;
  text-align: center;
}

.site-nav {
  border-bottom: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  margin: 1.25rem auto 0;
  text-align: center;
}

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.75rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: .85rem 0;
}

.site-nav a {
  color: #6e6552;
  font-size: 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a.active,
.site-nav a:hover {
  color: #ec008c;
}

.main-body {
  background: #fff;
  margin: 0 auto;
  min-height: 45vh;
}

.hero-carousel {
  background: #111;
  border-bottom: 4px solid #ec008c;
}

.hero-carousel .carousel {
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-carousel picture,
.hero-carousel img {
  height: 100%;
}

.hero-carousel img {
  object-fit: cover;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 10%;
}

.hero-carousel .carousel-indicators {
  margin-bottom: .65rem;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  background-color: #111;
  border: 0;
  border-radius: 50%;
  height: 10px;
  opacity: .75;
  width: 10px;
}

.hero-carousel .carousel-indicators .active {
  background-color: #ec008c;
  opacity: 1;
}

.content-shell {
  padding: 1.75rem 1rem 2.5rem;
}

.content-shell h1 {
  margin-bottom: 1.4rem;
  text-align: center;
}

.home-table {
  margin: 0 auto 1.5rem;
}

.home-table td {
  padding: .5rem;
}

.home-table h2 {
  font-size: 1rem;
}

.blog-archive {
  align-items: flex-start;
  margin: 0 auto;
  max-width: 940px;
}

.blog-entry {
  margin-bottom: 2.75rem;
  position: relative;
  scroll-margin-top: 1.5rem;
}

.anchor-target {
  display: block;
  position: relative;
  top: -1.5rem;
  visibility: hidden;
}

.blog-entry-inner {
  border-bottom: 1px solid #ddd4dc;
  padding-bottom: 2.75rem;
}

.blog-entry h2 {
  color: #6e6552;
  font-size: 1.35rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.blog-entry h3,
.blog-entry h4 {
  color: #333;
  font-size: 1.05rem;
  margin: 1.25rem 0 .65rem;
  text-transform: uppercase;
}

.blog-entry p,
.blog-entry li {
  font-size: 1rem;
}

.blog-entry img {
  display: block;
  margin: 0 0 1rem;
  width: 100%;
}

.blog-entry .inline-image {
  max-width: 245px;
}

.blog-entry .image-float-right {
  float: right;
  margin: .25rem 0 1rem 1rem;
}

.blog-entry .image-float-left {
  float: left;
  margin: .25rem 1rem 1rem 0;
}

.blog-entry .image-align-right {
  margin-left: auto;
}

.blog-entry .image-wrap-right {
  margin-bottom: 1.25rem;
  margin-left: 1.5rem;
}

.blog-entry .blog-cta {
  color: #ec008c;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-entry .clear-floats {
  clear: both;
}

.article-shell {
  max-width: 920px;
}

.article-shell .page-header h1 {
  text-align: center;
}

.article-shell p,
.article-shell li {
  font-size: 1.02rem;
}

.article-shell ul {
  margin-bottom: 1.25rem;
}

.post-grid {
  display: grid;
  gap: 1.25rem;
}

.post-card {
  border-bottom: 1px solid #e2dbe1;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(180px, 280px) 1fr;
  padding-bottom: 1.25rem;
}

.post-card img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin: 0 auto;
  max-width: 1110px;
}

.gallery-item {
  background: transparent;
  margin: 0;
  overflow: hidden;
}

.gallery-item a {
  display: block;
  outline-offset: 4px;
}

.gallery-item a:focus-visible {
  outline: 3px solid #ec008c;
}

.gallery-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
}

.gallery-item a:hover img,
.gallery-item a:focus-visible img {
  opacity: .9;
  transform: scale(1.02);
}

.gallery-dialog {
  background: #000;
  border: 0;
  color: #fff;
  height: 100vh;
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100vw;
}

.gallery-dialog::backdrop {
  background: #000;
}

.gallery-dialog-inner {
  align-items: center;
  background: #000;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 3rem 1rem;
  position: relative;
}

.gallery-dialog img {
  display: block;
  max-height: 82vh;
  max-width: 82vw;
  object-fit: contain;
  width: auto;
}

.gallery-close {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: .45rem .8rem;
  position: absolute;
  right: .75rem;
  top: .75rem;
}

.gallery-controls {
  display: flex;
  inset: 50% 1rem auto;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  transform: translateY(-50%);
}

.gallery-controls button {
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: #fff;
  font: inherit;
  font-weight: 700;
  pointer-events: auto;
  padding: .55rem 1rem;
}

.form-shell {
  max-width: 960px;
}

.booking-form {
  border-top: 4px solid #ec008c;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-form label,
.booking-form legend {
  font-weight: 700;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  border: 1px solid #bbb;
  border-radius: 2px;
  display: block;
  font: inherit;
  margin-top: .35rem;
  padding: .55rem;
  width: 100%;
}

.booking-form fieldset {
  border: 1px solid #ddd;
  padding: .8rem;
}

.booking-form fieldset label {
  display: inline-flex;
  font-weight: 400;
  margin-right: 1rem;
}

.booking-form fieldset input {
  margin: .25rem .35rem 0 0;
  width: auto;
}

.span-full {
  grid-column: 1 / -1;
}

.form-note {
  color: #6e6552;
  margin-top: 1rem;
}

.peachforms-honeypot {
  left: -10000px;
  position: absolute;
  top: auto;
}

.turnstile-placeholder {
  align-items: center;
  background: #f7f3f6;
  border: 1px dashed #b8aebb;
  color: #6e6552;
  display: flex;
  margin-top: 1rem;
  min-height: 78px;
  padding: 1rem;
}

.booking-form[data-peachforms-disabled] .turnstile-placeholder::before {
  content: "Turnstile verification will load after the PeachForms route is established.";
}

.booking-form button,
.back-to-top {
  background: #ed1c24;
  border: 1px solid #b91117;
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: .75rem 1.2rem;
}

.booking-form button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.site-footer {
  background: #434242;
  border-top: 4px solid #ec008c;
  color: #fff;
  margin: 0 auto;
}

.site-footer .container {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1.4fr 1fr;
  margin: 0 auto;
  padding: 1rem;
}

.site-footer a {
  color: #fff;
}

.footer-name {
  font-size: 1.35rem;
}

.footer-mark {
  text-align: center;
}

.social-links {
  align-items: center;
  display: flex;
  gap: 1.1rem;
  justify-content: flex-end;
}

.social-links a {
  font-size: 2.25rem;
  line-height: 1;
  text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: #ec008c;
}

.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
}

.fa-brands::before {
  content: var(--fa);
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.back-to-top {
  bottom: 1rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  transform: translateY(.5rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-link {
  margin-top: 2rem;
}

@media (max-width: 760px) {
  .post-card,
  .site-footer .container,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 14%;
  }

  .site-nav ul {
    gap: .6rem 1rem;
  }

  .home-table,
  .home-table tbody,
  .home-table tr,
  .home-table td {
    display: block;
    width: 100%;
  }

  .blog-entry .image-float-left,
  .blog-entry .image-float-right {
    float: none;
    margin: 0 0 1rem;
    max-width: 100%;
  }

  .gallery-dialog img {
    max-width: 92vw;
  }
}
