:root {
  --bg: #060606;
  --bg-soft: #0f0f10;
  --panel: rgba(255, 255, 255, 0.04);
  --text: #f5f1e8;
  --muted: #b9ad97;
  --line: rgba(234, 194, 119, 0.18);
  --gold: #d3aa63;
  --gold-strong: #f0c77e;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --container: min(1200px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(211, 170, 99, 0.10), transparent 26%),
    linear-gradient(180deg, #080808 0%, #050505 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.page-wrap { min-height: 100vh; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  background: rgba(7, 7, 7, 0.82);
}
.nav-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand img { width: 54px; height: 54px; }
.brand strong,
.section-copy h2,
.section-head h2,
.hero-copy h1,
.hero-card h2,
.showcase-copy h2,
.cta-box h2,
.page-hero h1,
.page-copy h2,
.timeline-card h3,
.contact-card h3 {
  font-family: "Marcellus", Georgia, serif;
  letter-spacing: 0.01em;
}
.brand span { display: grid; gap: 2px; }
.brand strong { font-size: 1.55rem; }
.brand small { color: var(--muted); font-size: 0.84rem; }

.site-nav { display: flex; gap: 26px; font-weight: 600; }
.site-nav a { color: #ddd4c5; position: relative; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.site-nav a:hover::after,
body[data-page="home"] .site-nav a[href="index.html"]::after,
body[data-page="about"] .site-nav a[href="hakkimizda.html"]::after,
body[data-page="packages"] .site-nav a[href="paketler.html"]::after,
body[data-page="guide"] .site-nav a[href="rehber.html"]::after,
body[data-page="faq"] .site-nav a[href="sss.html"]::after,
body[data-page="blog"] .site-nav a[href="yazilar.html"]::after,
body[data-page="contact"] .site-nav a[href="iletisim.html"]::after { transform: scaleX(1); }

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.nav-cta {
  border: 1px solid rgba(211, 170, 99, 0.28);
  background: rgba(255, 255, 255, 0.04);
}
.button:hover, .nav-cta:hover { transform: translateY(-2px); }
.button.gold {
  color: #0a0a0a;
  background: linear-gradient(135deg, #f0c77f, #bd8e44);
  box-shadow: 0 18px 45px rgba(208, 156, 77, 0.18);
}
.button.dark {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.button.full { width: 100%; }

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}
.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: white;
}

.hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-home {
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.hero-media, .page-hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
.hero::after, .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.18), rgba(8, 8, 8, 0.84));
  z-index: -1;
}

.hero-grid,
.intro-grid,
.split-showcase,
.page-section-grid,
.contact-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}
.page-copy { max-width: 720px; }

.kicker, .section-label, .chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
}

.hero-copy h1, .page-hero h1 {
  margin: 20px 0 0;
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 1.06;
}
.hero-copy h1 span, .page-hero h1 span { display: block; }

.hero-copy p,
.hero-card .lead,
.section-copy p,
.showcase-copy p,
.package-card p,
.testimonial-card p,
.section-note,
.page-copy p,
.contact-card p,
.timeline-card p,
.footer-list,
.site-footer p,
.form-note { color: var(--muted); line-height: 1.85; }

.hero-copy p { font-size: 1.05rem; max-width: 62ch; }
.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-stats,
.three-grid,
.feature-grid,
.logo-wall,
.contact-details,
.timeline-grid { display: grid; gap: 18px; }

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}
.hero-stats article,
.surface-card,
.trust-card,
.timeline-card,
.contact-card,
.form-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.hero-stats article {
  padding: 22px;
  border-radius: var(--radius-lg);
}
.hero-stats strong {
  display: block;
  font-size: 1.4rem;
  color: var(--gold-strong);
  margin-bottom: 8px;
}
.surface-card,
.trust-card,
.timeline-card,
.contact-card,
.form-shell {
  padding: 24px;
  border-radius: var(--radius-xl);
}

.hero-card h2,
.page-copy h2,
.section-copy h2,
.section-head h2,
.showcase-copy h2,
.cta-box h2 {
  margin: 16px 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.clean-list { list-style: none; padding: 0; margin: 0; }
.clean-list li {
  position: relative;
  padding-left: 20px;
  margin: 12px 0;
}
.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd58b, #c08e42);
}

.card-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 24px 0;
}
.card-line strong {
  font-size: 2rem;
  color: var(--gold-strong);
}

.section { padding: 88px 0; }
.section-label { margin-bottom: 14px; }

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.align-between { align-items: start; }
.section-note { max-width: 420px; }

.feature-grid,
.three-grid,
.logo-wall,
.timeline-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.dark-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.00)),
    #0a0a0a;
}

.showcase-media img,
.page-media img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.package-card h3,
.timeline-card h3,
.contact-card h3,
.site-footer h3 { font-size: 1.3rem; margin: 14px 0 10px; }
.text-link { color: var(--gold-strong); font-weight: 700; }
.faq-stack {
  display: grid;
  gap: 16px;
}
.faq-item {
  padding: 22px 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.85;
}
.faq-stack {
  display: grid;
  gap: 16px;
}
.faq-item {
  padding: 22px 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.85;
}

.trust-card {
  display: flex;
  align-items: start;
  gap: 18px;
}
.trust-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.4rem;
  background: linear-gradient(135deg, #f0c77f, #ab7637);
  color: #111;
}
.testimonial-card strong,
.trust-card strong { display: block; }
.testimonial-card span { color: var(--gold-strong); font-size: 0.92rem; }

.cta-section { padding-top: 24px; }
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at right top, rgba(211, 170, 99, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.page-hero { padding: 140px 0 84px; }
.page-copy { padding: 48px 0; }
.metric-list { display: grid; gap: 16px; }
.metric-list article {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.metric-list strong {
  display: block;
  color: var(--gold-strong);
  font-size: 1.35rem;
  margin-bottom: 6px;
}
.timeline-card span,
.contact-card span {
  color: var(--gold-strong);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-grid, .page-section-grid { align-items: start; }
.contact-details { grid-template-columns: 1fr; }
.admin-login-card {
  margin-bottom: 24px;
}
.admin-login-form {
  display: grid;
  gap: 14px;
  max-width: 100%;
}
.admin-password-shell {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}
.admin-password-label {
  display: block;
  margin-bottom: 10px;
  color: #f3e7cf;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.admin-password-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.admin-password-row input {
  min-height: 54px;
  padding-inline: 18px;
  border-radius: 16px;
  border: 1px solid rgba(211, 170, 99, 0.16);
  background: rgba(9, 9, 9, 0.64);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.admin-password-row input::placeholder {
  color: #9f927d;
}
.admin-password-row input:focus {
  border-color: rgba(211, 170, 99, 0.55);
  box-shadow:
    0 0 0 4px rgba(211, 170, 99, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.admin-password-row .button {
  min-width: 140px;
}
.admin-login-note {
  margin-top: 12px;
  margin-bottom: 0;
}
.admin-stage {
  padding-top: 54px;
}
.admin-stage-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}
.admin-brief h1 {
  margin: 14px 0 14px;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.06;
}
.admin-brief p,
.admin-list-head p,
.admin-mini-card small {
  color: var(--muted);
  line-height: 1.85;
}
.admin-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.admin-mini-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.admin-mini-card strong {
  display: block;
  margin-top: 10px;
  color: var(--gold-strong);
}
.admin-side {
  display: grid;
  gap: 18px;
}
.admin-status-card h2,
.admin-login-card h3,
.admin-list-head h2 {
  margin: 14px 0 10px;
  font-family: "Marcellus", Georgia, serif;
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.admin-list-section {
  padding-top: 12px;
}
.admin-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.admin-list-head p {
  max-width: 420px;
  margin: 0;
}
.admin-records .surface-card {
  position: relative;
  overflow: hidden;
}
.admin-records .surface-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #f0c77f, #8f622b);
}

.form-shell label {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 700;
}
.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-shell input,
.form-shell textarea,
.form-shell select {
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  outline: none;
}
.form-shell select {
  appearance: none;
  padding-right: 52px;
  background-image:
    linear-gradient(45deg, transparent 50%, #d3aa63 50%),
    linear-gradient(135deg, #d3aa63 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  background-position:
    calc(100% - 22px) calc(50% - 4px),
    calc(100% - 16px) calc(50% - 4px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}
.form-shell select option {
  background: #121212;
  color: #f5f1e8;
}
.form-shell input:focus,
.form-shell textarea:focus,
.form-shell select:focus {
  border-color: rgba(211, 170, 99, 0.55);
  box-shadow: 0 0 0 4px rgba(211, 170, 99, 0.12);
}

.site-footer {
  padding: 36px 0 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}
.footer-brand { margin-bottom: 16px; }
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.hero-premium {
  min-height: 100vh;
  padding: 40px 0 36px;
}
.hero-grid-premium {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.74fr);
  gap: 34px;
}
.hero-video-poster,
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
}
.hero-video-poster {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.72)),
    url("https://images.pexels.com/photos/35446836/pexels-photo-35446836.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.25) 0 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px);
  background-size: 120px 120px, 160px 160px, 180px 180px;
}
.hero-beam {
  position: absolute;
  top: -10%;
  bottom: -10%;
  width: 32%;
  filter: blur(12px);
  opacity: 0.34;
  pointer-events: none;
}
.hero-beam-left {
  left: -6%;
  background: linear-gradient(180deg, rgba(240, 199, 126, 0.26), rgba(240, 199, 126, 0));
  transform: rotate(12deg);
}
.hero-beam-right {
  right: -8%;
  background: linear-gradient(180deg, rgba(211, 170, 99, 0.18), rgba(211, 170, 99, 0));
  transform: rotate(-14deg);
}
.premium-parallax {
  will-change: transform;
}
.headline-lined {
  position: relative;
}
.headline-lined::after {
  content: "";
  display: block;
  width: min(220px, 42%);
  height: 2px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 199, 126, 0), rgba(240, 199, 126, 0.95), rgba(240, 199, 126, 0));
  box-shadow: 0 0 20px rgba(240, 199, 126, 0.22);
  animation: lineGlow 4.8s ease-in-out infinite;
}
.hero-stats-premium {
  gap: 16px;
}
.counter-card {
  position: relative;
  overflow: hidden;
}
.counter-card::before,
.luxe-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.11) 48%, transparent 68%);
  transform: translateX(-140%);
  transition: transform 0.9s ease;
  pointer-events: none;
}
.counter-card:hover::before,
.luxe-card:hover::before {
  transform: translateX(140%);
}
.luxe-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(234, 194, 119, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at top right, rgba(211, 170, 99, 0.1), transparent 36%);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.luxe-card:hover {
  transform: translateY(-7px);
  border-color: rgba(240, 199, 126, 0.3);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    0 12px 36px rgba(211, 170, 99, 0.12);
}
.hero-booking-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.78)),
    radial-gradient(circle at top, rgba(211, 170, 99, 0.14), transparent 42%);
}
.icon-card {
  display: grid;
  gap: 14px;
}
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: var(--gold-strong);
  background: linear-gradient(180deg, rgba(240, 199, 126, 0.12), rgba(240, 199, 126, 0.04));
  border: 1px solid rgba(240, 199, 126, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.icon-badge svg {
  width: 24px;
  height: 24px;
}
.featured-premium {
  border-color: rgba(240, 199, 126, 0.28);
  transform: translateY(-12px);
}
.featured-premium::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 199, 126, 0.85), transparent);
}
.package-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.brochure-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
}
.brochure-copy p {
  max-width: 62ch;
}
.brochure-actions {
  display: grid;
  gap: 12px;
  min-width: 240px;
}
.testimonial-slider-shell {
  position: relative;
}
.testimonial-slider-nav {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-bottom: 18px;
}
.slider-button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(240, 199, 126, 0.18);
  border-radius: 50%;
  color: var(--gold-strong);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
.testimonial-slider-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  transition: transform 0.4s ease;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery-card {
  position: relative;
  min-height: 340px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  cursor: pointer;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}
.gallery-card:hover img {
  transform: scale(1.06);
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.8));
}
.gallery-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 8px;
}
.gallery-copy strong {
  font-size: 1.18rem;
  font-family: "Marcellus", Georgia, serif;
}
.gallery-copy span {
  color: rgba(245, 241, 232, 0.76);
}
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 2, 2, 0.88);
}
.gallery-modal.open {
  display: flex;
}
.gallery-modal img {
  width: min(100%, 980px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 24px;
  border: 1px solid rgba(240, 199, 126, 0.14);
}
.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--text);
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
.map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}
.map-shell {
  position: relative;
  overflow: hidden;
  padding: 12px;
}
.map-shell iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 24px;
  filter: grayscale(1) contrast(1.08) brightness(0.78) sepia(0.12);
}
.map-facts {
  display: grid;
  gap: 18px;
}
.footer-premium {
  position: relative;
  overflow: hidden;
  padding-top: 52px;
  background:
    radial-gradient(circle at top left, rgba(211, 170, 99, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
}
.footer-grid-rich {
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  align-items: start;
}
.footer-manifest {
  max-width: 32ch;
}
.footer-mini-contact {
  display: grid;
  gap: 12px;
}
.footer-mini-contact a,
.footer-mini-contact span {
  color: var(--muted);
}
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 38;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 999px;
  color: #07150e;
  font-weight: 800;
  background: linear-gradient(135deg, #35d166, #0f9d49);
  box-shadow: 0 16px 42px rgba(16, 119, 55, 0.35);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(16, 119, 55, 0.42);
}
.whatsapp-float svg {
  width: 22px;
  height: 22px;
}
.mobile-action-bar {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 36;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(240, 199, 126, 0.16);
  border-radius: 22px;
  backdrop-filter: blur(14px);
  background: rgba(6, 6, 6, 0.88);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}
.mobile-action-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 16px;
  color: var(--text);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
}

@keyframes lineGlow {
  0%, 100% { opacity: 0.72; transform: scaleX(0.94); }
  50% { opacity: 1; transform: scaleX(1); }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero-grid,
  .intro-grid,
  .split-showcase,
  .page-section-grid,
  .contact-grid,
  .page-hero-grid,
  .admin-stage-grid,
  .footer-grid,
  .footer-grid-rich,
  .gallery-grid,
  .testimonial-slider-track,
  .brochure-shell,
  .map-grid,
  .cta-box { grid-template-columns: 1fr; }
  .feature-grid,
  .three-grid,
  .admin-overview,
  .logo-wall,
  .timeline-grid { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .menu-button { display: inline-block; }
  .site-nav {
    position: fixed;
    top: 86px;
    left: 16px;
    right: 16px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 12, 12, 0.96);
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: 0.25s ease;
  }
  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-cta { display: none; }
  .hero-stats,
  .field-row { grid-template-columns: 1fr; }
  .featured-premium {
    transform: translateY(0);
  }
  .admin-password-row {
    grid-template-columns: 1fr;
  }
  .admin-password-row .button {
    width: 100%;
  }
  .admin-list-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header { position: static; }
  .nav-shell { min-height: 76px; }
  .hero-home {
    min-height: auto;
    padding: 80px 0 48px;
  }
  .section { padding: 68px 0; }
  .surface-card,
  .trust-card,
  .timeline-card,
  .contact-card,
  .form-shell,
  .cta-box { padding: 22px; }
  .hero-grain,
  .hero-beam {
    display: none;
  }
  .whatsapp-float {
    right: 12px;
    bottom: 86px;
    min-height: 54px;
    padding: 0 16px;
  }
  .mobile-action-bar {
    display: grid;
  }
  .showcase-media img,
  .page-media img { min-height: 360px; }
}
