:root {
  --ink: #21484c;
  --ink-soft: #45686b;
  --coast: #7fa7a8;
  --sand: #c87b50;
  --sand-soft: #f4ead8;
  --sage: #9fac9a;
  --mist: #eef4f1;
  --paper: #fffdf8;
  --stone: #d7d5cc;
  --charcoal: #243033;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: #dfe6e1;
  font-family: Avenir, "Avenir Next", Inter, system-ui, sans-serif;
  line-height: 1.45;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

main {
  display: grid;
  gap: 28px;
  padding: 28px;
}

.page {
  position: relative;
  width: min(100%, 794px);
  min-height: 1123px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 20px 60px rgba(20, 34, 35, .18);
}

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

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: 58px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.05;
}

h3 {
  font-size: 25px;
}

p {
  margin: 0;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--screen-coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lead {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.cover {
  display: grid;
  grid-template-rows: 670px 1fr 88px;
}

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

.cover-brand {
  display: grid;
  place-items: center;
  padding: 34px 80px 20px;
  text-align: center;
}

.cover-brand img {
  width: 520px;
}

.cover-brand p {
  margin-top: -40px;
  color: var(--ink);
  font-size: 34px;
  font-family: Georgia, "Times New Roman", serif;
}

.cover-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  color: var(--ink);
  border-top: 1px solid rgba(181, 134, 45, .42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 48px 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.masthead img {
  width: 150px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 34px;
  padding: 90px 48px 42px;
}

.intro-grid > div {
  display: grid;
  align-content: center;
  gap: 24px;
}

.intro-grid img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 8px;
}

.quick-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 48px;
  background: rgba(33, 72, 76, .16);
}

.quick-row div {
  display: grid;
  min-height: 122px;
  align-content: center;
  gap: 8px;
  padding: 18px;
  background: var(--mist);
  color: var(--ink);
}

.quick-row svg,
.info-list svg {
  color: var(--screen-coral);
}

.quick-row strong,
.quick-row span {
  display: block;
}

.split-page,
.appliances-page,
.local-page,
.emergency-page {
  padding: 58px 48px;
}

.section-title {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(181, 134, 45, .42);
}

.two-col {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  padding-top: 44px;
}

.photo-stack {
  display: grid;
  gap: 16px;
}

.photo-stack img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.info-list {
  display: grid;
  gap: 22px;
  align-content: start;
}

.info-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(33, 72, 76, .14);
  color: var(--ink);
}

.room-page {
  padding: 48px;
}

.room-hero {
  display: grid;
  grid-template-rows: 620px auto;
  gap: 28px;
}

.room-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.room-hero div {
  max-width: 560px;
}

.room-hero p:last-child {
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 21px;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.amenities span,
.rule-grid span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--ink);
  background: rgba(238, 244, 241, .78);
  border: 1px solid rgba(33, 72, 76, .1);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(33, 48, 51, .045);
}

.amenities svg,
.rule-grid svg {
  width: 19px;
  height: 19px;
  color: var(--coast);
}

.amenities.compact {
  margin-top: 22px;
}

.feature .amenities span {
  color: #f8f5ec;
  background: rgba(255, 255, 255, .105);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.feature .amenities svg {
  color: var(--sand);
}

.note {
  margin-top: 34px;
  padding: 20px 22px;
  color: var(--ink);
  background: var(--sand-soft);
  border-left: 4px solid var(--sand);
  border-radius: 0 8px 8px 0;
}

.feature {
  display: grid;
  grid-template-rows: 620px 1fr;
  background: var(--ink);
}

.feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  padding: 46px 48px;
  color: #f8f5ec;
}

.feature-copy h2 {
  color: #fff7df;
}

.feature-copy p {
  max-width: 620px;
  margin-top: 18px;
  font-size: 19px;
}

.feature-copy .eyebrow {
  color: var(--sand);
  margin-top: 0;
}

.callout {
  padding: 18px 20px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 44px;
}

.cards article,
.detail-card {
  min-height: 245px;
  padding: 26px;
  background: var(--mist);
  border: 1px solid rgba(33, 72, 76, .12);
  border-radius: 8px;
}

.cards svg,
.detail-card svg {
  width: 30px;
  height: 30px;
  color: var(--sage);
}

.detail-card {
  min-height: 0;
}

.detail-card summary {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.detail-card summary::-webkit-details-marker {
  display: none;
}

.detail-card summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 20px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.detail-card[open] > summary::after {
  content: "-";
}

.detail-card {
  position: relative;
}

.detail-card strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.detail-card small {
  display: block;
  margin-top: 4px;
  padding-right: 26px;
  color: var(--ink-soft);
  font-weight: 800;
}

.detail-card div {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(33, 72, 76, .12);
}

.detail-card .mini-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.mini-icons span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: var(--ink);
  background: rgba(255, 253, 248, .84);
  border: 1px solid rgba(33, 72, 76, .09);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.mini-icons svg {
  width: 17px;
  height: 17px;
}

.detail-card p {
  margin: 0;
}

.detail-card ol,
.detail-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.25rem;
  color: var(--ink-soft);
}

.detail-card li::marker {
  color: var(--screen-coral);
  font-weight: 900;
}

.detail-card div strong {
  display: inline;
  font-family: Avenir, "Avenir Next", Inter, system-ui, sans-serif;
  font-size: inherit;
  font-weight: 900;
}

.alert-note {
  position: relative;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(244, 234, 216, .72);
  border: 1px solid rgba(181, 134, 45, .32);
  border-left: 4px solid var(--sand);
  border-radius: 10px;
}

.alert-note::before {
  content: none;
}

.cards h3 {
  margin-top: 18px;
}

.cards p {
  margin-top: 14px;
}

.cards small {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-weight: 800;
}

.spa-page {
  background: var(--paper);
}

.light-panel {
  color: var(--charcoal);
  background: var(--paper);
}

.light-panel h2 {
  color: var(--ink);
}

.rule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}

.inline-marker {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: var(--screen-coral);
  vertical-align: -3px;
}

.local-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 44px;
}

.local-photo-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
}

.local-photo-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.local-photo-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: var(--paper);
  background: rgba(33, 72, 76, .72);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.local-copy-grid {
  padding-top: 34px;
}

.local-copy-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
}

.local-copy-grid p + h3 {
  margin-top: 26px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 44px;
}

.contact-grid div {
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--ink);
  background: var(--mist);
  border-radius: 8px;
}

.contact-grid span {
  font-size: 22px;
  font-weight: 800;
}

.safety-row {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.safety-row p {
  padding: 18px 20px;
  background: var(--sand-soft);
  border-radius: 8px;
}

.wifi-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  padding: 80px;
  text-align: center;
}

.wifi-card > img:first-child {
  width: 360px;
}

.wifi-card h2 {
  font-size: 74px;
}

.wifi-card .qr {
  width: 300px;
  border: 12px solid #fff;
  box-shadow: 0 12px 36px rgba(33, 48, 51, .14);
}

.wifi-card div {
  display: grid;
  gap: 4px;
  min-width: 420px;
  padding: 18px;
  background: var(--mist);
  border-radius: 8px;
}

.wifi-card strong {
  color: var(--screen-coral);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.wifi-card span {
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
}

@media (max-width: 860px) {
  main {
    padding: 0;
    gap: 0;
  }

  .page {
    width: 100%;
    min-height: auto;
    box-shadow: none;
  }

  .cover {
    min-height: 100svh;
    grid-template-rows: 48svh 1fr auto;
  }

  .cover-brand {
    padding: 28px;
  }

  .cover-brand img {
    width: min(84vw, 430px);
  }

  .cover-brand p {
    margin-top: -24px;
  }

  .cover-strip,
  .quick-row,
  .intro-grid,
  .two-col,
  .cards,
  .local-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cover-strip {
    gap: 10px;
    padding: 24px;
    text-align: center;
  }

  .intro-grid,
  .split-page,
  .appliances-page,
  .local-page,
  .emergency-page,
  .room-page,
  .feature-copy,
  .wifi-card {
    padding: 32px 24px;
  }

  h1 {
    font-size: 42px;
  }

  h2,
  .wifi-card h2 {
    font-size: 38px;
  }

  .intro-grid img,
  .room-hero img,
  .feature > img,
  .local-grid img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .local-photo-grid {
    grid-template-columns: 1fr;
  }

  .quick-row {
    margin: 0 24px 32px;
  }

  .wifi-card div {
    min-width: 0;
    width: 100%;
  }
}

@page {
  size: A4 portrait;
  margin: 0;
}

@media print {
  body {
    background: #fff;
  }

  main {
    display: block;
    padding: 0;
  }

  .page {
    width: 794px;
    min-height: 1123px;
    page-break-after: always;
    box-shadow: none;
  }
}

/* Production web guide */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 4vw, 34px);
  padding: 12px clamp(16px, 4vw, 54px);
  background: var(--paper);
  border-bottom: 1px solid rgba(33, 72, 76, .12);
}

.brand-link {
  display: block;
  width: clamp(168px, 18vw, 250px);
  line-height: 0;
}

.brand-link img {
  width: 100%;
}

.topbar nav {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.topbar nav::-webkit-scrollbar {
  display: none;
}

.topbar a {
  color: var(--ink);
  text-decoration: none;
}

.topbar nav a {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.topbar nav a:hover {
  background: var(--mist);
}

.site {
  display: block;
  padding: 0;
}

.web-section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.web-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.web-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.web-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.web-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(33, 48, 51, .04), rgba(33, 48, 51, .76)),
    linear-gradient(90deg, rgba(33, 48, 51, .68), rgba(33, 48, 51, .06));
}

.web-hero__content {
  position: relative;
  z-index: 1;
  width: min(650px, calc(100% - 36px));
  margin: 0 auto 7svh clamp(18px, 6vw, 76px);
  color: var(--paper);
}

.web-hero__content h1 {
  color: var(--paper);
  max-width: 820px;
  font-size: clamp(48px, 8vw, 104px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions a,
.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.hero-actions a + a,
.download-button {
  color: var(--paper);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .34);
}

.section-kicker {
  display: grid;
  gap: 8px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(181, 134, 45, .32);
}

.section-kicker h2,
.web-section h2 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.08;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.quick-grid article {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: center;
  padding: 20px;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid rgba(33, 72, 76, .1);
  border-radius: 8px;
}

.quick-grid svg {
  color: var(--screen-coral);
}

.quick-grid span {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.quick-grid strong {
  font-size: 18px;
}

.security-note {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--sand-soft);
  border-left: 4px solid var(--sand);
  border-radius: 0 8px 8px 0;
}

.editorial-grid,
.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 42%);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.editorial-grid img,
.feature-grid > img {
  width: 100%;
  height: min(620px, 68svh);
  object-fit: cover;
  border-radius: 8px;
}

.editorial-grid p:not(.eyebrow),
.feature-grid p:not(.eyebrow),
.checkout-section p,
.download-section p {
  margin-top: 18px;
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 19px;
}

.feature-grid.reverse {
  grid-template-columns: minmax(320px, 45%) minmax(0, 1fr);
}

.info-stack {
  display: grid;
  gap: 16px;
}

.info-stack article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(33, 72, 76, .14);
}

.info-stack svg {
  color: var(--screen-coral);
}

.info-stack strong {
  margin-right: .32em;
}

.support-panel {
  display: grid;
  gap: 16px;
}

.support-contact {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(244, 240, 231, .68)),
    var(--mist);
  border: 1px solid rgba(33, 72, 76, .12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(33, 48, 51, .08);
}

.support-contact > svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--screen-coral);
  background: rgba(var(--screen-coral-rgb), .1);
  border: 1px solid rgba(var(--screen-coral-rgb), .18);
  border-radius: 999px;
}

.support-contact h3 {
  margin-top: 8px;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.05;
}

.support-contact a {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.support-contact p:not(.tile-meta) {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 17px;
}

.support-more {
  margin-top: 18px;
  padding: 0;
  border-top: 1px solid rgba(63, 68, 77, .08);
}

.support-more summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--screen-coral);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.support-more summary::-webkit-details-marker {
  display: none;
}

.support-more summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--screen-coral-deep);
  background: rgba(var(--screen-coral-rgb), .1);
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
}

.support-more[open] summary::after {
  content: "-";
}

.support-more p {
  margin-top: 12px;
  color: var(--screen-muted);
  font-size: 16px;
  line-height: 1.55;
}

.support-details {
  display: grid;
  gap: 12px;
}

.wifi-section {
  background: var(--mist);
}

.wifi-panel {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 38px;
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  background: var(--paper);
  border: 1px solid rgba(33, 72, 76, .1);
  border-radius: 8px;
}

.wifi-panel img {
  width: 240px;
  justify-self: end;
  border: 12px solid white;
  box-shadow: 0 16px 42px rgba(33, 48, 51, .14);
}

.wifi-panel dl {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
}

.wifi-panel dl div {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: var(--mist);
  border-radius: 8px;
}

.wifi-panel dt {
  color: var(--screen-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wifi-panel dd {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

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

.room-card,
.outdoor-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(33, 72, 76, .12);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(33, 48, 51, .08);
}

.room-card.wide,
.outdoor-card.main {
  grid-column: span 2;
}

.room-card img,
.outdoor-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.room-card > div,
.outdoor-card {
  padding: 24px;
}

.outdoor-card img {
  margin: -24px -24px 22px;
  width: calc(100% + 48px);
}

.dark-feature {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(33, 72, 76, .96), rgba(36, 48, 51, .98)),
    var(--ink);
}

.dark-feature h2,
.dark-feature h3 {
  color: var(--paper);
}

.dark-feature .feature-grid p:not(.eyebrow) {
  color: rgba(255, 253, 248, .82);
}

.dark-feature .amenities span {
  color: var(--paper);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .16);
}

.dark-feature .amenities svg {
  color: var(--sand);
}

#lookout .amenities {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 36px;
}

#lookout .amenities span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 66px;
  gap: 12px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, .9);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055)),
    rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 14px 34px rgba(0, 0, 0, .13);
  backdrop-filter: blur(14px);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

#lookout .amenities svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  color: var(--screen-coral-light);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
}

.web-rules {
  max-width: 1180px;
  margin-top: 22px;
}

.recommendations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.recommendations article,
.recommendations .detail-card {
  padding: 20px;
  background: var(--mist);
  border-radius: 8px;
}

.recommendations svg,
.recommendations .detail-card svg {
  color: var(--screen-coral);
}

.local-detail {
  border: 0;
  box-shadow: none;
}

.local-detail strong {
  font-size: 24px;
}

.local-editorial-list {
  display: grid;
  gap: 10px;
  max-width: 1180px;
  margin: 34px auto 0;
  background: transparent;
}

.walk-map-feature {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  max-width: 1180px;
  margin: 34px auto 28px;
  align-items: stretch;
}

.walk-map-copy,
.walk-map-canvas {
  background: var(--paper);
  border: 1px solid rgba(33, 72, 76, .12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(33, 48, 51, .07);
}

.walk-map-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.walk-map-copy h3 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
}

.walk-map-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 17px;
}

.walk-map-controls {
  display: grid;
  gap: 10px;
}

.walk-map-toggle {
  appearance: none;
  width: 100%;
  border: 1px solid rgba(33, 72, 76, .16);
  border-radius: 8px;
  background: var(--mist);
  color: var(--ink);
  padding: 11px 12px;
  text-align: left;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.walk-map-toggle[aria-pressed="true"] {
  border-color: rgba(33, 72, 76, .42);
  box-shadow: inset 4px 0 0 var(--coast);
}

.walk-map-note {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(var(--screen-coral-rgb), .28);
}

.walk-map-note strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.walk-map-note span {
  color: var(--ink-soft);
  font-size: 16px;
}

.walk-map-canvas {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.walk-map-canvas img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.walk-pin {
  position: absolute;
  width: clamp(24px, 2.6vw, 38px);
  height: clamp(24px, 2.6vw, 38px);
  border: 2px solid #145866;
  border-radius: 50%;
  background: #fffdf8;
  color: var(--ink);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px rgba(33, 48, 51, .24);
  cursor: pointer;
  font: inherit;
  font-size: clamp(11px, 1vw, 16px);
  font-weight: 900;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
  z-index: 4;
}

.walk-pin:hover,
.walk-pin:focus-visible,
.walk-pin.active {
  background: var(--coast);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.14);
  box-shadow: 0 8px 22px rgba(33, 72, 76, .26);
  outline: none;
}

.walk-fav {
  border-color: var(--screen-coral);
  color: var(--screen-coral-deep);
}

.walk-map-canvas.hide-favourites .walk-fav {
  display: none;
}

.walk-road-focus {
  position: absolute;
  left: 61.4%;
  top: 36.8%;
  width: 11.6%;
  height: 8.6%;
  border: 4px solid var(--screen-coral);
  border-radius: 999px;
  box-shadow: 0 0 0 7px rgba(var(--screen-coral-rgb), .18);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 3;
}

.walk-map-canvas.show-road .walk-road-focus {
  opacity: 1;
}

.local-feature {
  background: var(--paper);
  border: 1px solid rgba(33, 72, 76, .12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(33, 48, 51, .06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.local-feature:hover,
.local-feature[open] {
  border-color: rgba(var(--screen-coral-rgb), .32);
  box-shadow: 0 22px 54px rgba(33, 48, 51, .1);
}

.local-feature summary {
  display: grid;
  grid-template-columns: 58px 42px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 22px clamp(18px, 4vw, 36px);
  cursor: pointer;
  list-style: none;
}

.local-feature summary::-webkit-details-marker {
  display: none;
}

.local-feature summary::after {
  content: "More detail";
  justify-self: end;
  grid-column: 4;
  grid-row: 1;
  color: var(--ink);
  padding: 8px 10px;
  background: var(--mist);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.local-feature[open] summary::after {
  content: "Less detail";
}

.local-number {
  color: var(--screen-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.local-feature svg {
  width: 28px;
  height: 28px;
  color: var(--coast);
}

.local-feature strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
}

.local-feature small {
  display: block;
  max-width: 720px;
  margin-top: 6px;
  padding-right: 34px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
}

.local-feature > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr);
  gap: clamp(18px, 4vw, 44px);
  padding: 0 clamp(18px, 4vw, 36px) 34px 118px;
}

.local-feature > div p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.local-feature > div p:first-child {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.local-feature.local-beaches > div,
.local-feature.local-walks > div,
.local-feature.local-activities > div {
  display: block;
}

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

.activity-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(244, 240, 231, .62)),
    var(--mist);
  border: 1px solid rgba(33, 72, 76, .12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(33, 48, 51, .08);
}

.local-feature.local-beaches {
  background: var(--paper);
  border-color: rgba(33, 72, 76, .12);
}

.local-feature.local-beaches[open] {
  box-shadow: 0 30px 82px rgba(117, 86, 50, .14);
}

.local-feature.local-beaches > .beach-grid {
  position: relative;
  overflow: hidden;
  margin: 0 clamp(18px, 4vw, 36px) 36px;
  padding: clamp(16px, 2.4vw, 28px);
  border: 0;
  border-radius: 26px;
  background: transparent;
  box-shadow: none;
}

.local-feature.local-beaches .activity-grid article {
  z-index: 1;
  min-height: 250px;
  padding: clamp(32px, 3vw, 40px);
  background-size: cover;
  background-position: center;
  background-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 20px;
  box-shadow: 0 20px 52px rgba(65, 50, 36, .16);
}

.local-feature.local-beaches .activity-grid article::after {
  content: none;
}

.local-feature.local-beaches .activity-grid article > * {
  position: relative;
  z-index: 1;
}

.local-feature.local-beaches .activity-grid article:nth-child(1) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .38) 0%, rgba(20, 27, 29, .58) 52%, rgba(20, 27, 29, .76) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/North%20Devon%20%2C%20Saunton%20Sands%20-%20geograph.org.uk%20-%204270941.jpg");
}

.local-feature.local-beaches .activity-grid article:nth-child(2) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .38) 0%, rgba(20, 27, 29, .58) 52%, rgba(20, 27, 29, .76) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/North%20Devon%20%2C%20Coastal%20Scenery%20-%20geograph.org.uk%20-%205645238.jpg");
}

.local-feature.local-beaches .activity-grid article:nth-child(3) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .38) 0%, rgba(20, 27, 29, .58) 52%, rgba(20, 27, 29, .76) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Woolacombe%20beach-2.jpg");
}

.local-feature.local-beaches .activity-grid article:nth-child(4) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .38) 0%, rgba(20, 27, 29, .58) 52%, rgba(20, 27, 29, .76) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Putsborough%20to%20Baggy%20Point%20(6934872146).jpg");
}

.local-feature.local-beaches .activity-grid article::before {
  z-index: 2;
  height: 5px;
  background: linear-gradient(90deg, rgba(212, 126, 74, .82), rgba(142, 181, 183, .54), rgba(255, 232, 166, .42));
}

.local-feature.local-beaches .activity-grid svg {
  margin-bottom: clamp(24px, 2.6vw, 34px);
  color: #fff;
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
}

.local-feature.local-beaches .activity-grid .tile-meta {
  margin-top: 0;
  margin-bottom: 12px;
}

.local-feature.local-beaches .activity-grid h4 {
  margin-top: 0;
}

.local-feature.local-beaches .activity-grid h4 {
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .38);
}

.local-feature.local-beaches .activity-grid p {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .3);
}

.local-feature.local-beaches .activity-grid .tile-meta {
  color: rgba(255, 222, 176, .96);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}

.activity-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(var(--screen-coral-rgb), .8), rgba(91, 130, 126, .35));
}

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

.walk-grid article {
  min-height: 260px;
}

.walk-grid article:first-child {
  grid-column: span 2;
}

.local-feature.local-walks .activity-grid article {
  min-height: 280px;
  padding: clamp(32px, 3vw, 40px);
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-blend-mode: normal;
  border-color: rgba(255, 255, 255, .78);
  box-shadow: 0 20px 52px rgba(65, 50, 36, .16);
}

.local-feature.local-walks .activity-grid article:nth-child(1) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .36) 0%, rgba(20, 27, 29, .58) 54%, rgba(20, 27, 29, .78) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Baggy%20Point%20-%20geograph.org.uk%20-%201473056.jpg");
}

.local-feature.local-walks .activity-grid article:nth-child(2) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .36) 0%, rgba(20, 27, 29, .58) 54%, rgba(20, 27, 29, .78) 100%),
    url("https://upload.wikimedia.org/wikipedia/commons/d/dd/Braunton_Burrows.JPG");
}

.local-feature.local-walks .activity-grid article::before {
  height: 5px;
  background: linear-gradient(90deg, rgba(142, 181, 183, .72), rgba(212, 126, 74, .58), rgba(255, 232, 166, .34));
}

.local-feature.local-walks .activity-grid svg {
  margin-bottom: clamp(24px, 2.6vw, 34px);
  color: #fff;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
}

.local-feature.local-walks .activity-grid .tile-meta {
  margin-top: 0;
  margin-bottom: 12px;
}

.local-feature.local-walks .activity-grid h4 {
  margin-top: 0;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .38);
}

.local-feature.local-walks .activity-grid p {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .3);
}

.local-feature.local-walks .activity-grid .tile-meta {
  color: rgba(255, 222, 176, .96);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}

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

.food-grid article {
  min-height: 205px;
}

.activity-grid svg {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--screen-coral);
  background: rgba(var(--screen-coral-rgb), .1);
  border: 1px solid rgba(var(--screen-coral-rgb), .18);
  border-radius: 999px;
}

.activity-grid h4 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 500;
  line-height: 1.12;
}

.activity-grid p,
.local-feature.local-activities .activity-grid p:first-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.45;
}

.tile-meta {
  margin: 18px 0 0;
  color: var(--screen-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.activity-grid p.tile-meta {
  color: var(--screen-coral);
  font-size: 12px;
  line-height: 1.2;
}

.activity-grid p + p {
  margin-top: 10px;
}

.checkout-section,
.download-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  background: var(--sand-soft);
}

.checkout-section img {
  width: min(300px, 34vw);
}

.download-section {
  background: var(--ink);
  color: var(--paper);
}

.download-section h2,
.download-section p {
  color: var(--paper);
}

.site-footer {
  padding: 30px clamp(18px, 5vw, 72px);
  color: var(--paper);
  background: var(--ink);
  font-size: 14px;
  text-align: center;
}

.site-footer p {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .brand-link {
    width: clamp(150px, 34vw, 220px);
  }

  .topbar nav {
    justify-content: flex-start;
  }

  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .editorial-grid,
  .feature-grid,
  .feature-grid.reverse,
  .wifi-panel,
  .checkout-section,
  .download-section {
    grid-template-columns: 1fr;
  }

  .wifi-panel img {
    justify-self: start;
  }

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

@media (max-width: 680px) {
  .web-section {
    padding: 46px 18px;
  }

  .web-hero {
    min-height: calc(100svh - 108px);
  }

  .web-hero__content {
    width: min(100% - 28px, 640px);
    padding: 58px 0 76px;
  }

  .web-hero__content h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .hero-actions {
    gap: 12px;
    margin-top: 32px;
  }

  .hero-actions a {
    width: min(100%, 320px);
    min-height: 54px;
  }

  .quick-grid,
  .room-grid,
  .outdoor-grid,
  .local-photo-grid,
  .walk-map-feature,
  .recommendations,
  .contact-grid,
  .rule-grid {
    grid-template-columns: 1fr;
  }

  .room-card.wide,
  .outdoor-card.main {
    grid-column: auto;
  }

  .room-card img,
  .outdoor-card img,
  .editorial-grid img,
  .feature-grid > img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .room-image img {
    border-radius: inherit;
  }

  .wifi-panel dd {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .checkout-section img {
    width: 220px;
  }

  .walk-map-canvas,
  .walk-map-canvas img {
    min-height: 320px;
  }

  .local-feature summary {
    grid-template-columns: 42px 32px minmax(0, 1fr);
    gap: 12px;
    min-height: 92px;
    padding: 20px 18px;
  }

  .local-feature summary::after {
    font-size: 24px;
  }

  .local-number {
    font-size: 22px;
  }

  .local-feature svg {
    width: 23px;
    height: 23px;
  }

  .local-feature small {
    padding-right: 24px;
    font-size: 14px;
  }

  .local-feature > div {
    grid-template-columns: 1fr;
    padding: 0 18px 28px;
  }

  .local-feature > div p:first-child,
  .local-feature > div p {
    font-size: 17px;
  }

  .activity-grid {
    grid-template-columns: 1fr;
  }

  .activity-grid article {
    min-height: 0;
  }

  .walk-grid article:first-child {
    grid-column: auto;
  }

  .support-contact {
    grid-template-columns: 1fr;
  }

  .support-contact a {
    font-size: 18px;
  }
}

/* Final local-section polish: keep the Figma-style map and beach cards readable. */
#local .local-hero-cards article::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .03) 0%, rgba(0, 0, 0, .14) 35%, rgba(0, 0, 0, .88) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .04) 78%);
}

#local .local-hero-cards h3 {
  max-width: 12.5ch;
  font-size: clamp(34px, 3.1vw, 48px);
  text-shadow: 0 3px 20px rgba(0, 0, 0, .6);
}

#local .local-hero-cards p {
  max-width: 28ch;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .6);
}

#local .local-hero-cards .beach-card-detail p {
  max-width: 62ch;
  text-shadow: none;
}

#local .walk-map-copy {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  grid-template-areas:
    "eyebrow note"
    "title note"
    "intro note"
    "controls note"
    "key note";
}

#local .walk-map-copy .eyebrow {
  grid-area: eyebrow;
}

#local .walk-map-copy h3 {
  grid-area: title;
}

#local .walk-map-copy > p:not(.eyebrow) {
  grid-area: intro;
  max-width: 660px;
}

#local .walk-map-note {
  grid-area: note;
}

#local .walk-map-canvas {
  background: linear-gradient(180deg, #fbf7ed 0%, #f5efe3 100%);
}

#local .walk-map-canvas img {
  object-fit: contain;
}

@media (max-width: 980px) {
  #local .walk-map-copy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "intro"
      "controls"
      "note";
  }
}

@media (max-width: 680px) {
  #local .local-hero-cards h3 {
    max-width: 13ch;
    font-size: clamp(32px, 10vw, 44px);
  }
}

@media print {
  .topbar {
    display: none;
  }

  .site {
    display: block;
  }

  .web-hero,
  .web-section {
    break-after: page;
    padding: 42px;
  }
}

/* Screenshot-aligned digital guide refresh */
:root {
  --screen-bg: #f4f3ef;
  --screen-ink: #545861;
  --screen-ink-dark: #3f444d;
  --screen-muted: #7b8584;
  --screen-card: rgba(239, 237, 232, .82);
  --screen-card-hover: rgba(243, 241, 236, .94);
  --screen-teal: #8eb5b7;
  --screen-coral: #c87b50;
  --screen-coral-deep: #aa6541;
  --screen-coral-light: #dc956b;
  --screen-coral-rgb: 200, 123, 80;
  --screen-gold: #c87b50;
  --screen-sand: #efe7d8;
  --screen-shadow: 0 24px 70px rgba(37, 48, 52, .11);
  --screen-soft-shadow: 0 14px 38px rgba(37, 48, 52, .07);
}

body {
  color: var(--screen-ink);
  background: var(--screen-bg);
  font-family: Avenir, "Avenir Next", Inter, system-ui, sans-serif;
}

.site {
  display: flex;
  flex-direction: column;
}

.web-hero { order: 1; }
#quick { order: 2; }
.welcome-section { order: 3; }
#arrival { order: 4; }
.support-section { order: 5; }
#wifi { order: 6; }
#rooms { order: 7; }
#appliances { order: 8; }
#lookout { order: 9; }
#technology { order: 10; }
#outdoor { order: 11; }
#local { order: 12; }
#dining { order: 13; }
#help { order: 14; }
#checkout { order: 15; }
#download { order: 16; }

h1,
h2,
h3,
h4 {
  color: var(--screen-ink-dark);
  font-family: Avenir, "Avenir Next", Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.topbar {
  min-height: 78px;
  padding: 8px clamp(20px, 5.6vw, 82px);
  background: rgba(250, 249, 246, .88);
  border-bottom: 1px solid rgba(63, 68, 77, .08);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: inline-flex;
  width: clamp(96px, 9vw, 132px);
  max-width: 20vw;
  align-items: center;
  color: var(--screen-ink-dark);
  line-height: 1;
  text-decoration: none;
}

.brand-link img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  filter: drop-shadow(0 6px 16px rgba(37, 48, 52, .06));
}

.topbar nav {
  gap: clamp(14px, 3vw, 36px);
}

.topbar nav a {
  padding: 24px 0;
  color: rgba(63, 68, 77, .76);
  border-radius: 0;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 600;
}

.topbar nav a:hover {
  color: var(--screen-ink-dark);
  background: transparent;
}

.web-hero {
  min-height: calc(100svh - 72px);
  place-items: center;
  align-items: center;
  text-align: center;
}

.web-hero__image {
  filter: saturate(.88) contrast(.98);
  transform: scale(1.04);
}

.web-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)),
    radial-gradient(circle at center, rgba(0, 0, 0, .05), rgba(0, 0, 0, .32));
}

.web-hero__content {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 128px) 0;
}

.hero-badge,
.hero-pills a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.hero-badge {
  margin-bottom: 28px;
  padding: 9px 17px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-badge svg,
.hero-pills svg {
  width: 16px;
  height: 16px;
}

.web-hero__content h1 {
  max-width: none;
  color: #fff;
  font-size: clamp(58px, 8.4vw, 106px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .18);
}

.hero-subtitle,
.hero-description {
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .95);
}

.hero-subtitle {
  max-width: 760px;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
}

.hero-description {
  max-width: 720px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
}

.hero-description strong {
  color: #fff;
  font-weight: 850;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 800px;
  margin: 42px auto 0;
}

.hero-pills a {
  min-height: 42px;
  padding: 9px 17px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero-actions {
  justify-content: center;
  margin-top: 44px;
}

.hero-actions a {
  min-width: min(250px, 100%);
  min-height: 62px;
  padding: 17px 28px;
  color: var(--screen-ink-dark);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  font-size: 17px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .16);
}

.hero-actions a + a {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 2px solid rgba(255, 255, 255, .5);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  color: rgba(255, 255, 255, .7);
  transform: translateX(-50%);
  animation: cue-bounce 1.9s infinite;
}

@keyframes cue-bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

.web-section {
  padding: clamp(82px, 10vw, 138px) clamp(20px, 6vw, 96px);
  background: var(--screen-bg);
  scroll-margin-top: 92px;
}

.section-kicker {
  justify-items: center;
  gap: 18px;
  margin-bottom: clamp(42px, 6vw, 70px);
  padding-bottom: 0;
  text-align: center;
  border-bottom: 0;
}

.section-kicker .eyebrow {
  margin-bottom: 0;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: .16em;
}

.section-kicker h2,
.web-section h2 {
  max-width: 1000px;
  color: var(--screen-ink-dark);
  font-size: clamp(52px, 7.4vw, 92px);
  font-weight: 850;
  line-height: 1.03;
}

.section-kicker h2 span,
.section-kicker p strong,
.web-section h2 span {
  color: var(--screen-coral);
}

.quick-start h2 span,
#rooms h2 span,
#outdoor h2 span,
#dining h2 span {
  color: var(--screen-teal);
}

#wifi h2 span {
  color: var(--screen-coral);
}

#wifi .section-kicker p strong {
  color: var(--screen-teal);
}

#local h2 span {
  color: var(--screen-gold);
}

#help h2 span {
  color: var(--screen-coral);
}

.section-kicker p:not(.eyebrow) {
  max-width: 820px;
  color: var(--screen-muted);
  font-size: clamp(20px, 2.2vw, 28px);
}

.text-highlight {
  color: var(--screen-teal);
  font-style: normal;
  font-weight: 850;
}

.text-highlight.warm {
  color: var(--screen-coral);
}

.text-highlight.gold {
  color: var(--screen-gold);
}

.text-highlight.sea {
  color: var(--screen-teal);
}

.eyebrow,
.tile-meta {
  color: var(--screen-coral);
}

.quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1080px;
  gap: 28px;
}

.quick-grid article,
.detail-card,
.contact-grid div,
.safety-row,
.support-contact,
.wifi-credentials article,
.wifi-panel,
.info-stack article,
.security-note,
.outdoor-card,
.activity-grid article,
.local-feature,
.dining-tip,
.property-info-card {
  background: var(--screen-card);
  border: 1px solid rgba(63, 68, 77, .08);
  border-radius: 22px;
  box-shadow: var(--screen-soft-shadow);
  backdrop-filter: blur(16px);
}

.quick-grid article,
.detail-card,
.contact-grid div,
.safety-row,
.support-contact,
.wifi-credentials article,
.wifi-panel,
.info-stack article,
.security-note,
.outdoor-card,
.activity-grid article,
.local-feature,
.dining-grid article,
.dining-tip,
.property-info-card {
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
  will-change: transform;
}

.quick-grid article:hover,
.detail-card:hover,
.contact-grid div:hover,
.safety-row:hover,
.support-contact:hover,
.wifi-credentials article:hover,
.wifi-panel:hover,
.info-stack article:hover,
.security-note:hover,
.outdoor-card:hover,
.activity-grid article:hover,
.local-feature:hover,
.dining-tip:hover,
.property-info-card:hover {
  transform: translateY(-8px);
  background: var(--screen-card-hover);
  border-color: rgba(var(--screen-coral-rgb), .24);
  box-shadow: 0 26px 68px rgba(37, 48, 52, .14);
}

.dining-grid article:hover {
  transform: translateY(-8px);
}

.dark-feature .detail-card:hover {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(var(--screen-coral-rgb), .34);
  box-shadow: 0 24px 62px rgba(0, 0, 0, .2);
}

.quick-grid article {
  min-height: 158px;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  align-content: center;
  gap: 7px 22px;
  padding: 34px 32px;
}

.quick-grid article:hover {
  transform: translateY(-8px);
  background: var(--screen-card-hover);
  border-color: rgba(var(--screen-coral-rgb), .24);
  box-shadow: 0 26px 68px rgba(37, 48, 52, .14);
}

.quick-grid svg {
  grid-row: 1 / 3;
  width: 62px;
  height: 62px;
  padding: 17px;
  color: var(--screen-coral);
  background: rgba(var(--screen-coral-rgb), .1);
  border-radius: 20px;
  transition: background .28s ease, color .28s ease;
}

.quick-grid article:hover svg {
  color: var(--screen-coral-deep);
  background: rgba(var(--screen-coral-rgb), .16);
}

.quick-grid span {
  align-self: end;
  grid-column: 2;
  color: var(--screen-muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.quick-grid strong {
  align-self: start;
  grid-column: 2;
  color: var(--screen-ink-dark);
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.18;
}

.security-note {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 1080px;
  margin: 34px auto 0;
  padding: 30px clamp(24px, 5vw, 52px);
  color: rgba(111, 83, 72, .88);
  background:
    radial-gradient(circle at 44% 18%, rgba(255, 255, 255, .72), transparent 36%),
    linear-gradient(115deg, rgba(248, 225, 217, .72), rgba(246, 239, 226, .86) 52%, rgba(234, 246, 236, .46));
  border: 1px solid rgba(var(--screen-coral-rgb), .14);
  border-left: 0;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 24px 68px rgba(37, 48, 52, .1);
  backdrop-filter: blur(18px);
}

.security-note span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--screen-coral);
  font-size: 18px;
  font-weight: 900;
}

.security-note p {
  margin: 0;
  color: var(--screen-muted);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.45;
}

.security-note svg {
  width: 21px;
  height: 21px;
  color: var(--screen-coral);
}

.editorial-grid,
.feature-grid {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
}

.editorial-grid img,
.feature-grid > img,
.walk-map-canvas,
.walk-map-copy {
  border-radius: 24px;
  box-shadow: var(--screen-soft-shadow);
}

.editorial-grid img,
.feature-grid > img {
  height: min(540px, 62svh);
}

.editorial-grid,
.feature-grid {
  overflow: hidden;
}

.editorial-grid img,
.feature-grid > img,
.room-image img,
.outdoor-image img,
.local-hero-cards img {
  transition: transform .5s ease, filter .5s ease;
  will-change: transform;
}

.editorial-grid:hover img,
.feature-grid:hover > img,
.room-card:hover .room-image img,
.outdoor-card:hover .outdoor-image img,
.local-hero-cards article:hover img {
  transform: scale(1.045);
  filter: saturate(.96) contrast(1);
}

.editorial-grid h2 {
  max-width: 560px;
  font-size: clamp(48px, 5.2vw, 70px);
}

.editorial-grid p:not(.eyebrow),
.feature-grid p:not(.eyebrow) {
  color: var(--screen-muted);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}

.info-stack {
  gap: 24px;
}

.info-stack article {
  grid-template-columns: 64px 1fr;
  align-items: start;
  padding: 30px;
  border-bottom: 0;
}

.info-stack svg {
  width: 54px;
  height: 54px;
  padding: 15px;
  color: var(--screen-coral);
  background: rgba(63, 68, 77, .045);
  border-radius: 18px;
}

.info-stack article p,
.support-contact p:not(.tile-meta) {
  margin-top: 0;
  color: var(--screen-muted);
  font-size: 18px;
  line-height: 1.55;
}

.info-stack strong {
  display: block;
  margin: 0 0 8px;
  color: var(--screen-ink-dark);
  font-size: 22px;
}

.support-section {
  background: #f2f0eb;
}

.wifi-section {
  background: #f0eee9;
}

.wifi-credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 920px;
  margin: 0 auto;
}

.wifi-credentials article {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-height: 224px;
  align-content: center;
  padding: 36px;
  text-align: center;
}

.wifi-credentials svg,
.wifi-panel svg {
  width: 54px;
  height: 54px;
  padding: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--screen-teal), var(--screen-coral));
  border-radius: 18px;
}

.wifi-credentials span,
.wifi-panel .eyebrow {
  margin: 0;
  color: var(--screen-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wifi-credentials strong {
  color: var(--screen-ink-dark);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.1;
}

.wifi-panel {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
  max-width: 360px;
  margin: 54px auto 0;
  padding: 34px;
  text-align: center;
}

.wifi-panel img {
  justify-self: center;
  width: 220px;
  border: 10px solid rgba(255, 255, 255, .82);
  border-radius: 16px;
  box-shadow: none;
}

.wifi-panel p:last-child {
  color: var(--screen-muted);
  font-size: 16px;
}

.room-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 46px;
}

.outdoor-card {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.outdoor-card.main {
  grid-column: auto;
}

.room-card {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

.room-card.wide {
  grid-column: auto;
}

.room-card > .room-image {
  padding: 0;
}

.room-image,
.outdoor-image {
  position: relative;
  overflow: hidden;
  box-shadow: var(--screen-soft-shadow);
}

.room-image {
  padding: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 22px 54px rgba(37, 48, 52, .12);
  transition: box-shadow .32s ease, filter .32s ease;
}

.outdoor-image {
  border-radius: 20px;
}

.room-card img,
.outdoor-card img,
.room-image img,
.outdoor-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.room-image img {
  display: block;
  height: 350px;
  border-radius: inherit;
}

.room-card:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.room-card:hover .room-image {
  box-shadow: 0 30px 72px rgba(37, 48, 52, .16);
}

.room-image span {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 9px 17px;
  color: #fff;
  background: rgba(142, 181, 183, .9);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.room-card > div:not(.room-image) {
  padding: 26px 0 0;
}

.room-card h3,
.outdoor-card h3 {
  color: var(--screen-ink-dark);
  font-size: clamp(32px, 3.2vw, 42px);
  line-height: 1.1;
}

.room-card p,
.outdoor-card p {
  margin-top: 14px;
  color: var(--screen-muted);
  font-size: 19px;
  line-height: 1.55;
}

.amenities span,
.rule-grid span {
  color: var(--screen-muted);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 15px;
}

.amenities svg,
.rule-grid svg {
  color: var(--screen-teal);
}

.cards {
  gap: 34px;
  padding-top: 0;
}

.detail-card {
  min-height: 168px;
  padding: 34px;
  border-radius: 26px;
}

#appliances {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .42), transparent 42%),
    var(--screen-bg);
}

#appliances .section-kicker {
  margin-bottom: clamp(52px, 7vw, 82px);
}

#appliances .section-kicker h2 {
  max-width: 1080px;
}

#appliances .section-kicker p:not(.eyebrow) {
  color: var(--screen-muted);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 650;
}

#appliances .section-kicker p strong {
  color: var(--screen-teal);
  font-weight: 850;
}

#appliances .appliance-subtitle span {
  color: var(--screen-muted);
  font-weight: 500;
}

#appliances .cards {
  max-width: 1120px;
  margin: 0 auto;
  gap: 42px 34px;
  align-items: start;
}

#appliances .detail-card {
  align-self: start;
  min-height: 182px;
  padding: 42px 40px;
  background: rgba(238, 236, 231, .88);
  border-color: rgba(63, 68, 77, .055);
  border-radius: 28px;
  box-shadow: 0 18px 52px rgba(37, 48, 52, .075);
}

#appliances .detail-card:hover {
  background: rgba(242, 240, 235, .94);
  border-color: rgba(var(--screen-coral-rgb), .2);
  box-shadow: 0 28px 70px rgba(37, 48, 52, .115);
}

#appliances .oven-card {
  grid-column: 1 / -1;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

#appliances .oven-card > div {
  display: grid;
  gap: 24px;
}

#appliances .detail-card > summary {
  grid-template-columns: 76px 1fr auto;
  gap: 28px;
  min-height: 96px;
}

#appliances .detail-card > summary > svg {
  width: 76px;
  height: 76px;
  padding: 22px;
  color: var(--screen-coral);
  background: rgba(244, 242, 237, .76);
  border-color: rgba(63, 68, 77, .055);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(37, 48, 52, .06);
}

#appliances .detail-card > summary::after {
  color: var(--screen-coral);
  font-size: 14px;
}

#appliances .detail-card summary > span > strong {
  font-size: clamp(28px, 2.9vw, 40px);
}

#appliances .detail-card small {
  color: var(--screen-coral);
  font-size: 14px;
  letter-spacing: .16em;
}

.detail-card .oven-symbol-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 4px;
  padding: 0;
  border: 0;
}

.oven-symbol-grid span {
  display: grid;
  gap: 7px;
  align-content: center;
  min-height: 86px;
  padding: 15px 12px;
  background: rgba(255, 253, 248, .62);
  border: 1px solid rgba(63, 68, 77, .07);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(37, 48, 52, .045);
}

.oven-symbol-grid b {
  color: var(--screen-coral);
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
}

.oven-symbol-grid em {
  color: var(--screen-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.function-details {
  margin-top: 14px;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .82), rgba(238, 244, 241, .62)),
    linear-gradient(180deg, rgba(255, 255, 255, .46), rgba(255, 255, 255, .16));
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(37, 48, 52, .08);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.function-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  gap: 18px;
  padding: 20px 24px;
  color: var(--screen-ink-dark);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.function-details summary::after {
  content: "More detail";
  color: var(--screen-coral);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  white-space: nowrap;
}

.function-details[open] > summary::after {
  content: "Less detail";
}

.detail-card .function-details div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0 24px 24px;
  border: 0;
}

.function-details article {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, .82), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, rgba(255, 253, 248, .86), rgba(238, 244, 241, .7) 54%, rgba(255, 246, 232, .58));
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 16px 34px rgba(37, 48, 52, .075);
  backdrop-filter: blur(14px);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.function-details article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0) 42%);
}

.function-details article:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--screen-coral-rgb), .24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 22px 48px rgba(37, 48, 52, .11);
}

.function-details article strong {
  position: relative;
  display: block;
  color: var(--screen-ink-dark);
  font-size: 15px;
  margin-bottom: 7px;
}

.function-details article p {
  position: relative;
  color: var(--screen-muted);
  font-size: 14px;
  line-height: 1.55;
}

#appliances .detail-card > div strong,
#appliances .detail-card li strong,
#appliances .detail-card p strong,
#appliances .function-details article strong {
  color: var(--screen-ink-dark);
  font-size: inherit;
  font-weight: 850;
  line-height: inherit;
}

#appliances .detail-card ol strong,
#appliances .detail-card p strong {
  color: var(--screen-ink-dark);
}

#appliances .alert-note strong {
  font-size: inherit;
}

#appliances .oven-card .function-details {
  margin-top: 4px;
}

#appliances .oven-card .function-details summary {
  padding: 22px 28px;
}

#appliances .oven-card .function-details div {
  padding: 0 28px 30px;
}

.detail-card .mode-list,
#appliances .oven-card .function-details .mode-list {
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 22px;
}

.mode-list article {
  position: relative;
  min-height: 136px;
  padding: 24px 24px 24px 76px;
}

.mode-list article span {
  position: absolute;
  left: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--screen-coral);
  background: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(238, 244, 241, .64));
  border: 1px solid rgba(var(--screen-coral-rgb), .2);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(37, 48, 52, .075);
  font-size: 14px;
  font-weight: 900;
}

#appliances .oven-card .mode-list article strong {
  margin-bottom: 8px;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.25;
}

#appliances .oven-card .mode-list article p {
  max-width: 42rem;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.55;
}

.operating-modes {
  margin-top: 6px;
}

.detail-card > summary {
  grid-template-columns: 72px 1fr auto;
  gap: 26px;
}

.detail-card > summary::after {
  content: "More detail";
  position: static;
  justify-self: end;
  color: var(--screen-coral);
  font-size: 14px;
  font-weight: 800;
}

.detail-card[open] > summary::after {
  content: "Less detail";
}

.detail-card[open] .function-details > summary::after,
#appliances .detail-card[open] .function-details > summary::after {
  content: "More detail";
}

.detail-card[open] .function-details[open] > summary::after,
#appliances .detail-card[open] .function-details[open] > summary::after {
  content: "Less detail";
}

#appliances .detail-card > summary::after,
#outdoor .detail-card > summary::after,
#local .local-feature summary::after {
  content: "More detail";
}

#appliances .detail-card[open] > summary::after,
#outdoor .detail-card[open] > summary::after,
#local .local-feature[open] summary::after {
  content: "Less detail";
}

.detail-card summary > svg,
.detail-card > svg {
  width: 66px;
  height: 66px;
  padding: 18px;
  color: var(--screen-coral);
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(63, 68, 77, .08);
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(37, 48, 52, .07);
}

.detail-card strong {
  color: var(--screen-ink-dark);
  font-family: inherit;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 850;
  line-height: 1.12;
}

.detail-card small {
  margin-top: 14px;
  color: var(--screen-coral);
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.detail-card div {
  margin-top: 28px;
  padding-top: 26px;
  border-top-color: rgba(63, 68, 77, .09);
}

.dark-feature {
  background: linear-gradient(135deg, #393939, #242526);
}

.dark-heading h2,
.dark-heading p,
.dark-feature h2,
.dark-feature h3 {
  color: #fff;
}

.dark-heading .eyebrow {
  color: var(--screen-coral-light);
}

#lookout .dark-heading {
  margin-bottom: clamp(72px, 8vw, 112px);
}

.coming-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 34px;
  padding: 15px 28px 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(var(--screen-coral-rgb), .44), rgba(255, 255, 255, .1)),
    rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .3),
    0 22px 56px rgba(0, 0, 0, .26),
    0 0 0 1px rgba(var(--screen-coral-rgb), .12);
  backdrop-filter: blur(18px);
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.dark-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, .86);
}

.dark-feature .detail-card {
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .11);
  box-shadow: none;
}

#lookout .feature-grid {
  margin-bottom: clamp(42px, 5vw, 76px);
}

#lookout .feature-details {
  gap: 32px;
  align-items: start;
  padding-top: 28px;
}

#lookout .detail-card {
  align-self: start;
  min-height: 220px;
  padding: clamp(30px, 3vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055)),
    rgba(255, 255, 255, .065);
  border-color: rgba(255, 255, 255, .15);
  border-radius: 26px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 18px 44px rgba(0, 0, 0, .14);
}

#lookout .detail-card > summary {
  grid-template-columns: 64px 1fr auto;
  gap: 24px;
  min-height: 82px;
}

#lookout .detail-card > summary > svg {
  width: 64px;
  height: 64px;
  padding: 18px;
  color: var(--screen-coral-light);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
}

#lookout .detail-card div {
  margin-top: 30px;
  padding-top: 28px;
}

#lookout .detail-card p {
  max-width: 58ch;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.72;
}

#lookout .detail-card small {
  margin-top: 8px;
  line-height: 1.35;
}

.dark-feature .detail-card strong,
.dark-feature .detail-card p,
.dark-feature .detail-card li {
  color: rgba(255, 255, 255, .86);
}

#outdoor {
  background:
    radial-gradient(circle at 30% 0%, rgba(181, 226, 228, .7), transparent 44%),
    linear-gradient(180deg, #edf7f6 0%, #e8f5f4 60%, #f7f5f1 100%);
}

.outdoor-grid {
  gap: 42px;
  align-items: start;
}

.outdoor-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 253, 248, .66)),
    rgba(255, 255, 255, .62);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  box-shadow: var(--screen-soft-shadow);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease;
}

.outdoor-card img,
.outdoor-image img {
  height: 320px;
  margin: 0;
  width: 100%;
  object-fit: cover;
}

.outdoor-card {
  padding: 0;
}

.outdoor-card summary {
  position: relative;
  display: block;
  padding: 0 0 38px;
  cursor: pointer;
  list-style: none;
}

.outdoor-card summary::-webkit-details-marker {
  display: none;
}

.outdoor-card summary::after {
  content: "More detail";
  position: absolute;
  right: 28px;
  bottom: 32px;
  color: var(--screen-coral);
  font-size: 13px;
  font-weight: 850;
}

.outdoor-card[open] summary::after {
  content: "Less detail";
}

.outdoor-card h3,
.outdoor-card p {
  padding-left: 34px;
  padding-right: 34px;
}

.outdoor-card h3 {
  margin: 30px 0 0;
  padding-right: 136px;
  color: var(--screen-ink-dark);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.08;
}

.outdoor-card summary > p {
  margin-top: 12px;
  padding-right: 136px;
  color: var(--screen-muted);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.48;
}

.outdoor-card .hot-tub-temp {
  color: var(--screen-coral-light);
  font-weight: 900;
  white-space: nowrap;
}

.outdoor-card-body {
  margin: 0 34px 34px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(63, 68, 77, .09);
}

.outdoor-card-body p,
.outdoor-card-body li {
  padding: 0;
  color: var(--screen-muted);
  font-size: 17px;
  line-height: 1.6;
}

.outdoor-card-body p + p,
.outdoor-card-body ul + p,
.outdoor-card-body p + .alert-note {
  margin-top: 14px;
}

.outdoor-card-body .alert-note {
  color: var(--screen-ink);
}

.outdoor-card-body.spa-guide,
.outdoor-card-body.loft-guide,
.outdoor-card-body.bbq-guide {
  display: grid;
  gap: 15px;
}

.outdoor-card-body.spa-guide p,
.outdoor-card-body.loft-guide p,
.outdoor-card-body.bbq-guide p {
  margin-top: 0;
}

.outdoor-card-body.spa-guide p:first-child strong,
.outdoor-card-body.loft-guide p:first-child strong,
.outdoor-card-body.bbq-guide p:first-child strong {
  color: var(--screen-ink-dark);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
}

.outdoor-card-body.spa-guide p:not(:first-child) strong,
.outdoor-card-body.loft-guide p:not(:first-child) strong,
.outdoor-card-body.bbq-guide p:not(:first-child) strong {
  display: block;
  margin-bottom: 5px;
  color: var(--screen-ink-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.outdoor-card-body.bbq-guide .gas-safety-note {
  display: grid;
  gap: 10px;
  margin: 8px 0 4px;
  padding: 22px 24px;
  background:
    linear-gradient(135deg, rgba(194, 50, 48, .16), rgba(255, 247, 240, .9)),
    rgba(255, 255, 255, .72);
  border: 1px solid rgba(194, 50, 48, .28);
  border-left: 5px solid #c23230;
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .72),
    0 16px 38px rgba(154, 43, 42, .12);
}

.outdoor-card-body.bbq-guide .gas-safety-note strong {
  margin-bottom: 0;
  color: #a73533;
  font-size: 14px;
}

.outdoor-card-body.bbq-guide .gas-safety-note span {
  color: var(--screen-ink-dark);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.55;
}

.outdoor-card-body .shower-warning {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding: 24px 26px;
  background:
    linear-gradient(135deg, rgba(194, 50, 48, .2), rgba(255, 242, 240, .9)),
    rgba(255, 255, 255, .72);
  border: 1px solid rgba(194, 50, 48, .32);
  border-left: 6px solid #c23230;
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .74),
    0 18px 42px rgba(154, 43, 42, .16);
}

.outdoor-card-body .shower-warning strong {
  color: #b92d2c;
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.outdoor-card-body .shower-warning span {
  color: var(--screen-ink-dark);
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 750;
  line-height: 1.55;
}

.outdoor-card-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.outdoor-card:hover,
.outdoor-card[open] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 253, 248, .74)),
    rgba(255, 255, 255, .78);
  border-color: rgba(var(--screen-coral-rgb), .18);
  box-shadow: 0 30px 76px rgba(37, 48, 52, .14);
  transform: translateY(-5px);
}

.outdoor-card:hover .outdoor-image img,
.outdoor-card[open] .outdoor-image img {
  transform: scale(1.045);
}

.outdoor-image span {
  position: absolute;
  left: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  color: var(--screen-ink-dark);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .76) 62%, rgba(246, 241, 233, .72)),
    rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 16px 34px rgba(37, 48, 52, .18),
    0 0 0 1px rgba(var(--screen-coral-rgb), .16);
  backdrop-filter: blur(16px);
}

.outdoor-image span svg {
  width: 40px;
  height: 40px;
  stroke-width: 2.15;
}

#outdoor .web-rules {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: clamp(52px, 6vw, 76px) auto 0;
  padding: 0;
}

#outdoor .web-rules span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: start;
  min-height: 122px;
  padding: 22px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(63, 68, 77, .07);
  border-radius: 22px;
  box-shadow: var(--screen-soft-shadow);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

#outdoor .web-rules span:hover {
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 62px rgba(37, 48, 52, .1);
  transform: translateY(-4px);
}

#outdoor .web-rules span:nth-child(2) {
  background: rgba(255, 255, 255, .84);
  border-color: rgba(var(--screen-coral-rgb), .18);
}

#outdoor .web-rules svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  padding: 9px;
  color: var(--screen-coral);
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(63, 68, 77, .06);
  border-radius: 14px;
}

#outdoor .web-rules strong {
  color: var(--screen-ink-dark);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

#outdoor .web-rules small {
  color: var(--screen-muted);
  font-size: 14px;
  line-height: 1.35;
}

#outdoor .outdoor-details {
  max-width: 1120px;
  margin: clamp(56px, 7vw, 92px) auto 0;
  padding-top: 0;
}

.local-web {
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 225, 125, .78), transparent 44%),
    radial-gradient(circle at 34% 30%, rgba(255, 244, 219, .78), transparent 42%),
    linear-gradient(115deg, #ffd7cf 0%, #ffd89d 48%, #fff3a9 100%);
  padding-top: clamp(170px, 17vw, 250px);
}

.local-hero-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  max-width: 1320px;
  margin: 0 auto 72px;
}

.local-web .section-kicker {
  max-width: 1360px;
  margin-bottom: clamp(92px, 10vw, 142px);
}

.local-web .section-kicker .eyebrow {
  color: var(--screen-coral);
  text-align: center;
}

.local-web .section-kicker h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(74px, 7.4vw, 118px);
  letter-spacing: 0;
}

.local-web .section-kicker h2 span {
  color: rgba(var(--screen-coral-rgb), .74);
}

.local-hero-cards article,
.local-hero-cards .local-beach-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--screen-soft-shadow);
  transition: transform .34s ease, box-shadow .34s ease;
}

.local-hero-cards article {
  min-height: clamp(390px, 34vw, 460px);
}

.local-hero-cards .local-beach-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(244, 240, 231, .7)),
    rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .68);
}

.local-hero-cards .local-beach-card summary {
  position: relative;
  display: block;
  min-height: clamp(390px, 34vw, 460px);
  overflow: hidden;
  cursor: pointer;
  list-style: none;
}

.local-hero-cards .local-beach-card summary::-webkit-details-marker {
  display: none;
}

.local-hero-cards img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.local-hero-cards article::after,
.local-hero-cards .local-beach-card summary::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .12) 36%, rgba(0, 0, 0, .86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .04) 76%);
}

.local-hero-cards article > div,
.local-hero-cards summary > div {
  position: absolute;
  left: clamp(24px, 2.2vw, 34px);
  right: clamp(24px, 2.2vw, 34px);
  bottom: clamp(24px, 2.2vw, 34px);
  z-index: 1;
  color: #fff;
}

.local-hero-cards h3 {
  color: #fff;
  max-width: 12.5ch;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.08;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .58);
}

.local-hero-cards p {
  margin-top: 14px;
  color: rgba(255, 255, 255, .94);
  max-width: 28ch;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .58);
}

.local-hero-cards article:hover,
.local-hero-cards .local-beach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 78px rgba(37, 48, 52, .18);
}

.local-hero-cards article:hover img,
.local-hero-cards .local-beach-card:hover img {
  transform: scale(1.045);
}

.local-hero-cards .local-beach-card summary::before {
  content: "More detail";
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.local-hero-cards .local-beach-card[open] summary::before {
  content: "Less detail";
}

.beach-card-detail {
  padding: clamp(24px, 2.6vw, 36px);
  background:
    linear-gradient(140deg, rgba(250, 249, 246, .96), rgba(244, 240, 231, .86)),
    rgba(255, 255, 255, .72);
  border-top: 1px solid rgba(255, 255, 255, .62);
}

.beach-card-detail p {
  max-width: 62ch;
  margin: 0;
  color: rgba(63, 68, 77, .82);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.58;
  text-shadow: none;
}

.beach-card-detail p + p {
  margin-top: 14px;
}

.walk-map-feature {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1320px;
  margin: clamp(88px, 9vw, 124px) auto 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(142, 181, 183, .22), transparent 42%),
    radial-gradient(circle at 86% 12%, rgba(var(--screen-coral-rgb), .12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(255, 250, 242, .72));
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  box-shadow: 0 32px 88px rgba(37, 48, 52, .14);
}

.walk-map-copy,
.walk-map-canvas {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.walk-map-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  grid-template-areas:
    "eyebrow note"
    "title note"
    "intro note"
    "controls note"
    "key note";
  gap: 14px 34px;
  align-items: start;
  padding: clamp(36px, 4vw, 52px) clamp(34px, 5vw, 64px) 34px;
}

.walk-map-copy .eyebrow {
  grid-area: eyebrow;
  margin: 0;
  font-size: clamp(13px, .9vw, 15px);
}

.walk-map-copy h3 {
  grid-area: title;
  color: var(--screen-ink-dark);
  font-family: inherit;
  font-size: clamp(38px, 4.1vw, 60px);
  font-weight: 850;
  line-height: 1;
}

.walk-map-copy > p:not(.eyebrow) {
  grid-area: intro;
  max-width: 660px;
  margin-top: 8px;
  color: var(--screen-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.5;
}

.walk-map-controls {
  grid-area: controls;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  align-self: center;
  margin-top: 10px;
}

.walk-map-toggle {
  text-align: center;
  min-height: 44px;
  border: 1px solid rgba(63, 68, 77, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: var(--screen-ink);
  padding: 11px 18px;
  box-shadow: 0 12px 30px rgba(37, 48, 52, .06);
  backdrop-filter: blur(14px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.walk-map-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(142, 181, 183, .36);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 40px rgba(37, 48, 52, .1);
}

.walk-map-toggle[aria-pressed="true"] {
  border-color: rgba(var(--screen-coral-rgb), .28);
  box-shadow: inset 0 0 0 1px rgba(var(--screen-coral-rgb), .16);
  color: var(--screen-coral-deep);
}

.walk-map-key {
  grid-area: key;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.walk-map-key span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  color: rgba(63, 68, 77, .76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(246, 240, 229, .54));
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(37, 48, 52, .06);
  backdrop-filter: blur(12px);
}

.walk-map-key b {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--screen-coral);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .26);
}

.walk-map-key span:first-child b {
  background: var(--screen-teal);
}

.walk-map-note {
  grid-area: note;
  max-width: none;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(246, 240, 229, .62));
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(37, 48, 52, .08);
}

.walk-map-canvas {
  width: min(calc(100% - clamp(36px, 6vw, 68px)), 1080px);
  margin: 0 auto clamp(18px, 3vw, 34px);
  position: relative;
  aspect-ratio: 3 / 2;
  height: auto;
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbf7ed 0%, #f5efe3 100%);
  box-shadow: inset 0 0 0 1px rgba(63, 68, 77, .06);
}

.walk-map-canvas img {
  height: 100%;
  min-height: 0;
  object-fit: contain;
  filter: saturate(.96) contrast(.98);
}

.walk-map-canvas .walk-pin {
  display: grid;
  width: clamp(28px, 2.6vw, 36px);
  height: clamp(28px, 2.6vw, 36px);
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .88);
  color: var(--screen-ink-dark);
  box-shadow: 0 10px 26px rgba(37, 48, 52, .2);
  backdrop-filter: blur(12px);
}

.walk-map-canvas .walk-pin:hover,
.walk-map-canvas .walk-pin:focus-visible,
.walk-map-canvas .walk-pin.active {
  background: var(--screen-teal);
  color: #fff;
  box-shadow: 0 14px 34px rgba(37, 48, 52, .24);
}

.walk-map-canvas .walk-fav {
  background: rgba(255, 248, 238, .92);
  color: var(--screen-coral-deep);
}

.walk-map-canvas .walk-fav:hover,
.walk-map-canvas .walk-fav:focus-visible,
.walk-map-canvas .walk-fav.active {
  background: var(--screen-coral);
  color: #fff;
}

.walk-map-canvas .walk-road-focus {
  display: block;
  border-width: 3px;
  border-color: rgba(var(--screen-coral-rgb), .78);
  box-shadow: 0 0 0 7px rgba(var(--screen-coral-rgb), .13);
}

.local-feature {
  border-radius: 24px;
}

.local-photo-grid {
  display: none;
}

.local-feature {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(63, 68, 77, .08);
  border-radius: 24px;
  box-shadow: var(--screen-soft-shadow);
}

.local-feature summary {
  min-height: 124px;
  border-radius: 24px;
}

.local-feature strong {
  color: var(--screen-ink-dark);
  font-family: inherit;
  font-weight: 850;
}

.dining-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(var(--screen-coral-rgb), .16), transparent 36%),
    linear-gradient(180deg, #f7f5f1 0%, #f3eee7 100%);
}

.dining-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 34px;
  max-width: 1120px;
  margin: 0 auto;
}

.dining-grid article {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dining-grid article > div:last-child {
  padding: 26px 6px 0;
}

.dining-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.32 / 1;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: var(--screen-soft-shadow);
  transition: border-color .28s ease, box-shadow .28s ease;
}

.dining-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(.96);
  transition: transform .45s ease;
}

.dining-grid article:hover .dining-image img {
  transform: scale(1.04);
}

.dining-grid article:hover .dining-image {
  border-color: rgba(var(--screen-coral-rgb), .28);
  box-shadow: 0 26px 68px rgba(37, 48, 52, .14);
}

.dining-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .38));
}

.dining-image span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 8px 15px;
  color: #fff;
  background: rgba(var(--screen-coral-rgb), .9);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dining-grid h3 {
  color: var(--screen-ink-dark);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
}

.dining-grid p:not(.tile-meta) {
  margin-top: 12px;
  color: var(--screen-muted);
  font-size: 17px;
  line-height: 1.55;
}

.dining-tip {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  max-width: 960px;
  margin: clamp(54px, 7vw, 86px) auto 0;
  padding: clamp(30px, 4vw, 46px);
  background: rgba(63, 68, 77, .045);
  border: 1px solid rgba(63, 68, 77, .06);
  border-radius: 24px;
}

.dining-tip svg {
  width: 28px;
  height: 28px;
  color: var(--screen-coral);
}

.dining-tip h3 {
  color: var(--screen-ink-dark);
  font-size: 24px;
}

.dining-tip p {
  margin-top: 18px;
  color: var(--screen-muted);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

.activity-grid article {
  border-radius: 22px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(63, 68, 77, .08);
}

.activity-grid h4 {
  font-family: inherit;
  font-weight: 850;
}

.local-feature.local-walks .activity-grid article {
  background-size: cover;
  background-position: center;
  border-color: rgba(255, 255, 255, .78);
}

.local-feature.local-walks .activity-grid article:nth-child(1) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .36) 0%, rgba(20, 27, 29, .58) 54%, rgba(20, 27, 29, .78) 100%),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Baggy%20Point%20-%20geograph.org.uk%20-%201473056.jpg");
}

.local-feature.local-walks .activity-grid article:nth-child(2) {
  background-image:
    linear-gradient(150deg, rgba(20, 27, 29, .36) 0%, rgba(20, 27, 29, .58) 54%, rgba(20, 27, 29, .78) 100%),
    url("https://upload.wikimedia.org/wikipedia/commons/d/dd/Braunton_Burrows.JPG");
}

.local-feature.local-activities .activity-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 5.2vw, 82px) clamp(40px, 5vw, 72px);
  padding-block: clamp(18px, 2.4vw, 32px);
}

.local-feature.local-activities .activity-grid article {
  isolation: isolate;
  position: relative;
  contain: paint;
  min-height: 315px;
  padding: clamp(34px, 3.4vw, 46px);
  overflow: hidden;
  color: rgba(255, 255, 255, .86);
  background: linear-gradient(156deg, rgba(19, 54, 73, .98), rgba(24, 77, 91, .98) 46%, rgba(18, 45, 62, .99));
  border: 1px solid rgba(238, 248, 246, .24);
  box-shadow:
    inset 0 5px 0 rgba(var(--screen-coral-rgb), .58),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -42px 94px rgba(255, 255, 255, .035),
    0 28px 72px rgba(14, 47, 66, .26);
  backdrop-filter: blur(22px) saturate(145%);
}

@media (min-width: 1180px) {
  .local-feature.local-activities .activity-grid {
    max-width: 1120px;
    margin-inline: auto;
  }
}

.local-feature.local-activities .activity-grid article:hover {
  border-color: rgba(165, 222, 218, .56);
  box-shadow:
    inset 0 5px 0 rgba(var(--screen-coral-rgb), .7),
    inset 0 1px 0 rgba(255, 255, 255, .26),
    inset 0 -42px 94px rgba(255, 255, 255, .045),
    0 36px 88px rgba(12, 49, 70, .34);
}

.local-feature.local-activities .activity-grid article > * {
  position: relative;
  z-index: 2;
}

.local-feature.local-activities .activity-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  z-index: -2;
  background:
    radial-gradient(ellipse at 16% 18%, rgba(116, 205, 202, .48), transparent 34%),
    radial-gradient(ellipse at 82% 12%, rgba(93, 190, 178, .36), transparent 35%),
    radial-gradient(ellipse at 46% 94%, rgba(35, 136, 162, .44), transparent 40%),
    linear-gradient(115deg, #12384f 0%, #1a6674 34%, #5fb7b3 58%, #173d56 100%);
  background-size: 180% 180%;
  opacity: .88;
  filter: saturate(118%);
  transform: translate3d(0, 0, 0);
  animation: activity-coastal-ripple 20s ease-in-out infinite;
  will-change: background-position;
}

.local-feature.local-activities .activity-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  transform: rotate(-10deg);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .2), transparent 28%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 18px);
  pointer-events: none;
  z-index: -1;
  opacity: .5;
  filter: blur(.2px);
  transition: opacity .35s ease, transform .35s ease;
}

.local-feature.local-activities .activity-grid article:hover::after {
  opacity: .68;
  transform: translateY(-3px) rotate(-10deg);
}

@keyframes activity-coastal-ripple {
  0% {
    background-position: 0% 42%;
    transform: translate3d(0, 0, 0);
  }
  35% {
    background-position: 72% 18%;
    transform: translate3d(0, 0, 0);
  }
  70% {
    background-position: 32% 88%;
    transform: translate3d(0, 0, 0);
  }
  100% {
    background-position: 0% 42%;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-feature.local-activities .activity-grid article::before {
    animation: none;
    background-position: 48% 40%;
    transform: none;
  }
}

@media (max-width: 780px) {
  .local-feature.local-activities .activity-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

.local-feature.local-activities .activity-grid svg {
  width: 64px;
  height: 64px;
  margin-bottom: clamp(34px, 3.6vw, 46px);
  padding: 15px;
  color: rgba(232, 250, 247, .98);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .065)),
    linear-gradient(145deg, rgba(160, 221, 221, .22), rgba(33, 95, 116, .18));
  border: 1px solid rgba(236, 250, 247, .28);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .26),
    0 18px 38px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px) saturate(150%);
  stroke-width: 1.65;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .18));
  transition: color .35s ease, background .35s ease, border-color .35s ease, transform .35s ease, filter .35s ease;
}

.local-feature.local-activities .activity-grid article:hover svg {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .085)),
    linear-gradient(145deg, rgba(177, 237, 235, .32), rgba(39, 111, 134, .24));
  border-color: rgba(189, 234, 230, .68);
  transform: translateY(-3px);
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .24));
}

.local-feature.local-activities .activity-grid .tile-meta {
  margin: 0 0 15px;
  color: rgba(255, 196, 156, .96);
  font-size: 12px;
  letter-spacing: .14em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .22);
}

.local-feature.local-activities .activity-grid h4 {
  margin: 0 0 18px;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .26);
}

.local-feature.local-activities .activity-grid p,
.local-feature.local-activities .activity-grid p:first-child {
  color: rgba(247, 250, 248, .8);
  font-size: 16px;
  line-height: 1.58;
}

.local-feature.local-activities .activity-grid p + p {
  margin-top: 18px;
}

.local-feature.local-activities .activity-grid .text-highlight.gold {
  color: #fff2dc;
  font-weight: 800;
}

#local .local-feature.local-beaches:not([open]) {
  background: rgba(255, 255, 255, .76);
  border-color: rgba(63, 68, 77, .08);
  box-shadow: var(--screen-soft-shadow);
}

.contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  max-width: 1120px;
}

.contact-grid div {
  min-height: 150px;
  padding: 26px;
  border-radius: 22px;
}

.help-section {
  padding-top: clamp(96px, 11vw, 150px);
  padding-bottom: clamp(100px, 11vw, 150px);
  background:
    linear-gradient(180deg, rgba(246, 247, 244, .94), rgba(250, 248, 244, .98)),
    radial-gradient(circle at 14% 10%, rgba(142, 181, 183, .14), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(var(--screen-coral-rgb), .1), transparent 34%);
}

.help-section .section-kicker {
  margin-bottom: clamp(42px, 6vw, 74px);
}

.help-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 54px);
  align-items: stretch;
  max-width: 1240px;
}

.help-contact-card {
  position: relative;
  overflow: hidden;
  align-content: start;
  gap: 20px;
  min-width: 0;
  min-height: 248px;
  padding: clamp(34px, 3.2vw, 46px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(239, 237, 232, .76)),
    radial-gradient(circle at 18% 0%, rgba(142, 181, 183, .18), transparent 44%);
}

.help-contact-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px 18px;
  height: 76px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(var(--screen-coral-rgb), .11), transparent 70%);
  pointer-events: none;
}

.help-contact-card > svg {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  padding: 12px;
  color: var(--screen-coral);
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(37, 48, 52, .08);
}

.help-contact-card.urgent {
  border-color: rgba(155, 96, 112, .2);
  background:
    linear-gradient(145deg, rgba(255, 247, 243, .76), rgba(241, 234, 229, .78)),
    radial-gradient(circle at 18% 0%, rgba(155, 96, 112, .16), transparent 46%);
}

.help-contact-card.urgent > svg {
  color: #9b6070;
}

.contact-grid strong {
  color: var(--screen-ink);
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.26;
}

.contact-grid span {
  color: var(--screen-teal);
  font-size: clamp(30px, 2.6vw, 38px);
  line-height: 1.1;
}

.help-contact-card span {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: var(--screen-teal);
  font-weight: 850;
  letter-spacing: .01em;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.help-contact-card small {
  position: relative;
  z-index: 1;
  max-width: 34ch;
  color: var(--screen-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.contact-grid div:first-child span {
  color: #9b6070;
}

.safety-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1060px;
  padding: 34px;
  background: rgba(63, 68, 77, .045);
  border-radius: 24px;
  box-shadow: none;
}

.safety-row p {
  padding: 0;
  color: var(--screen-muted);
  background: transparent;
  font-size: 18px;
}

.safety-row strong {
  color: var(--screen-ink-dark);
}

.property-info-card {
  margin-top: clamp(64px, 8vw, 96px);
  gap: clamp(22px, 3vw, 34px);
  max-width: 1180px;
  padding: clamp(34px, 4.6vw, 54px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(239, 237, 232, .8)),
    radial-gradient(circle at 100% 0%, rgba(142, 181, 183, .18), transparent 36%);
  border: 1px solid rgba(255, 255, 255, .64);
  box-shadow: 0 24px 70px rgba(37, 48, 52, .08);
}

.property-info-card h3 {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--screen-ink-dark);
  font-size: clamp(28px, 3vw, 38px);
}

.property-info-card p {
  min-width: 0;
  min-height: 118px;
  padding: 26px 26px 24px;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(63, 68, 77, .055);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65);
  overflow-wrap: anywhere;
}

.property-info-card .property-address {
  grid-column: 1 / -1;
  min-height: 0;
}

.help-details {
  max-width: 1180px;
  margin-top: clamp(58px, 6.5vw, 88px);
  gap: clamp(24px, 3vw, 36px);
}

.help-details .detail-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .56), rgba(239, 237, 232, .78));
}

.help-details .detail-card summary {
  min-height: 122px;
  padding: 30px;
}

.help-details .detail-card summary > svg {
  background: rgba(142, 181, 183, .16);
}

.checkout-section,
.download-section {
  display: none;
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 230px;
  padding: clamp(42px, 6vw, 70px) 24px;
  color: var(--screen-muted);
  background:
    linear-gradient(180deg, rgba(250, 249, 246, 1), rgba(244, 242, 237, .94)),
    radial-gradient(circle at 50% 0%, rgba(142, 181, 183, .15), transparent 42%);
}

.site-footer::before {
  content: none;
}

.site-footer img {
  width: min(260px, 58vw);
  height: auto;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(37, 48, 52, .07);
}

.site-footer p {
  margin: 0;
  color: rgba(63, 68, 77, .66);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    min-height: 74px;
    padding: 10px 18px;
  }

  .brand-link {
    width: 96px;
    max-width: 18vw;
  }

  .quick-grid,
  .local-hero-cards,
  .dining-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wifi-credentials,
  .editorial-grid,
  .feature-grid,
  .feature-grid.reverse,
  .walk-map-feature {
    grid-template-columns: 1fr;
  }

  .cards,
  .room-grid,
  .outdoor-grid {
    grid-template-columns: 1fr;
  }

  #outdoor .web-rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-web .section-kicker h2 {
    white-space: normal;
    font-size: clamp(58px, 11vw, 86px);
  }

  .walk-map-feature {
    grid-template-columns: 1fr;
  }

  .walk-map-copy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "intro"
      "controls"
      "key"
      "note";
  }

  .walk-map-canvas,
  .walk-map-canvas img {
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 680px) {
  .topbar {
    grid-template-columns: 1fr;
  }

  .web-hero__content h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .hero-pills a {
    font-size: 13px;
  }

  .quick-grid,
  .wifi-credentials,
  .local-hero-cards,
  .dining-grid,
  .contact-grid,
  .safety-row {
    grid-template-columns: 1fr;
  }

  .quick-grid article,
  .info-stack article,
  .detail-card summary {
    grid-template-columns: 1fr;
  }

  #appliances .oven-card .function-details .mode-list {
    grid-template-columns: 1fr;
  }

  #appliances .oven-card .function-details div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mode-list article {
    min-height: 0;
    padding: 22px 20px 22px 70px;
  }

  #outdoor .web-rules {
    grid-template-columns: 1fr;
  }

  .local-web {
    padding-top: 110px;
  }

  .local-web .section-kicker {
    margin-bottom: 58px;
  }

  .local-web .section-kicker h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .local-hero-cards article {
    min-height: 360px;
  }

  .local-hero-cards h3 {
    max-width: 13ch;
    font-size: clamp(32px, 10vw, 44px);
  }

  .local-hero-cards p {
    max-width: 22ch;
    font-size: 18px;
  }

  .walk-map-controls {
    grid-template-columns: 1fr;
  }

  .walk-map-key span {
    flex: 1 1 180px;
  }

  .walk-map-copy {
    padding: 30px 22px 24px;
  }

  .walk-map-canvas {
    margin: 0 14px 14px;
  }

  .walk-map-canvas,
  .walk-map-canvas img {
    min-height: 380px;
  }

  .outdoor-card h3,
  .outdoor-card summary > p {
    padding-right: 30px;
  }

  .outdoor-card summary::after {
    position: static;
    display: inline-flex;
    margin: 18px 30px 0;
  }

  .section-kicker h2,
  .web-section h2 {
    font-size: clamp(44px, 13vw, 62px);
  }
}

/* Responsive presentation polish */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.quick-grid article,
.info-stack article,
.detail-card,
.detail-card summary,
.detail-card summary > span,
.room-card,
.outdoor-card,
.outdoor-card summary,
.outdoor-card-body,
.local-hero-cards article,
.activity-grid article,
.dining-grid article,
.contact-grid div,
.help-contact-card,
.property-info-card,
.property-info-card p,
.feature-grid article {
  min-width: 0;
}

.quick-grid article,
.info-stack article,
.detail-card,
.room-card,
.outdoor-card,
.local-hero-cards article,
.activity-grid article,
.dining-grid article,
.help-contact-card,
.property-info-card p,
.feature-grid article {
  overflow-wrap: anywhere;
}

.contact-grid.help-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1240px;
}

.contact-grid .help-contact-card {
  min-height: 248px;
  padding: clamp(34px, 3.2vw, 46px);
}

.help-contact-card span {
  max-width: 100%;
}

.web-hero {
  isolation: isolate;
}

@media (max-width: 980px) {
  .web-hero {
    width: min(calc(100% - 32px), 900px);
    min-height: min(860px, calc(100svh - 104px));
    margin: 18px auto 0;
    border-radius: 28px;
    box-shadow: 0 26px 76px rgba(37, 48, 52, .18);
  }

  .web-hero__image {
    transform: scale(1.018);
  }

  .web-hero__content {
    width: min(100% - 34px, 720px);
    padding: clamp(58px, 12vw, 96px) 0 clamp(72px, 14vw, 118px);
  }

  .hero-actions {
    justify-content: center;
  }

  .contact-grid.help-contact-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 26px;
  }
}

@media (max-width: 680px) {
  .topbar {
    gap: 14px;
    padding: 18px 20px;
  }

  .topbar nav {
    gap: 16px;
    padding-bottom: 4px;
  }

  .topbar nav a {
    padding: 8px 0;
    font-size: 14px;
  }

  .web-hero {
    width: calc(100% - 28px);
    min-height: min(760px, calc(100svh - 118px));
    margin-top: 14px;
    border-radius: 24px;
  }

  .web-hero__content {
    width: min(100% - 30px, 560px);
    padding: 48px 0 68px;
  }

  .hero-pills {
    gap: 9px;
  }

  .hero-pills a {
    min-height: 38px;
    padding: 8px 12px;
  }

  .hero-actions a {
    width: min(100%, 300px);
  }

  .scroll-cue {
    bottom: 22px;
  }

  .editorial-grid img,
  .feature-grid > img,
  .room-image,
  .outdoor-image,
  .local-hero-cards article {
    border-radius: 22px;
  }

  .contact-grid.help-contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 460px;
  }

  .contact-grid .help-contact-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .help-contact-card span {
    font-size: clamp(30px, 8vw, 36px);
  }

  .property-info-card {
    grid-template-columns: 1fr;
  }

  .property-info-card h3,
  .property-info-card .property-address {
    grid-column: auto;
  }

  .property-info-card p {
    min-height: 0;
  }
}
