body.directory-page {
  --page-background: none;
  --directory-accent: var(--orange);
  --directory-link: var(--text-blue);
  min-height: 100vh;
  background-color: #eef7fb;
  background-image: var(--page-background);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Avenir Next", Avenir, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quick-links a[aria-current="page"] {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.directory-main {
  display: block;
  min-height: auto;
  padding: clamp(30px, 5vw, 56px) 16px clamp(48px, 7vw, 80px);
  background: transparent;
  text-align: left;
}

.directory-column {
  width: min(100%, 410px);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 34px);
  border: 8px solid var(--directory-accent);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}


.directory-column-map {
  width: min(100%, 820px);
}

.directory-column h1 {
  margin: 0;
  color: var(--text-blue);
  font-size: clamp(1.1rem, 4.2vw, 1.32rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.directory-intro {
  margin: 18px 0 0;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.6;
}

.directory-intro a {
  color: #0000ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.directory-intro-center {
  text-align: center;
}

.directory-map-link {
  margin: 14px 0 0;
  text-align: center;
}

.directory-map-link a {
  color: #0000ff;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.directory-map-button-wrap {
  margin: 0 0 22px;
  text-align: center;
}

.directory-map-button {
  display: inline-block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 0;
  line-height: 0;
  box-shadow: 0 0 0 rgba(30, 40, 55, 0);
  transition: border-radius 500ms ease, box-shadow 500ms ease;
}

.directory-map-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directory-map-button:hover,
.directory-map-button:focus-visible {
  border-radius: 50%;
  box-shadow: 7px 8px 9px rgba(20, 28, 38, 0.46);
}

.directory-map-button:focus-visible {
  outline: 3px solid var(--directory-link);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .directory-map-button {
    transition: none;
  }
}

.directory-map {
  margin-top: 24px;
  overflow-x: auto;
}

.directory-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 14px;
}

.directory-actions a {
  color: #0000ff;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.directory-list {
  margin-top: 26px;
}

.directory-region {
  padding: 18px 0 0;
}

.directory-region + .directory-region {
  margin-top: 8px;
}

.directory-region > h2 {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.directory-region .directory-entry:first-of-type {
  border-top: 0;
}

.directory-entry {
  padding: 16px 0;
  border-top: 1px solid #d7e4e9;
}

.directory-entry:first-child {
  border-top: 0;
  padding-top: 0;
}

.directory-entry h2 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.45;
}

.directory-entry h2 a {
  color: #0000ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.directory-entry p {
  margin: 8px 0 0;
  color: #333;
  font-size: 0.94rem;
  line-height: 1.45;
}

.directory-entry address {
  margin-top: 10px;
  color: #333;
  font-style: normal;
  font-size: 0.94rem;
  line-height: 1.45;
}

.entry-facts {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 4px 10px;
  margin: 10px 0 0;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.4;
}

.entry-facts dt {
  font-weight: 700;
}

.entry-facts dd {
  min-width: 0;
  margin: 0;
}

.boating-directory-column {
  width: min(100%, 500px);
}

.boating-directory-column h1 {
  white-space: normal;
}

.fishing-directory-column {
  width: min(100%, 500px);
}

.fishing-directory-column h1 {
  white-space: normal;
}

.entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}

.entry-actions a,
.entry-phone,
.entry-email {
  color: var(--directory-link);
  font-weight: 700;
  text-decoration: none;
}

.entry-actions a:hover,
.entry-actions a:focus-visible,
.entry-phone:hover,
.entry-phone:focus-visible,
.entry-email:hover,
.entry-email:focus-visible {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-note {
  color: #657178;
  font-size: 0.9rem;
}

.entry-sublist {
  margin-top: 12px;
  color: #333;
  font-size: 0.91rem;
  line-height: 1.45;
}

.entry-sublist h3 {
  margin: 0 0 6px;
  color: #333;
  font-size: 0.93rem;
  font-weight: 700;
}

.entry-sublist ul {
  margin: 0;
  padding-left: 18px;
}

.entry-sublist li + li {
  margin-top: 6px;
}

.entry-sublist a {
  color: var(--directory-link);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}



.golf-page::before {
  display: none;
}

.golf-page {
  background-color: #eef7fb;
}

.golf-hero {
  min-height: 200px;
  background-image: url('images/background_06_golf_blurred.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.golf-directory-column {
  width: min(100%, 500px);
}

.golf-directory-column h1 {
  white-space: normal;
}

.museums-page::before {
  display: none;
}

.museums-page {
  background-color: #eef7fb;
}

.museums-hero {
  min-height: 200px;
  background-image: url('images/background_10_museums.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.museums-directory-column {
  width: min(100%, 500px);
}

.museums-directory-column h1 {
  white-space: normal;
}

.parks-directory-column {
  width: min(100%, 500px);
}

.parks-directory-column h1 {
  white-space: normal;
}

.about-directory-column {
  width: min(100%, 500px);
}

.about-directory-column h1 {
  white-space: normal;
}

.golf-primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.golf-primary-actions a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #92b9d5;
  border-radius: 5px;
  background: #dceefa;
  color: #173f5f;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease, box-shadow 500ms ease;
}

.golf-primary-actions a:hover,
.golf-primary-actions a:focus-visible {
  border-color: #bd93bd;
  background: #f1dff0;
  color: #42244c;
  box-shadow: 0 4px 10px rgba(40, 45, 60, 0.22);
}

.golf-jump-links {
  margin-top: 12px;
}

.back-to-top-link {
  margin: 20px 0 4px;
  text-align: left;
}

.back-to-top-link a {
  color: #0000ff;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .directory-main {
    padding-right: 12px;
    padding-left: 12px;
  }

  .directory-column {
    padding: 22px 16px 28px;
  }
}

@media (min-width: 700px) {
  .directory-map {
    text-align: center;
  }
}

.spas-directory-column h1 {
  white-space: normal;
}
.watercraft-directory-column {
  width: min(100%, 500px);
}

.watercraft-directory-column h1 {
  white-space: normal;
}
.yoga-directory-column {
  width: min(100%, 500px);
}

.yoga-directory-column h1 {
  white-space: normal;
}
.contact-page::before {
  display: none;
}

.contact-page {
  background: #eef7fb;
}

.contact-directory-column {
  width: min(100%, 500px);
}

.contact-directory-column h1 {
  white-space: normal;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}

.contact-form label {
  color: #333;
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-form textarea {
  width: 100%;
  min-height: 180px;
  padding: 12px;
  border: 1px solid #b8ccd4;
  border-radius: 5px;
  color: #222;
  font: inherit;
  line-height: 1.45;
  resize: vertical;
}

.contact-form textarea:focus {
  border-color: var(--directory-link);
  outline: 3px solid rgba(0, 119, 204, 0.18);
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form button {
  align-self: center;
  min-width: 130px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #91bad2;
  border-radius: 5px;
  background: #dceefa;
  color: #173f5f;
  font: inherit;
  font-size: 0.94rem;
  cursor: pointer;
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  border-color: #bd93bd;
  background: #f1dff0;
  color: #42244c;
  box-shadow: 0 4px 10px rgba(40, 45, 60, 0.22);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.hidden {
  display: none;
}

.contact-loader {
  width: 30px;
  height: 30px;
  margin: 8px auto 0;
  border: 4px solid #ccd8df;
  border-top-color: var(--directory-link);
  border-radius: 50%;
  animation: contact-spin 1s linear infinite;
}

.contact-feedback {
  margin: 6px 0 0;
  font-size: 0.94rem;
  line-height: 1.45;
  text-align: center;
}

.contact-success {
  color: #20713a;
}

.contact-error {
  color: #a12828;
}

@keyframes contact-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form button,
  .contact-loader {
    transition: none;
    animation: none;
  }
}
.dining-map-page::before {
  display: none;
}

.dining-page,
.dining-map-page {
  background: #eef7fb;
}

.dining-directory-column {
  width: min(100%, 540px);
}

.dining-directory-column h1,
.dining-map-column h1 {
  white-space: normal;
}

.dining-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.dining-actions a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid #91bad2;
  border-radius: 5px;
  background: #dceefa;
  color: #173f5f;
  font-size: 0.88rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease, box-shadow 500ms ease;
}

.dining-actions a:hover,
.dining-actions a:focus-visible {
  border-color: #bd93bd;
  background: #f1dff0;
  color: #42244c;
  box-shadow: 0 4px 10px rgba(40, 45, 60, 0.22);
}

.dining-area-map {
  margin-top: 18px;
}

.dining-area-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.dining-area-map polygon {
  fill: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: fill 220ms ease;
}

.dining-area-map a:hover polygon,
.dining-area-map a:focus-visible polygon {
  fill: rgba(255, 255, 255, 0.24);
  outline: none;
}

.dining-map-column {
  --directory-accent: #c9485b;
}
.dining-jump-links {
  gap: 8px 12px;
}

