@font-face {
  font-family: "Glacial";
  src: url("https://mycurlyadventures.com/wp-content/uploads/2022/05/GlacialIndifference-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.mca-social-embed-fallback {
  display: grid;
  gap: 10px;
  margin: 28px auto;
  padding: 18px 20px;
  border: 1px solid #f1dce1;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff8fa, #f1fbfb);
  color: #30333b;
}

.mca-social-embed-fallback span {
  color: #ed7195;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mca-social-embed-fallback p {
  margin: 0;
  line-height: 1.55;
}

.mca-social-embed-fallback a {
  justify-self: start;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: #ed7195;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

@font-face {
  font-family: "Glacial";
  src: url("https://mycurlyadventures.com/wp-content/uploads/2022/05/GlacialIndifference-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal: #06b0b9;
  --aqua: #00cbc2;
  --coral: #fd7194;
  --ink: #33373d;
  --muted: #69727d;
  --paper: #ffffff;
  --soft: #f7fbfb;
  --lavender: #e9e6ed;
  --shadow: 0 14px 35px rgba(31, 33, 36, 0.12);
  --radius: 6px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Glacial, "Open Sans", Arial, sans-serif;
  line-height: 1.55;
  background: var(--paper);
}

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

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 14px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
}

.skip-link:focus {
  left: 14px;
}

.wrap {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.mca-native-jump {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-block: 28px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid #f3d8df;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(62, 47, 52, 0.07);
  scrollbar-width: thin;
}

.mca-native-jump-label {
  flex: 0 0 auto;
  padding: 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mca-native-jump a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #f3dde2;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.mca-native-jump a:hover,
.mca-native-jump a:focus {
  border-color: var(--coral);
  color: var(--coral);
}

.mca-native-jump-icon {
  display: inline-grid;
  min-width: 1.35em;
  place-items: center;
  font-size: 16px;
  line-height: 1;
}

.mca-single-jump {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logo img {
  width: 260px;
}

.header-desktop {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(680px, 1.3fr);
  gap: 20px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 112px;
  margin-inline: auto;
  padding-block: 10px;
}

.header-actions {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) 132px 132px 54px;
  gap: 12px;
  align-items: center;
}

.header-mobile {
  display: none;
}

.site-nav .menu,
.mca-footer-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li,
.site-footer li {
  position: relative;
}

.site-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding-block: 8px;
}

.site-nav a:hover {
  color: var(--coral);
}

.header-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  color: #fff;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.header-btn-guide {
  background: var(--teal);
}

.header-btn-stay {
  background: var(--coral);
}

.search-toggle {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #050505;
  cursor: pointer;
}

.search-toggle span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 4px solid currentColor;
  border-radius: 999px;
}

.search-toggle span::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -8px;
  width: 12px;
  height: 4px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.site-search {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.site-search[hidden] {
  display: none;
}

.site-search form {
  position: relative;
  display: flex;
  width: min(760px, 100%);
  gap: 10px;
}

.site-search input {
  flex: 1;
  min-height: 60px;
  padding: 0 18px;
  border: 2px solid var(--teal);
  font-size: 24px;
}

.site-search button[type="submit"] {
  padding: 0 22px;
  color: #fff;
  border: 0;
  background: var(--teal);
  font-weight: 700;
  text-transform: uppercase;
}

.search-close {
  position: absolute;
  top: -54px;
  right: 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #050505;
  font-size: 30px;
}

.mca-header-v2 {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.mca-header-v2-inner {
  display: grid;
  grid-template-columns: 320px minmax(430px, 1fr) 440px;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 146px;
  margin-inline: auto;
}

.mca-logo-v2 {
  display: inline-flex;
  align-items: center;
}

.mca-logo-v2 img {
  width: 250px;
  height: auto;
}

.mca-nav-v2 .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mca-nav-v2 li {
  position: relative;
}

.mca-nav-v2 a {
  color: #45464d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.mca-nav-v2 a:hover,
.mca-nav-v2 .current-menu-item > a,
.mca-nav-v2 .current_page_item > a {
  color: #54bcc2;
}

.mca-nav-v2 .sub-menu {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 90;
  display: none;
  min-width: 210px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
  transform: translateX(-50%);
}

.mca-nav-v2 .sub-menu a {
  display: block;
  padding: 11px 16px;
  color: #54bcc2;
  font-size: 14px;
}

.mca-nav-v2 li:hover > .sub-menu,
.mca-nav-v2 li:focus-within > .sub-menu {
  display: block;
}

.mca-actions-v2 {
  display: grid;
  grid-template-columns: 146px 146px 50px;
  gap: 18px;
  align-items: center;
  justify-content: end;
}

.mca-cta-v2 {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mca-guide-v2 {
  background: #54bcc2;
}

.mca-stay-v2 {
  background: #ed7195;
}

.mca-search-v2 {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.mca-search-v2 span {
  position: relative;
  width: 16px;
  height: 16px;
  border: 4px solid currentColor;
  border-radius: 999px;
}

.mca-search-v2 span::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -7px;
  width: 12px;
  height: 4px;
  background: currentColor;
  transform: rotate(45deg);
}

.mca-menu-v2,
.mca-mobile-nav-v2,
.mca-mobile-cta-v2 {
  display: none;
}

.site-nav .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  display: none;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e7f4f4;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.site-nav .sub-menu a {
  display: block;
  padding: 10px 16px;
  color: var(--teal);
  white-space: nowrap;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
  display: block;
}

.menu-toggle {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--teal);
}

.mca-header-v2 .mca-menu-v2 {
  display: none;
}

.home-dream-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 42px;
  background:
    radial-gradient(circle at 0 0, rgba(253, 113, 148, 0.15), transparent 20rem),
    radial-gradient(circle at 100% 72%, rgba(253, 113, 148, 0.12), transparent 18rem),
    #fff;
}

.home-dream-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(26px, 4vw, 46px);
  align-items: center;
}

.home-dream-copy {
  position: relative;
  z-index: 2;
}

.home-dream-copy h1 {
  max-width: 570px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: none;
}

.home-dream-copy h1 span {
  color: var(--coral);
  font-style: italic;
  font-weight: 400;
}

.home-dream-copy p {
  max-width: 560px;
  margin: 18px 0 24px;
  color: #24536a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.home-dream-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.home-dream-actions .btn {
  border-color: var(--teal);
  color: var(--teal);
  background: #fff;
}

.btn-coral {
  border-color: var(--coral);
  color: #fff;
  background: var(--coral);
  box-shadow: 0 12px 22px rgba(253, 113, 148, 0.24);
}

.home-dream-collage {
  position: relative;
  min-height: clamp(330px, 34vw, 460px);
}

.home-dream-photo {
  position: absolute;
  overflow: hidden;
  border: 12px solid #fff;
  background: #fff;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.home-dream-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid rgba(255, 255, 255, 0.94);
  pointer-events: none;
}

.home-dream-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-dream-photo-main {
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 72%;
  border-radius: 26px 105px 38px 26px;
  transform: rotate(-1deg);
}

.home-dream-photo-main img {
  object-position: 50% 47%;
}

.home-dream-photo-secondary {
  top: 12%;
  right: 0;
  z-index: 2;
  width: 43%;
  height: 76%;
  border-radius: 96px 24px 24px 72px;
  transform: rotate(1deg);
}

.home-dream-photo-secondary img {
  object-position: 50% 52%;
}

.home-explore {
  padding: 8px 0 52px;
}

.home-explore h2 {
  margin: 0 0 28px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
}

.home-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 3vw, 42px);
  align-items: center;
}

.home-explore-card {
  position: relative;
  display: grid;
  min-height: 170px;
  place-items: center;
  overflow: hidden;
  border-radius: 34px 12px 34px 12px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 33, 36, 0.08);
}

.home-explore-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-explore-card::after {
  content: none;
}

.home-explore-card span {
  position: relative;
  z-index: 1;
  color: #07445f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 68px);
  font-style: italic;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.62);
}

.home-browse {
  padding: 18px 0 32px;
}

.home-browse h2 {
  margin: 0 0 22px;
  color: rgba(6, 176, 185, 0.68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: min(62px, 5.6vw);
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

.home-browse-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-browse-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  align-content: start;
  padding: 8px 8px 12px;
  border: 1px solid #f4d7df;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(31, 33, 36, 0.08);
  text-align: center;
}

.home-browse-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.82 / 1;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(6, 176, 185, 0.18), rgba(253, 113, 148, 0.16));
}

.home-browse-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-browse-card span:not(.home-browse-image) {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-search-strip {
  margin: 8px auto 18px;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid #f4d7df;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(6, 176, 185, 0.1), rgba(253, 113, 148, 0.1)),
    #fff;
  box-shadow: 0 16px 34px rgba(31, 33, 36, 0.1);
}

.home-search-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
}

.home-search-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-search-strip h2 {
  margin: 0 0 7px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 0.98;
  text-transform: none;
}

.home-search-strip p {
  max-width: 430px;
  margin: 0;
  color: #244b5a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.home-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid rgba(6, 176, 185, 0.22);
  border-radius: 999px;
  background: #fff;
}

.home-search-form input {
  min-width: 0;
  border: 0;
  padding: 0 8px 0 18px;
  color: #244b5a;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  outline: 0;
}

.home-search-form input::placeholder {
  color: rgba(36, 75, 90, 0.58);
}

.home-search-form button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: var(--coral);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.home-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-search-chips a {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(6, 176, 185, 0.26);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.home-guides {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.88fr);
  gap: 28px;
  align-items: stretch;
  padding-bottom: 54px;
}

.home-latest,
.home-popular {
  display: grid;
  grid-template-rows: 52px 1fr auto;
  min-width: 0;
}

.home-guides h2 {
  display: grid;
  align-items: end;
  margin: 0;
  padding: 0 0 14px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
}

.home-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-self: stretch;
}

.home-latest-card,
.home-popular {
  border: 1px solid #f4d7df;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(31, 33, 36, 0.08);
}

.home-latest-card {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 8px;
}

.home-latest-card img {
  width: 100%;
  aspect-ratio: 0.72 / 1;
  border-radius: 9px;
  object-fit: cover;
  object-position: center center;
}

.home-latest-card h3 {
  margin: 0;
  color: #244b5a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.22;
  text-transform: none;
}

.home-latest-more {
  justify-self: center;
  margin-top: 16px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid var(--coral);
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(253, 113, 148, 0.24);
}

.home-latest-more:hover {
  color: var(--coral);
  background: #fff;
}

.home-popular {
  padding: 18px;
}

.home-popular-body {
  display: grid;
  grid-template-columns: minmax(110px, 150px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  align-self: stretch;
}

.home-popular-photo {
  position: relative;
  aspect-ratio: 1 / 1;
}

.home-popular-photo img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.home-popular-photo::after {
  content: "Don't miss!";
  position: absolute;
  right: -8px;
  bottom: -8px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--coral);
  background: #fff;
  box-shadow: 0 10px 18px rgba(31, 33, 36, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.home-popular-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-popular-list li + li {
  margin-top: 8px;
}

.home-popular-list a {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 6px;
  align-items: baseline;
  color: #244b5a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.home-popular-list a::before {
  content: "+";
  color: var(--coral);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.home-meet {
  display: grid;
  grid-template-columns: minmax(330px, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
  padding-bottom: 44px;
}

.home-meet-card,
.home-beyond-card {
  border: 1px solid #f4d7df;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(31, 33, 36, 0.08);
}

.home-meet-card {
  display: grid;
  grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.home-meet-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 4px solid #fff;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(31, 33, 36, 0.12);
}

.home-meet-copy h2,
.home-beyond-card h2 {
  margin: 0 0 10px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
  text-transform: none;
}

.home-meet-copy p {
  margin: 0 0 12px;
  color: #244b5a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.home-meet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.home-meet-actions a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--teal);
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-meet-actions a:first-child {
  border-color: var(--coral);
  color: #fff;
  background: var(--coral);
}

.home-beyond-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 16px 18px 18px;
}

.home-beyond-card h2 {
  text-align: center;
}

.home-beyond-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-self: stretch;
}

.home-beyond-panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 190px;
  border: 4px solid #fff;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(31, 33, 36, 0.1);
}

.home-beyond-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-beyond-panel span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 5px 7px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.56));
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.home-subscribe {
  display: grid;
  grid-template-columns: auto minmax(210px, 0.8fr) minmax(190px, 0.75fr) minmax(260px, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 42px;
  padding: 18px 22px;
  border: 1px solid #f4d7df;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(253, 113, 148, 0.15), rgba(253, 113, 148, 0.08));
  box-shadow: 0 14px 28px rgba(31, 33, 36, 0.07);
}

.home-subscribe-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid rgba(253, 113, 148, 0.28);
  border-radius: 999px;
  color: var(--coral);
  background: #fff;
  font-size: 28px;
  font-weight: 900;
}

.home-subscribe h2 {
  margin: 0;
  color: #244b5a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.12;
  text-transform: none;
}

.home-subscribe p {
  margin: 0;
  color: #244b5a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.home-subscribe-form form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.home-subscribe-form > div,
.home-subscribe-form form > div {
  min-width: 0;
}

.home-subscribe-form label:not(.screen-reader-text),
.home-subscribe-form .wpforms-field-label,
.home-subscribe-form .gform-field-label,
.home-subscribe-form .ff-el-form-label,
.home-subscribe-form .fd-form-label,
.home-subscribe-form .fd-form-control-label,
.home-subscribe-form [class*="label"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.home-subscribe-form .wpforms-field-container,
.home-subscribe-form .wpforms-field,
.home-subscribe-form .wpforms-submit-container,
.home-subscribe-form .gform_body,
.home-subscribe-form .gform_footer,
.home-subscribe-form .ff-el-group,
.home-subscribe-form .fd-form-group,
.home-subscribe-form .fd-form-content,
.home-subscribe-form .fd-form-footer {
  margin: 0 !important;
  padding: 0 !important;
}

.home-subscribe-form .wpforms-field-container,
.home-subscribe-form .gform_body,
.home-subscribe-form .ff-el-group,
.home-subscribe-form .fd-form-group,
.home-subscribe-form .fd-form-content {
  min-width: 0;
}

.home-subscribe-form .wpforms-submit-container,
.home-subscribe-form .gform_footer,
.home-subscribe-form .fd-form-footer {
  display: flex;
  align-items: center;
}

.home-subscribe-form .fd-form,
.home-subscribe-form .flodesk-form,
.home-subscribe-form form[id*="flodesk"],
.home-subscribe-form form[class*="flodesk"] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
}

.home-subscribe-form input[type="email"],
.home-subscribe-form input[type="text"],
.home-subscribe-form input[type="submit"],
.home-subscribe-form button {
  width: 100%;
}

.home-subscribe-form input[type="email"],
.home-subscribe-form input[type="text"],
.home-subscribe-form .wpforms-field input[type="email"],
.home-subscribe-form .wpforms-field input[type="text"],
.home-subscribe-form .ginput_container_email input,
.home-subscribe-form .ff-el-form-control,
.home-subscribe-form .fd-form-control,
.home-subscribe-form input[name*="email" i] {
  min-height: 44px;
  min-width: 0;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #244b5a;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  outline: 0;
}

.home-subscribe-form button,
.home-subscribe-form input[type="submit"],
.home-subscribe-form .wpforms-submit,
.home-subscribe-form .gform_button,
.home-subscribe-form .ff-btn-submit,
.home-subscribe-form .fd-form-button,
.home-subscribe-form [type="submit"] {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: #fff;
  background: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  background: #f4ffff;
}

.hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
}

.spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 42px;
  align-items: center;
  padding: 64px 0 42px;
}

.spotlight-media img,
.post-card img,
.destination-grid img,
.social-grid img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.spotlight-media img {
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow);
}

.eyebrow,
.section-kicker,
time {
  color: var(--coral);
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
.section-title,
.spotlight-copy h1,
.promo h2,
.stay h2,
.about h2 {
  margin: 0;
  color: var(--teal);
  line-height: 1.08;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(34px, 5vw, 64px);
}

.spotlight-copy p:not(.eyebrow) {
  margin: 18px 0 24px;
  font-size: 19px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  color: #fff;
  background: var(--coral);
  border: 2px solid var(--coral);
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn:hover {
  color: var(--coral);
  background: #fff;
}

.btn-light {
  color: var(--teal);
  background: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #fff;
  background: transparent;
}

.section {
  padding: 54px 0;
}

.section-title {
  margin-bottom: 28px;
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.post-card {
  background: #fff;
  border: 1px solid #e4f4f5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(51, 55, 61, 0.08);
}

.post-card img {
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.post-card h3 {
  min-height: 88px;
  margin: 0;
  padding: 18px 18px 22px;
  color: var(--teal);
  font-size: 20px;
  line-height: 1.22;
  text-transform: uppercase;
}

.post-card h2 {
  min-height: 104px;
  margin: 0;
  padding: 8px 18px 22px;
  color: var(--teal);
  font-size: 20px;
  line-height: 1.22;
  text-transform: uppercase;
}

.texas-directory-page,
.texas-term-page,
.texas-city-page {
  background:
    linear-gradient(180deg, rgba(237, 250, 250, 0.7), #fff 460px),
    #fff;
}

.texas-directory-hero,
.texas-city-hero {
  display: grid;
  gap: 18px;
  padding: clamp(44px, 6vw, 78px) 0 26px;
  text-align: center;
}

.texas-directory-hero h1,
.texas-city-hero h1 {
  max-width: 920px;
  margin-inline: auto;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--teal);
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  text-transform: none;
}

.texas-directory-hero > p:not(.eyebrow),
.texas-directory-description,
.texas-city-description {
  max-width: 780px;
  margin: 0 auto;
  color: #42505c;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.65;
}

.texas-directory-description p {
  margin: 0 0 12px;
}

.texas-city-description p {
  margin: 0;
}

.texas-directory-nav,
.texas-city-actions,
.texas-city-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.texas-directory-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 18px;
  border: 1px solid #d7f1f3;
  border-radius: 999px;
  color: var(--teal);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(6, 176, 185, 0.08);
}

.texas-directory-nav a:hover {
  border-color: var(--coral);
  color: var(--coral);
}

.texas-directory-section,
.texas-guide-section {
  padding: clamp(34px, 5vw, 58px) 0;
}

.texas-directory-section-heading {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
}

.texas-directory-section-heading h2 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(28px, 4vw, 46px);
}

.texas-directory-section-heading p:not(.section-kicker) {
  margin: 12px 0 0;
  color: #58636e;
  font-size: 17px;
  line-height: 1.65;
}

.texas-directory-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.texas-directory-map-embed,
.texas-native-map {
  overflow: hidden;
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid #d7f1f3;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(6, 176, 185, 0.09);
}

.texas-native-map {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.texas-native-map-canvas {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.texas-native-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.texas-native-map-base {
  fill: #edfafa;
  pointer-events: none;
}

.texas-native-map-outline {
  fill: none;
  stroke: #9fdfe4;
  stroke-width: 6;
  stroke-linejoin: round;
  pointer-events: none;
}

.texas-native-region {
  fill: #cceff2;
  stroke: #fff;
  stroke-width: 4;
  stroke-linejoin: round;
  transition: fill 0.2s ease, transform 0.2s ease;
}

.texas-native-map a:nth-of-type(2n) .texas-native-region {
  fill: #ffd9e2;
}

.texas-native-map a:nth-of-type(3n) .texas-native-region {
  fill: #f6dfbd;
}

.texas-native-map a:hover .texas-native-region,
.texas-native-map a:focus .texas-native-region {
  fill: #f8c6d2;
}

.texas-native-region-label,
.texas-native-region-count {
  pointer-events: none;
  fill: #24536a;
  font-family: Glacial, "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-anchor: middle;
}

.texas-native-region-count {
  fill: #69727d;
  font-size: 18px;
}

.texas-native-region-label-link {
  cursor: pointer;
}

.texas-native-region-label-bg {
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(245, 203, 213, 0.95);
  stroke-width: 2;
  filter: drop-shadow(0 6px 10px rgba(36, 83, 106, 0.1));
  transition: fill 0.2s ease, stroke 0.2s ease, transform 0.2s ease;
}

.texas-native-region-label-link:hover .texas-native-region-label-bg,
.texas-native-region-label-link:focus .texas-native-region-label-bg {
  fill: #fff7f9;
  stroke: #9fdfe4;
}

.texas-native-map-note {
  max-width: 560px;
  margin: 0 auto;
  color: #69727d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.texas-native-region-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.texas-native-region-legend a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #f5cbd5;
  border-radius: 999px;
  color: var(--teal);
  background: linear-gradient(135deg, #fff, #fff7f9);
  box-shadow: 0 6px 14px rgba(253, 113, 148, 0.08);
  font-size: 13px;
  font-weight: 800;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.texas-native-region-legend a:hover,
.texas-native-region-legend a:focus {
  border-color: #9fdfe4;
  color: var(--coral);
  transform: translateY(-1px);
}

.texas-native-city-halo {
  fill: rgba(255, 255, 255, 0.94);
  stroke: rgba(253, 113, 148, 0.4);
  stroke-width: 3;
}

.texas-native-city-pin {
  fill: var(--coral);
}

.texas-native-city-link:hover .texas-native-city-halo,
.texas-native-city-link:focus .texas-native-city-halo {
  fill: #fff1f5;
  stroke: var(--coral);
}

.texas-native-map-panel {
  align-self: start;
  padding: clamp(18px, 3vw, 28px);
  border-radius: var(--radius);
  background: linear-gradient(140deg, #edfafa, #fff7f9);
}

.texas-native-map-panel h3 {
  margin: 0;
  color: var(--teal);
  font-size: 26px;
}

.texas-native-map-panel p {
  margin: 10px 0 16px;
  color: #58636e;
  font-weight: 700;
  line-height: 1.55;
}

.texas-native-map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.texas-native-map-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(84, 188, 194, 0.16);
  border-radius: 999px;
  color: var(--teal);
  background: #fff;
  box-shadow: 0 8px 16px rgba(84, 188, 194, 0.07);
  font-size: 13px;
  font-weight: 700;
}

.texas-native-map-links a:nth-child(3n + 2) {
  border-color: rgba(253, 113, 148, 0.2);
  color: var(--coral);
  background: #fff4f7;
}

.texas-native-map-links a:nth-child(3n) {
  border-color: rgba(84, 188, 194, 0.18);
  color: #24536a;
  background: #eefafb;
}

.texas-directory-map-embed iframe,
.texas-directory-map-embed img,
.texas-directory-map-embed svg {
  max-width: 100%;
}

.texas-directory-city-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.texas-directory-card {
  display: grid;
  min-height: 150px;
  align-content: end;
  gap: 8px;
  padding: 20px;
  border: 1px solid #d7f1f3;
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(237, 250, 250, 0.82)),
    #fff;
  box-shadow: 0 10px 24px rgba(6, 176, 185, 0.09);
}

.texas-directory-card span:not(.texas-directory-card-image) {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  font-weight: 700;
}

.texas-directory-card-image {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--teal));
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.texas-directory-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.texas-directory-card strong {
  color: var(--teal);
  font-size: 20px;
  line-height: 1.15;
}

.texas-directory-card small {
  color: var(--muted);
  font-weight: 700;
}

.texas-directory-details {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #d7f1f3;
  border-radius: var(--radius);
  background: #fff;
}

.texas-directory-details summary {
  color: var(--teal);
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.texas-directory-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.texas-directory-chip-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid #d7f1f3;
  border-radius: 999px;
  color: var(--teal);
  background: #fff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(6, 176, 185, 0.08);
}

.texas-directory-chip-list a:hover {
  border-color: var(--coral);
  color: var(--coral);
}

.travel-directory-page {
  background:
    radial-gradient(circle at top left, rgba(253, 113, 148, 0.11), transparent 320px),
    linear-gradient(180deg, rgba(237, 250, 250, 0.72), #fff 520px),
    #fff;
}

.travel-directory-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.4fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(46px, 7vw, 86px) 0 30px;
}

.travel-directory-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--teal);
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  text-transform: none;
}

.travel-directory-hero p:not(.eyebrow) {
  max-width: 740px;
  margin: 18px 0 0;
  color: #42505c;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.65;
}

.travel-directory-nav {
  justify-content: flex-start;
  margin-top: 22px;
}

.travel-directory-hero-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #d7f1f3;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 176, 185, 0.1);
}

.travel-directory-hero-card span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #24536a;
  background: linear-gradient(135deg, #edfafa, #fff7f9);
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.travel-directory-hero-card span:nth-child(2) {
  color: var(--coral);
  background: linear-gradient(135deg, #fff2f5, #fff);
}

.travel-directory-hero-card span:nth-child(3) {
  background: linear-gradient(135deg, #f6dfbd, #edfafa);
}

.travel-directory-section {
  padding: clamp(34px, 5vw, 60px) 0;
}

.travel-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.travel-destination-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #d7f1f3;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 24px rgba(6, 176, 185, 0.08);
}

.travel-destination-card-image {
  display: grid;
  min-height: 168px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #edfafa, #fff4f7);
}

.travel-destination-card-image img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  object-fit: contain;
  padding: 12px;
  filter: saturate(0.82) contrast(1.02);
}

.travel-destination-card strong {
  color: var(--teal);
  font-size: 24px;
  line-height: 1.15;
}

.travel-destination-card small {
  color: #58636e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.travel-directory-map-section {
  display: grid;
  gap: clamp(24px, 4vw, 38px);
}

.travel-map-block {
  display: grid;
  gap: 18px;
}

.travel-map-heading {
  text-align: center;
}

.travel-map-heading h3 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(26px, 4vw, 42px);
}

.travel-directory-page .texas-native-map {
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.45fr);
}

.travel-directory-page .texas-native-map-panel {
  padding: 18px;
}

.travel-directory-page .texas-native-map-panel h3 {
  font-size: 22px;
}

.travel-directory-page .texas-native-map-panel p {
  font-size: 14px;
  line-height: 1.45;
}

.travel-map-module {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(220px, 0.45fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid #d7f1f3;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(6, 176, 185, 0.09);
}

.travel-map-visual {
  position: relative;
  display: grid;
  min-height: clamp(310px, 38vw, 470px);
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 26%, rgba(253, 113, 148, 0.18), transparent 170px),
    linear-gradient(135deg, #edfafa, #fff7f9);
}

.travel-map-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 3vw, 34px);
  filter: saturate(0.82) contrast(1.05);
}

.travel-map-pin-layer {
  position: absolute;
  inset: clamp(14px, 3vw, 34px);
  pointer-events: none;
}

.travel-map-pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 6px;
  padding: 5px 9px 5px 5px;
  border: 1px solid rgba(253, 113, 148, 0.45);
  border-radius: 999px;
  color: #24536a;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(36, 83, 106, 0.13);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.travel-map-pin::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 0 0 2px rgba(253, 113, 148, 0.35);
}

.travel-map-pin:hover,
.travel-map-pin:focus {
  border-color: var(--teal);
  color: var(--coral);
  transform: translate(-50%, -50%) scale(1.04);
}

.travel-map-panel {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border-radius: var(--radius);
  background: linear-gradient(140deg, #edfafa, #fff7f9);
}

.travel-map-panel-directory {
  max-height: clamp(310px, 38vw, 470px);
  overflow: auto;
  scrollbar-width: thin;
}

.travel-map-panel h3 {
  margin: 0;
  color: var(--teal);
  font-size: 23px;
  line-height: 1.1;
}

.travel-map-panel p:not(.section-kicker) {
  margin: 0;
  color: #58636e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.travel-map-posts {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.travel-map-posts a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 46px;
  padding: 8px;
  border: 1px solid rgba(84, 188, 194, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.travel-map-posts span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  color: var(--coral);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.travel-map-posts strong {
  overflow: hidden;
  color: #24536a;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.travel-map-button,
.travel-map-fallback-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  box-shadow: 0 10px 20px rgba(253, 113, 148, 0.22);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.travel-map-location-list {
  display: grid;
  gap: 10px;
  padding-right: 4px;
}

.travel-map-location-group {
  padding: 10px;
  border: 1px solid rgba(84, 188, 194, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.travel-map-location-group h4 {
  margin: 0 0 8px;
  color: #24536a;
  font-size: 14px;
  line-height: 1.15;
}

.travel-map-location-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.travel-map-location-group a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--teal);
  background: #fff;
  box-shadow: 0 5px 12px rgba(84, 188, 194, 0.07);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.travel-map-location-group:nth-child(2n) a {
  color: var(--coral);
  background: #fff4f7;
}

.travel-map-module-world .travel-map-panel,
.travel-map-module-world .travel-map-visual {
  background:
    radial-gradient(circle at 70% 22%, rgba(253, 113, 148, 0.13), transparent 170px),
    linear-gradient(135deg, #fff7f9, #edfafa);
}

.usa-directory-page {
  background:
    linear-gradient(180deg, rgba(237, 250, 250, 0.62), #fff 420px),
    #fff;
}

.usa-directory-hero {
  display: grid;
  gap: 14px;
  padding: clamp(44px, 6vw, 78px) 0 18px;
  text-align: center;
}

.usa-directory-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--teal);
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  text-transform: none;
}

.usa-directory-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: #42505c;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.65;
}

.usa-directory-map-section,
.usa-directory-section {
  padding: clamp(34px, 5vw, 58px) 0;
}

.usa-native-map {
  margin-top: 22px;
}

.usa-native-map-visual {
  position: relative;
  width: min(940px, 100%);
  margin: 0 auto;
}

.usa-native-map-visual img,
.usa-native-svg-map {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.usa-native-svg-map {
  display: block;
}

.usa-native-svg-map path:not(.separator1),
.usa-native-svg-map circle.state {
  fill: #dedede;
  stroke: #fff;
  stroke-width: 1;
}

.usa-native-svg-map .borders,
.usa-native-svg-map .separator1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}

.usa-native-svg-map .usa-svg-state-visited {
  fill: #54bcc2;
  cursor: pointer;
  transition: fill 0.18s ease;
}

.usa-native-svg-map .usa-svg-state-visited:hover,
.usa-native-svg-map .usa-svg-state-visited:focus,
.usa-native-svg-map .usa-svg-state-visited.is-active {
  fill: #23b383;
  outline: none;
}

.usa-state-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  margin-top: clamp(44px, 7vw, 78px);
}

.usa-state-column > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.usa-state-accordion {
  display: grid;
  margin-top: 18px;
  border-bottom: 1px solid rgba(105, 114, 125, 0.18);
}

.usa-state-accordion details {
  border-top: 1px solid rgba(105, 114, 125, 0.18);
}

.usa-state-accordion summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  list-style: none;
}

.usa-state-accordion summary::-webkit-details-marker {
  display: none;
}

.usa-state-accordion summary::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid var(--ink);
  transition: transform 0.18s ease, border-left-color 0.18s ease;
}

.usa-state-accordion details[open] summary::before {
  border-left-color: var(--teal);
  transform: rotate(90deg);
}

.usa-state-links {
  display: grid;
  gap: 16px;
  padding: 20px 0 28px 28px;
}

.usa-state-links a {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.usa-state-links a:hover,
.usa-state-links a:focus {
  color: var(--teal);
}

.texas-empty-note {
  max-width: 680px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid #f4d8e0;
  border-radius: var(--radius);
  color: #58636e;
  background: #fff7f9;
  font-weight: 700;
  text-align: center;
}

.texas-city-more {
  padding: 0 0 64px;
  text-align: center;
}

.texas-city-more h2 {
  margin: 0 0 22px;
  color: var(--teal);
  font-size: clamp(26px, 3vw, 38px);
}

.texas-city-chip-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid #d7f1f3;
  border-radius: 999px;
  color: var(--teal);
  background: #fff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(6, 176, 185, 0.08);
}

.texas-city-chip-list a:hover {
  border-color: var(--coral);
  color: var(--coral);
}

.post-card a:hover h3 {
  color: var(--coral);
}

.post-card a:hover h2 {
  color: var(--coral);
}

.compact time {
  display: block;
  padding: 16px 18px 0;
  font-size: 13px;
}

.compact h3 {
  min-height: 104px;
  padding-top: 8px;
}

.promo-band {
  position: relative;
  padding: 70px 0;
  color: #fff;
  background: var(--teal);
}

.promo-band::before,
.promo-band::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  background:
    radial-gradient(circle at 18px -8px, transparent 24px, #fff 25px) 0 0 / 48px 18px repeat-x;
}

.promo-band::before {
  top: 0;
}

.promo-band::after {
  bottom: 0;
  rotate: 180deg;
}

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

.promo {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
}

.promo img {
  width: 100%;
  border-radius: var(--radius);
  background: #fff;
}

.promo h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
}

.promo p {
  margin: 10px 0 18px;
}

.destinations {
  background: var(--soft);
}

.section-kicker {
  margin: -14px 0 30px;
  text-align: center;
  font-size: 18px;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.destination-grid a {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.destination-grid img {
  aspect-ratio: 16 / 9;
  transition: transform 180ms ease;
}

.destination-grid span {
  position: absolute;
  inset: auto 0 0;
  padding: 16px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.destination-grid a:hover img {
  transform: scale(1.04);
}

.press {
  padding: 64px 0;
}

.press-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.press-strip img {
  max-height: 58px;
  margin: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.82;
}

.social-section {
  padding: 62px 0;
  background: var(--lavender);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.social-grid a {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.social-grid img {
  aspect-ratio: 9 / 14;
  border-radius: 0;
}

.social-grid span {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.stay {
  padding: 66px 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(6, 176, 185, 0.92), rgba(253, 113, 148, 0.88)), url("https://mycurlyadventures.com/wp-content/uploads/2023/07/mca-web-banner-for-liketoknowit-1-768x192.png") center / cover;
}

.stay-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.stay h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
}

.about {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 44px;
  align-items: center;
  padding: 70px 0;
}

.about h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.quote {
  color: var(--coral);
  font-size: 22px;
  font-weight: 700;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-gallery img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-gallery img:nth-child(2) {
  margin-top: 34px;
}

.archive-description {
  max-width: 760px;
  margin: -10px auto 32px;
  text-align: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8eff0;
  border-radius: 999px;
  color: var(--teal);
  font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover {
  color: #fff;
  background: var(--teal);
}

.single-post {
  padding: 56px 0 76px;
}

.single-hero {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.single-hero h1 {
  margin-bottom: 24px;
}

.single-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.entry-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 19px;
}

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

.entry-content img {
  border-radius: var(--radius);
}

.legacy-page {
  padding: 0;
}

.legacy-page .entry-content {
  max-width: none;
  margin: 0;
}

.legacy-page .entry-content > *:not(.wp-block-cover):not(.alignfull) {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.site-footer {
  color: #fff;
  background: #54bcc2;
}

.mca-footer-inner {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.15fr 1.15fr 1.25fr;
  gap: clamp(42px, 6vw, 104px);
  width: min(1250px, calc(100% - 44px));
  margin-inline: auto;
  padding: 72px 0 80px;
}

.mca-footer-col,
.mca-footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mca-footer-col h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.mca-footer-col a,
.mca-footer-menu a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.22;
  text-decoration: none;
}

.mca-footer-col a + a,
.mca-footer-menu li + li {
  margin-top: 15px;
}

.mca-footer-button {
  display: flex;
  width: 250px;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  text-align: center;
  text-transform: uppercase;
}

.mca-footer-button + .mca-footer-button {
  margin-top: 24px;
}

.mca-footer-button-pink {
  background: var(--coral);
}

.mca-footer-button-black {
  background: #000;
}

@media (max-width: 860px) {
  .mca-header-v2-inner {
    grid-template-columns: 1fr auto;
    gap: 16px;
    width: min(100% - 28px, 1180px);
    min-height: 94px;
  }

  .mca-logo-v2 img {
    width: 176px;
  }

  .mca-nav-v2,
  .mca-actions-v2 .mca-cta-v2 {
    display: none;
  }

  .mca-actions-v2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mca-menu-v2 {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    background: #f2f2f2;
    padding: 8px;
  }

  .mca-menu-v2 span {
    display: block;
    width: 26px;
    height: 4px;
    margin: 3px 0;
    background: #54bcc2;
  }

  .mca-search-v2 {
    width: 46px;
    height: 46px;
  }

  .mca-mobile-nav-v2 {
    display: none;
    padding: 10px 24px 22px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .mca-mobile-nav-v2.is-open {
    display: block;
  }

  .mca-mobile-nav-v2 .menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mca-mobile-nav-v2 a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #ecf7f7;
    color: #54bcc2;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mca-mobile-nav-v2 .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0 0 0 16px;
    list-style: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .mca-mobile-cta-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mca-mobile-cta-v2 .mca-cta-v2 {
    min-height: 58px;
    padding: 12px 10px;
    font-size: 12px;
  }

  .site-header {
    min-height: 0;
  }

  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .mobile-social {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 8px 12px 0;
  }

  .mobile-social a {
    color: var(--teal);
    font-size: 11px;
    font-weight: 700;
  }

  .mobile-mainbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 20px 12px;
  }

  .logo-mobile img {
    width: 220px;
    max-width: 52vw;
  }

  .mobile-tools {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-tools .search-toggle {
    width: 52px;
    height: 52px;
  }

  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-cta .header-btn {
    min-height: 58px;
    padding: 12px 10px;
    font-size: 12px;
  }

  .site-nav {
    display: none;
  }

  .mobile-nav {
    position: static;
    padding: 10px 24px 22px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 0 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .site-nav .sub-menu a {
    padding: 11px 0;
    white-space: normal;
  }

  .site-nav a {
    padding: 13px 0;
    border-bottom: 1px solid #ecf7f7;
  }

  .spotlight,
  .about,
  .promo-grid,
  .promo {
    grid-template-columns: 1fr;
  }

  .home-dream-hero {
    padding: 28px 0 36px;
  }

  .home-dream-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(210px, 1.08fr);
    gap: 18px;
  }

  .home-dream-copy h1 {
    font-size: clamp(34px, 6vw, 46px);
  }

  .home-dream-copy p {
    margin: 16px 0 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .home-dream-actions {
    gap: 10px;
  }

  .home-dream-actions .btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .home-dream-collage {
    min-height: 285px;
  }

  .home-dream-photo-main {
    width: 72%;
  }

  .home-explore {
    padding-bottom: 38px;
  }

  .home-explore h2 {
    margin-bottom: 18px;
    font-size: clamp(28px, 5vw, 38px);
  }

  .home-explore-card {
    min-height: 120px;
    border-radius: 24px 9px 24px 9px;
  }

  .home-explore-card span {
    font-size: clamp(30px, 6vw, 46px);
  }

  .home-browse-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .home-browse-card {
    padding: 7px 7px 10px;
  }

  .home-browse h2 {
    font-size: min(44px, 5.6vw);
  }

  .home-browse-image {
    border-radius: 10px;
  }

  .home-browse-card span:not(.home-browse-image) {
    font-size: 19px;
  }

  .home-search-layout,
  .home-guides,
  .home-meet {
    grid-template-columns: 1fr;
  }

  .home-latest,
  .home-popular {
    grid-template-rows: auto auto;
  }

  .home-beyond-panel {
    min-height: 160px;
  }

  .post-grid,
  .destination-grid,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stay-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mca-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 54px;
    padding: 56px 0 62px;
  }

  .mca-footer-more {
    grid-column: span 2;
  }

  .mca-footer-button {
    width: min(100%, 310px);
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1120px);
  }

  .logo img {
    width: 138px;
  }

  .hero img {
    min-height: 270px;
  }

  .home-dream-copy h1 {
    font-size: clamp(25px, 7.2vw, 34px);
  }

  .home-dream-copy p {
    margin: 12px 0 14px;
    font-size: 11px;
    line-height: 1.45;
  }

  .home-dream-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(128px, 1.05fr);
    gap: 10px;
  }

  .home-dream-actions {
    gap: 7px;
  }

  .home-dream-actions .btn {
    min-height: 34px;
    padding: 0 9px;
    border-width: 1px;
    font-size: 10px;
  }

  .home-dream-collage {
    min-height: 170px;
  }

  .home-dream-photo {
    border-width: 6px;
  }

  .home-dream-photo-main {
    width: 72%;
  }

  .home-explore {
    padding: 2px 0 30px;
  }

  .home-explore h2 {
    margin-bottom: 12px;
    font-size: clamp(22px, 6.2vw, 30px);
  }

  .home-explore-grid {
    gap: 7px;
  }

  .home-explore-card {
    min-height: 70px;
    border-radius: 16px 6px 16px 6px;
  }

  .home-explore-card span {
    font-size: clamp(20px, 7vw, 30px);
  }

  .home-browse {
    padding: 6px 0 24px;
  }

  .home-browse-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-browse-card {
    gap: 5px;
    padding: 5px 5px 8px;
    border-radius: 11px;
  }

  .home-browse h2 {
    margin-bottom: 10px;
    font-size: 5.45vw;
  }

  .home-browse-image {
    border-radius: 8px;
  }

  .home-browse-card span:not(.home-browse-image) {
    font-size: 15px;
  }

  .home-search-strip {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 13px;
  }

  .home-search-layout {
    gap: 16px;
  }

  .home-search-kicker {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .home-search-strip h2 {
    margin-bottom: 8px;
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .home-search-strip p {
    font-size: 11px;
    line-height: 1.35;
  }

  .home-search-form {
    gap: 5px;
    margin-bottom: 9px;
    padding: 5px;
  }

  .home-search-form input {
    padding-left: 9px;
    font-size: 11px;
  }

  .home-search-form button {
    min-height: 30px;
    padding: 0 11px;
    font-size: 10px;
  }

  .home-search-chips {
    gap: 5px;
  }

  .home-search-chips a {
    min-height: 24px;
    padding: 0 8px;
    font-size: 9px;
  }

  .home-guides {
    gap: 14px;
    padding-bottom: 28px;
  }

  .home-guides h2 {
    padding-bottom: 9px;
    font-size: 22px;
  }

  .home-latest-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .home-latest-card {
    gap: 4px;
    padding: 4px;
    border-radius: 9px;
  }

  .home-latest-card img {
    aspect-ratio: 1 / 0.9;
    border-radius: 6px;
  }

  .home-latest-card h3 {
    font-size: clamp(7px, 2.25vw, 10px);
    line-height: 1.12;
  }

  .home-latest-more {
    margin-top: 10px;
    min-height: 34px;
    padding: 8px 14px;
    font-size: 9px;
  }

  .home-popular {
    padding: 12px;
    border-radius: 10px;
  }

  .home-popular-body {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
  }

  .home-popular-photo::after {
    right: -5px;
    bottom: -5px;
    padding: 5px 7px;
    font-size: 10px;
  }

  .home-popular-list li + li {
    margin-top: 5px;
  }

  .home-popular-list a {
    grid-template-columns: 11px minmax(0, 1fr);
    gap: 4px;
    font-size: 9.2px;
    line-height: 1.18;
  }

  .home-meet {
    gap: 10px;
    padding-bottom: 24px;
  }

  .home-meet-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 11px;
  }

  .home-meet-copy h2,
  .home-beyond-card h2 {
    margin-bottom: 7px;
    font-size: 22px;
  }

  .home-meet-copy p {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 1.32;
  }

  .home-meet-actions {
    gap: 5px;
  }

  .home-meet-actions a {
    min-height: 23px;
    padding: 0 7px;
    font-size: 7.5px;
  }

  .home-beyond-card {
    padding: 12px;
    border-radius: 11px;
  }

  .home-beyond-grid {
    gap: 5px;
  }

  .home-beyond-panel {
    min-height: 118px;
    border-width: 2px;
    border-radius: 8px;
  }

  .home-beyond-panel span {
    padding: 12px 2px 5px;
    font-size: clamp(7px, 2.2vw, 10px);
  }

  .home-subscribe {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 26px;
    padding: 12px;
  }

  .home-subscribe-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .home-subscribe h2 {
    font-size: 18px;
  }

  .home-subscribe p,
  .home-subscribe-form {
    grid-column: 1 / -1;
  }

  .home-subscribe p {
    font-size: 10.5px;
  }

  .home-subscribe-form form {
    gap: 6px;
  }

  .home-subscribe-form input[type="email"],
  .home-subscribe-form input[type="text"],
  .home-subscribe-form button,
  .home-subscribe-form input[type="submit"] {
    min-height: 34px;
  }

  .home-subscribe-form input[type="email"],
  .home-subscribe-form input[type="text"] {
    padding: 0 11px;
    font-size: 10px;
  }

  .home-subscribe-form button,
  .home-subscribe-form input[type="submit"] {
    padding: 0 10px;
    font-size: 9px;
  }

  .spotlight {
    padding-top: 36px;
  }

  .post-grid,
  .destination-grid,
  .social-grid,
  .press-strip {
    grid-template-columns: 1fr;
  }

  .post-card h3,
  .compact h3 {
    min-height: auto;
    padding: 14px 12px 16px;
    font-size: 18px;
    line-height: 1.28;
    text-align: center;
    overflow-wrap: normal;
  }

  .post-card h2,
  .compact h2 {
    min-height: auto;
    padding: 8px 12px 16px;
    font-size: 18px;
    line-height: 1.28;
    text-align: center;
    overflow-wrap: normal;
  }

  .compact time {
    padding: 10px 12px 0;
    text-align: center;
  }

  .promo {
    text-align: center;
  }

  .promo img {
    max-width: 240px;
    margin: auto;
  }

  .about-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .about-gallery img:nth-child(3) {
    display: none;
  }

  .mca-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100% - 48px, 360px);
    padding: 44px 0 52px;
  }

  .mca-footer-more {
    grid-column: auto;
  }

  .mca-footer-col,
  .mca-footer-menu {
    align-items: center;
    text-align: center;
  }

  .mca-footer-col h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .mca-footer-col a,
  .mca-footer-menu a {
    font-size: 16px;
  }

  .mca-footer-col a + a,
  .mca-footer-menu li + li {
    margin-top: 12px;
  }

  .mca-footer-button {
    width: 100%;
    min-height: 68px;
  }

  .legacy-page .entry-content h1,
  .legacy-page .entry-content h2,
  .legacy-page .entry-content h3 {
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1.18;
    overflow-wrap: normal;
  }

  .legacy-page .entry-content img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .legacy-page .entry-content img[src*="substack"] {
    max-width: 230px;
    margin-inline: auto;
  }

  .legacy-page .entry-content img[src*="/2023/07/1-"],
  .legacy-page .entry-content img[src*="/2023/07/2-"],
  .legacy-page .entry-content img[src*="/2023/07/3-"],
  .legacy-page .entry-content img[src$="/2023/07/1.png"],
  .legacy-page .entry-content img[src$="/2023/07/2.png"],
  .legacy-page .entry-content img[src$="/2023/07/3.png"] {
    max-width: 240px;
    max-height: 420px;
    margin-inline: auto;
  }

  .legacy-page .entry-content .wp-block-columns {
    gap: 18px;
  }

  .texas-directory-hero h1,
  .texas-city-hero h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .texas-directory-card-grid,
  .texas-directory-city-grid {
    grid-template-columns: 1fr;
  }

  .texas-native-map {
    grid-template-columns: 1fr;
  }

  .texas-native-region-label {
    font-size: 18px;
  }

  .texas-native-region-count {
    display: none;
  }

  .texas-directory-card {
    min-height: 118px;
  }

  .texas-directory-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }

  .texas-directory-nav a {
    flex: 0 0 auto;
  }

  .travel-directory-hero,
  .travel-map-module,
  .travel-directory-page .texas-native-map {
    grid-template-columns: 1fr;
  }

  .travel-directory-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .travel-directory-hero-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px;
  }

  .travel-directory-hero-card span {
    min-height: 54px;
    font-size: 13px;
  }

  .travel-destination-grid {
    grid-template-columns: 1fr;
  }

  .travel-map-visual {
    min-height: 250px;
  }

  .travel-map-pin {
    min-height: 24px;
    padding: 4px 7px 4px 4px;
    font-size: 10px;
  }

  .travel-map-pin::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .travel-map-panel {
    padding: 16px;
  }

  .travel-map-panel-directory {
    max-height: none;
  }

  .travel-map-posts a {
    min-height: 44px;
  }

  .usa-directory-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .usa-native-map-visual {
    width: 100%;
  }

  .usa-state-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .usa-state-column > img {
    max-height: 360px;
  }

  .usa-state-accordion summary,
  .usa-state-links a {
    font-size: 18px;
  }
}
