/* Playfield Atlas local site styles */
:root {
  --pa-ink: #172b35;
  --pa-paper: #ede2d0;
  --pa-ocean: #0b5c68;
  --pa-ocean-dark: #064650;
  --pa-sand: #d8c7ae;
  --pa-slate: #53656b;
  --pa-white: #fffdf8;
  --pa-tint: #dcebed;
  --pa-border: #b8a78e;
  --pa-focus: #f0b429;
  --pa-radius: .5rem;
  --pa-shadow: 0 .55rem 1.35rem rgba(23,43,53,.12);
  --pa-display: Arial, Helvetica, sans-serif;
  --pa-body: Arial, Helvetica, sans-serif;
}

html { scroll-behaviour: smooth; }
body {
  margin: 0;
  color: var(--pa-ink);
  background: var(--pa-white);
  font-family: var(--pa-body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6,
.brand-name, .site-footer strong {
  color: var(--pa-ink);
  font-family: var(--pa-display);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
}
h1 { font-size: clamp(2.45rem, 7vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { max-width: 72ch; }
a { color: var(--pa-ocean-dark); text-decoration-thickness: .1em; text-underline-offset: .16em; }
a:hover { color: var(--pa-ink); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible,
.form-check-input:focus-visible {
  outline: .2rem solid var(--pa-focus);
  outline-offset: .2rem;
  box-shadow: 0 0 0 .15rem var(--pa-ink);
}

.skip-link {
  position: absolute;
  z-index: 2000;
  top: .75rem;
  left: .75rem;
  padding: .65rem .9rem;
  color: var(--pa-white);
  background: var(--pa-ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 1000;
  color: var(--pa-ink);
  background: var(--pa-paper);
  border-color: var(--pa-border) !important;
}
.site-header .navbar { min-height: 5.6rem; }
.site-header--inline .navbar { align-items: center; }
.brand-name { display: block; font-size: clamp(1.45rem, 3vw, 2.15rem); }
.brand-tagline { display: block; color: var(--pa-slate); font-size: .8rem; line-height: 1.3; }
.site-header .navbar-brand { color: var(--pa-ink); }
.site-header .navbar-brand:hover { color: var(--pa-ocean-dark); }
.site-header .nav-link {
  color: var(--pa-ink);
  font-weight: 700;
  padding: .65rem .75rem;
}
.site-header .nav-link:hover,
.site-header .nav-link.active { color: var(--pa-ocean-dark); }
.site-header .navbar-toggler { border: .12rem solid var(--pa-ink); }
.site-header .navbar-toggler-icon { filter: brightness(0) saturate(100%); }
.site-header--stacked-brand .navbar { align-items: flex-start; }
.site-header--stacked-brand .navbar-brand { margin-right: 2rem; }
.site-header--wrapped-nav .navbar-nav { flex-wrap: wrap; justify-content: flex-end; }
.site-header--centered-brand .navbar { position: relative; justify-content: center; }
.site-header--centered-brand .navbar-brand { text-align: center; }
.site-header--centered-brand .navbar-toggler { position: absolute; right: 1rem; }

.container, .container-fluid { width: 100%; }
main { overflow: hidden; }
.section { padding: 4.5rem 0; }
.section > .container,
.section > .container-fluid { max-width: 90rem; }
.section-sandstone { background: var(--pa-paper); }
.section-offwhite { background: var(--pa-white); }
.section-tint { background: var(--pa-tint); }
.section-deep { color: var(--pa-white); background: var(--pa-ink); }
.section-deep h1, .section-deep h2, .section-deep h3,
.section-deep h4, .section-deep h5, .section-deep h6 { color: var(--pa-white); }
.section-deep a { color: #d7f1f2; }
.section-deep a:hover { color: var(--pa-white); }
.eyebrow {
  margin-bottom: .8rem;
  color: var(--pa-ocean-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-deep .eyebrow { color: #d7f1f2; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.55; }

.hero-media { overflow: hidden; background: var(--pa-sand); border-radius: var(--pa-radius); }
.hero-media img { object-position: center; }
.section-layout--hero-editorial .hero-media { margin-right: -1rem; margin-left: -1rem; }
.section-layout--hero-overlay { position: relative; }
.section-layout--hero-overlay .hero-media { position: absolute; inset: 0; height: 100%; border-radius: 0; }
.section-layout--hero-overlay .hero-media::after { position: absolute; inset: 0; background: rgba(23,43,53,.68); content: ''; }
.section-layout--hero-overlay .hero-media img { height: 100%; }
.section-layout--hero-overlay .row { position: relative; z-index: 1; min-height: 38rem; align-items: center; }
.section-layout--hero-overlay .row > div { padding: 2rem; color: var(--pa-ink); background: var(--pa-white); }
.section-layout--hero-overlay h1 { color: var(--pa-ink); }
.section-layout--hero-image-top .hero-media { order: -1; margin-bottom: 2rem; }
.section-layout--hero-editorial .hero-media { order: -1; }

.btn {
  border-radius: .4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .7rem 1.05rem;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: var(--pa-white); background: var(--pa-ocean); border-color: var(--pa-ocean); }
.btn-primary:hover, .btn-primary:active { color: var(--pa-white); background: var(--pa-ocean-dark); border-color: var(--pa-ocean-dark); }
.btn-outline-primary { color: var(--pa-ocean-dark); border-color: var(--pa-ocean-dark); }
.btn-outline-primary:hover, .btn-outline-primary:active { color: var(--pa-white); background: var(--pa-ocean-dark); border-color: var(--pa-ocean-dark); }
.btn-light { color: var(--pa-ink); background: var(--pa-white); border-color: var(--pa-white); }
.btn-light:hover { color: var(--pa-white); background: var(--pa-ocean-dark); border-color: var(--pa-ocean-dark); }

.guidance-panel,
.note-card,
.editor-card,
.principle,
.archive-figure,
.testimonial-panel {
  border: .08rem solid var(--pa-border);
  border-radius: var(--pa-radius);
}
.guidance-panel { margin-top: 2rem; padding: 1.35rem; background: var(--pa-paper); }
.note-card, .editor-card { height: 100%; padding: 1.35rem; background: var(--pa-white); box-shadow: var(--pa-shadow); }
.note-card h3, .editor-card h3 { margin-top: 1rem; }
.note-card .badge { color: var(--pa-ink) !important; background: var(--pa-paper) !important; border: .06rem solid var(--pa-border); }
.section-layout--editorial-notes .note-card:nth-child(even) { transform: translateY(1.25rem); }
.section-layout--features-grid .editor-card { box-shadow: none; }
.section-layout--showcase-comparison .editor-card:nth-child(2n) { background: var(--pa-paper); }
.archive-figure { margin: 0; overflow: hidden; background: var(--pa-ink); }
.archive-figure img { min-height: 16rem; object-fit: cover; }
.archive-figure figcaption { padding: .85rem 1rem; color: var(--pa-white); font-size: .9rem; }
.principle { height: 100%; padding: 1.25rem; background: var(--pa-white); border-top: .35rem solid var(--pa-ocean); }
.principle-number { display: block; margin-bottom: 1.5rem; color: var(--pa-ocean-dark); font-weight: 800; letter-spacing: .12em; }

.route-list { margin: 0 0 2rem; padding: 0; list-style: none; counter-reset: route; }
.route-list li { position: relative; margin-bottom: 1.2rem; padding: 0 0 1.2rem 3.5rem; border-bottom: .08rem solid var(--pa-border); counter-increment: route; }
.route-list li::before { position: absolute; top: 0; left: 0; display: grid; width: 2.2rem; height: 2.2rem; place-items: center; color: var(--pa-white); background: var(--pa-ocean); border-radius: 50%; content: counter(route, decimal-leading-zero); font-weight: 800; }
.route-list h3 { margin-bottom: .45rem; }

.accordion-item { color: var(--pa-ink); background: var(--pa-white); border-color: var(--pa-border); }
.accordion-button { color: var(--pa-ink); background: var(--pa-white); font-weight: 700; }
.accordion-button:not(.collapsed) { color: var(--pa-white); background: var(--pa-ocean-dark); box-shadow: none; }
.accordion-button::after { filter: brightness(0) saturate(100%); }
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-body { border-top: .08rem solid var(--pa-border); }

.contact-details { margin-top: 2rem; padding-top: 1rem; border-top: .08rem solid rgba(255,255,255,.65); }
.form-label, .form-check-label { font-weight: 700; }
.form-control, .form-select { color: var(--pa-ink); background-color: var(--pa-white); border-color: var(--pa-border); }
.form-control::placeholder { color: #53656b; opacity: 1; }
.form-control:focus, .form-select:focus { color: var(--pa-ink); border-color: var(--pa-ocean); box-shadow: 0 0 0 .2rem rgba(240,180,41,.75); }
.form-check-input { border-color: var(--pa-ink); }
.form-check-input:checked { background-color: var(--pa-ocean); border-color: var(--pa-ocean); }

.cookie-banner { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; color: var(--pa-white); background: var(--pa-ink); box-shadow: 0 -.4rem 1rem rgba(23,43,53,.18); }
.cookie-banner a { color: #d7f1f2; }
.cookie-banner a:hover { color: var(--pa-white); }
.cookie-banner .btn-outline-light { color: var(--pa-white); border-color: var(--pa-white); }
.cookie-banner .btn-outline-light:hover { color: var(--pa-ink); background: var(--pa-white); }

.site-footer { padding-top: 2.5rem; color: var(--pa-white); background: var(--pa-ink); }
.site-footer address { margin: 0 auto; max-width: 90rem; padding: 0 1rem 1.5rem; font-style: normal; }
.site-footer a { color: #d7f1f2; }
.site-footer a:hover { color: var(--pa-white); }
.site-footer .footer-links { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; }
.site-footer [data-site-copyright] { margin: 0; padding: 1rem; color: var(--pa-white); border-top: .08rem solid #53656b; text-align: center; font-size: .9rem; }

/* Accommodation and other reusable section directions */
.section-layout--accommodation-table .accommodation-table { overflow-x: auto; }
.section-layout--accommodation-table .accommodation-card { height: 100%; padding: 1.25rem; background: var(--pa-white); border: .08rem solid var(--pa-border); }
.section-layout--accommodation-table .accommodation-card__name { font-size: 1.35rem; }
.section-layout--accommodation-table .accommodation-card__capacity,
.section-layout--accommodation-table .accommodation-card__amenities,
.section-layout--accommodation-table .accommodation-card__price { font-weight: 700; }
.section-layout--amenities-featured .amenities-featured { padding: 2rem; background: var(--pa-paper); border-left: .35rem solid var(--pa-ocean); }
.section-layout--amenities-featured .amenities-list { columns: 1; }
.section-layout--contact-steps .contact-checklist { padding-left: 1.25rem; }
.section-layout--gallery-featured .gallery-featured img { width: 100%; object-fit: cover; }
.section-layout--reviews-comparison .comparison-note { height: 100%; padding: 1.25rem; border-left: .25rem solid var(--pa-ocean); background: var(--pa-white); }
.section-layout--testimonials-editorial .testimonial-panel { padding: 1.5rem; background: var(--pa-paper); }
.section-layout--services-path .service-path { height: 100%; padding: 1.25rem; border-top: .25rem solid var(--pa-ocean); }
.section-layout--team-roster .team-member { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }

.policy-page { color: var(--pa-ink); background: var(--pa-white); }
.policy-page__main { max-width: 90rem; margin: 0 auto; padding: 3rem 1rem 5rem; }
.policy-document { max-width: 50rem; margin: 0 auto; }
.policy-document__header { padding-bottom: 1.5rem; border-bottom: .08rem solid var(--pa-border); }
.policy-document__content { padding-top: 1.75rem; }
.policy-document__content h2 { margin-top: 2.5rem; font-size: clamp(1.45rem, 3vw, 2rem); }
.policy-document__content h3 { margin-top: 1.75rem; font-size: 1.25rem; }
.policy-document__content p, .policy-document__content li { max-width: 72ch; }

@media (min-width: 576px) {
  .section-layout--amenities-featured .amenities-list { columns: 2; column-gap: 2rem; }
  .site-footer address { padding-right: 1.5rem; padding-left: 1.5rem; }
}
@media (min-width: 768px) {
  .section { padding: 6rem 0; }
  .section-layout--hero-editorial .hero-media { margin-right: 0; margin-left: 0; }
  .policy-page__main { padding-right: 2rem; padding-left: 2rem; }
}
@media (min-width: 992px) {
  .site-header--stacked-brand .navbar { align-items: center; }
  .site-header--wrapped-nav .navbar-nav { max-width: 58rem; }
  .section-layout--hero-editorial .hero-media { margin-bottom: 4rem !important; }
  .section-layout--editorial-notes .note-card:nth-child(even) { transform: translateY(2rem); }
  .policy-page__main { padding-top: 4.5rem; }
}
@media (max-width: 991.98px) {
  .site-header .navbar-collapse { padding-top: 1rem; }
  .site-header .navbar-nav { align-items: stretch !important; }
  .site-header .nav-link, .site-header .navbar-nav .btn { display: block; margin: .15rem 0; }
  .site-header--centered-brand .navbar { justify-content: space-between; }
  .site-header--centered-brand .navbar-brand { margin-right: auto; margin-left: auto; }
}
@media (max-width: 575.98px) {
  .section { padding: 3.5rem 0; }
  .section-layout--hero-overlay .row { min-height: 30rem; }
  .section-layout--hero-overlay .row > div { padding: 1.35rem; }
  .section-layout--editorial-notes .note-card:nth-child(even) { transform: none; }
  .cookie-banner .btn { margin: 0 .35rem .35rem 0; }
  .site-footer .footer-links { display: block; }
  .site-footer .footer-links a { display: block; margin-bottom: .5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behaviour: auto; }
  *, *::before, *::after { scroll-behaviour: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .btn:hover { transform: none; }
}

/* Application-owned visual variation tokens v4. */
:root {
  --site-foreground: #18323F;
  --site-background: #F5F8FA;
  --site-accent: #1D5F78;
  --site-surface: #E3EEF1;
  --site-muted: #4B626C;
  --site-link: #1D5F78;
  --site-text-muted: #4B626C;
}

body,
body * {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

body .site-header {
  width: 100%;
  overflow: visible !important;
}

body .site-header .navbar {
  width: 100%;
  padding-inline: clamp(1rem, 3vw, 4rem);
}

body .site-header .navbar > .container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex-wrap: wrap;
}

body .site-header .navbar-brand {
  min-width: 0;
  max-width: 38%;
  overflow-wrap: anywhere;
}

body .site-header .navbar-collapse {
  min-width: 0;
}

body .site-header .navbar-nav {
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body .site-header .nav-link,
body .site-header .navbar-nav .btn {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  text-align: center;
}

@media (min-width: 992px) {
  body .site-header--stacked-brand .navbar > .container,
  body .site-header--centered-brand .navbar > .container {
    align-items: center;
  }

  body .site-header--stacked-brand .navbar > .container {
    flex-direction: column;
  }

  body .site-header--stacked-brand .navbar-brand,
  body .site-header--centered-brand .navbar-brand {
    max-width: 100%;
    margin-inline: auto;
  }

  body .site-header--stacked-brand .navbar-collapse,
  body .site-header--centered-brand .navbar-collapse {
    width: 100%;
    flex-grow: 0;
  }

  body .site-header--stacked-brand .navbar-nav,
  body .site-header--centered-brand .navbar-nav {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  body .site-header .navbar-collapse.show {
    flex-basis: 100%;
  }

  body .site-header .navbar-nav {
    align-items: stretch;
  }
}

body .btn,
body button[type="submit"] {
  background-color: var(--site-accent) !important;
  border-color: var(--site-accent) !important;
  color: var(--site-background) !important;
}


section.section-layout--hero-split .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  align-items: center;
}

section.section-layout--hero-split .row > [class*="col-"] {
  max-width: none !important;
  width: auto !important;
}

section.section-layout--hero-stacked .row {
  display: block !important;
  max-width: 66rem;
  margin-inline: auto;
}

section.section-layout--hero-editorial .row {
  display: block !important;
  width: 100%;
  max-width: none !important;
  margin-inline: 0;
}

section.section-layout--hero-editorial .row > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0;
}

section.section-layout--hero-editorial .row > [class*="col-"] + [class*="col-"] {
  margin-top: clamp(2rem, 5vw, 4.5rem);
}

section.section-layout--hero-editorial img {
  display: block;
  width: 100%;
  max-height: 42rem;
  object-fit: cover;
}

section.section-layout--hero-overlay .row > [class*="col-"]:first-child {
  padding: clamp(1.5rem, 5vw, 5rem);
  margin: clamp(1rem, 3vw, 3rem);
  max-width: min(52rem, calc(100% - 2rem)) !important;
}

section.section-layout--hero-overlay h1 {
  margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
}

section.section-layout--hero-overlay p {
  margin-bottom: 1.25rem;
}

section.section-layout--hero-image-top > .container,
section.section-layout--hero-image-top > .container-fluid {
  width: min(calc(100% - 2rem), 90rem) !important;
  max-width: 90rem !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

section.section-layout--hero-image-top > .container > .row:first-child,
section.section-layout--hero-image-top > .container-fluid > .row:first-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

section.section-layout--hero-image-top > .container > .row:first-child > [class*="col-"],
section.section-layout--hero-image-top > .container-fluid > .row:first-child > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding-inline: 0 !important;
}

section.section-layout--hero-image-top > .container > .row:first-child > [class*="col-"]:has(img),
section.section-layout--hero-image-top > .container-fluid > .row:first-child > [class*="col-"]:has(img) {
  order: -1;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

section.section-layout--hero-image-top h1,
section.section-layout--hero-image-top .display-1,
section.section-layout--hero-image-top .display-2,
section.section-layout--hero-image-top .display-3 {
  max-width: 64rem !important;
}

section.section-layout--hero-image-top img {
  display: block;
  width: 100%;
  max-height: 42rem;
  object-fit: cover;
}

section.section-layout--hero-overlay {
  position: relative;
  isolation: isolate;
}

section.section-layout--hero-overlay .row {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center;
}

section.section-layout--hero-overlay .row > [class*="col-"] {
  grid-area: 1 / 1;
  max-width: none !important;
  width: auto !important;
}

section.section-layout--hero-overlay .row > [class*="col-"]:first-child {
  position: relative;
  z-index: 2;
  max-width: 42rem !important;
}

section.section-layout--hero-overlay .row > [class*="col-"]:last-child {
  z-index: 1;
}

@media (max-width: 767.98px) {
  section.section-layout--hero-split .row {
    display: block !important;
  }
}

/* Application-owned accessibility and viewport safeguards. */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: clip;
}

img, svg, video, canvas, iframe {
  max-width: 100%;
}

pre, code, kbd, samp {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

table {
  max-width: 100%;
  display: block;
  overflow-x: auto;
}

.container, .container-fluid {
  min-width: 0;
}

main, section, header, footer {
  min-width: 0;
  max-width: 100%;
}

/* Application-owned fluid homepage container safeguards v1. */
body main > section .container,
body main > section .container-fluid {
  width: min(calc(100% - clamp(2rem, 6vw, 6rem)), 90rem) !important;
  max-width: 90rem !important;
  margin-inline: auto !important;
}

.skip-link:not(:focus) {
  position: fixed !important;
  top: 0;
  left: 50% !important;
  transform: translate(-50%, -160%);
}

.skip-link:focus {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 575.98px) {
  .container > .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container > .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
}


[data-site-contact-details] strong { color: #ffffff; }