* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f4f4f2;
  color: #111;
  font-family: "Inter", Arial, sans-serif;
}

a {
  color: inherit;
}

.page {
  min-height: 100vh;
  padding: 34px 6% 0;
}

.top-nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 44px;
}

.logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
}

.logo span,
.mark {
  background: #303030;
  color: #fff;
  display: inline-block;
  padding: 0 9px 5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.nav-links a,
.btn,
.filter-btn {
  border: 1px solid #111;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 20px;
  text-decoration: none;
  transition: 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active,
.btn-dark,
.filter-btn.active,
.filter-btn:hover {
  background: #111;
  color: #fff;
}

.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-light {
  background: #fff;
  color: #111;
}

.section-title,
.article-title,
.hero-title,
.page-title {
  color: #2d2d2d;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  line-height: 0.95;
}

.hero {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 420px;
  margin-bottom: 78px;
  min-height: 500px;
}

.hero-title .word {
  display: block;
  font-size: clamp(82px, 12vw, 160px);
}

.hero-title .mark {
  font-size: clamp(82px, 12vw, 160px);
  margin-top: 12px;
  padding: 0 28px 12px;
}

.hero-subtitle {
  color: #2d2d2d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 3vw, 36px);
  letter-spacing: 14px;
  margin-top: 32px;
}

.section {
  margin-bottom: 82px;
}

.section-title {
  font-size: clamp(38px, 6vw, 72px);
  margin-bottom: 34px;
  text-align: center;
}

.section-kicker {
  color: #555;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}

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

.venue-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.25s ease;
}

.venue-card:hover {
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.21);
  transform: translateY(-5px);
}

.venue-card img {
  aspect-ratio: 16 / 10;
  display: block;
  filter: grayscale(0%);
  object-fit: cover;
  width: 100%;
}

.venue-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 24px 28px;
  text-align: center;
}

.venue-info h2,
.venue-info h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
}

.venue-info p {
  color: #333;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.55;
  margin-bottom: 18px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: auto 0 22px;
}

.tags span {
  background: #f4f4f2;
  border: 1px solid #deded8;
  border-radius: 999px;
  color: #222;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hero-card {
  cursor: pointer;
}

.hero-card img {
  aspect-ratio: 4 / 3;
}

.hero-card.is-changing img,
.hero-card.is-changing h2,
.hero-card.is-changing p,
.hero-card.is-changing .tags,
.hero-card.is-changing .card-actions {
  opacity: 0;
  transform: translateY(8px);
}

.hero-card img,
.hero-card h2,
.hero-card p,
.hero-card .tags,
.hero-card .card-actions {
  transition: 0.35s ease;
}

.hero-dots {
  display: flex;
  gap: 9px;
  justify-content: center;
  padding: 0 0 22px;
}

.hero-dot {
  background: #cfcfcf;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 9px;
  transition: 0.2s ease;
  width: 9px;
}

.hero-dot.active {
  background: #111;
  width: 26px;
}

.swiper-section {
  display: none;
}

.swiper-section.show {
  display: block;
}

.tinder-stack {
  height: 600px;
  margin: 0 auto;
  position: relative;
  width: min(390px, 92vw);
}

.swipe-card {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(0.92) translateY(28px);
}

.swipe-card.active {
  cursor: grab;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  z-index: 5;
}

.swipe-card.next {
  opacity: 0.42;
  transform: scale(0.94) translateY(24px);
  z-index: 4;
}

.swipe-actions,
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.filters {
  margin-bottom: 34px;
}

.filter-btn {
  background: transparent;
  cursor: pointer;
}

.faq {
  margin: 0 auto;
  max-width: 900px;
}

.faq details {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;
  padding: 0 22px;
}

.faq summary {
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  justify-content: space-between;
  list-style: none;
  padding: 22px 0;
}

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

.faq summary::after {
  content: "+";
  font-size: 26px;
}

.faq details[open] summary::after {
  content: "-";
}

.faq p {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 22px;
}

.page-hero {
  margin: 20px auto 58px;
  max-width: 980px;
  text-align: center;
}

.page-title,
.article-title {
  font-size: clamp(54px, 8vw, 104px);
  margin-bottom: 24px;
}

.page-hero p,
.article-intro {
  color: #333;
  font-size: 19px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 760px;
}

.blog-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 80px;
  max-width: 980px;
}

.article-layout {
  margin: 0 auto 80px;
  max-width: 980px;
}

.article-copy {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  margin-bottom: 44px;
  padding: 42px;
}

.article-copy h2 {
  color: #2d2d2d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  margin: 34px 0 16px;
}

.article-copy h2:first-child {
  margin-top: 0;
}

.article-copy p,
.article-copy li {
  color: #333;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.article-copy ul {
  padding-left: 22px;
}

.venue-list {
  display: grid;
  gap: 28px;
  margin: 34px 0;
}

.footer {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding: 36px 6%;
  text-align: center;
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-card {
    margin: 0 auto;
    max-width: 430px;
  }

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

@media (max-width: 650px) {
  .page {
    padding: 24px 18px 0;
  }

  .top-nav {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 34px;
  }

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

  .logo {
    font-size: 24px;
  }

  .hero {
    gap: 38px;
    margin-bottom: 58px;
    min-height: auto;
  }

  .hero-title .word,
  .hero-title .mark {
    font-size: 76px;
  }

  .hero-title .mark {
    padding: 0 18px 8px;
  }

  .hero-subtitle {
    font-size: 18px;
    letter-spacing: 6px;
  }

  .grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .section {
    margin-bottom: 62px;
  }

  .tinder-stack {
    height: 575px;
  }

  .article-copy {
    padding: 28px 22px;
  }

  .page-title,
  .article-title {
    font-size: 54px;
  }
}
