:root {
  --beaches-navy: #071a2f;
  --beaches-blue-deep: #0b2846;
  --beaches-blue: #123d63;
  --beaches-blue-soft: #1d5277;
  --beaches-gold: #cda130;
  --beaches-gold-muted: #a98431;
  --beaches-teal: #1d6f6b;
  --beaches-teal-deep: #0f4f50;
  --cream: #f4ead6;
  --paper: #fbf7ef;
  --warm-paper: #efe2ca;
  --ink: #14202a;
  --muted: #65706d;
  --line: rgba(7, 26, 47, .18);
  --shadow: 0 22px 70px rgba(7, 26, 47, .18);
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(244,234,214,.93), rgba(244,234,214,.93)),
    url('../images/beaches-wallpaper.jpg') center top / 900px auto repeat;
  line-height: 1.62;
}
a { color: var(--beaches-blue); text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--ink); color: white; padding: .7rem 1rem; z-index: 99; }
.skip-link:focus { left: 1rem; }
.topbar {
  background: var(--beaches-navy);
  color: rgba(244,234,214,.92);
  font-size: .86rem;
  border-bottom: 1px solid rgba(205,161,48,.55);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.topbar-inner { display: block; min-height: 34px; }
.beaches-topbar-content { display: flex; gap: 1rem; justify-content: space-between; align-items: center; min-height: 34px; }
.beaches-topbar-content a { color: var(--beaches-gold); text-decoration: none; border-bottom: 1px solid rgba(205,161,48,.45); }
.beaches-topbar-content a:hover { color: var(--cream); }
.site-header {
  background: rgba(7, 26, 47, .97);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 3px solid var(--beaches-gold);
  box-shadow: 0 12px 36px rgba(7,26,47,.26);
}
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 92px; }
.brand-link { display: flex; align-items: center; gap: 1rem; text-decoration: none; color: var(--cream); }
.brand-mark {
  width: 58px; height: 58px; border-radius: 3px; display: grid; place-items: center;
  color: var(--beaches-navy); background: var(--beaches-gold); font-size: 2rem; font-weight: bold;
  border: 1px solid rgba(244,234,214,.45); box-shadow: 0 14px 32px rgba(0,0,0,.24);
}
.brand strong { display: block; font-size: clamp(1.75rem, 3vw, 2.75rem); letter-spacing: .16em; line-height: .95; color: var(--beaches-gold); text-transform: uppercase; }
.brand em { display: block; font-size: .84rem; color: rgba(244,234,214,.82); font-style: normal; margin-top: .42rem; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle {
  display: none;
  border: 1px solid rgba(205,161,48,.7);
  background: transparent;
  padding: .68rem 1rem;
  border-radius: 4px;
  color: var(--cream);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.main-menu ul,
.main-menu .mod-menu {
  list-style: none; display: flex; gap: .12rem; margin: 0; padding: 0; align-items: center; flex-wrap: wrap; justify-content: flex-end;
}
.main-menu li { position: relative; margin: 0; }
.main-menu a,
.main-menu span.separator {
  display: block; padding: .7rem .9rem; border-radius: 3px; text-decoration: none; color: rgba(244,234,214,.92);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem;
}
.main-menu a:hover, .main-menu .current > a, .main-menu .active > a {
  background: rgba(205,161,48,.12); color: var(--beaches-gold); box-shadow: inset 0 -2px 0 var(--beaches-gold);
}
.main-menu .deeper > ul, .main-menu .parent > ul {
  display: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; background: var(--beaches-navy);
  border: 1px solid rgba(205,161,48,.38); border-radius: 8px; padding: .45rem; box-shadow: var(--shadow); z-index: 40;
}
.main-menu .deeper:hover > ul, .main-menu .parent:hover > ul { display: grid; }
.main-menu .deeper > ul a, .main-menu .parent > ul a { border-radius: 5px; }
.hero {
  padding: clamp(3.7rem, 8vw, 7.4rem) 0;
  background:
    linear-gradient(90deg, rgba(7,26,47,.96) 0%, rgba(7,26,47,.88) 47%, rgba(7,26,47,.64) 100%),
    url('../images/beaches-wallpaper.jpg') center center/cover no-repeat;
  color: var(--cream);
  overflow: hidden;
  border-bottom: 7px solid var(--beaches-gold);
}
.hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 2rem; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: .75rem; font-family: system-ui, sans-serif; color: var(--beaches-gold); font-weight: 900; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; color: inherit; }
h1 { font-size: clamp(2.55rem, 6vw, 5.35rem); max-width: 900px; text-wrap: balance; letter-spacing: -.035em; }
h2 { color: var(--beaches-blue-deep); }
.hero-copy { font-size: clamp(1.06rem, 2vw, 1.28rem); max-width: 720px; color: rgba(244,234,214,.9); }
.hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; padding: .86rem 1.2rem; font-family: system-ui, sans-serif; font-weight: 850; text-decoration: none; border: 1px solid transparent; letter-spacing: .06em; text-transform: uppercase; font-size: .84rem; }
.button.primary { background: var(--beaches-gold); color: var(--beaches-navy); }
.button.secondary { background: rgba(244,234,214,.05); border-color: rgba(244,234,214,.55); color: var(--cream); }
.hero-card {
  background: rgba(251,247,239,.94); color: var(--ink); padding: 1.65rem; border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid rgba(205,161,48,.75); border-top: 6px solid var(--beaches-gold);
}
.hero-card span, .hero-card em { display: block; color: var(--muted); font-style: normal; font-family: system-ui, sans-serif; letter-spacing: .05em; text-transform: uppercase; font-size: .76rem; }
.hero-card strong { display: block; font-size: 2.2rem; color: var(--beaches-blue-deep); margin: .3rem 0 .45rem; }
.breakfast-strip { background: var(--beaches-blue-deep); color: var(--cream); border-bottom: 1px solid rgba(205,161,48,.55); }
.breakfast-strip-inner { min-height: 68px; display: flex; align-items: center; gap: 1rem; justify-content: center; flex-wrap: wrap; text-align: center; }
.breakfast-strip strong { font-size: 1.1rem; color: var(--beaches-gold); letter-spacing: .12em; text-transform: uppercase; }
.breakfast-strip span { color: rgba(244,234,214,.86); }

.breakfast-photo-strip {
  background: var(--beaches-navy);
  padding: .75rem 0;
  border-top: 1px solid rgba(205,161,48,.45);
  border-bottom: 1px solid rgba(205,161,48,.58);
  box-shadow: inset 0 1px 0 rgba(244,234,214,.08);
}
.photo-strip-track {
  width: min(1380px, calc(100% - 24px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}
.photo-strip-track figure {
  margin: 0;
  position: relative;
  min-height: 190px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(205,161,48,.48);
  background: var(--beaches-blue-deep);
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
}
.photo-strip-track figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,26,47,0) 45%, rgba(7,26,47,.38) 100%);
  pointer-events: none;
}
.photo-strip-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(1.03);
  transform: scale(1.01);
}

.main-wrap { padding: clamp(2.2rem, 5vw, 4.4rem) 0; }
.breadcrumbs { margin-bottom: 1rem; font-family: system-ui, sans-serif; font-size: .9rem; color: var(--muted); }
.layout { display: grid; gap: 1.5rem; align-items: start; }
.layout.content-one { grid-template-columns: 1fr; }
.layout.content-two { grid-template-columns: minmax(0,1fr) 305px; }
.layout.content-three { grid-template-columns: 245px minmax(0,1fr) 285px; }
.content-area, .sidebar, .moduletable, .card {
  background: rgba(251,247,239,.94); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1rem, 2.5vw, 1.65rem); box-shadow: 0 14px 40px rgba(7,26,47,.09);
}
.content-area { min-width: 0; border-top: 6px solid var(--beaches-gold); }
.content-area > .moduletable:first-child { margin-bottom: 1.5rem; }
.content-area p, .content-area li { font-size: 1.02rem; }
.site-footer { background: var(--beaches-navy); color: rgba(244,234,214,.9); margin-top: 2rem; padding: 2.4rem 0 1rem; border-top: 7px solid var(--beaches-gold); }
.site-footer a { color: var(--beaches-gold); }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.site-footer .moduletable, .site-footer .card { background: rgba(244,234,214,.05); border-color: rgba(244,234,214,.14); box-shadow: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(244,234,214,.15); margin-top: 1.5rem; padding-top: 1rem; flex-wrap: wrap; }
.error-box { min-height: 80vh; display: grid; place-content: center; text-align: center; }
@media (max-width: 900px) {
  .photo-strip-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-strip-track figure { min-height: 160px; }
  .nav-shell { min-height: 76px; }
  .brand strong { font-size: 1.55rem; }
  .brand em { display: none; }
  .brand-mark { width: 50px; height: 50px; }
  .menu-toggle { display: inline-flex; }
  .main-menu {
    display: none; position: absolute; left: 18px; right: 18px; top: 112px; background: var(--beaches-navy);
    border: 1px solid rgba(205,161,48,.66); border-radius: var(--radius); padding: .8rem; box-shadow: var(--shadow);
  }
  .main-menu.is-open { display: block; }
  .main-menu ul, .main-menu .mod-menu { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: .25rem; padding: .25rem 0; }
  .main-menu a, .main-menu span.separator { border-radius: 6px; padding: .9rem 1rem; }
  .main-menu .deeper > ul, .main-menu .parent > ul { position: static; display: grid; min-width: 0; box-shadow: none; border: 0; background: rgba(244,234,214,.06); margin: .15rem 0 .45rem .6rem; }
  .hero-grid, .layout.content-two, .layout.content-three, .footer-grid { grid-template-columns: 1fr; }
  .topbar-inner { padding: .35rem 0; }
  .beaches-topbar-content { justify-content: center; flex-wrap: wrap; gap: .45rem .9rem; text-align: center; }
}
@media (max-width: 520px) {
  .breakfast-photo-strip { padding: .55rem 0; }
  .photo-strip-track { width: min(100% - 18px, 1180px); gap: .5rem; }
  .photo-strip-track figure { min-height: 128px; aspect-ratio: 1 / 1; }
  .wrap { width: min(100% - 24px, 1180px); }
  .topbar { font-size: .78rem; }
  .hero { padding-block: 2.8rem; }
  .button { width: 100%; }
}
<style>
  .beaches-menu-page {
    width: 100%;
    min-height: 100vh;
    background: #f29a00;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 45px 20px 55px;
    box-sizing: border-box;
  }

  .beaches-poster-menu {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    color: #111;
  }

  .beaches-poster-menu h1 {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #5b5b5b;
    font-weight: 700;
  }

  .beaches-poster-menu .menu-item {
    margin: 0 0 22px;
  }

  .beaches-poster-menu h2 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
  }

  .beaches-poster-menu h3 {
    margin: 28px 0 24px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
  }

  .beaches-poster-menu p {
    margin: 0 auto;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.45;
    font-style: italic;
    color: #111;
  }

  .beaches-poster-menu .menu-key {
    margin-top: 42px;
  }

  .beaches-poster-menu .menu-key p {
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
  }

  .beaches-poster-menu .menu-key p + p {
    margin-top: 22px;
  }

  @media (max-width: 700px) {
    .beaches-menu-page {
      padding: 35px 16px 45px;
    }

    .beaches-poster-menu {
      max-width: 100%;
    }

    .beaches-poster-menu h1 {
      font-size: 34px;
      margin-bottom: 26px;
    }

    .beaches-poster-menu h2 {
      font-size: 15px;
    }

    .beaches-poster-menu p {
      font-size: 15px;
      line-height: 1.45;
    }

    .beaches-poster-menu br {
      display: none;
    }
  }
</style>
<style>
  .beaches-menu-page {
    width: 100%;
    min-height: 100vh;
    background: #f29a00;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 45px 20px 55px;
    box-sizing: border-box;
  }

  .beaches-poster-menu {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    color: #111;
  }

  .beaches-poster-menu h1 {
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #5b5b5b;
    font-weight: 700;
  }

  .beaches-poster-menu h2 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
  }

  .beaches-poster-menu h3 {
    margin: 30px 0 22px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
  }

  .beaches-poster-menu p {
    margin: 0 auto;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.45;
    font-style: italic;
    color: #111;
  }

  .beaches-poster-menu .menu-item {
    margin: 0 0 22px;
  }

  .beaches-poster-menu .menu-add-on {
    margin-top: 5px;
    font-style: normal;
    font-weight: 700;
  }

  .beaches-poster-menu .menu-list {
    margin-bottom: 26px;
  }

  .beaches-poster-menu .menu-list p {
    font-style: normal;
    line-height: 1.55;
  }

  .beaches-poster-menu .menu-key {
    margin-top: 42px;
  }

  .beaches-poster-menu .menu-key p {
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
  }

  .beaches-poster-menu .menu-key p + p {
    margin-top: 22px;
  }

  @media (max-width: 700px) {
    .beaches-menu-page {
      padding: 35px 16px 45px;
    }

    .beaches-poster-menu {
      max-width: 100%;
    }

    .beaches-poster-menu h1 {
      font-size: 34px;
      margin-bottom: 26px;
    }

    .beaches-poster-menu h2 {
      font-size: 15px;
    }

    .beaches-poster-menu h3 {
      font-size: 21px;
    }

    .beaches-poster-menu p {
      font-size: 15px;
      line-height: 1.45;
    }

    .beaches-poster-menu br {
      display: none;
    }
  }
</style>
/* Beaches Café — Joomla Contact Form Styling */

.com-contact,
.contact,
.contact-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}

/* Main contact form panel */
.com-contact form,
.contact form,
#contact-form {
  background: #071b2d;
  color: #f8f1df;
  border: 1px solid rgba(211, 169, 47, 0.55);
  border-radius: 22px;
  padding: 2.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

/* Page heading */
.com-contact h1,
.com-contact h2,
.contact h1,
.contact h2 {
  color: #d3a92f;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

/* Labels */
.com-contact label,
.contact label,
#contact-form label {
  color: #f8f1df;
  font-weight: 700;
  margin-bottom: 0.45rem;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
}

/* Inputs and textarea */
.com-contact input[type="text"],
.com-contact input[type="email"],
.com-contact textarea,
.contact input[type="text"],
.contact input[type="email"],
.contact textarea,
#contact-form input,
#contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: #fff9ec;
  color: #102638;
  border: 1px solid rgba(211, 169, 47, 0.65);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* Focus state */
.com-contact input:focus,
.com-contact textarea:focus,
.contact input:focus,
.contact textarea:focus,
#contact-form input:focus,
#contact-form textarea:focus {
  outline: none;
  border-color: #d3a92f;
  box-shadow: 0 0 0 3px rgba(211, 169, 47, 0.22);
}

/* Form rows */
.com-contact .control-group,
.contact .control-group,
#contact-form .control-group {
  margin-bottom: 1.25rem;
}

/* Help text / small muted text */
.com-contact .form-text,
.com-contact .small,
.contact .form-text,
.contact .small {
  color: rgba(248, 241, 223, 0.75);
}

/* Submit button */
.com-contact button,
.com-contact .btn,
.contact button,
.contact .btn,
#contact-form button,
#contact-form .btn {
  background: #d3a92f;
  color: #071b2d;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Button hover */
.com-contact button:hover,
.com-contact .btn:hover,
.contact button:hover,
.contact .btn:hover,
#contact-form button:hover,
#contact-form .btn:hover {
  background: #f0c84b;
  transform: translateY(-1px);
}

/* Contact form fieldset / legend */
.com-contact fieldset,
.contact fieldset,
#contact-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.com-contact legend,
.contact legend,
#contact-form legend {
  color: #d3a92f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

/* Hide awkward Joomla default spacing if needed */
.com-contact .contact-form,
.contact .contact-form {
  margin-top: 2rem;
}

/* Optional: style contact details area */
.com-contact .contact-address,
.com-contact .contact-emailto,
.com-contact .contact-telephone,
.contact .contact-address,
.contact .contact-emailto,
.contact .contact-telephone {
  background: #0b2235;
  color: #f8f1df;
  border-left: 4px solid #d3a92f;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 12px;
}

/* Mobile */
@media (max-width: 700px) {
  .com-contact,
  .contact,
  .contact-page {
    padding: 2rem 1rem 3rem;
  }

  .com-contact form,
  .contact form,
  #contact-form {
    padding: 1.5rem;
    border-radius: 18px;
  }

  .com-contact button,
  .com-contact .btn,
  .contact button,
  .contact .btn,
  #contact-form button,
  #contact-form .btn {
    width: 100%;
  }
}
<style>
  .beaches-home-seo-panel {
    padding: 70px 22px;
    background:
      linear-gradient(rgba(7, 27, 45, 0.08), rgba(7, 27, 45, 0.08)),
      #f8f1df;
    font-family: Georgia, "Times New Roman", serif;
  }

  .beaches-home-seo-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 58px 56px;
    text-align: center;
    background: rgba(255, 252, 244, 0.94);
    border: 2px solid rgba(211, 169, 47, 0.65);
    border-top: 9px solid #d3a92f;
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(7, 27, 45, 0.18);
    color: #071b2d;
  }

  .beaches-kicker {
    margin: 0 0 16px;
    color: #a47b13;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .beaches-home-seo-inner h1 {
    margin: 0 0 24px;
    color: #071b2d;
    font-size: clamp(3rem, 7vw, 6.2rem);
    line-height: 0.92;
    letter-spacing: -0.035em;
  }

  .beaches-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.65;
    color: rgba(7, 27, 45, 0.86);
  }

  .beaches-divider {
    width: 110px;
    height: 3px;
    margin: 38px auto;
    background: #d3a92f;
    border-radius: 999px;
  }

  .beaches-home-seo-inner h2 {
    margin: 0 0 18px;
    color: #0b2a42;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.15;
  }

  .beaches-home-seo-inner p {
    max-width: 860px;
    margin: 0 auto 20px;
    font-size: 1.08rem;
    line-height: 1.78;
    color: rgba(7, 27, 45, 0.9);
  }

  .beaches-home-seo-inner strong {
    color: #071b2d;
    font-weight: 800;
  }

  .beaches-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 42px 0;
  }

  .beaches-info-card {
    padding: 28px 22px;
    background: #071b2d;
    color: #f8f1df;
    border-radius: 22px;
    border: 1px solid rgba(211, 169, 47, 0.7);
    box-shadow: 0 16px 36px rgba(7, 27, 45, 0.18);
  }

  .beaches-info-card h3 {
    margin: 0 0 15px;
    color: #d3a92f;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }

  .beaches-info-card p {
    margin: 0 0 8px;
    color: #f8f1df;
    font-size: 1rem;
    line-height: 1.45;
  }

  .beaches-final-block {
    max-width: 900px;
    margin: 8px auto 0;
    padding-top: 10px;
  }

  @media (max-width: 850px) {
    .beaches-home-seo-panel {
      padding: 38px 14px;
    }

    .beaches-home-seo-inner {
      padding: 38px 24px;
      border-radius: 22px;
    }

    .beaches-info-row {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .beaches-home-seo-inner h1 {
      font-size: clamp(2.6rem, 14vw, 4.1rem);
    }

    .beaches-lead,
    .beaches-home-seo-inner p {
      font-size: 1rem;
    }
  }
</style>