:root {
  --teal: #006b68;
  --teal-2: #08a8a3;
  --teal-soft: #eaf6f5;
  --yellow: #e2ce00;
  --ink: #111;
  --body: #303030;
  --muted: #6d7474;
  --line: #dedede;
  --soft: #f4f4f4;
  --warm: #f6f2eb;
  --white: #fff;
  --shadow: 0 12px 28px rgba(0, 72, 70, .10);
  --radius: 6px;
  --max: 1120px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  line-height: 1.55
}

.ad-container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto
}

.ad-breadcrumb {
  padding: 18px 0 12px;
  font-size: 12px;
  color: #7b7b7b
}

.ad-breadcrumb a {
  color: #111;
  text-decoration: none
}

.ad-breadcrumb span {
  margin-left: 6px
}

.ad-hero {
  padding: 8px 0 46px
}

.ad-hero-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ddd;
  min-height: 500px;
  border-radius: 5px;
  overflow: hidden
}

.ad-hero-copy {
  padding: 48px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ad-eyebrow {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .13em;
  font-size: 11px;
  color: #827127;
  display: block;
  margin-bottom: 8px
}

.ad-hero h1 {
  font-size: 42px;
  line-height: 1.12;
  color: var(--teal);
  margin: 0 0 18px;
  letter-spacing: -.035em
}

.ad-hero-copy>p {
  font-size: 15px;
  max-width: 540px
}

.ad-hero-points {
  list-style: none;
  padding: 0;
  margin: 18px 0 28px
}

.ad-hero-points li {
  margin: 7px 0;
  padding-left: 20px;
  position: relative;
  font-weight: 600
}

.ad-hero-points li:before {
  content: '✓';
  position: absolute;
  left: 0
}

.ad-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.ad-btn {
  padding: 14px 18px;
  border-radius: 5px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.ad-btn-primary,
.tc-btn {
  background: var(--yellow);
  border: 1px solid #151515;
  color: #111;
  font-weight: 700
}

.ad-btn-outline {
  background: #fff;
  border: 1px solid #111;
  color: #111
}

.ad-hero-media {
  position: relative;
  min-height: 500px
}

.ad-placeholder {
  background: repeating-linear-gradient(135deg, #eff8f7 0, #eff8f7 18px, #e3f1f0 18px, #e3f1f0 36px);
  border: 1px dashed #86c5c1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #176d69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em
}

.ad-hero-placeholder {
  position: absolute;
  inset: 0
}

.ad-section {
  padding: 72px 0
}

.ad-alt {
  background: #f5f5f5
}

.ad-soft {
  background: #f3f3f3
}

.ad-heading {
  max-width: 780px;
  margin: 0 auto 36px
}

.ad-heading.center {
  text-align: center
}

.ad-heading h2 {
  font-size: 31px;
  line-height: 1.25;
  color: var(--teal);
  margin: 0 0 10px;
  letter-spacing: -.025em
}

.ad-heading p {
  margin: 0;
  color: var(--body)
}

.ad-author-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0 0;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #dbe7e5;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
  max-width: 420px
}

.ad-author-photo-link {
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none
}

.ad-author-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 3px solid #e6f5f3
}

.ad-author-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0
}

.ad-author-label {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #667085
}

.ad-author-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #0f766e;
  text-decoration: none
}

.ad-author-role {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #475467
}

.ad-split-card {
  background: #f3f3f3;
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 26px;
  border-radius: 5px;
  gap: 28px
}

.ad-split-image {
  min-height: 330px
}

.ad-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ad-split-copy h3 {
  color: var(--teal);
  font-size: 22px
}

.ad-split-copy p {
  font-size: 13px
}

.local-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px
}

.local-pills span {
  padding: 6px 10px;
  border-radius: 20px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 10px;
  font-weight: 700
}

.local-profile-link {
  display: inline-flex;
  width: fit-content;
  color: var(--teal);
  font-weight: 700;
  text-decoration: none
}

.local-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.local-review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 7px 16px rgba(0, 0, 0, .05)
}

.local-review-head {
  display: flex;
  gap: 12px;
  align-items: center
}

.local-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800
}

.local-stars {
  color: #d2b800;
  letter-spacing: .06em;
  font-size: 12px
}

.local-review-card small {
  color: var(--muted);
  font-size: 10px
}

.local-review-card p {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.75;
  color: var(--body)
}

.local-center-action {
  margin-top: 24px;
  text-align: center
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.tour-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 7px 16px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column
}

.tour-card .imgwrap {
  height: 205px;
  position: relative;
  overflow: hidden
}

.tour-card .ad-placeholder {
  height: 100%
}

.local-five-tour-grid > .tour-card:nth-child(4) {
  grid-column: 1 / 2
}

.local-five-tour-grid > .tour-card:nth-child(5) {
  grid-column: 2 / 3
}

.local-card-number,
.local-card-badge {
  position: absolute;
  top: 12px;
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800
}

.local-card-number {
  left: 12px;
  background: rgba(255,255,255,.92)
}

.local-card-badge {
  right: 12px;
  background: var(--teal);
  color: #fff
}

.tc-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.local-card-category {
  color: #827127;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase
}

.tc-body h4 {
  font-size: 16px;
  color: var(--teal);
  margin: 8px 0
}

.tc-meta {
  font-size: 11px;
  color: #666;
  margin-bottom: 15px
}

.local-card-desc {
  margin: 0 0 16px;
  color: var(--body);
  font-size: 12px;
  line-height: 1.7;
  flex: 1
}

.tc-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px
}

.tc-from {
  font-size: 10px;
  color: #777
}

.tc-amt {
  font-size: 18px;
  font-weight: 800
}

.tc-price-row small {
  color: var(--muted);
  font-size: 10px
}

.tc-btn {
  padding: 9px 12px;
  border-radius: 4px;
  text-decoration: none
}

.why-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center
}

.why-strip article {
  display: flex;
  flex-direction: column;
  align-items: center
}

.why-strip h3 {
  font-size: 15px;
  margin: 14px 0 0
}

.ad-icon-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: repeating-linear-gradient(135deg, #eff8f7 0, #eff8f7 10px, #e3f1f0 10px, #e3f1f0 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #176d69;
  font-size: 8px;
  font-weight: 700
}

.ad-landmark-stack {
  display: grid;
  gap: 28px
}

.landmark {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  background: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
  min-height: 330px
}

.landmark:nth-child(even) {
  grid-template-columns: 1.12fr 1fr
}

.landmark:nth-child(even) .limg {
  order: 2
}

.landmark .limg {
  min-height: 330px
}

.ltext {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ltext h3 {
  font-size: 22px;
  color: var(--teal);
  margin: 0 0 12px
}

.ltext p {
  font-size: 13px;
  margin: 0
}

.local-caption {
  margin-top: 10px !important;
  color: var(--muted);
  font-size: 11px !important
}

.local-pillar-card {
  align-items: stretch
}

.local-editorial-section {
  background: #fff
}

.local-editorial-width {
  max-width: 820px
}

.local-editorial-width h2 {
  font-size: 28px;
  line-height: 1.3;
  color: var(--teal);
  margin: 38px 0 10px
}

.local-editorial-width h2:first-child {
  margin-top: 0
}

.local-editorial-width p {
  margin: 0 0 15px;
  color: var(--body);
  font-size: 14px;
  line-height: 1.9
}

.local-pull-quote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--teal);
  background: #f3f3f3;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65
}

.ad-faq-section {
  background: var(--warm)
}

.faq-list {
  max-width: 820px;
  margin: auto
}

.faq-item {
  margin-bottom: 12px
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer
}

.faq-icon {
  font-size: 20px
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease
}

.faq-a p {
  margin: 0;
  padding: 16px 18px;
  background: #eee;
  font-size: 12px
}

.faq-item.open .faq-a {
  max-height: 500px
}

.faq-item.open .faq-icon {
  transform: rotate(45deg)
}

.local-media-bar {
  background: #111;
  color: #fff;
  padding: 20px 0
}

.local-media-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px
}

.local-media-label {
  color: rgba(255,255,255,.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase
}

.local-media-items {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px
}

.local-media-items span {
  color: rgba(255,255,255,.85);
  font-size: 11px;
  font-weight: 700
}

@media(max-width:980px) {
  .ad-hero-shell {
    grid-template-columns: 1fr
  }

  .ad-hero-media {
    min-height: 420px
  }

  .local-review-grid,
  .tour-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .local-five-tour-grid > .tour-card:nth-child(4),
  .local-five-tour-grid > .tour-card:nth-child(5) {
    grid-column: auto
  }

  .landmark,
  .landmark:nth-child(even) {
    grid-template-columns: 1fr
  }

  .landmark:nth-child(even) .limg {
    order: 0
  }

  .why-strip {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:640px) {
  .ad-container {
    width: min(100% - 28px, var(--max))
  }

  .ad-hero-copy {
    padding: 32px 24px
  }

  .ad-hero h1 {
    font-size: 31px
  }

  .ad-hero-media {
    min-height: 360px
  }

  .ad-section {
    padding: 52px 0
  }

  .ad-heading h2 {
    font-size: 26px
  }

  .ad-hero-actions {
    flex-direction: column
  }

  .ad-btn {
    width: 100%
  }

  .ad-author-card {
    max-width: 100%;
    padding: 12px 14px;
    border-radius: 14px
  }

  .ad-author-photo {
    width: 56px;
    height: 56px
  }

  .ad-author-name {
    font-size: 16px
  }

  .ad-author-role {
    font-size: 13px
  }

  .ad-split-card {
    grid-template-columns: 1fr;
    padding: 18px
  }

  .ad-split-image {
    min-height: 250px
  }

  .local-review-grid,
  .tour-grid {
    grid-template-columns: 1fr
  }

  .why-strip {
    grid-template-columns: 1fr 1fr
  }

  .landmark .limg {
    min-height: 250px
  }

  .ltext {
    padding: 25px
  }
}
