/* Watford Studios — Divi-matched stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&family=Quicksand:wght@300;400;500;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&display=swap');

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

html { font-size: 15px; scroll-behavior: smooth; }

body {
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px;
  color: #666;
  background: #fff;
  line-height: 1.7em;
}

a { color: #2ea3f2; text-decoration: none; }
a:hover { color: #2ea3f2; text-decoration: underline; }

/* ── Header ── */
header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  box-shadow: rgba(0,0,0,0.1) 0 1px 0 0;
}

.site-header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  height: 120px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo-img { height: 111px; width: auto; max-width: 300px; }
.site-logo:hover { text-decoration: none; opacity: .88; }

nav {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  margin-left: auto;
  align-items: center;
}

nav a {
  color: rgba(0,0,0,0.6);
  padding: 0 11px;
  font-size: 14px;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: color .15s;
  white-space: nowrap;
  line-height: 120px;
}
nav a:hover, nav a.active {
  color: #2ea3f2;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,0.5);
  border-radius: 2px;
}

/* push content below fixed header */
.header-spacer { height: 120px; }

/* ── Hero/Slideshow ── */
.slideshow {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 400px;
  overflow: hidden;
  background: #1a3a50;
}
/* Home page hero: full-viewport, goes under fixed header */
.slideshow.home-hero {
  height: 100vh;
  min-height: 600px;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .8s ease;
  display: flex;
  align-items: flex-end;
}
.slide.active { opacity: 1; }

.slide-content {
  background: linear-gradient(transparent, rgba(0,0,0,.5));
  width: 100%;
  padding: 2rem 3rem;
}

.slide-content h2 {
  color: #fff;
  font-family: Quicksand, Helvetica, Arial, Lucida, sans-serif;
  font-size: 46px;
  font-weight: 300;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
  margin-bottom: .8rem;
}

.slide-btn {
  display: inline-block;
  padding: 9px 20px;
  background: rgba(12,113,195,0.9);
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  border: 2px solid rgba(255,255,255,.7);
  transition: background .15s;
}
.slide-btn:hover { background: #0c71c3; color: #fff; text-decoration: none; }

.slide-prev, .slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.3);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: background .15s;
}
.slide-prev:hover, .slide-next:hover { background: rgba(0,0,0,.6); }
.slide-prev { left: 1rem; }
.slide-next { right: 1rem; }

.slide-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .5rem;
  z-index: 10;
}
.dot {
  width: 10px; height: 10px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background .15s;
}
.dot.active { background: #fff; }

/* ── Container ── */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ── Welcome section ── */
.welcome-section {
  padding: 69px 0 51px;
  text-align: center;
  background: #fff;
}
.welcome-section h2 {
  font-family: Quicksand, Helvetica, Arial, Lucida, sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  margin-bottom: 25px;
}
.welcome-section p {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 2em;
  text-align: justify;
  max-width: 840px;
  margin: 0 auto .9em;
}
.welcome-section a { color: #2ea3f2; }

/* ── Attractions / Location & Nearby Attractions ── */
.attractions-section {
  padding: 47px 0 51px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}
.section-kicker {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  margin-bottom: 12px;
}
.section-title {
  text-align: center;
  font-family: Quicksand, Helvetica, Arial, Lucida, sans-serif;
  font-size: 42px;
  font-weight: 300;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.3;
}
.section-desc {
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 0;
  line-height: 1.8em;
}

.blurbs-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.blurb {}
.blurb-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.blurb h4 {
  font-family: Quicksand, Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.blurb p {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.9em;
}

/* ── Tabs section ── */
.tabs-section {
  padding: 81px 0 55px;
  background: #fff;
}
.tab-bar {
  display: flex;
  list-style: none;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 0;
}
.tab-bar li { flex: 1; border-right: 1px solid #ddd; }
.tab-bar li:last-child { border-right: none; }
.tab-bar button {
  width: 100%;
  padding: 13px 10px;
  background: #f8f8f8;
  border: none;
  cursor: pointer;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #666;
  transition: background .15s, color .15s;
}
.tab-bar button:hover { background: #eee; }
.tab-bar button.active { background: #2ea3f2; color: #fff; }
.tab-panels {
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px 30px 20px;
}
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-panel a {
  display: block;
  color: #2ea3f2;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  text-decoration: none;
}
.tab-panel a:hover { text-decoration: underline; }

/* ── Units gallery section ── */
.units-gallery-section {
  padding: 51px 0;
  background: #fff;
}
.units-gallery-full { width: 100%; height: 350px; object-fit: cover; display: block; margin-bottom: 8px; }
.units-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.units-thumbs img { width: 100%; height: 120px; object-fit: cover; display: block; }

/* ── CTA section ── */
.cta-section {
  background:
    linear-gradient(150deg, rgba(47,58,68,0.43) 25%, rgba(38,46,53,0) 100%),
    url('/uploads/2019/08/vlcsnap-2019-07-31-00h43m59s462.jpg') center/cover no-repeat;
  padding: 102px 0 280px;
}
.cta-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cta-text {}
.cta-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,.8);
  margin-bottom: 12px;
}
.cta-text h2 {
  font-family: Quicksand, Helvetica, Arial, Lucida, sans-serif;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.btn-divi {
  display: inline-block;
  padding: 9px 20px;
  background: #0c71c3;
  color: #fff;
  border-radius: 5px;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: background .15s;
  text-decoration: none;
}
.btn-divi:hover { background: #2ea3f2; color: #fff; text-decoration: none; }

/* ── Contact section ── */
.contact-section {
  padding: 51px 0;
  background: #fff;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.contact-info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.contact-info-item {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}
.contact-info-item a { color: #2ea3f2; }
.contact-form-wrap { max-width: 840px; margin: 0 auto; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; }
.contact-field {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  color: #666;
  outline: none;
}
.contact-field:focus { border-color: #2ea3f2; background: #fff; }
.contact-field.full { width: 100%; display: block; }
textarea.contact-field { height: 150px; resize: vertical; }
.contact-captcha { text-align: right; margin-bottom: 15px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; font-size: 14px; }
.contact-captcha input { width: 60px; }
.contact-submit {
  float: right;
  padding: 10px 25px;
  background: none;
  border: 2px solid #2ea3f2;
  color: #2ea3f2;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  transition: background .15s, color .15s;
}
.contact-submit:hover { background: #2ea3f2; color: #fff; }
.contact-social { text-align: center; padding-top: 30px; clear: both; display: flex; justify-content: center; gap: 8px; }
.social-circle {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: background .15s;
}
.social-circle:hover { background: #2ea3f2; color: #fff; text-decoration: none; }

/* ── Contact form kit (cf-*) — Divi-themed ── */
.cf-form { max-width: 840px; margin: 0 auto; }
.cf-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.cf-full { grid-column: 1 / -1; }
.cf-form-item { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 18px; }
.cf-form-item label {
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px; color: #666; font-weight: 600;
}
.cf-req { color: #c0392b; margin-left: .15rem; }
.cf-form-item input, .cf-form-item select, .cf-form-item textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  color: #666;
  transition: border-color .15s, background .15s;
}
.cf-form-item input:focus, .cf-form-item select:focus, .cf-form-item textarea:focus {
  outline: none; border-color: #2ea3f2; background: #fff;
}
.cf-form-item textarea { min-height: 150px; resize: vertical; }
.cf-has-error input, .cf-has-error select, .cf-has-error textarea { border-color: #c0392b; }
.cf-field-error { font-size: 12px; color: #c0392b; margin: 0; }
.cf-section-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  color: #999; border-top: 1px solid #e8e8e8; padding-top: 1.2rem; margin: .5rem 0;
}
.cf-form-footer { margin-top: 1.2rem; }
#cf-submit {
  padding: 10px 25px;
  background: none;
  border: 2px solid #2ea3f2;
  color: #2ea3f2;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: background .15s, color .15s;
}
#cf-submit:hover { background: #2ea3f2; color: #fff; }
#cf-submit:disabled { opacity: .6; cursor: default; }
.cf-form-status {
  margin-top: 1rem; padding: .75rem 1rem; border-radius: 3px;
  background: #fdf0d5; border-left: 4px solid #e67e22; font-size: 14px;
}
.cf-form-confirmation {
  padding: 1.5rem; background: #eafaf1; border-left: 4px solid #27ae60;
  border-radius: 3px; font-size: 15px; color: #1e8449;
}
@media (max-width: 600px) { .cf-form-row { grid-template-columns: 1fr; } }

/* ── Footer ── */
footer {
  background: #222;
  color: rgba(255,255,255,.5);
}
.footer-nav-bar {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 30px 20px;
  text-align: center;
}
.footer-nav-bar a {
  color: rgba(255,255,255,.65);
  margin: 0 12px;
  font-size: 13px;
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  text-transform: none;
  transition: color .15s;
}
.footer-nav-bar a:hover { color: #2ea3f2; text-decoration: none; }
.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 15px 30px;
  text-align: center;
}
.footer-credit { font-size: 12px; color: rgba(255,255,255,.3); }

/* ── Page header (inner pages) ── */
.page-header {
  background: linear-gradient(135deg, #1a5276 0%, #2471a3 100%);
  padding: 3.5rem 1.5rem 3rem;
  color: #fff;
}
.page-header h1 {
  font-family: Quicksand, Helvetica, Arial, Lucida, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  text-shadow: 0 1px 4px rgba(0,0,0,.25);
}

/* ── Content sections (inner pages) ── */
.content-section {
  padding: 51px 0;
  background: #fff;
}
.content-section h1, .content-section h2, .content-section h3,
.content-section h4, .content-section h5 {
  font-family: Quicksand, Helvetica, Arial, Lucida, sans-serif;
  color: #333;
  margin-top: 1.4em;
  margin-bottom: .5em;
  line-height: 1.3;
}
.content-section h1 { font-size: 2rem; font-weight: 400; }
.content-section h2 { font-size: 1.6rem; font-weight: 400; }
.content-section h3 { font-size: 1.3rem; font-weight: 500; }
.content-section h4 { font-size: 1.1rem; font-weight: 500; }
.content-section h5 { font-size: 1rem; font-weight: 700; }
.content-section p {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 2em;
  margin-bottom: 1em;
}
.content-section ul, .content-section ol { margin: .75em 0 1em 1.5em; }
.content-section li {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: .4em;
  line-height: 1.8em;
}
.content-section a { color: #2ea3f2; }
.content-section a:hover { color: #2ea3f2; text-decoration: underline; }
.content-section img { max-width: 100%; height: auto; border-radius: 4px; margin: 1em 0; }
.content-section table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
.content-section th, .content-section td { padding: .6rem 1rem; border: 1px solid #e0e0e0; text-align: left; }
.content-section th { background: #2ea3f2; color: #fff; }
.content-section tr:nth-child(even) td { background: #f9f9f9; }

/* info links */
.info-links { list-style: none; margin: 1.5rem 0; padding: 0; }
.info-links li { padding: 1rem 1.25rem; margin-bottom: .75rem; background: #f5f5f5; border-left: 4px solid #2ea3f2; border-radius: 4px; }
.info-links a { font-weight: 600; font-size: 1.05rem; }

/* ── 360 virtual tour ── */
.virtual-tour { margin: 1em 0 1.5em; }
.virtual-tour iframe { display: block; width: 100%; border: 0; }

/* ── Gallery ── */
.gallery-section {
  padding: 40px 0 51px;
  background: #fff;
}
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.image-gallery figure { overflow: hidden; border-radius: 4px; }
.image-gallery img { width: 100%; height: 180px; object-fit: cover; transition: transform .3s; display: block; }
.image-gallery img:hover { transform: scale(1.04); }

/* ── Buttons (keep for inner pages) ── */
.btn-link {
  display: inline-block;
  padding: .5rem 1.25rem;
  background: #2ea3f2;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: .9rem;
  transition: background .15s;
}
.btn-link:hover { background: #0c71c3; color: #fff; text-decoration: none; }
.btn-book {
  display: inline-block;
  padding: 9px 20px;
  background: #0c71c3;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: background .15s;
  text-decoration: none;
}
.btn-book:hover { background: #2ea3f2; color: #fff; text-decoration: none; }

/* ── Responsive ── */
@media (max-width: 980px) {
  .blurbs-row { grid-template-columns: 1fr 1fr; }
  .units-thumbs { grid-template-columns: repeat(3, 1fr); }
  .cta-inner { grid-template-columns: 1fr; }
  .contact-info-row { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }

  nav {
    display: none;
    position: absolute;
    top: 120px;
    left: 0; right: 0;
    background: #333;
    flex-direction: column;
    padding: .75rem 1rem 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
    gap: 0;
  }
  nav.open { display: flex; }
  nav a {
    color: rgba(255,255,255,.85);
    line-height: 2.4;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  nav a:hover, nav a.active { color: #2ea3f2; }

  .site-logo { margin-right: auto; }
  .site-logo-img { height: 70px; }

  .slideshow { height: 55vw; min-height: 250px; }
  .slide-content h2 { font-size: 1.5rem; }
  .slide-content { padding: 1rem 1.5rem; }

  .welcome-section { padding: 40px 0 30px; }
  .welcome-section h2 { font-size: 26px; }
  .welcome-section p { font-size: 15px; }

  .section-title { font-size: 28px; }
  .blurbs-row { grid-template-columns: 1fr; }
  .contact-row { grid-template-columns: 1fr; }
  .units-thumbs { grid-template-columns: repeat(2, 1fr); }

  .tab-bar { flex-wrap: wrap; }
  .tab-bar li { border-right: none; border-bottom: 1px solid #ddd; }

  .cta-section { padding: 60px 0 120px; }
  .cta-text h2 { font-size: 28px; }

  .page-header { padding: 2rem 1.5rem; }
  .page-header h1 { font-size: 1.75rem; }

  .content-section { padding: 30px 0; }
  .content-section h1 { font-size: 1.5rem; }
  .content-section h2 { font-size: 1.3rem; }
  .content-section p { font-size: 15px; }
}

@media (max-width: 480px) {
  .units-thumbs { grid-template-columns: repeat(2, 1fr); }
  .blurbs-row { grid-template-columns: 1fr; }
  .tab-bar button { font-size: 11px; padding: 10px 6px; }
}

/* ── Footer social icons ── */
.footer-social { display: flex; justify-content: center; gap: 8px; margin-bottom: 8px; }
.footer-social-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: background .15s;
}
.footer-social-icon:hover { background: #2ea3f2; color: #fff; text-decoration: none; }
