/* =========================
   TOURISFIED — OPTION 3
   Luxury Minimal (High-End)
========================= */

:root {
  --bg: #F5F1E8;          /* cream */
  --surface: #FFFCF6;     /* warm off-white for cards */
  --surface-2: #F2EBDD;   /* slightly darker cream for subtle sections */

  --text: #111111;        /* almost black */
  --muted: rgba(17,17,17,.62);

  --primary: #111111;
  --accent: #C8A951;      /* gold */
  --accent-soft: rgba(200,169,81,.18);
  --accent-ring: rgba(200,169,81,.35);

  --border: rgba(17,17,17,.12);
  --border-strong: rgba(17,17,17,.18);

  --shadow-sm: 0 10px 26px rgba(17, 17, 17, 0.08);
  --shadow-md: 0 18px 54px rgba(17, 17, 17, 0.14);

  --radius: 18px;
  --radius-lg: 22px;
  --container: 1120px;

  --focus: 0 0 0 4px rgba(200,169,81,.22);
}

* { box-sizing: border-box; }
html, body { height: 100%; }

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.muted { color: var(--muted); }

.kicker {
  margin: 0 0 10px 0;
  color: rgba(218, 212, 149, 0.55);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

/* Respect accessibility */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
}

/* Scroll reveal */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================
   HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 241, 232, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand.small { font-size: 14px; }

.brand-mark{
  width: 84px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(200,169,81,.35);
}

.brand-mark img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand.small .brand-mark{
  width: 78px;
  height: 78px;
}

.brand-text { font-size: 16px; }

.brand-wrap{
  display:flex;
  flex-direction: column;
  gap: 2px;
}

.brand-edition{
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7e5f0a;
  font-weight: 700;
  opacity: .8;
}
@media (max-width: 640px) {
  .header-inner {
    padding: 10px 0;
    align-items: center;
  }

  .brand-mark {
    width: 68px;
    height: 68px;
  }

  .brand-text {
    font-size: 14px;
  }

  .brand-edition {
    font-size: 10px;
    letter-spacing: .14em;
  }

  .brand-wrap {
    gap: 1px;
  }
}
.nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.nav a {
  opacity: 0.86;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.nav a:hover { opacity: 1; }

.menu-btn {
  display: none;
  border: 1px solid var(--border);
  background: rgba(255,252,246,0.85);
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

/* Permanent gold underline under header nav links */
.nav a{
  position: relative;
  padding-bottom: 10px;
}

.nav a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #C8A951;
  border-radius: 999px;
  opacity: 0.7;
}

.mobile-nav {
  display: none;
  padding: 10px 0 14px 0;
  border-top: 1px solid var(--border);
}

.mobile-nav a {
  display: block;
  padding: 10px 0;
  opacity: 0.9;
  font-weight: 800;
}

.mobile-nav.is-open { display: block; }

/* =========================
   HERO (collage behind text)
========================= */

.hero {
  position: relative;
  padding: 84px 0 62px 0;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid rgba(17,17,17,0.10);
  background: #141414;
}

.hero-bg-collage {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 0;
  overflow: hidden;
}

/* edge darkening + warm gold tint */
.hero-bg-collage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(200,169,81,0.20), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(200,169,81,0.12), transparent 60%),
    linear-gradient(
      90deg,
      rgba(17,17,17,0.60) 0%,
      rgba(17,17,17,0.22) 22%,
      rgba(17,17,17,0.22) 78%,
      rgba(17,17,17,0.62) 100%
    );
}

.hero-bg-collage img {
  flex: 1 1 0;
  width: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05) brightness(1);
  transform: translateZ(0);
}

/* soft seam blend between images */
.hero-bg-collage img + img { position: relative; }
.hero-bg-collage img + img::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 0;
  width: 88px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(17,17,17,0.52),
    rgba(17,17,17,0.22),
    rgba(17,17,17,0)
  );
}

/* fade edges */
.hero-bg-collage {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

/* overlay to unify collage */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17,17,17,0.68), rgba(17,17,17,0.48)),
    linear-gradient(90deg, rgba(200,169,81,0.10), rgba(200,169,81,0.03));
}

.hero-inner { position: relative; z-index: 2; max-width: 820px; }

.hero-inner::before{
  content:"";
  position:absolute;
  inset:-24px -24px -24px -24px;
  background: rgba(17, 17, 17, 0.22);
  filter: blur(18px);
  border-radius: 28px;
  z-index: -1;
}

.hero-inner h1 {
  margin: 6px 0 12px 0;
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.subhead {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  max-width: 760px;
}

.hero-search {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 580px;
}

/* hero inputs */
.hero input[type="search"]{
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 14px;
  outline: none;
  background: rgba(255,255,255,0.12);
  box-shadow: 0 10px 30px rgba(0,0,0,0.14);
  color: #fff;
}
.hero input[type="search"]::placeholder { color: rgba(255,255,255,0.70); }
.hero input[type="search"]:focus {
  border-color: rgba(200,169,81,0.55);
  box-shadow: var(--focus);
  background: rgba(255,255,255,0.14);
}

.hint {
  margin-top: 14px;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}
@media (max-width: 640px) {
  .hero {
    padding: 48px 0 40px 0;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-inner::before {
    inset: -14px -10px -14px -10px;
    filter: blur(12px);
  }

  .hero-inner h1 {
    font-size: 1.95rem;
    line-height: 1.14;
    margin: 4px 0 10px 0;
  }

  .subhead {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .kicker {
    font-size: 11px;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
  }

  .hint {
    font-size: 13px;
    margin-top: 12px;
  }

  .hero input[type="search"] {
    padding: 12px 14px;
    font-size: 14px;
  }

  .btn-primary {
    width: 100%;
    padding: 13px 18px;
  }
}

/* =========================
   SECTIONS
========================= */

.section { padding: 34px 0; }
@media (max-width: 640px) {
  .section {
    padding: 42px 0;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .tabs {
    margin: 18px 0 22px 0;
    gap: 12px;
  }
}
.section-head {
  margin-bottom: 16px;
  text-align: center;
}

.section-head h2 {
  margin: 0 0 6px 0;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.section-head p { margin: 0; color: var(--muted); }

/* =========================
   TABS
========================= */

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0 18px 0;
}

.tab {
  border: 1px solid #ddd2bd;
  background: rgba(255, 252, 246, 0.96);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 900;
  font-size: 13px;
  opacity: 0.92;
  box-shadow: var(--shadow-sm);
  color: #2b2418;
}

.tab:hover {
  background-color: #e8dcc4;
  transform: translateY(-2px);
  transition: all 0.2s ease;
}
.tab:not(.is-active) {
  color: #2b2418;
}
.tab.is-active {
  background: var(--primary);
  border-color: rgba(200,169,81,0.45);
  color: #fff;
}

/* =========================
   GRID + CARDS (destinations)
========================= */

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: rgba(236, 228, 211, 0.96);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.city-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(200,169,81,0.30);
}

.card-media {
  position: relative;
  height: 160px;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,0.32), transparent 52%),
    linear-gradient(135deg, rgba(17,17,17,0.92), rgba(200,169,81,0.28), rgba(17,17,17,0.92));
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.05);
}

.card-media.no-image .card-img { display: none; }

/* overlay to unify images with theme */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,17,17,0.10), rgba(17,17,17,0.18));
}
/* destination card slider */
.card-media--slider {
  overflow: hidden;
}

.card-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.card-media--slider .card-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.card-media--slider .card-img.is-active {
  opacity: 1;
}

.card-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  background: none;
  color: #f3f2dc;
  font-size: 29px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.card-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.card-arrow--left {
  left: 18px;
}

.card-arrow--right {
  right: 18px;
}

.city-card:hover .card-arrow,
.card-media--slider:hover .card-arrow {
  opacity: 1;
}

.card-arrow:active {
  transform: translateY(-50%) scale(0.97);
}

.card-arrow--left {
  left: 10px;
}

.card-arrow--right {
  right: 10px;
}

.city-card:hover .card-arrow,
.card-media--slider:hover .card-arrow,
.card-media--slider:focus-within .card-arrow {
  opacity: 1;
}
.card-body { padding: 14px 14px 16px 14px; }

.card-body h3 {
  margin: 0 0 6px 0;
  letter-spacing: -0.01em;
}

.card-body p { margin: 0 0 8px 0; }

.meta {
  margin: 0 0 10px 0;
  color: rgba(17,17,17,0.68);
  font-size: 14px;
  font-weight: 750;
}

/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 900;
  font-size: 14px;
  user-select: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.btn:active { transform: translateY(1px); }

/* Primary CTA = Gold */
.btn-primary {
  background: var(--accent);
  color: var(--primary);
  border-color: rgba(200,169,81,0.55);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { box-shadow: var(--shadow-md); }

/* Ghost = Cream */
.btn-ghost {
  background: rgba(255,252,246,0.92);
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { box-shadow: var(--shadow-md); }

.btn-link {
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0.9;
  font-weight: 900;
  color: var(--primary);
  border-bottom: 1px dashed rgba(200,169,81,0.55);
}
.btn-link:hover { opacity: 1; }

/* =========================
   ABOUT
========================= */

.about-section{
  padding: 140px 0;
  background: linear-gradient(
    135deg,
    #1A1713 0%,
    #8e857a 40%,
    #7f6f56 100%
  );
  text-align: center;
  color: #F5F1E8;
}

.about-inner{
  max-width: 760px;
  margin: 0 auto;
}

.about-kicker{
  color: #C8A951;
  letter-spacing: .25em;
}

.about-title{
  color: #F5F1E8;
  font-size: 32px;
  letter-spacing: .08em;
}

.about-lead{
  color: #D7C6A3;
  font-size: 18px;
}

.about-text{
  color: rgba(245,241,232,0.75);
}

/* =========================
   FOOTER
========================= */

.footer{
  background: #EFE7D8;
  border-top: 1px solid rgba(17,17,17,.08);
  padding: 34px 0 0;
}

.footer-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 22px;
  padding-bottom: 22px;
}

.footer-brand .brand{
  display:inline-flex;
  align-items:center;
  gap: 12px;
}

.footer-tagline{
  margin: 12px 0 0;
  max-width: 420px;
}

.footer-links{
  display:flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}

.footer-links a{
  font-weight: 700;
  opacity: .85;
}
.footer-links a:hover{ opacity: 1; }

.footer-bottom{
  border-top: 1px solid rgba(17,17,17,.08);
  padding: 14px 0;
}

.footer-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  font-size: 13px;
  opacity: .85;
}

.footer-bottom-inner a{
  font-weight: 700;
  opacity: .9;
}
.footer-bottom-inner a:hover{
  opacity: 1;
  text-decoration: underline;
}

.footer-sep{
  opacity: .5;
}
.footer-facebook-links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  padding:16px 0 22px;
}

.footer-facebook-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border:1px solid rgba(201,167,77,.45);
  border-radius:999px;
  color:#C9A74D;
  text-decoration:none;
  transition:transform .2s ease, border-color .2s ease, opacity .2s ease;
}

.footer-facebook-links a:hover{
  transform:translateY(-1px);
  border-color:#C9A74D;
  opacity:1;
}

.footer-facebook-links svg{
  width:18px;
  height:18px;
  display:block;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .nav {
    display: flex;
    gap: 12px;
    align-items: center;
  }
.hero{
  padding: 60px 0 40px 0;
}
.hero-inner h1{
  font-size: 28px;
  line-height: 1.15;
}
.hero-bg-collage img:first-child{
  display: none;
}
  .nav a {
    font-size: 13px;
    padding-bottom: 6px;
  }

  .menu-btn { display: none; }

  .grid { grid-template-columns: 1fr; }
  .hero-search { flex-direction: column; align-items: stretch; }

  .footer-top{
    flex-direction: column;
    align-items:flex-start;
  }
  .footer-links{
    text-align:left;
  }
  .footer-bottom-inner{
    flex-wrap: wrap;
    line-height: 1.7;
  }
}
@media (max-width:768px){
  .nav-community{
    display:none;
  }
}