:root {
  --accent: #E6A57E;
  --accent-hover: #CF9270;
  --dark: #1f1f28;
  --light: #f9f9fb;
  --card: #fff;
  --muted: #6e6e80;
  --radius: 15px;
  --shadow: 0 16px 54px -10px rgba(31,31,40,0.11);
  --pulse: 0 0 16px 4px var(--accent-hover);
  font-family: 'Rubik', system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  color: var(--dark);
  background: #fff;
}

/* ===== ABOUT HERO – Simple, Clean, Professional (works with/without #about-page) ===== */

/* Section */
#about-page .about-hero,
.about-hero{
  background: linear-gradient(135deg, #1f1f28, #2f2f42);
  color: #ffffff;
  padding: clamp(72px, 10vw, 112px) 0 clamp(36px, 6vw, 56px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  min-height: auto;
  background-size: auto;      /* hentikan anim bg */
  animation: none;            /* matikan anim gradmove */
  overflow: visible;
  position: relative;
}

/* Container */
#about-page .about-hero .inner,
.about-hero .inner{
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 28px);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* Layout garis + teks */
#about-page .header-line,
.about-hero .header-line{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(14px, 2.6vw, 20px);
  align-items: start;
}

/* Garis aksen sederhana (tanpa glow/anim) */
#about-page .accent-square,
.about-hero .accent-square{
  width: 10px;
  height: clamp(44px, 9vw, 64px);
  border-radius: 6px;
  background: #E6A57E;
  margin: 0;              /* buang margin extra */
  box-shadow: none;       /* matikan glow */
  animation: none;        /* matikan pulseAccent */
  opacity: .95;
}

/* Teks */
#about-page .text-block,
.about-hero .text-block{ min-width: 0; }

/* Judul: tegas, tanpa animasi */
#about-page .hero-title,
.about-hero .hero-title{
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.08;
  font-size: clamp(1.9rem, 4.6vw, 2.6rem);
  text-wrap: balance;
  opacity: 1;        /* tampil langsung */
  animation: none;   /* matikan fadein */
}

/* Subjudul: nyaman dibaca */
#about-page .hero-subtitle,
.about-hero .hero-subtitle{
  margin: 0;
  max-width: 72ch;  /* batasi panjang baris agar rapi */
  line-height: 1.55;
  font-size: clamp(.98rem, 2.4vw, 1.06rem);
  color: rgba(255,255,255,0.86);
  font-weight: 400;
  opacity: 1;       /* tampil langsung */
  animation: none;  /* matikan slidein */
}

/* Highlight: tetap aksen, tanpa text-shadow */
#about-page .highlight,
.about-hero .highlight{
  color: #E6A57E;
  font-weight: 700;
  text-shadow: none;
}

/* Mobile: garis aksen jadi underline pendek */
@media (max-width: 640px){
  #about-page .header-line,
  .about-hero .header-line{
    grid-template-columns: 1fr;
    padding-top: 50px !important; /* tambahkan jarak dari atas */
    gap: 10px;
  }
  #about-page .accent-square,
  .about-hero .accent-square{
    width: 36px;
    height: 6px;
    border-radius: 4px;
  }
  /* Tambahan jarak ke atas khusus mobile */
  #about-page .about-hero,
  .about-hero{
    padding-top: clamp(90px, 14vw, 120px);
  }
}


/* Safe-area (notch) */
@supports (padding: max(0px)){
  #about-page .about-hero,
  .about-hero{
    padding-top: max(env(safe-area-inset-top), clamp(72px, 10vw, 112px));
    padding-left: max(env(safe-area-inset-left), 0px);
    padding-right: max(env(safe-area-inset-right), 0px);
  }
}


/* ===== INTRO – MINIMAL & PROFESSIONAL ===== */
.intro--minimal{
  background: linear-gradient(180deg,#ffffff 0%, #fff7ee 100%);
  border-top: 1px solid rgba(0,0,0,.04);
  padding: 48px 0 40px;
}
.intro-shell{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.intro-head{
  text-align: left;
  margin-bottom: 16px;
}
.intro-hl{
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 4.6vw, 2.2rem);
  line-height: 1.18;
  font-weight: 800;
  color: #1f1f28;
  letter-spacing: .01em;
}
.intro-kicker{
  margin: 0;
  max-width: 760px;
  color: #575b67;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Bullets */
.intro-bullets{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 18px;
}
.ib-card{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  box-shadow: 0 14px 46px -18px rgba(31,31,40,.10);
  padding: 16px 14px;
}
.ib-icon{
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: #fff6ea;
  color: #b97d45;
  font-size: 1.25rem;
}
.ib-body h3{
  margin: 0 0 6px;
  font-size: 1.06rem;
  font-weight: 800;
  color: #2a2a36;
}
.ib-body p{
  margin: 0;
  font-size: .98rem;
  line-height: 1.55;
  color: #6b6f78;
}

/* Metrics strip */
.intro-metrics{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 12px;
  box-shadow: 0 10px 36px -16px rgba(31,31,40,.10);
  padding: 12px;
}
.im-item{
  text-align: center;
  padding: 6px 4px;
}
.im-num{
  font-weight: 900;
  font-size: clamp(1.1rem, 3.6vw, 1.4rem);
  color: #b97d45;
  letter-spacing: .02em;
}
.im-label{
  font-size: .85rem;
  color: #82868f;
  margin-top: 2px;
}
.intro-footnote{
  margin: 6px 0 0;
  font-size: .8rem;
  color: #a7a9b1;
}

/* Mobile */
@media (max-width: 900px){
  .intro--minimal{ padding: 40px 0 32px; }
  .intro-bullets{ grid-template-columns: 1fr; gap: 12px; }
  .intro-metrics{ grid-template-columns: repeat(2,1fr); gap: 8px; }
}
@media (max-width: 360px){
  .intro-hl{ font-size: 1.4rem; }
  .im-label{ font-size: .8rem; }
}



/* ==== VISION & MISSION – CLEAN, NO HOVER ==== */

/* Section wrapper */
.vision-mission{
  padding: 56px 0;
  background: linear-gradient(180deg,#fcf9f4 0%,#fff 100%);
}

/* Grid container */
.vision-mission .inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;   /* 2 kolom di desktop */
  gap: 22px;
}

/* Card */
.vision-mission .box{
  position: relative;
  background: #fff;
  border: 1px solid rgba(31,31,40,.06);
  border-radius: 18px;
  box-shadow: 0 16px 54px -18px rgba(31,31,40,.10);
  padding: 24px 22px 22px 22px;
  overflow: hidden;

  /* matikan efek lama */
  transform: none !important;
  transition: none !important;
}

/* Accent bar kiri */
.vision-mission .box::before{
  content:"";
  position:absolute;
  left: 0; top: 16px; bottom: 16px;
  width: 6px;
  border-radius: 6px;
  background: #E6A57E; /* var(--accent) jika ada */
  opacity: .9;
}

/* Header dalam card */
.vm-header{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

/* Badge icon */
.vm-header .icon{
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: #fff5ea;
  color: #b97d45;
  font-size: 1.4rem;
  box-shadow: 0 4px 16px -8px rgba(230,165,126,.45);
  transform: none !important;
}

/* Judul */
.vision-mission h3{
  margin: 2px 0 6px;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .01em;
  color: #2a2a36;
}

/* Paragraf Visi / Misi */
.vision-mission .vm-header p{
  margin: 0;
  color: #63636f;
  font-size: 1.02rem;
  line-height: 1.6;
}

/* List nilai: checklist style */
.vision-mission ul{
  list-style: none;
  padding: 6px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vision-mission li{
  position: relative;
  padding-left: 38px;
  color: #676b78;
  font-size: 1.02rem;
  line-height: 1.5;
}
.vision-mission li::before{
  content: "✓";
  position: absolute;
  left: 0; top: 2px;
  width: 26px; height: 26px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: #fff3e2;
  color: #b97d45;
  font-weight: 800;
  box-shadow: 0 2px 8px -3px rgba(230,165,126,.35);
}

/* === Full-width untuk kartu ke-3 === */
/* Cara utama: pakai class box--full */
.vision-mission .box.box--full{ grid-column: 1 / -1; }

/* Fallback: kalau class belum ter-deploy, pakai nth-child */
.vision-mission .inner > .box:nth-child(3){ grid-column: 1 / -1; }

/* Responsif */
@media (max-width: 900px){
  .vision-mission .inner{
    grid-template-columns: 1fr;   /* 1 kolom di mobile */
    gap: 16px;
  }
  .vision-mission .box{
    padding: 18px 16px;
    border-radius: 14px;
  }
  .vision-mission .box::before{
    top: 12px; bottom: 12px;
  }
  .vm-header .icon{
    width: 42px; height: 42px; font-size: 1.25rem; border-radius: 10px;
  }
  .vision-mission h3{ font-size: 1.28rem; }
  .vision-mission li{
    padding-left: 34px; font-size: 1rem;
  }
  .vision-mission li::before{
    width: 22px; height: 22px; font-size: .95rem;
  }

  /* Di mobile, grid 1 kolom — hilangkan pemaksaan full-width */
  .vision-mission .box.box--full,
  .vision-mission .inner > .box:nth-child(3){
    grid-column: auto;
  }
}



/* ====== PATCH RAPIH CARD MAPS ====== */

/* ===== BRANCHES – CLEAN, RAPIH, GUTTER TERKONTROL ===== */
/* ===== BRANCHES CLEAN ===== */
.branches-clean{
  background: linear-gradient(180deg,#fff 0%, #fff7ee 100%);
  padding-block: clamp(36px, 6vw, 64px);
  border-top: 1px solid rgba(0,0,0,.04);
}

/* Kontainer dengan gutter adaptif (kanan–kiri) */
.branches-container{
  max-width: 1200px;                 /* lebar konten maksimum */
  margin-inline: auto;
  padding-inline: clamp(14px, 4vw, 42px); /* jarak ke tepi layar */
  box-sizing: border-box;
}

/* Heading section */
.branches-head{
  text-align: center;
  margin-bottom: clamp(16px, 3vw, 28px);
}
.branches-head .eyebrow{
  display:inline-block;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.78rem;
  color:#b97d45;
  background:#fff2e0;
  border:1px solid #f3d1ad;
  padding:6px 10px;
  border-radius:999px;
  margin:0 0 10px;
}
.branches-head .section-title{
  margin:6px 0 8px;
  font-size: clamp(1.6rem, 4.2vw, 2.2rem);
  font-weight: 800;
  color:#1f1f28;
  line-height: 1.15;
  text-wrap: balance;
}
.branches-head .section-sub{
  margin:0 auto;
  max-width: 740px;
  color:#5d606c;
  font-size:clamp(.92rem, 2.6vw, 1.02rem);
  line-height:1.6;
  padding-inline: clamp(0px, 2vw, 8px);
  text-wrap: pretty;
}

/* GRID – gap antar lokasi adaptif */
.branch-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(12px, 2.2vw, 22px);     /* jarak antar card */
  align-items: stretch;              /* semua card sama tinggi */
  margin-top: clamp(12px, 2vw, 18px);
}

/* CARD */
.branch-card{
  display:flex;
  flex-direction: column;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  box-shadow: 0 14px 46px -18px rgba(31,31,40,.10);
  overflow:hidden;
  height:100%;
}

/* Body card: ruang dalam nyaman */
.branch-card__body{
  padding: clamp(12px, 2vw, 16px) clamp(12px, 2vw, 16px) clamp(8px, 1.6vw, 12px);
}

/* HEAD di dalam card */
.branch-card__head{
  display:grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(10px, 1.6vw, 14px);
  align-items: start;
}

.city-badge{
  width:42px; height:42px;
  display:grid; place-items:center;
  border-radius:10px;
  background:#fff6ea;
  color:#b97d45;
  font-size:1.05rem;
  font-weight:800;
  box-shadow:0 4px 14px -8px rgba(230,165,126,.45);
}

.head-texts{ min-width: 0; }
.city{
  margin:0 0 4px;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  font-weight:800;
  color:#2a2a36;
  line-height:1.15;
}
.address{
  margin:0;
  font-size:.95rem;
  color:#6f6f7b;
  line-height:1.45;
}
.hours{
  margin:4px 0 0;
  font-size:.93rem;
  color:#a7865a;
  font-weight:600;
}

/* CTA */
.btn-wa{
  align-self:start;
  background:#25D366;
  color:#fff;
  font-weight:700;
  border:none;
  border-radius:10px;
  padding:10px 14px;
  font-size:.92rem;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  box-shadow:0 4px 18px -8px #23d36666;
  transition: filter .18s;
  white-space: nowrap;
}
.btn-wa:hover{ filter:brightness(1.05); }

/* MAP: tinggi stabil + rapi dengan card */
.map-embed{
  margin-top: clamp(10px, 1.6vw, 14px);
  border-top: 1px solid rgba(0,0,0,.04);
  background:#f6f7fb;
  border-radius: 0 0 16px 16px;
  overflow:hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.map-embed iframe{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 16 / 9;              /* kunci proporsi biar stabil */
  border:0;
}

/* ===== BREAKPOINTS: atur gutter & kolom ===== */
@media (max-width: 1100px){
  .branches-container{ padding-inline: clamp(14px, 5vw, 32px); }
  .branch-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 720px){
  .branches-container{ padding-inline: clamp(12px, 6vw, 24px); }
  .branch-grid{ grid-template-columns: 1fr; gap: clamp(10px, 3.6vw, 16px); }
  .branch-card__body{ padding: clamp(12px, 3.4vw, 14px); }
  .branch-card__head{ grid-template-columns: auto 1fr; row-gap: 8px; }
  .btn-wa{ grid-column: 1 / -1; justify-self: start; }
  .map-embed{ margin-top: clamp(8px, 2.8vw, 12px); }
  .map-embed iframe{ aspect-ratio: 16 / 10; } /* sedikit lebih tinggi di mobile */
}

@media (max-width: 360px){
  .city{ font-size:1rem; }
  .address{ font-size:.92rem; }
}



/* ==== GALLERY ==== */
.gallery {
  padding: 58px 0 75px;
  background: linear-gradient(135deg,#f9f9fb 80%,#e6a57e09 100%);
}
.gallery-grid {
  column-count: 3;
  column-gap: 14px;
  width: 100%;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
  background: #fff8f3;
  box-shadow: 0 12px 54px -18px #e6a57e13;
  opacity: 0;
  transform: translateY(10px);
  transition: transform .4s cubic-bezier(.55,.25,.18,1), box-shadow .4s, opacity .7s;
}
.gallery-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 18px;
  transition: transform .38s cubic-bezier(.46,.16,.26,1), filter .55s;
  filter: brightness(0.97) saturate(1.03);
}
.gallery-item:hover img {
  transform: scale(1.08) rotate(-1.5deg);
  filter: brightness(1.06) saturate(1.16);
}
.gallery-item::after {
  content: "Lihat Detail";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  margin: auto;
  background: rgba(230, 165, 126, 0.89);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 14px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s;
  width: max-content;
  min-width: 100px;
  max-width: 90%;
  z-index: 3;
}
.gallery-item:hover::after {
  opacity: 1;
}
/* LIGHTBOX */
#lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  background: rgba(31,31,40,0.88);
  backdrop-filter: blur(3.5px) saturate(1.2);
  transition: background .32s;
  padding: 20px;
}
#lightbox.open { display: flex; }
#lightbox .lb-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#lightbox img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 60px 140px -20px #e6a57e77;
}
.lb-caption {
  color: #fff;
  font-size: .97rem;
  text-align: center;
  max-width: 96%;
}
.lb-nav {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.lb-nav button {
  background: rgba(255,255,255,0.18);
  border: none;
  color: #fff;
  font-size: 1.19rem;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .21s;
}
.lb-nav button:hover {
  background: var(--accent-hover);
  color: #fff;
}
.lb-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #fff;
  border: none;
  font-size: 1.38rem;
  padding: 7px 13px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 12px 45px -8px rgba(0,0,0,0.12);
  color: var(--dark);
}
/* ==== RESPONSIVE ==== */
@media (max-width: 1200px) {
  .gallery-grid { column-count: 2; }
  #about-page .branch-list,
  #about-page .branch-list-modern {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }
}
@media (max-width: 950px) {
  #about-page .vision-mission { flex-direction: column; gap: 22px; padding: 33px 0;}
  #about-page .vision-mission .box { width: 100%; padding: 20px 12px; min-height: auto;}
  .gallery-grid { column-count: 1; }
  #about-page .branch-list,
  #about-page .branch-list-modern {
    grid-template-columns: 1fr;
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  #about-page .about-hero { padding: 60px 12px 32px; }
  #about-page .hero-title, #about-page .hero-subtitle { font-size: 1.08rem; }
  #about-page .about-details { padding: 22px 0 8px;}
  .gallery { padding: 24px 0 30px;}
  #about-page .branch-card {
    padding: 15px 6px;
  }
}
@media (max-width: 540px) {
  #about-page .about-hero { padding: 44px 2vw 20px;}
  .gallery-grid { column-count: 1; }
  .gallery-item img { border-radius: 13px;}
  #about-page .section-title { font-size: 1.4rem;}
  #about-page .branch-list,
  #about-page .branch-list-modern {
    padding: 0 2px;
  }
  #about-page .branch-card {
    padding: 8px 2vw;
  }
  #about-page .contact-btn-modern {
    font-size: 0.97rem;
    padding: 7px 11px;
  }
  #about-page .city-group {
    font-size: 1rem;
  }
}
.about-details.split-panel {
  background: linear-gradient(90deg, #fffbe7 0 35%, #fff 35% 100%);
  padding: 72px 0 54px 0;
  width: 100vw;
  box-sizing: border-box;
}
.about-panel-container {
  display: flex;
  flex-direction: row;
  max-width: 1250px;
  margin: 0 auto;
  border-radius: 22px;
  box-shadow: 0 16px 56px -15px #bfa97b29;
  overflow: visible;
  background: none;
  padding: 0 28px;
  gap: 0;
}
.about-panel-sidebar {
  background: linear-gradient(135deg, #e6a57e 70%, #fffde7 100%);
  min-width: 250px;
  max-width: 320px;
  padding: 52px 32px 38px 32px;
  border-radius: 22px 0 0 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 8px 32px -14px #e6a57e4b;
  position: relative;
  z-index: 2;
}
.icon-big {
  font-size: 2.7em;
  margin-bottom: 14px;
  color: #b97d45;
  text-shadow: 0 4px 24px #e6a57e99;
  filter: drop-shadow(0 2px 12px #e6a57e55);
}
.sidebar-title {
  font-size: 1.45rem;
  color: #35302c;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 8px 0;
  letter-spacing: .01em;
}
.sidebar-title span {
  color: #fff;
  background: #e6a57e;
  border-radius: 8px;
  padding: 1px 6px 1px 7px;
  font-weight: 900;
}
.sidebar-sub {
  font-size: 1.06rem;
  color: #a7865a;
  margin-top: 16px;
  font-weight: 500;
}
.about-panel-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 42px 46px 38px 42px;
  background: #fff;
  border-radius: 0 22px 22px 0;
  min-width: 0;
}
.about-panel-card {
  background: #fffbe7;
  border-radius: 13px;
  padding: 20px 32px 17px 25px;
  margin-bottom: 0;
  box-shadow: 0 7px 22px -7px #e6a57e15;
  transition: box-shadow .18s;
}
.about-panel-card:hover {
  box-shadow: 0 18px 38px -12px #e6a57e30;
}
.about-panel-card h4 {
  margin: 0 0 6px 0;
  color: #b97d45;
  font-size: 1.10rem;
  font-weight: 800;
  letter-spacing: .01em;
}
.about-panel-card p {
  font-size: 1.04rem;
  color: #3b372b;
  line-height: 1.67;
  margin: 0;
}
.about-panel-card .highlight {
  color: #e6a57e;
  background: #fff2db;
  font-weight: 700;
  border-radius: 7px;
  padding: 2px 8px;
}
@media (max-width: 1150px) {
  .about-panel-container { padding: 0 2vw;}
  .about-panel-main { padding: 32px 15px 18px 15px; }
  .about-panel-sidebar { padding: 36px 17px 22px 17px; }
}
@media (max-width: 900px) {
  .about-panel-container {
    flex-direction: column;
    box-shadow: 0 6px 20px -10px #e6a57e33;
    border-radius: 17px;
    padding: 0;
    gap: 0;
  }
  .about-panel-sidebar {
    border-radius: 17px 17px 0 0;
    max-width: none;
    width: 100%;
    padding: 32px 12vw 18px 7vw;
    box-shadow: 0 4px 20px -8px #e6a57e22;
  }
  .about-panel-main {
    border-radius: 0 0 17px 17px;
    padding: 18px 5vw 15px 7vw;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .about-panel-container { padding: 0; }
  .about-panel-sidebar {
    padding: 20px 14px 10px 14px;
    font-size: 0.97rem;
  }
  .about-panel-main {
    padding: 12px 6px 6px 8px;
  }
  .about-panel-card { padding: 14px 10px 11px 9px;}
}

.gallery-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 36px 0;
  background: #f9f9fb;
  box-sizing: border-box;
  border-radius: 22px;
}
.gallery-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 32px;
  animation: marquee-scroll 30s linear infinite;
  width: max-content;
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-item {
  flex: 0 0 20vw;
  max-width: 330px;
  min-width: 200px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--radius-img) !important;
  background: #fff8f3;
  box-shadow: 0 6px 22px -10px #e6a57e22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-img) !important;
  display: block;
  background: transparent;
  box-shadow: none;
  transition: transform .3s;
}
.marquee-item img:hover {
  transform: scale(1.07);
}

/* Responsive */
@media (max-width: 1200px) {
  .marquee-item {
    flex-basis: 25vw;
    max-width: 220px;
  }
}
@media (max-width: 900px) {
  .gallery-marquee-wrapper {
    padding: 18px 0;
  }
  .marquee-track {
    gap: 18px;
  }
  .marquee-item {
    flex-basis: 35vw;
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .gallery-marquee-wrapper {
    padding: 10px 0;
    border-radius: 14px;
  }
  .marquee-item {
    flex-basis: 50vw;
    max-width: 110px;
  }
  .image-wrapper {
    border-radius: 12px !important;
  }
  .marquee-item img {
    border-radius: 12px !important;
  }
}