:root {
  --dcm-blue: #0075ff;
  --dcm-ink: #202020;
  --dcm-muted: #5f6977;
  --dcm-line: #d8dde4;
  --dcm-panel: #f3f6fa;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 12px 18px;
  background: #fff;
  color: var(--dcm-ink);
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

.looper-site-hero {
  min-height: 640px;
  background:
    linear-gradient(rgba(18, 30, 42, 0.3), rgba(0, 0, 0, 0.52)),
    url("assets/lh3-googleusercontent-com-bb59bd2e1575.png") center / cover;
}

.dcm-nav-links a[aria-current="page"] {
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
}

.hero-kicker {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 300;
  letter-spacing: 2px;
}

.hero-call-link {
  display: inline-block;
  text-decoration-color: rgba(255, 255, 255, 0.72);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.hero-call-link:hover,
.hero-call-link:focus-visible {
  text-decoration-color: #fff;
}

.hero-actions,
.intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.dcm-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 21px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.dcm-button:focus-visible,
.explore-filters button:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.dcm-button-primary,
.dcm-button-blue {
  background: var(--dcm-blue);
  color: #fff;
}

.dcm-button-primary:hover,
.dcm-button-primary:focus-visible,
.dcm-button-blue:hover,
.dcm-button-blue:focus-visible {
  background: #0063d8;
}

.dcm-button-outline {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
}

.dcm-button-outline:hover,
.dcm-button-outline:focus-visible {
  background: #fff;
  color: var(--dcm-ink);
}

.dcm-button-plain {
  border-color: var(--dcm-line);
  background: #fff;
  color: var(--dcm-ink);
}

.dcm-button-plain:hover,
.dcm-button-plain:focus-visible {
  border-color: var(--dcm-blue);
  color: var(--dcm-blue);
}

.looper-intro,
.arrival-section,
.explore-section,
.dinner-section {
  padding: 78px 20px 96px;
}

.arrival-section,
.dinner-section {
  background: var(--dcm-panel);
}

.looper-intro .section-heading,
.arrival-section .section-heading,
.explore-section .section-heading,
.dinner-section .section-heading {
  max-width: 850px;
}

.checked-note {
  color: var(--dcm-blue) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(920px, 100%);
  margin: 58px auto 0;
  border-top: 1px solid var(--dcm-line);
  border-bottom: 1px solid var(--dcm-line);
}

.proof-strip div {
  display: grid;
  gap: 8px;
  padding: 28px 24px;
  text-align: center;
}

.proof-strip div + div {
  border-left: 1px solid var(--dcm-line);
}

.proof-strip strong {
  color: var(--dcm-blue);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.proof-strip span {
  color: var(--dcm-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.45;
  text-transform: uppercase;
}

.proof-strip a {
  display: grid;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.proof-strip a:hover span,
.proof-strip a:focus-visible span {
  color: var(--dcm-blue);
}

.arrival-list,
.attraction-list {
  width: min(920px, 100%);
  margin: 50px auto 0;
  border-top: 1px solid var(--dcm-line);
}

.arrival-step {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--dcm-line);
  padding: 34px 0;
}

.step-number {
  display: grid;
  align-content: start;
  gap: 4px;
}

.step-number strong {
  color: #101820;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}

.step-number span,
.step-kicker,
.attraction-type,
.restaurant-type {
  color: var(--dcm-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.step-copy h3,
.attraction-row h3,
.restaurant-card h3 {
  margin: 8px 0 12px;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.22;
}

.step-copy > p:not(.step-kicker),
.attraction-row > div:last-child > p:not(.attraction-type),
.restaurant-card > p:not(.restaurant-type) {
  margin: 0;
  color: var(--dcm-muted);
  font-size: 17px;
  line-height: 1.65;
}

.inline-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--dcm-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.phone-link {
  color: var(--dcm-blue);
  font-weight: 700;
  text-underline-offset: 4px;
}

.service-note {
  margin-top: 20px !important;
  border-left: 3px solid var(--dcm-blue);
  padding: 3px 0 3px 16px;
  font-size: 14px !important;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.detail-tags li {
  border: 1px solid var(--dcm-line);
  padding: 7px 10px;
  background: #fff;
  color: #27313d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.video-frame {
  margin-top: 28px;
  background: #111;
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-credit {
  margin: 0;
  padding: 11px 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  text-align: right;
}

.video-credit a {
  color: #fff;
}

.town-photo {
  position: relative;
  width: min(1080px, 100%);
  margin: 52px auto 46px;
}

.town-photo img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.town-photo figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  padding: 10px 13px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.town-photo figcaption a {
  color: inherit;
  font-size: 8px;
  letter-spacing: 0.9px;
  text-underline-offset: 3px;
}

.shore-leave-planner {
  width: min(920px, 100%);
  margin: 0 auto 42px;
  border: 1px solid var(--dcm-line);
  border-top: 4px solid var(--dcm-blue);
  background: #f5f7fa;
}

.shore-leave-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--dcm-line);
  padding: 26px 28px 24px;
}

.shore-leave-heading h3 {
  max-width: 620px;
  margin: 5px 0 0;
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.25;
}

.shore-leave-heading > p {
  max-width: 205px;
  margin: 0;
  color: var(--dcm-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.shore-leave-kicker,
.shore-leave-mode {
  margin: 0;
  color: var(--dcm-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.shore-leave-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shore-leave-step {
  padding: 24px 28px 26px;
}

.shore-leave-step + .shore-leave-step {
  border-left: 1px solid var(--dcm-line);
}

.shore-leave-mode span {
  margin-right: 7px;
  color: var(--dcm-muted);
  font-weight: 500;
}

.shore-leave-step h4 {
  margin: 8px 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.35;
}

.shore-leave-step > p:last-child {
  margin: 0;
  color: var(--dcm-muted);
  font-size: 14px;
  line-height: 1.6;
}

.shore-leave-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--dcm-line);
  padding: 17px 28px;
  background: #fff;
}

.shore-leave-current p {
  margin: 0;
  color: var(--dcm-muted);
  font-size: 13px;
  line-height: 1.5;
}

.shore-leave-current strong {
  color: var(--dcm-ink);
}

.shore-leave-current a {
  flex: 0 0 auto;
  color: var(--dcm-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.explore-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.explore-toolbar > p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.explore-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.explore-filters button {
  min-height: 38px;
  border: 1px solid var(--dcm-line);
  padding: 0 14px;
  background: #fff;
  color: var(--dcm-muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.explore-filters button[aria-pressed="true"] {
  border-color: var(--dcm-blue);
  background: var(--dcm-blue);
  color: #fff;
}

.attraction-row {
  display: grid;
  grid-template-columns: 70px minmax(210px, 0.72fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid var(--dcm-line);
  padding: 34px 0;
}

.attraction-row[hidden] {
  display: none;
}

.attraction-number {
  color: var(--dcm-blue);
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 2px;
}

.attraction-photo {
  margin: 0;
  overflow: hidden;
  background: #dce3ea;
}

.attraction-photo img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.attraction-row:hover .attraction-photo img {
  transform: scale(1.025);
}

.empty-filter-message {
  width: min(920px, 100%);
  margin: 20px auto 0;
  border: 1px dashed var(--dcm-line);
  padding: 25px;
  color: var(--dcm-muted);
  text-align: center;
}

.empty-filter-message p {
  margin: 0;
}

.restaurant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(920px, 100%);
  margin: 48px auto 0;
}

.restaurant-card {
  display: flex;
  min-height: 275px;
  flex-direction: column;
  border: 1px solid var(--dcm-line);
  padding: 30px;
  background: #fff;
}

.restaurant-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--dcm-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.budget-note {
  width: min(920px, 100%);
  margin: 18px auto 0;
  padding: 18px 20px;
  background: var(--dcm-blue);
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.prep-section {
  padding: clamp(64px, 8vw, 112px) 20px;
  background: #fff;
}

.prep-section figure {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.prep-section figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.prep-section figcaption {
  padding-top: 24px;
  text-align: center;
}

@media (max-width: 640px) {
  .dcm-nav-links a[aria-current="page"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    background: var(--dcm-blue);
  }

  .hero-kicker {
    font-size: 10px;
    line-height: 1.5;
  }

  .hero-subtitle {
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-actions,
  .intro-actions {
    flex-direction: column;
    width: min(100%, 340px);
    margin-right: auto;
    margin-left: auto;
  }

  .looper-intro,
  .arrival-section,
  .explore-section,
  .dinner-section {
    padding: 54px 12px 64px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip div + div {
    border-top: 1px solid var(--dcm-line);
    border-left: 0;
  }

  .arrival-step,
  .attraction-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 27px 0;
  }

  .step-number {
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 14px;
  }

  .attraction-number {
    font-size: 27px;
  }

  .attraction-photo {
    order: 2;
  }

  .attraction-photo img {
    height: 220px;
  }

  .attraction-row > div:last-child {
    order: 3;
  }

  .town-photo {
    margin-top: 38px;
  }

  .town-photo figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center;
  }

  .shore-leave-heading,
  .shore-leave-current {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .shore-leave-heading > p {
    max-width: none;
    text-align: left;
  }

  .shore-leave-grid {
    grid-template-columns: 1fr;
  }

  .shore-leave-step {
    padding: 22px 20px;
  }

  .shore-leave-step + .shore-leave-step {
    border-top: 1px solid var(--dcm-line);
    border-left: 0;
  }

  .shore-leave-current a {
    line-height: 1.5;
  }

  .explore-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

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

  .explore-filters button:first-child {
    grid-column: 1 / -1;
  }

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

  .restaurant-card {
    min-height: 245px;
  }

  .prep-section {
    padding: 56px 12px 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
