:root {
  --green:#2e7d32;
  --green-dark:#1b5e20;
  --yellow:#f9c80e;
  --bg:#dfeeda;
  --bg-soft:#eaf3e5;
  --text:#1f2937;
  --muted:#5b6470;
  --card-shadow:0 12px 28px rgba(22, 70, 28, .12);
}
* { box-sizing:border-box; }
body {
  margin:0;
  font-family:"Manrope","Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(249,200,14,.12) 0, transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(46,125,50,.1) 0, transparent 34%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.18) 0 2px, rgba(255,255,255,0) 2px 14px),
    var(--bg);
  overflow-x:hidden;
}
.wrap { max-width:1100px; margin:0 auto; padding:0 16px; }
.top-bar { background:var(--green-dark); color:#fff; font-size:.9rem; }
.top-bar .wrap { display:flex; justify-content:space-between; padding:8px 16px; }
.top-bar a { color:#fff; text-decoration:none; }
.top-bar-right { display:flex; align-items:center; gap:10px; }
.social-inline { display:flex; align-items:center; gap:6px; }
.social-inline a {
  width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-size:.78rem;
  font-weight:800;
  background:rgba(255,255,255,.2);
  border:1px solid rgba(255,255,255,.35);
}
.social-inline a svg {
  width:14px;
  height:14px;
  display:block;
}
.site-header {
  background:rgba(255,255,255,.92);
  border-bottom:1px solid #e8e8e8;
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter:blur(8px);
  padding:0;
  margin:0;
}
.site-header .wrap.header-row {
  padding-top:0;
  padding-bottom:0;
}
.header-row {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 16px;
  margin:0;
  min-height:0;
  line-height:0;
}
.header-center {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px 24px;
  line-height:1.4;
}
.brand { color:var(--green-dark); font-weight:700; text-decoration:none; font-size:1.2rem; }
.brand-mark {
  display:block;
  line-height:0;
  text-decoration:none;
  color:inherit;
  flex:0 0 auto;
}
.brand-logo {
  display:block;
  width:180px;
  height:auto;
  max-width:100%;
  object-fit:contain;
  vertical-align:top;
  background:transparent;
  filter:drop-shadow(0 0 5px #fff);
}
.mobile-brand-mark {
  display:block;
  line-height:0;
  text-decoration:none;
  color:#fff;
}
.mobile-brand-mark .brand-logo {
  width:173px;
  height:auto;
  background:transparent;
  border-radius:0;
  padding:0;
  filter:drop-shadow(0 0 5px #fff);
}
.nav-toggle { position:absolute; opacity:0; pointer-events:none; }
.menu-toggle { display:none; align-items:center; gap:10px; cursor:pointer; color:#14532d; font-weight:700; line-height:1.2; padding:0; margin:0; }
.hamburger, .hamburger::before, .hamburger::after {
  display:block;
  width:24px;
  height:2px;
  background:#14532d;
  border-radius:2px;
  transition:transform .2s ease, opacity .2s ease;
  content:"";
}
.hamburger { position:relative; }
.hamburger::before { position:absolute; top:-7px; left:0; }
.hamburger::after { position:absolute; top:7px; left:0; }
.nav { display:flex; align-items:center; gap:16px; line-height:1.4; }
.nav > a, .nav-item > a { color:#374151; text-decoration:none; font-weight:600; }
.nav > a:hover, .nav-item > a:hover { color:var(--green-dark); }
.nav-item { position:relative; }
.mobile-nav-head,
.services-mobile-trigger,
.services-toggle { display:none; }
.mobile-nav-social { display:none; }
.mobile-nav-cta { display:none; }
.has-dropdown::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:14px; /* Ust menuden alt menuye geciste kopru alani */
}
.dropdown-menu {
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  min-width:560px;
  display:grid;
  grid-template-columns:repeat(2, minmax(210px, 1fr));
  gap:18px 42px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:16px;
  box-shadow:0 12px 32px rgba(0,0,0,.12);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .16s ease, visibility .16s ease;
}
.dropdown-menu a {
  margin:0;
  padding:8px 10px;
  border-radius:8px;
  color:#14532d;
  font-weight:600;
  line-height:1.35;
}
.dropdown-menu a:hover { background:#f3fbe9; }
.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
@media (min-width: 769px) {
  .site-header .wrap.header-row {
    max-width:none;
    width:100%;
  }
  .header-center {
    width:100%;
    justify-content:center;
  }
  .nav {
    justify-content:center;
    flex-wrap:wrap;
    gap:14px 18px;
  }
  .menu-toggle {
    display:none;
  }
}
.hero-slider { margin-bottom:26px; overflow:hidden; width:100%; }
.hero-swiper { width:100%; max-width:100%; min-width:0; overflow:hidden; }
.hero-swiper .swiper-wrapper { min-width:0; }
.slide { position:relative; width:100%; min-width:0; }
.slide img { width:100%; height:min(76vh,640px); object-fit:cover; display:block; }
.slide-content { position:absolute; inset:auto 0 0 0; padding:18px; background:linear-gradient(transparent, rgba(20, 42, 24, .68)); color:#fff; width:100%; }
.slide-content h2 { margin:0 0 6px; font-size:clamp(1rem,2vw,1.35rem); line-height:1.25; max-width:30ch; overflow-wrap:anywhere; }
.slide-content p { margin:0 0 10px; font-size:clamp(.84rem,1.5vw,.98rem); max-width:42ch; overflow-wrap:anywhere; line-height:1.4; }
.hero-swiper .swiper-pagination-bullet { background:#fff; opacity:.75; }
.hero-swiper .swiper-pagination-bullet-active { background:var(--yellow); opacity:1; }
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color:#fff;
  background:rgba(0,0,0,.24);
  width:42px;
  height:42px;
  border-radius:50%;
}
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after { font-size:16px; font-weight:800; }
.btn { display:inline-block; background:var(--yellow); color:#3f3000; padding:10px 14px; border-radius:10px; text-decoration:none; font-weight:800; box-shadow:0 8px 18px rgba(249,200,14,.32); }
.section { padding:18px 0; }
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:14px; }
.gallery-grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}
.gallery-card {
  background:rgba(255,255,255,.74);
  border:1px solid #d7e4d4;
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--card-shadow);
}
.gallery-card a {
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
}
.gallery-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.gallery-card:hover img {
  transform:scale(1.04);
}
.gallery-card h3 {
  margin:10px 12px 4px;
  color:var(--green-dark);
  font-size:1rem;
}
.gallery-card p {
  margin:0 12px 12px;
  color:var(--muted);
  font-size:.9rem;
}
.card {
  background:var(--bg-soft);
  border:1px solid #d8e4d2;
  border-radius:14px;
  padding:16px;
  box-shadow:var(--card-shadow);
}
.card h3 { margin:0 0 8px; color:var(--green-dark); }
.card p { color:var(--muted); }
.services-grid .card {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.services-grid .card::before {
  content:"";
  position:absolute;
  inset:-30% auto auto -20%;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(249,200,14,.22), transparent 66%);
  z-index:-1;
}
.service-icon {
  width:46px;
  height:46px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg, #f5ffe9, #fff8d9);
  border:1px solid #d7e9bf;
  margin-bottom:10px;
  font-size:1.28rem;
}
.services-grid .card p {
  text-align:center;
}
.services-grid .card .btn {
  margin-top:8px;
}
.service-layout {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  align-items:start;
}
.service-copy h2 { margin:16px 0 8px; }
.service-copy p { line-height:1.65; }
.service-copy {
  min-width:0;
}
.service-layout > .video-placeholder { grid-column:1 / -1; }
.image-placeholder,
.video-placeholder {
  border:2px dashed #b7d3b9;
  background:#f6fff2;
  border-radius:12px;
  color:#1f5130;
}
.image-placeholder {
  min-height:100%;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:700;
}
.service-media-image {
  width:100%;
  height:100%;
  max-height:320px;
  object-fit:cover;
  border-radius:10px;
}
.video-placeholder {
  margin-top:16px;
  min-height:190px;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:700;
}
.service-media-video {
  width:100%;
  min-height:220px;
  border:0;
  border-radius:10px;
}
.menu-page-head {
  margin-bottom:18px;
}
.menu-page-kicker {
  margin:0 0 8px;
  color:var(--green-dark);
  font-weight:800;
  font-size:.88rem;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.menu-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-bottom:16px;
}
.menu-card-head {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.menu-card-icon {
  width:42px;
  height:42px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg, #f9fbe7, #e8f5e9);
  font-size:1.25rem;
}
.menu-card h2 {
  margin:0;
  font-size:1.05rem;
}
.menu-list {
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
}
.menu-note {
  margin-top:4px;
}
.iftar-video-showcase {
  position:relative;
  overflow:hidden;
  padding:34px 0 28px;
  background:
    radial-gradient(circle at 18% 20%, rgba(249,200,14,.22) 0, transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(46,125,50,.24) 0, transparent 38%),
    linear-gradient(135deg, #0f2f18 0%, #174824 45%, #1b5e20 100%);
  color:#fff;
}
.iftar-video-glow {
  position:absolute;
  border-radius:999px;
  filter:blur(42px);
  opacity:.55;
  pointer-events:none;
}
.iftar-video-glow-a {
  width:280px;
  height:280px;
  top:-60px;
  left:-40px;
  background:rgba(249,200,14,.35);
  animation:iftarGlowDrift 8s ease-in-out infinite alternate;
}
.iftar-video-glow-b {
  width:320px;
  height:320px;
  right:-80px;
  bottom:-90px;
  background:rgba(129,199,132,.28);
  animation:iftarGlowDrift 10s ease-in-out infinite alternate-reverse;
}
.iftar-video-inner {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
  gap:24px;
  align-items:center;
}
.iftar-video-kicker {
  margin:0 0 8px;
  color:#f9c80e;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.iftar-video-copy h2 {
  margin:0 0 10px;
  font-size:clamp(1.5rem, 2.4vw, 2rem);
}
.iftar-video-copy p {
  margin:0;
  color:#e7f6e8;
  line-height:1.65;
}
.cinematic-video {
  position:relative;
}
.cinematic-video-frame {
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background:#07170c;
  box-shadow:
    0 24px 60px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.08),
    inset 0 1px 0 rgba(255,255,255,.12);
  transform:translateY(0);
  transition:transform .35s ease, box-shadow .35s ease;
}
.cinematic-video-frame:hover {
  transform:translateY(-4px);
  box-shadow:
    0 30px 70px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.12),
    inset 0 1px 0 rgba(255,255,255,.16);
}
.cinematic-video-player {
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  background:#07170c;
}
.cinematic-video-play {
  position:absolute;
  inset:0;
  margin:auto;
  width:84px;
  height:84px;
  border:0;
  border-radius:999px;
  background:rgba(15, 47, 24, .72);
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(8px);
  transition:transform .25s ease, opacity .25s ease, background .25s ease;
}
.cinematic-video-play:hover {
  transform:scale(1.05);
  background:rgba(27, 94, 32, .88);
}
.cinematic-video-play-ring {
  position:absolute;
  inset:-8px;
  border-radius:999px;
  border:2px solid rgba(249,200,14,.55);
  animation:videoPulse 2.2s ease-out infinite;
}
.cinematic-video-play-icon {
  width:0;
  height:0;
  margin-left:6px;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  border-left:22px solid #fff;
}
.cinematic-video-shine {
  position:absolute;
  inset:0;
  background:linear-gradient(115deg, transparent 35%, rgba(255,255,255,.16) 50%, transparent 65%);
  transform:translateX(-120%);
  animation:videoShine 5.5s ease-in-out infinite;
  pointer-events:none;
}
.cinematic-video.is-playing .cinematic-video-play,
.cinematic-video.is-playing .cinematic-video-shine {
  opacity:0;
  pointer-events:none;
}
.cinematic-video-caption {
  margin:12px 4px 0;
  color:#d7eed9;
  font-size:.92rem;
  text-align:center;
}
@keyframes iftarGlowDrift {
  from { transform:translate3d(0, 0, 0); }
  to { transform:translate3d(18px, 12px, 0); }
}
@keyframes videoPulse {
  0% { transform:scale(.92); opacity:.95; }
  70% { transform:scale(1.18); opacity:0; }
  100% { transform:scale(1.18); opacity:0; }
}
@keyframes videoShine {
  0%, 72% { transform:translateX(-120%); }
  100% { transform:translateX(120%); }
}
.site-footer { background:#0d3b16; color:#fff; padding:18px 0 28px; margin-top:26px; }
.footer-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr 1.25fr;
  gap:18px;
  align-items:start;
}
.footer-col h3 {
  margin:0 0 10px;
  font-size:1rem;
  color:#e6ffe8;
}
.footer-col p { margin:0 0 8px; color:#d8eed9; line-height:1.45; }
.footer-col a { color:#fff; text-decoration:none; }
.footer-menu {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:6px;
}
.footer-menu a { color:#d7f3d9; }
.footer-gallery {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:8px;
}
.footer-gallery a {
  display:block;
  min-height:66px;
  border-radius:8px;
  background:
    radial-gradient(circle at 30% 22%, rgba(249,200,14,.3) 0, transparent 36%),
    linear-gradient(145deg, #2f7c43, #1b5e20);
  border:1px solid rgba(255,255,255,.2);
  overflow:hidden;
}
.footer-gallery img {
  width:100%;
  height:66px;
  object-fit:cover;
  display:block;
}
.footer-link { color:#fff4be; font-weight:700; }
.footer-map-col { justify-self:end; width:100%; }
.footer-map {
  width:100%;
  min-height:170px;
  border:0;
  border-radius:10px;
  margin-top:6px;
}
.footer-main { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-top:14px; }
.footer-social a { background:rgba(255,255,255,.18); }
.footer-social a {
  width:36px;
  height:36px;
  font-size:1rem;
  color:#fff;
}
.footer-social a svg {
  width:18px;
  height:18px;
  display:block;
}
.footer-credit {
  margin-top:8px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.18);
  text-align:center;
}
.footer-credit a {
  color:#dff8e2;
  text-decoration:none;
  font-weight:700;
}
.mobile-bar {
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:55;
  gap:8px;
  padding:10px 10px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96);
  border-top:1px solid rgba(210,220,214,.95);
  box-shadow:0 -8px 24px rgba(11,44,19,.18);
  transform:translateZ(0);
}
.mobile-bar a {
  position:relative;
  overflow:hidden;
  flex:1;
  text-align:center;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg, #2f8f38, #1f6e2c);
  padding:14px 8px;
  border-radius:12px;
  font-weight:800;
  letter-spacing:.2px;
  box-shadow:0 10px 24px rgba(28,96,40,.35), inset 0 0 0 1px rgba(255,255,255,.16);
  animation:btnPulse 2.4s ease-in-out infinite;
}
.mobile-bar a::after {
  content:"";
  position:absolute;
  inset:-40% -60%;
  background:radial-gradient(circle, rgba(255,255,255,.45) 0, rgba(255,255,255,0) 58%);
  opacity:.45;
  pointer-events:none;
  animation:btnGlow 2.8s ease-in-out infinite;
}
.mobile-bar a:last-child {
  background:linear-gradient(135deg, #28e06f, #169f54);
  box-shadow:0 10px 24px rgba(19,133,72,.38), inset 0 0 0 1px rgba(255,255,255,.2);
  animation-duration:2.2s;
}
.admin-box { background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:16px; }
.admin-shell {
  max-width:1100px;
  margin:18px auto;
  background:#fff;
  border:1px solid #dde7d2;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(28, 74, 36, .12);
  overflow:hidden;
}
.admin-head {
  padding:18px 20px;
  background:linear-gradient(135deg, #0f5e2b, #2e7d32);
  color:#fff;
}
.admin-head h1 { margin:0; font-size:1.3rem; }
.admin-head p { margin:6px 0 0; opacity:.9; }
.admin-body { padding:18px 20px; }
.admin-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:14px;
}
.admin-actions .btn { margin:0; }
.admin-note-ok {
  border:1px solid #c3e7c7;
  background:#effdf1;
  color:#166534;
  border-radius:10px;
  padding:10px 12px;
  margin-bottom:12px;
  font-weight:700;
}
.admin-note-err {
  border:1px solid #fecaca;
  background:#fff1f2;
  color:#b91c1c;
  border-radius:10px;
  padding:10px 12px;
  margin-bottom:12px;
  font-weight:700;
}
table { width:100%; border-collapse:collapse; background:#fff; }
th, td { padding:10px; border-bottom:1px solid #ececec; text-align:left; }
.admin-table th {
  background:#f3f8ef;
  color:#1f5130;
  font-weight:800;
}
.media-table th,
.media-table td {
  vertical-align:top;
}
.media-preview-cell {
  width:130px;
}
.media-thumb {
  width:110px;
  height:82px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid #cfd8cf;
  background:#fff;
}
.media-thumb-empty {
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.78rem;
  color:#64748b;
  background:#f8fafc;
}
@keyframes btnPulse {
  0%, 100% { transform:translateY(0) scale(1); filter:saturate(1); }
  50% { transform:translateY(-1.5px) scale(1.035); filter:saturate(1.1); }
}
@keyframes btnGlow {
  0%, 100% { opacity:.34; transform:translateX(-10%) scale(1); }
  50% { opacity:.72; transform:translateX(10%) scale(1.08); }
}
input, textarea, select { width:100%; padding:10px; border:1px solid #d1d5db; border-radius:8px; margin-top:6px; margin-bottom:12px; font:inherit; }
label { font-weight:600; }
@media (max-width: 768px) {
  .top-bar { display:none; }
  body { padding-top:0; }
  .site-header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:60;
    background:rgba(255,255,255,.97);
    padding:0;
  }
  .site-header .wrap.header-row {
    padding-top:0;
    padding-bottom:0;
  }
  .header-row {
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:8px;
    padding:0 12px;
    margin:0;
  }
  .header-center {
    grid-column:2;
    justify-self:center;
    flex:0 1 auto;
    justify-content:center;
    gap:0;
  }
  .brand-mark { max-width:none; background:transparent; margin:0 auto; }
  .brand-logo { width:140px; height:auto; background:transparent; filter:drop-shadow(0 0 5px #fff); }
  .menu-toggle {
    grid-column:3;
    justify-self:end;
    display:flex;
    margin-left:0;
    padding:0;
  }
  .nav {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100dvh;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    padding:18px 16px 18px;
    background:
      radial-gradient(circle at 14% 8%, rgba(249,200,14,.16) 0, transparent 34%),
      repeating-linear-gradient(140deg, rgba(255,255,255,.09) 0 2px, rgba(255,255,255,0) 2px 14px),
      linear-gradient(145deg, #1d6b2b, #2e7d32 50%, #2f8742);
    transform:translateX(-102%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:transform .28s ease, opacity .28s ease, visibility .28s ease;
    z-index:58;
  }
  .nav-toggle:checked + .header-center .nav {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .nav-toggle:checked ~ .menu-toggle .hamburger { background:transparent; }
  .nav-toggle:checked ~ .menu-toggle .hamburger::before { transform:translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .menu-toggle .hamburger::after { transform:translateY(-7px) rotate(-45deg); }
  .mobile-nav-head {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#fff;
    font-size:1.05rem;
    margin-bottom:2px;
    min-height:48px;
  }
  .mobile-nav-brand {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
  }
  .mobile-nav-brand .mobile-brand-mark {
    margin:0 auto;
  }
  .mobile-nav-close {
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 11px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(17, 63, 29, .82);
    color:#fff;
    font-size:.88rem;
    font-weight:800;
    cursor:pointer;
    text-decoration:none;
  }
  .mobile-nav-logo {
    width:34px;
    height:34px;
    border-radius:0;
    object-fit:contain;
    border:0;
    background:transparent;
    filter:drop-shadow(0 0 5px #fff);
  }
  .nav > a, .services-mobile-trigger {
    display:block;
    width:100%;
    background:rgba(19, 74, 34, .75);
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
    text-decoration:none;
    padding:11px 12px;
    border-radius:10px;
    font-size:.95rem;
    font-weight:700;
  }
  .services-desktop-link { display:none; }
  .services-toggle { display:none; }
  .services-mobile-trigger { display:block; cursor:pointer; }
  .nav-item { width:100%; margin:0; }
  .dropdown-menu {
    position:static;
    min-width:unset;
    width:100%;
    margin-top:0;
    grid-template-columns:1fr;
    gap:8px;
    padding:10px;
    box-shadow:none;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    max-height:0;
    overflow:hidden;
    transition:max-height .24s ease, opacity .2s ease;
    background:rgba(16, 60, 28, .65);
    border-color:rgba(255,255,255,.2);
  }
  .services-toggle:checked + .services-mobile-trigger + .dropdown-menu {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    max-height:560px;
  }
  .dropdown-menu a {
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
  }
  .mobile-nav-social {
    display:flex;
    gap:16px;
    margin-top:14px;
    padding-top:8px;
    justify-content:center;
    width:100%;
  }
  .mobile-nav-cta {
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:auto;
  }
  .mobile-nav-cta a {
    display:block;
    width:100%;
    text-align:center;
    text-decoration:none;
    padding:12px 10px;
    border-radius:12px;
    font-weight:800;
    color:#fff;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(20, 79, 36, .86);
  }
  .mobile-nav-whatsapp {
    background:linear-gradient(135deg, #22c55e, #159947) !important;
  }
  .mobile-nav-social a {
    width:72px;
    height:72px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.34);
  }
  .mobile-nav-social a svg {
    width:32px;
    height:32px;
    display:block;
  }
  .slide img { height:58vh; }
  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next { display:none; }
  .slide-content { padding:12px; }
  .slide-content h2 { font-size:clamp(.8rem,3.8vw,.98rem); margin-bottom:4px; max-width:100%; white-space:normal; word-break:break-word; }
  .slide-content p { font-size:.74rem; margin-bottom:8px; max-width:100%; white-space:normal; word-break:break-word; line-height:1.32; }
  .slide-content .btn { padding:7px 9px; font-size:.78rem; }
  .service-layout { grid-template-columns:1fr; display:flex; flex-direction:column; }
  .wrap.section > article.card > h1 {
    text-align:center;
    margin-bottom:10px;
  }
  .service-layout { gap:10px; }
  .service-layout .image-placeholder { order:-1; }
  .service-layout .image-placeholder {
    margin-left:-16px;
    margin-right:-16px;
    margin-top:-4px;
    border-radius:0;
    padding:0;
  }
  .image-placeholder { min-height:180px; }
  .service-layout .image-placeholder .service-media-image {
    border-radius:0;
    max-height:none;
  }
  .video-placeholder { min-height:160px; }
  .menu-grid { grid-template-columns:1fr; }
  .iftar-video-inner { grid-template-columns:1fr; gap:18px; }
  .iftar-video-showcase { padding:24px 0 20px; }
  .cinematic-video-play { width:72px; height:72px; }
  .mobile-bar { display:flex; }
  .service-icon { width:40px; height:40px; font-size:1.1rem; }
  .gallery-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns:1fr; }
  .footer-map-col { justify-self:stretch; }
  .footer-col { text-align:center; }
  .footer-menu { justify-items:center; }
  .footer-gallery {
    max-width:340px;
    margin:0 auto;
  }
  .admin-shell { margin:10px 8px; border-radius:12px; }
  .admin-head { padding:14px; }
  .admin-body { padding:14px; }
  .media-table { display:block; overflow-x:auto; }
  .media-table th, .media-table td { min-width:180px; }
  .media-preview-cell { min-width:130px !important; }
  .footer-main { flex-direction:column; align-items:center; text-align:center; }
  .footer-social { justify-content:center; width:100%; }
  .footer-credit { text-align:center; }
}
@media (min-width: 1200px) {
  .dropdown-menu {
    min-width:680px;
    gap:22px 64px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-swiper * { transition:none !important; animation:none !important; }
  .mobile-bar a,
  .mobile-bar a::after { animation:none !important; }
}
