
:root {
  --bg: #fcfaf7;
  --bg-soft: #f4eee6;
  --ink: #1c1430;          
  --ink-soft: #6a6080;
  --line: #ece3d8;
  --gold: #c9a227;         
  --gold-light: #e3c66b;
  --gold-dark: #a6841a;
  --plum: #2a1d4d;         
  --plum-deep: #150e2b;
  --rose: #b76e79;         
  --white: #ffffff;
  --shadow: 0 22px 60px -30px rgba(26, 16, 48, 0.5);
  --shadow-gold: 0 18px 40px -18px rgba(201, 162, 39, 0.45);
  --radius: 18px;
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 400; line-height: 1.22; letter-spacing: -0.4px;
}
img { display: block; max-width: 100%; }
strong, b { font-weight: 500; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  text-transform: uppercase; letter-spacing: 4px; font-size: 0.72rem;
  font-weight: 500; color: var(--gold-dark); margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); display: inline-block; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 30px; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.3px; cursor: pointer; border: 1.5px solid transparent; position: relative;
  overflow: hidden; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease);
}
.btn::after { 
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-20deg); transition: left 0.6s var(--ease);
}
.btn:hover::after { left: 140%; }
.btn--primary { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); color: #fff; box-shadow: var(--shadow-gold); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -18px rgba(201,162,39,0.6); }
.btn--ghost { border-color: #fff; color: #fff; background: transparent; }
.btn--ghost:hover { background: #fff; color: var(--plum); transform: translateY(-3px); }
.btn--light { background: #fff; color: var(--plum); }
.btn--light:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn--block { width: 100%; }

.topbar { background: var(--plum-deep); color: #d9cdf0; font-size: 0.82rem; }
.topbar__inner { display: flex; gap: 14px; justify-content: center; padding: 9px 24px; flex-wrap: wrap; align-items: center; }
.topbar__sep { opacity: 0.4; }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(252, 250, 247, 0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line); transition: box-shadow 0.4s var(--ease), background 0.4s var(--ease);
}
.nav.scrolled { box-shadow: 0 10px 40px -22px rgba(26,16,48,0.5); background: rgba(252,250,247,0.95); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark)); color: #fff;
  display: grid; place-items: center; font-family: "Manrope", sans-serif; font-size: 1.45rem; font-weight: 500;
  box-shadow: var(--shadow-gold);
}
.brand__text { font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 500; line-height: 1.05; color: var(--plum); }
.brand__text em { display: block; font-style: normal; font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-dark); font-family: "Manrope", sans-serif; font-weight: 600; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); position: relative; transition: color 0.25s; }
.nav__links a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--gold); transition: width 0.3s var(--ease); }
.nav__links a:not(.nav__cta):hover { color: var(--plum); }
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff !important; padding: 11px 24px; border-radius: 999px; box-shadow: var(--shadow-gold); }
.nav__cta:hover { transform: translateY(-2px); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--plum); border-radius: 2px; transition: 0.3s; }

.hero {
  position: relative; min-height: 96vh; display: flex; align-items: center; color: #fff;
  background: url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1900&q=80") center/cover no-repeat fixed;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(21,14,43,0.82) 0%, rgba(42,29,77,0.55) 45%, rgba(21,14,43,0.85) 100%);
}
.hero__overlay::after { 
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 75% 30%, rgba(201,162,39,0.22), transparent 45%);
}
.hero__content { position: relative; max-width: 820px; padding: 50px 0; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: 5px; font-size: 0.78rem; font-weight: 600; color: var(--gold-light); margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); font-weight: 300; margin-bottom: 22px; text-shadow: 0 4px 40px rgba(0,0,0,0.4); }
.hero__sub { font-size: clamp(1.02rem, 1.7vw, 1.22rem); max-width: 640px; color: #efe7f7; margin-bottom: 34px; }
.hero__sub strong { color: var(--gold-light); font-weight: 600; }

.hero__stats { display: flex; gap: 44px; flex-wrap: wrap; }
.hero__stats strong { font-family: "Manrope", sans-serif; font-weight: 400; font-size: 2rem; display: block; color: var(--gold-light); }
.hero__stats span { font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; color: #d9cdf0; }

.slider { position: relative; height: 88vh; min-height: 560px; overflow: hidden; }
.slides { height: 100%; }
.slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  display: flex; align-items: center; opacity: 0; visibility: hidden;
  transition: opacity 1.1s var(--ease); color: #fff;
}
.slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(21,14,43,0.78) 0%, rgba(21,14,43,0.25) 60%, transparent 100%); }
.slide.is-active { opacity: 1; visibility: visible; }
.slide__inner { position: relative; max-width: 640px; }
.slide__eyebrow { text-transform: uppercase; letter-spacing: 4px; font-size: 0.76rem; color: var(--gold-light); margin-bottom: 18px; opacity: 0; transform: translateY(20px); }
.slide h1 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.08; margin-bottom: 18px; opacity: 0; transform: translateY(20px); }
.slide__sub { font-size: clamp(1rem, 1.6vw, 1.2rem); color: #ece4f5; margin-bottom: 30px; max-width: 480px; opacity: 0; transform: translateY(20px); }
.slide .btn { opacity: 0; transform: translateY(20px); }
.slide.is-active .slide__eyebrow,
.slide.is-active h1,
.slide.is-active .slide__sub,
.slide.is-active .btn { animation: slideUp 0.9s var(--ease) forwards; }
.slide.is-active h1 { animation-delay: 0.15s; }
.slide.is-active .slide__sub { animation-delay: 0.3s; }
.slide.is-active .btn { animation-delay: 0.45s; }
@keyframes slideUp { to { opacity: 1; transform: none; } }
.slider__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,0.4); background: rgba(21,14,43,0.25);
  color: #fff; font-size: 1.6rem; cursor: pointer; backdrop-filter: blur(6px); transition: background 0.3s, transform 0.3s;
}
.slider__arrow:hover { background: var(--gold); border-color: var(--gold); }
.slider__arrow--prev { left: 24px; } .slider__arrow--next { right: 24px; }
.slider__dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.slider__dots button { width: 11px; height: 11px; border-radius: 50%; border: 0; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s; }
.slider__dots button.is-active { background: var(--gold); width: 30px; border-radius: 6px; }

.cats { padding: 70px 0; background: var(--bg); }
.cats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cat { position: relative; display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3.6; }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.cat:hover img { transform: scale(1.08); }
.cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,14,43,0.9), transparent 62%); }
.cat__body { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 26px; color: #fff; }
.cat__body span { font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); }
.cat__body h3 { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; margin: 4px 0; }
.cat__body em { font-style: normal; font-size: 0.85rem; color: #d9cdf0; }

.about2__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about2__media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/4.4; object-fit: cover; }
.about2__text h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(1.9rem, 3.6vw, 2.8rem); color: var(--plum); margin-bottom: 18px; }
.about2__text p { color: var(--ink-soft); margin-bottom: 20px; }
.quote { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.45rem; color: var(--plum); border-left: 3px solid var(--gold); padding-left: 22px; margin: 26px 0; line-height: 1.4; }
.quote cite { display: block; font-style: normal; font-family: "Manrope"; font-size: 0.85rem; color: var(--gold-dark); margin-top: 10px; }
.link-underline { color: var(--plum); border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: color 0.25s; }
.link-underline:hover { color: var(--gold-dark); }

.banner { position: relative; padding: 110px 0; background-size: cover; background-position: center; color: #fff; text-align: center; }
.banner__overlay { position: absolute; inset: 0; background: linear-gradient(rgba(21,14,43,0.6), rgba(21,14,43,0.75)); }
.banner__inner { position: relative; }
.banner h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 500; margin-bottom: 12px; }
.banner p { color: #e3d9f0; margin-bottom: 26px; }
.eyebrow--light { color: var(--gold-light); justify-content: center; }
.eyebrow--light::before { background: var(--gold-light); }
.banner .eyebrow { display: inline-flex; }

.filterbar__inner { display: flex; gap: 16px; align-items: flex-end; padding: 22px; flex-wrap: wrap; background: var(--plum); border-radius: var(--radius); margin-bottom: 40px; box-shadow: var(--shadow); }
.finder__field { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 140px; }
.finder__field label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold-light); font-weight: 500; }
.finder__field select { padding: 11px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); color: #fff; font-family: inherit; font-size: 0.9rem; cursor: pointer; }
.finder__field select option { color: #1c1430; }
.filterbar__inner .btn { white-space: nowrap; }

.venues--grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vcard { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease); }
.vcard:hover { transform: translateY(-6px); box-shadow: 0 36px 70px -32px rgba(26,16,48,0.5); }
.vcard__img { position: relative; aspect-ratio: 4/3; overflow: hidden; display: block; }
.vcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.vcard:hover .vcard__img img { transform: scale(1.07); }
.vcard__badge { position: absolute; top: 11px; left: 11px; z-index: 2; background: rgba(255,255,255,0.94); color: var(--plum); font-size: 0.66rem; letter-spacing: 0.3px; padding: 5px 10px; border-radius: 999px; box-shadow: var(--shadow); }
.vcard__badge--gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; }
.vcard__body { padding: 16px 17px; display: flex; flex-direction: column; flex: 1; }
.vcard__loc { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.8px; color: var(--gold-dark); margin-bottom: 5px; }
.vcard__body h3 { font-family: "Cormorant Garamond", serif; font-size: 1.25rem; line-height: 1.15; color: var(--plum); margin-bottom: 7px; }
.vcard__body h3 a:hover { color: var(--gold-dark); }
.vcard__body p { font-size: 0.83rem; color: var(--ink-soft); margin-bottom: 13px; flex: 1; }
.vcard__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.vcard__tags span { background: var(--bg-soft); font-size: 0.7rem; padding: 4px 9px; border-radius: 999px; color: var(--ink); }

.newsletter { background: linear-gradient(135deg, var(--plum) 0%, var(--plum-deep) 100%); color: #fff; padding: 64px 0; position: relative; overflow: hidden; }
.newsletter::before { content: ""; position: absolute; top: -50%; right: -10%; width: 50%; height: 200%; background: radial-gradient(circle, rgba(201,162,39,0.18), transparent 60%); }
.newsletter__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; }
.newsletter h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 6px; }
.newsletter p { color: #d9cdf0; }
.newsletter__form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter__form input { padding: 14px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.1); color: #fff; min-width: 240px; font-family: inherit; }
.newsletter__form input::placeholder { color: #c4b8e0; }

.section { padding: 100px 0; position: relative; }
.section__head { max-width: 700px; margin: 0 auto 56px; text-align: center; }
.section__head--left { text-align: left; margin-left: 0; }
.section__head h2 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); margin-bottom: 14px; color: var(--plum); }
.section__lead { color: var(--ink-soft); font-size: 1.06rem; }

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

.listing__empty { text-align: center; color: var(--ink-soft); padding: 40px; font-size: 1.05rem; }

.regions { background: var(--bg-soft); }
.region { display: block; border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: var(--shadow); aspect-ratio: 4/3.4; }
.region img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.region:hover img { transform: scale(1.1); }
.region::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,14,43,0.85), transparent 60%); }
.region__body { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 26px; color: #fff; }
.region__body h3 { font-size: 1.8rem; margin-bottom: 4px; }
.region__body p { font-size: 0.9rem; color: #e8def5; }

.guide__inner { display: grid; grid-template-columns: 1.7fr 1fr; gap: 50px; align-items: start; }
.guide__main h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 20px; color: var(--plum); }
.guide__main h3 { font-size: 1.5rem; margin: 32px 0 10px; color: var(--plum); }
.guide__main p { color: var(--ink-soft); margin-bottom: 14px; }
.guide__main strong { color: var(--ink); }
.guide__side { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 22px; }
.guide__box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.guide__box h4 { font-size: 1.3rem; margin-bottom: 14px; color: var(--plum); }
.guide__box--accent { background: linear-gradient(135deg, var(--plum), var(--plum-deep)); color: #efe7f7; border: 0; }
.guide__box--accent h4 { color: var(--gold-light); }
.checklist { list-style: none; }
.checklist li { position: relative; padding-left: 28px; margin-bottom: 11px; color: var(--ink); font-size: 0.93rem; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 500; }

.masonry-detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.masonry-detail img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); transition: transform 0.5s var(--ease); }
.masonry-detail img:hover { transform: scale(1.04); }
@media (max-width: 600px) { .masonry-detail { grid-template-columns: 1fr 1fr; } }

.faq__list { max-width: 820px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; box-shadow: var(--shadow); overflow: hidden; transition: box-shadow 0.3s; }
.faq__item summary { cursor: pointer; padding: 20px 24px; font-weight: 500; font-size: 1.05rem; color: var(--plum); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.5rem; color: var(--gold-dark); transition: transform 0.3s var(--ease); font-family: "Manrope"; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 24px 22px; color: var(--ink-soft); }

.cta-band { background: linear-gradient(135deg, var(--plum) 0%, var(--plum-deep) 100%); color: #fff; padding: 70px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -50%; right: -10%; width: 50%; height: 200%; background: radial-gradient(circle, rgba(201,162,39,0.18), transparent 60%); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; }
.cta-band h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 6px; color: #fff; }
.cta-band p { color: #d9cdf0; }

.footer { background: var(--plum-deep); color: #cabfe0; padding-top: 54px; }
.footer__inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 42px; }
.footer__brand { display: flex; gap: 14px; align-items: flex-start; max-width: 360px; }
.footer__brand strong { font-family: "Manrope", sans-serif; font-size: 1.35rem; color: #fff; }
.footer__brand p { font-size: 0.88rem; margin-top: 4px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 10px 26px; align-content: flex-start; }
.footer__links a { font-size: 0.92rem; color: #b8aad6; transition: color 0.25s; }
.footer__links a:hover { color: var(--gold-light); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; font-size: 0.8rem; color: #8d80ad; text-align: center; }

.post-hero { position: relative; min-height: 52vh; display: flex; align-items: flex-end; color: #fff; background-size: cover; background-position: center; }
.post-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(21,14,43,0.92) 0%, rgba(21,14,43,0.45) 55%, rgba(21,14,43,0.55) 100%); }
.post-hero__inner { position: relative; padding: 50px 0; max-width: 880px; }
.post-hero .crumbs { font-size: 0.78rem; letter-spacing: 1px; color: #d9cdf0; margin-bottom: 16px; }
.post-hero .crumbs a { color: var(--gold-light); }
.post-hero .crumbs a:hover { color: #fff; }
.post-hero h1 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 1.12; margin-bottom: 14px; }
.post-hero__meta { font-size: 0.85rem; color: #e3d9f0; letter-spacing: 0.5px; }
.post-hero__meta span { color: var(--gold-light); }

.article { padding: 64px 0 80px; }
.article__wrap { max-width: 760px; margin: 0 auto; }
.article__lead { font-size: 1.18rem; color: var(--ink); line-height: 1.7; margin-bottom: 28px; font-family: "Cormorant Garamond", serif; font-style: italic; }
.article__wrap h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); color: var(--plum); margin: 40px 0 14px; }
.article__wrap h3 { font-size: 1.35rem; color: var(--plum); margin: 28px 0 10px; }
.article__wrap p { color: var(--ink-soft); margin-bottom: 18px; font-size: 1.02rem; }
.article__wrap p strong { color: var(--ink); }
.article__wrap a { color: var(--plum); border-bottom: 1px solid var(--gold); padding-bottom: 1px; transition: color 0.25s; }
.article__wrap a:hover { color: var(--gold-dark); }
.article__wrap ul, .article__wrap ol { margin: 0 0 20px 0; padding-left: 4px; list-style: none; }
.article__wrap ul li, .article__wrap ol li { position: relative; padding-left: 30px; margin-bottom: 11px; color: var(--ink-soft); font-size: 1.02rem; }
.article__wrap ul li::before { content: "✦"; position: absolute; left: 0; color: var(--gold-dark); font-size: 0.8rem; top: 3px; }
.article__wrap ol { counter-reset: ai; }
.article__wrap ol li { counter-increment: ai; }
.article__wrap ol li::before { content: counter(ai); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; border-radius: 50%; display: grid; place-items: center; font-size: 0.72rem; font-weight: 600; }
.article__note { background: var(--bg-soft); border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; padding: 20px 24px; margin: 28px 0; }
.article__note p { margin: 0; color: var(--ink); }
.article__back { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }

[data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  will-change: opacity, transform;
}
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-50px); }
[data-reveal="right"] { transform: translateX(50px); }
[data-reveal="zoom"] { transform: scale(0.88); }
[data-reveal="left"].in,
[data-reveal="right"].in,
[data-reveal="zoom"].in { transform: none; }

[data-delay="1"] { transition-delay: 0.08s; }
[data-delay="2"] { transition-delay: 0.16s; }
[data-delay="3"] { transition-delay: 0.24s; }
[data-delay="4"] { transition-delay: 0.32s; }
[data-delay="5"] { transition-delay: 0.40s; }
[data-delay="6"] { transition-delay: 0.48s; }

.hero__eyebrow, .hero h1, .hero__sub, .finder, .hero__stats {
  opacity: 0; transform: translateY(34px); animation: heroUp 1s var(--ease) forwards;
}
.hero h1 { animation-delay: 0.15s; }
.hero__sub { animation-delay: 0.32s; }
.finder { animation-delay: 0.5s; }
.hero__stats { animation-delay: 0.66s; }
@keyframes heroUp { to { opacity: 1; transform: none; } }

.section__head h2 { position: relative; }

.section::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,0.07), transparent 70%);
  top: 10%; right: -120px; pointer-events: none; z-index: 0;
}
.section .container { position: relative; z-index: 1; }

.hero__stats strong { transition: transform 0.4s var(--ease); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1000px) {
  .guide__inner { grid-template-columns: 1fr; }
  .guide__side { position: static; }
  .about2__grid { grid-template-columns: 1fr; gap: 36px; }
  .venues--grid { grid-template-columns: repeat(2, 1fr); }
  .cats__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .nav__links {
    position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 10px 24px 20px; box-shadow: var(--shadow);
    transform: translateY(-14px); opacity: 0; pointer-events: none; transition: 0.3s var(--ease);
  }
  .nav__links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav__cta { text-align: center; margin-top: 10px; border-bottom: 0 !important; }
  .nav__toggle { display: flex; }
  .grid--3 { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .slider { height: 78vh; }
  .filterbar__inner { flex-direction: column; align-items: stretch; }
  .filterbar__inner .btn { width: 100%; }
}
@media (max-width: 560px) {
  .venues--grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cats__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .vcard__body { padding: 12px 12px; }
  .vcard__body h3 { font-size: 1.05rem; }
  .vcard__body p { display: none; }
  .vcard__loc { font-size: 0.62rem; }
  .vcard__tags span { font-size: 0.64rem; padding: 3px 7px; }
  .cat__body { padding: 16px; }
  .cat__body h3 { font-size: 1.25rem; }
}
