@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;
}

@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;
}

.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;
}

.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);
}

.theme-my-curly-adventures-light .elementor-location-header {
  display: none;
}

.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: 0;
}

.home-dream-photo {
  overflow: hidden;
  border: 12px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

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

.home-dream-photo-main {
  width: 100%;
  min-height: clamp(330px, 31vw, 430px);
  aspect-ratio: 1.35 / 1;
  transform: rotate(-2deg);
}

.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 54px;
}

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

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

.home-browse-card {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  padding: 14px;
  border: 1px solid #f4d7df;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  text-align: center;
}

.home-browse-image {
  display: block;
  overflow: hidden;
  min-height: 82px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(6, 176, 185, 0.18), rgba(253, 113, 148, 0.16));
}

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

.home-browse-card span:not(.home-browse-image) {
  display: grid;
  min-height: 52px;
  place-items: center;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.05;
}

.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;
}

.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(.elementor):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: 0;
  }

  .home-dream-photo-main {
    width: 100%;
    min-height: 245px;
  }

  .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(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-browse-card {
    min-height: 94px;
    padding: 7px;
    border-radius: 12px;
  }

  .home-browse h2 {
    margin-bottom: 12px;
    font-size: clamp(22px, 6vw, 32px);
  }

  .home-browse-image {
    min-height: 42px;
    border-radius: 7px;
  }

  .home-browse-image img {
    height: 42px;
  }

  .home-browse-card span:not(.home-browse-image) {
    min-height: 30px;
    font-size: 14px;
  }

  .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: 0;
  }

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

  .home-dream-photo-main {
    width: 100%;
    min-height: 160px;
  }

  .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 {
    gap: 8px;
  }

  .home-browse-card {
    min-height: 82px;
    padding: 6px;
  }

  .home-browse h2 {
    margin-bottom: 10px;
    font-size: clamp(20px, 6vw, 28px);
  }

  .home-browse-image {
    min-height: 36px;
  }

  .home-browse-image img {
    height: 36px;
  }

  .home-browse-card span:not(.home-browse-image) {
    min-height: 28px;
    font-size: 12px;
  }

  .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,
  .legacy-page .entry-content .elementor-container,
  .legacy-page .entry-content .elementor-row {
    gap: 18px;
  }
}
