/* ============================================================
   NUSAKIYE — Navbar, Footer, Landing page styles
   ============================================================ */

/* ---------- NAVBAR ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: 14px 0; background: transparent;
}
.nav-scrolled {
  background: rgba(251,247,241,.88); backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 1px 0 var(--line), 0 8px 30px rgba(43,32,36,.06); padding: 8px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-link {
  font-size: 14.5px; font-weight: 600; color: var(--ink); position: relative; padding: 4px 0;
  transition: color .2s ease;
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--gold); transition: width .25s ease;
}
.nav-link:hover { color: var(--crimson); }
.nav-link:hover::after { width: 100%; }
.nav-founder {
  font-size: 13px; font-weight: 700; color: var(--ink-soft); letter-spacing: .02em;
  padding: 8px 0; transition: color .2s;
}
.nav-founder:hover { color: var(--crimson); }
/* On hero (not scrolled) make links light */
.nav:not(.nav-scrolled) .nav-link { color: rgba(255,255,255,.86); }
.nav:not(.nav-scrolled) .nav-link:hover { color: #fff; }
.nav:not(.nav-scrolled) .nav-founder { color: rgba(255,255,255,.6); }
.nav:not(.nav-scrolled) .nav-founder:hover { color: var(--gold-light); }

/* ---------- HERO ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(110% 120% at 78% 8%, #8E2433 0%, var(--crimson-dark) 42%, var(--crimson-deep) 78%, #350c14 100%);
  margin-top: -72px; padding-top: 72px;
}
.hero-photo {
  position: absolute; inset: 0; opacity: .2; z-index: 0;
  background-size: cover; background-position: center;
  background-image:
    linear-gradient(180deg, rgba(67,16,26,.2), rgba(67,16,26,.85)),
    linear-gradient(115deg, #b9803a 0%, #8E2433 40%, #43101A 100%);
}
.hero-pattern { position: absolute; inset: 0; z-index: 0; opacity: .1;
  background-image: var(--ottoman-pattern); background-size: 170px; }
.hero-glow {
  position: absolute; z-index: 0; right: 4%; top: 12%; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(201,162,75,.42) 0%, rgba(201,162,75,.12) 38%, transparent 66%);
  filter: blur(8px); pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; padding: 80px 0 104px;
  display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; }
.hero h1 { font-size: clamp(40px, 5.4vw, 80px); color: #fff; max-width: 15ch; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-lead { font-size: clamp(16px, 1.6vw, 20px); color: rgba(255,255,255,.85); max-width: 50ch; margin-top: 24px; line-height: 1.6; }
.hero-cta { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 36px; margin-top: 54px; flex-wrap: wrap; }
.hero-stat .n { font-family: var(--serif); font-size: 34px; color: var(--gold-light); font-weight: 700; }
.hero-stat .l { font-size: 13px; color: rgba(255,255,255,.62); letter-spacing: .04em; margin-top: 2px; }

/* hero emblem feature */
.hero-emblem { position: relative; display: grid; place-items: center; }
.hero-emblem img { position: relative; z-index: 2; width: min(94%, 420px); height: auto;
  filter: drop-shadow(0 26px 50px rgba(0,0,0,.4)) drop-shadow(0 0 30px rgba(201,162,75,.25)); }
.hero-emblem-ring {
  position: absolute; z-index: 1; width: 116%; aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(227,203,138,.28);
  box-shadow: inset 0 0 60px rgba(201,162,75,.12);
}
.hero-emblem-ring::after {
  content: ""; position: absolute; inset: 7%; border-radius: 50%;
  border: 1px dashed rgba(227,203,138,.22);
}
.hero-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 120px; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(67,16,26,.0)); }

/* ---------- SECTION ---------- */
.section { padding: 96px 0; }
.section.cream { background: var(--cream); }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.sec-head h2 { font-size: clamp(30px, 4vw, 46px); margin: 16px 0 14px; }
.sec-head p { color: var(--ink-soft); font-size: 16.5px; }

/* ---------- FEATURES ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.feat {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 28px 22px; text-align: center; transition: transform .25s ease, box-shadow .3s ease, border-color .25s;
}
.feat:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--gold-soft); }
.feat-ic {
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 14px;
  display: grid; place-items: center; color: var(--crimson);
  background: linear-gradient(135deg, var(--cream), var(--cream-2)); border: 1px solid var(--gold-soft);
}
.feat h4 { font-size: 17px; margin-bottom: 8px; font-family: var(--sans); font-weight: 700; }
.feat p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }

/* ---------- DESTINATION GALLERY ---------- */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dest-grid--all { grid-template-columns: repeat(4, 1fr); }
.dest-card {
  position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 3/4;
  cursor: pointer; box-shadow: var(--sh-md); transition: transform .3s ease, box-shadow .3s;
  background: #2b2024;
}
.dest-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.dest-card .ph { position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform .6s ease; }
.dest-card .dest-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dest-card:hover .ph { transform: scale(1.08); }
.dest-card .scrim { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(43,16,26,.05) 30%, rgba(43,16,26,.85) 100%); }
.dest-card .meta { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 20px; color: #fff; }
.dest-card .meta .r { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light); font-weight: 700; }
.dest-card .meta h4 { font-size: 24px; color: #fff; margin-top: 4px; }
.dest-card .meta p { font-size: 12.5px; color: rgba(255,255,255,.78); margin-top: 6px; opacity: 0; max-height: 0; transition: opacity .3s, max-height .3s; }
.dest-card:hover .meta p { opacity: 1; max-height: 60px; }
.dest-go { position: absolute; top: 14px; right: 14px; z-index: 3; font-size: 12px; font-weight: 700;
  color: var(--crimson-deep); background: var(--gold-light); padding: 6px 12px; border-radius: 99px;
  opacity: 0; transform: translateY(-6px); transition: opacity .25s ease, transform .25s ease; }
.dest-card:hover .dest-go { opacity: 1; transform: none; }

/* big builder CTA band */
.cta-band { background: var(--crimson-dark); color: #fff; border-radius: var(--r-xl); padding: 60px; position: relative; overflow: hidden; }
.cta-band .pat { position: absolute; inset: 0; opacity: .1; background-image: var(--ottoman-pattern); background-size: 150px; }

/* trust / testimonial */
.quote-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--sh-sm); }
.quote-card .q { font-family: var(--serif); font-size: 19px; line-height: 1.5; color: var(--ink); }
.quote-card .who { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.quote-card .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg,var(--gold-light),var(--crimson)); display:grid; place-items:center; color:#fff; font-weight:700; font-family:var(--serif); }

/* ---------- FOOTER ---------- */
.footer { background: var(--crimson-deep); color: #fff; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-h { font-family: var(--sans); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; }
.footer-link { display: block; font-size: 14px; color: rgba(255,255,255,.66); padding: 6px 0; transition: color .2s, padding-left .2s; }
.footer-link:hover { color: var(--gold-light); padding-left: 5px; }
.footer-bottom { display: flex; align-items: center; gap: 16px; justify-content: center; margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; color: rgba(255,255,255,.5); }

/* ottoman pattern data-uri (subtle gold geometric) */
:root {
  --ottoman-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23E3CB8A' stroke-width='1'%3E%3Cpath d='M30 0l30 30-30 30L0 30z'/%3E%3Cpath d='M30 12l18 18-18 18-18-18z'/%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .feat-grid { grid-template-columns: repeat(3, 1fr); }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 10px; text-align: center; justify-items: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero .kicker { justify-content: center; }
  .hero h1, .hero-lead { max-width: 20ch; }
  .hero-lead { max-width: 56ch; }
  .hero-cta, .hero-stats { justify-content: center; }
  .hero-emblem { order: -1; margin-bottom: 10px; }
  .hero-emblem img { width: 170px; }
  .hero-emblem-ring { display: none; }
  .hero-glow { right: 50%; transform: translateX(50%); top: 30px; width: 360px; height: 360px; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-founder { display: none; }
  .section { padding: 64px 0; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { padding: 48px 0 72px; }
  .cta-band { padding: 36px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}
