/* Shop + Layanan public pages (Fase 4 + Wave 2 UI) */

/* ——— Layanan list ——— */
.ly { max-width: 80rem; margin: 0 auto; }
.ly-hero {
  width: 100%;
  text-align: center;
  padding: 4rem 1.25rem 3rem;
  background: linear-gradient(180deg, #f9f5f0 0%, #faf8f5 60%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.ly-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08), transparent 60%);
  pointer-events: none;
}
.ly-hero__inner {
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
}
.ly-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #5c3d2e;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.ly-hero p {
  color: #57534e;
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.65;
  font-size: 1.05rem;
}
.ly-grid-wrap { padding: 1.5rem 1.25rem 4rem; }
.ly-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .ly-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .ly-grid { grid-template-columns: 1fr 1fr 1fr; } }
.ly-card {
  display: block;
  background: #fff;
  border: 1px solid #f5f5f4;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px -8px rgba(0,0,0,0.08);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.25s, transform 0.25s;
}
.ly-card:hover {
  box-shadow: 0 16px 40px -12px rgba(92, 61, 46, 0.16);
  transform: translateY(-3px);
}
.ly-card[hidden] { display: none !important; }
.ly-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5f5f4;
}
.ly-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.ly-card:hover .ly-card__media img { transform: scale(1.05); }
.ly-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  z-index: 2;
}
.ly-badge--wisuda { background: #eff6ff; color: #1d4ed8; }
.ly-badge--prewedding { background: #fdf2f8; color: #be185d; }
.ly-badge--wedding { background: #fffbeb; color: #b45309; }
.ly-badge--lainnya { background: #ecfdf5; color: #047857; }
.ly-card__body { padding: 1.15rem 1.25rem 1.35rem; }
.ly-card__title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c1917;
  margin: 0 0 0.5rem;
}
.ly-card__desc {
  font-size: 0.875rem;
  color: #78716c;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.ly-card__cta {
  font-size: 0.75rem;
  font-weight: 500;
  color: #5c3d2e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display:inline-flex;
  align-items:center;
  gap:0.35rem;
}
.ly-more { display: flex; justify-content: center; margin-top: 2.5rem; }
.ly-btn, .sh-btn, .lyd-btn, .sd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ly-btn, .sh-btn { background: #5c3d2e; color: #fff; }
.ly-btn:hover, .sh-btn:hover { background: #472f23; transform: translateY(-1px); }

/* ——— Layanan detail ——— */
.lyd { max-width: 72rem; margin: 0 auto; padding: 1.5rem 1.25rem 4rem; }
.lyd-crumb { font-size: 0.8rem; font-weight: 600; color: #78716c; margin-bottom: 1.25rem; }
.lyd-crumb a { color: #5c3d2e; text-decoration: none; }
.lyd-hero {
  display: grid;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 900px) {
  .lyd-hero { grid-template-columns: 1.15fr 1fr; align-items: center; gap: 2.5rem; }
}
.lyd-hero__media {
  aspect-ratio: 16/10;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #f5f5f4;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.2);
}
.lyd-hero__media { position:relative; }
.lyd-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lyd-hero__glow { position:absolute; inset:0; pointer-events:none; background: radial-gradient(ellipse 60% 60% at 80% 80%, rgba(203,163,40,0.12) 0%, transparent 65%); }
.lyd-cat { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #b45309; }
.lyd-hero__body h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: #5c3d2e;
  margin: 0.5rem 0 0.85rem;
  line-height: 1.2;
}
.lyd-hero__body p { color: #57534e; line-height: 1.65; margin: 0 0 1.25rem; }
.lyd-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.lyd-btn--primary { background: #5c3d2e; color: #fff; }
.lyd-btn--primary:hover { background: #472f23; }
.lyd-btn--ghost { background: transparent; color: #5c3d2e; border: 1px solid #e7e5e4; }
.lyd-points { background: #fafaf9; border-radius: 1rem; padding: 1.75rem 1.5rem; margin-bottom: 2rem; }
.lyd-hero__stats { display:flex; gap:1.5rem; margin-top:1.25rem; padding-top:1rem; border-top:1px solid #f0efed; }
.lyd-hero__stats div { display:flex; flex-direction:column; }
.lyd-hero__stats strong { font-family:var(--font-serif); font-size:1.1rem; font-weight:800; color:#5c3d2e; line-height:1; }
.lyd-hero__stats span { font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:#9ca3af; margin-top:0.15rem; }
.lyd-campus__chip { display:inline-flex; padding:0.55rem 0.9rem; border-radius:0.75rem; background:#fff; border:1px solid #e7e5e4; font-size:0.78rem; font-weight:700; color:#57534e; text-decoration:none; transition:all .15s; }
.lyd-campus__chip.is-active { background:#f5f1ea; border-color:rgba(203,163,40,0.45); color:#5c3d2e; transform:scale(1.02); box-shadow:0 2px 8px -4px rgba(0,0,0,0.1); }
.lyd-loc--uad .lyd-loc__grid { display:grid; grid-template-columns:1fr; gap:0.6rem; }
@media(min-width:600px){ .lyd-loc--uad .lyd-loc__grid{ grid-template-columns:1fr 1fr; } }
@media(min-width:900px){ .lyd-loc--uad .lyd-loc__grid{ grid-template-columns:repeat(3,1fr); } }
.lyd-loc__chip--campus { width:100%; justify-content:flex-start; background:#fff; border:1px solid #e7e5e4; border-radius:0.85rem; padding:0.7rem 0.85rem; font-size:0.82rem; font-weight:600; color:#44403c; cursor:pointer; display:flex; align-items:center; gap:0.5rem; transition:all .15s; }
.lyd-loc__chip--campus:hover { background:#fafaf9; border-color:#d4af37; transform:translateY(-1px); }
.lyd-loc__desc { font-size:0.78rem; color:#9ca3af; margin:0 0 0.75rem; }
.lyd-points h2 { font-family: var(--font-serif); font-size: 1.35rem; color: #1c1917; margin: 0 0 1rem; }
.lyd-points ul { margin: 0; padding-left: 1.25rem; color: #44403c; line-height: 1.7; }
.lyd-points li { margin-bottom: 0.4rem; }

.lyd-campus { margin-bottom: 2rem; }
.lyd-campus h2 { font-family: var(--font-serif); font-size: 1.25rem; margin: 0 0 1rem; }
.lyd-campus__grid { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.lyd-campus__grid a { padding: 0.55rem 1rem; border-radius: 999px; border: 1px solid #e7e5e4; font-weight: 700; font-size: 0.8rem; color: #44403c; background: #fff; text-decoration: none; }
.lyd-campus__grid a:hover { border-color: #5c3d2e; color: #5c3d2e; }

.lyd-content { margin: 2rem 0; max-width: 48rem; }
.lyd-cta-band {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(135deg, #5c3d2e 0%, #3d281c 100%);
  color: #fff;
  border-radius: 1.25rem;
  margin-top: 2rem;
}
.lyd-cta-band h2 { font-family: var(--font-serif); font-size: 1.75rem; margin: 0 0 0.5rem; }
.lyd-cta-band p { opacity: 0.9; margin: 0 0 1.25rem; }
.lyd-cta-band .lyd-btn--primary { background: #fff; color: #5c3d2e; }

/* ——— Packages (Wave 2) ——— */
.lyd-packages { margin-bottom: 3rem; }
.lyd-packages__head { text-align: center; margin-bottom: 2rem; }
.lyd-packages__head h2 { font-family: var(--font-serif); font-size: 1.75rem; color: #5c3d2e; margin: 0 0 0.5rem; }
.lyd-packages__head p { color: #78716c; margin: 0; }
.lyd-packages__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 768px) {
  .lyd-packages__grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
}
.lyd-pkg {
  position: relative;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.lyd-pkg:hover { border-color: #d4af37; box-shadow: 0 12px 30px rgba(92,61,46,0.08); transform: translateY(-4px); }
.lyd-pkg--pop { border-color: #d4af37; box-shadow: 0 8px 24px rgba(212,175,55,0.15); }
.lyd-pkg__pop {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: #d4af37;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(212,175,55,0.3);
}
.lyd-pkg__head { margin-bottom: 1.5rem; text-align: center; padding-bottom: 1.5rem; border-bottom: 1px solid #f5f5f4; }
.lyd-pkg__head h3 { font-family: var(--font-serif); font-size: 1.35rem; color: #1c1917; margin: 0 0 0.25rem; }
.lyd-pkg__tag { font-size: 0.8125rem; color: #a8a29e; font-weight: 600; margin: 0 0 0.75rem; }
.lyd-pkg__price { font-size: 1.5rem; font-weight: 800; color: #5c3d2e; font-family: var(--font-serif); }
.lyd-pkg__feat { list-style: none; padding: 0; margin: 0 0 2rem; flex: 1; display: flex; flex-direction: column; gap: 0.75rem; }
.lyd-pkg__feat li { display: flex; gap: 0.65rem; font-size: 0.875rem; color: #57534e; line-height: 1.4; align-items: flex-start; }
.lyd-pkg__feat svg { width: 1.125rem; height: 1.125rem; color: #054f42; flex-shrink: 0; margin-top: 0.125rem; }
.lyd-pkg__btn { width: 100%; border-radius: 1rem; }

/* ——— Booking Modal ——— */
.lyd-book { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.lyd-book[hidden] { display: none !important; }
.lyd-book__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.lyd-book__modal { position: relative; background: #fff; width: 100%; max-width: 32rem; border-radius: 1.5rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); max-height: 90vh; overflow-y: auto; }
.lyd-book__head { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.5rem; border-bottom: 1px solid #f0efed; }
.lyd-book__head h3 { font-family: var(--font-serif); font-size: 1.25rem; color: #1a1a1a; margin: 0; }
.lyd-book__close { background: none; border: none; font-size: 1.75rem; line-height: 1; color: #a8a29e; cursor: pointer; padding: 0.25rem; margin: -0.25rem; transition: color 0.2s; }
.lyd-book__close:hover { color: #1a1a1a; }
.lyd-book__form { padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.lyd-f-row { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .lyd-f-row { grid-template-columns: 1fr 1fr; } }
.lyd-f-group { display: flex; flex-direction: column; gap: 0.45rem; }
.lyd-f-group label { font-size: 0.75rem; font-weight: 700; color: #57534e; text-transform: uppercase; letter-spacing: 0.05em; }
.lyd-f-group input, .lyd-f-group textarea, .lyd-f-group select { width: 100%; padding: 0.75rem 1rem; border: 1px solid #e7e5e4; border-radius: 0.75rem; font-size: 0.875rem; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s; box-sizing: border-box; background: #faf8f5; color: #1c1917; }
.lyd-f-group input:focus, .lyd-f-group textarea:focus, .lyd-f-group select:focus { outline: none; border-color: #c7b5a6; box-shadow: 0 0 0 3px rgba(92,61,46,0.1); background: #fff; }
.lyd-f-group textarea { resize: vertical; min-height: 4.5rem; }
.lyd-book__submit { margin-top: 0.5rem; width: 100%; border-radius: 1rem; padding-top: 1rem; padding-bottom: 1rem; font-size: 0.875rem; }

/* ——— Sticky Mobile CTA ——— */
.lyd-sticky { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #f0efed; padding: 0.75rem 1.25rem; z-index: 90; transform: translateY(100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 -4px 20px rgba(0,0,0,0.05); }
.lyd-sticky.is-active { transform: translateY(0); }
.lyd-sticky__inner { max-width: 72rem; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.lyd-sticky__text { display: flex; flex-direction: column; min-width: 0; }
.lyd-sticky__text span { font-size: 0.6875rem; color: #78716c; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lyd-sticky__text strong { font-size: 0.9375rem; color: #1a1a1a; }
.lyd-sticky__btn { padding: 0.65rem 1.5rem; border-radius: 999px; white-space: nowrap; flex-shrink: 0; }
@media (min-width: 768px) { .lyd-sticky { display: none; } }

/* ——— FAQ ——— */
.lyd-faq { margin: 2.5rem 0; }
.lyd-faq h2 { font-family: var(--font-serif); font-size: 1.5rem; color: #5c3d2e; margin: 0 0 1.25rem; text-align: center; }
.lyd-faq__list { max-width: 40rem; margin: 0 auto; display: flex; flex-direction: column; gap: 0.65rem; }
.lyd-faq__item { border: 1px solid #e7e5e4; border-radius: 1rem; background: #fff; overflow: hidden; }
.lyd-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: none;
  border: none;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1c1917;
  text-align: left;
  cursor: pointer;
}
.lyd-faq__icon { font-size: 1.25rem; color: #5c3d2e; font-weight: 400; line-height: 1; }
.lyd-faq__item.is-open .lyd-faq__icon { transform: rotate(45deg); display: inline-block; }
.lyd-faq__a { padding: 0 1.15rem 1.1rem; }
.lyd-faq__a p { margin: 0; font-size: 0.875rem; color: #57534e; line-height: 1.65; }

/* ——— Gallery ——— */
.lyd-gal { margin: 2.5rem 0; }
.lyd-gal h2 { font-family: var(--font-serif); font-size: 1.5rem; color: #5c3d2e; margin: 0 0 1.25rem; text-align: center; }
.lyd-gal__grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) { .lyd-gal__grid { grid-template-columns: 1fr 1fr 1fr; gap: 0.85rem; } }
.lyd-gal__item { margin: 0; border-radius: 0.85rem; overflow: hidden; aspect-ratio: 1; background: #f5f5f4; }
.lyd-gal__item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ——— Prewedding spots (filterable) ——— */
.lyd-spots { margin: 2.75rem 0 3rem; }
.lyd-spots__head { text-align: center; max-width: 36rem; margin: 0 auto 1.5rem; padding: 0 0.5rem; }
.lyd-spots__eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8c6246;
  margin-bottom: 0.5rem;
}
.lyd-spots__head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 400;
  color: #5c3d2e;
  margin: 0 0 0.5rem;
}
.lyd-spots__head p { margin: 0; font-size: 0.875rem; color: #a8a29e; line-height: 1.55; }
.lyd-spots__filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.35rem 0 1.15rem;
  margin-bottom: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(to bottom, #fff 70%, rgb(255 255 255 / 0.92));
  backdrop-filter: blur(8px);
}
.lyd-spots__filters::-webkit-scrollbar { display: none; }
.lyd-spots__chip {
  flex-shrink: 0;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #f5f0eb;
  background: #faf8f5;
  color: #a8a29e;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.lyd-spots__chip:hover { color: #5c3d2e; background: #f5f5f4; }
.lyd-spots__chip.is-active {
  background: #5c3d2e;
  border-color: #5c3d2e;
  color: #fff;
  box-shadow: 0 4px 12px rgb(92 61 46 / 0.2);
}
.lyd-spots__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .lyd-spots__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .lyd-spots__grid { grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; } }
.lyd-spots__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ebe8e4;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 14px -8px rgb(0 0 0 / 0.08);
  transition: box-shadow 0.25s, transform 0.25s;
}
.lyd-spots__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -14px rgb(92 61 46 / 0.18);
}
.lyd-spots__card[hidden] { display: none !important; }
.lyd-spots__media {
  aspect-ratio: 4 / 3;
  background: #faf8f5;
  overflow: hidden;
}
.lyd-spots__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.lyd-spots__card:hover .lyd-spots__media img { transform: scale(1.04); }
.lyd-spots__body {
  padding: 1.15rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.lyd-spots__meta {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cba328;
}
.lyd-spots__body h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #5c3d2e;
  margin: 0;
  line-height: 1.3;
}
.lyd-spots__body p {
  margin: 0;
  font-size: 0.875rem;
  color: #78716c;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lyd-spots__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid #f5f5f4;
}
.lyd-spots__tag {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8c6246;
  background: #fef3c7;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}
.lyd-spots__empty {
  text-align: center;
  color: #a8a29e;
  font-size: 0.9rem;
  margin: 1.5rem 0 0;
}

/* ——— Intimate Wedding (Interactive) ——— */
.lyd-int { margin: 2.75rem 0 3rem; }
.lyd-int__head { text-align: center; max-width: 36rem; margin: 0 auto 2.25rem; padding: 0 0.5rem; }
.lyd-int__eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8c6246;
  margin-bottom: 0.5rem;
}
.lyd-int__head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 400;
  color: #5c3d2e;
  margin: 0 0 0.5rem;
}
.lyd-int__head p { margin: 0; font-size: 0.875rem; color: #a8a29e; line-height: 1.55; }
.lyd-int__grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .lyd-int__grid { grid-template-columns: 1fr 1fr; } }
.lyd-int__card {
  background: #fff;
  border: 1px solid #ebe8e4;
  border-radius: 2rem;
  padding: 1.75rem;
  box-shadow: 0 6px 20px -8px rgb(0 0 0 / 0.05);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.lyd-int__card--soft { background: #faf8f5; border-color: #f5f0eb; }
.lyd-int__card-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 1.15rem; border-bottom: 1px solid #f5f0eb; }
.lyd-int__card-top h3 { font-family: var(--font-serif); font-size: 1.25rem; color: #5c3d2e; margin: 0; }
.lyd-int__label { font-size: 0.65rem; font-weight: 800; text-transform: uppercase; color: #a8a29e; letter-spacing: 0.05em; display: block; margin-bottom: 0.2rem; }
.lyd-int__est { text-align: right; }
.lyd-int__est span { font-size: 0.65rem; font-weight: 800; text-transform: uppercase; color: #a8a29e; }
.lyd-int__est strong { display: block; font-family: var(--font-serif); font-size: 1.35rem; color: #b45309; }
.lyd-int__badge { background: #fef3c7; color: #92400e; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; padding: 0.3rem 0.6rem; border-radius: 999px; }
.lyd-int__field { display: flex; flex-direction: column; gap: 0.5rem; }
.lyd-int__row { display: flex; justify-content: space-between; align-items: center; font-size: 0.825rem; font-weight: 700; color: #78716c; text-transform: uppercase; }
.lyd-int__row strong { color: #5c3d2e; }
.lyd-int__field input[type="range"] {
  width: 100%;
  accent-color: #5c3d2e;
  height: 0.25rem;
  background: #e7e5e4;
  border-radius: 999px;
  outline: none;
}
.lyd-int__field-label { font-size: 0.825rem; font-weight: 800; color: #a8a29e; text-transform: uppercase; letter-spacing: 0.05em; }
.lyd-int__vgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.lyd-int__vbtn {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 0.85rem;
  padding: 0.65rem 0.85rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: all 0.2s;
}
.lyd-int__vbtn:hover { background: #faf8f5; }
.lyd-int__vbtn.is-active {
  background: rgb(92 61 46 / 0.06);
  border-color: #5c3d2e;
  box-shadow: 0 0 0 1px #5c3d2e;
}
.lyd-int__vname { display: block; font-size: 0.85rem; font-weight: 700; color: #5c3d2e; }
.lyd-int__vcap { display: block; font-size: 0.75rem; color: #a8a29e; }
.lyd-int__seg { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.lyd-int__seg-btn {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 0.85rem;
  padding: 0.65rem;
  text-align: center;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  color: #57534e;
  cursor: pointer;
  transition: all 0.2s;
}
.lyd-int__seg-btn.is-active {
  background: #5c3d2e;
  border-color: #5c3d2e;
  color: #fff;
}
.lyd-int__check { display: flex; align-items: center; gap: 0.5rem; font-size: 0.825rem; color: #57534e; cursor: pointer; user-select: none; }
.lyd-int__check input { accent-color: #5c3d2e; width: 0.95rem; height: 0.95rem; cursor: pointer; }
.lyd-int__cta { width: 100%; border-radius: 0.85rem; margin-top: 0.5rem; }
.lyd-int__tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }
.lyd-int__tier { background: #fff; border: 1px solid #ebe8e4; border-radius: 0.85rem; padding: 0.65rem 0.85rem; }
.lyd-int__tier span { display: block; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; color: #a8a29e; }
.lyd-int__tier strong { display: block; font-size: 0.85rem; font-weight: 700; color: #5c3d2e; margin-top: 0.15rem; }
.lyd-int__note { font-size: 0.75rem; color: #a8a29e; margin: 0; line-height: 1.45; }

/* ——— Comparison ——— */
.lyd-int-comp { margin: 3rem 0; border-top: 1px solid #f5f0eb; padding-top: 2.75rem; }
.lyd-int-comp__grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .lyd-int-comp__grid { grid-template-columns: 1fr 1fr; max-width: 48rem; margin: 0 auto; } }
.lyd-int-comp__card {
  border: 1px solid #ebe8e4;
  border-radius: 2rem;
  padding: 1.75rem;
  background: #fff;
  box-shadow: 0 4px 14px -8px rgb(0 0 0 / 0.05);
}
.lyd-int-comp__card--yes { border-color: rgb(92 61 46 / 0.15); box-shadow: 0 8px 24px -10px rgb(92 61 46 / 0.08); }
.lyd-int-comp__title { display: flex; justify-content: space-between; align-items: center; border-b: 1px solid #f5f5f4; padding-bottom: 1rem; margin-bottom: 1.25rem; }
.lyd-int-comp__title h3 { font-family: var(--font-serif); font-size: 1.2rem; color: #5c3d2e; margin: 0; }
.lyd-int-comp__title span { font-size: 0.65rem; font-weight: 800; text-transform: uppercase; background: rgb(92 61 46 / 0.08); color: #5c3d2e; padding: 0.25rem 0.55rem; border-radius: 0.35rem; }
.lyd-int-comp__title span.is-muted { background: #fafaf9; color: #a8a29e; border: 1px solid #e7e5e4; }
.lyd-int-comp__card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.lyd-int-comp__card li { display: flex; gap: 0.55rem; font-size: 0.85rem; color: #57534e; line-height: 1.45; }
.lyd-int-comp__card li svg { width: 1rem; height: 1rem; color: #8c6246; flex-shrink: 0; margin-top: 0.1rem; }
.is-muted-list li { color: #8c8a87; }
.is-muted-list li svg { color: #a8a29e; }

/* ——— Venues ——— */
.lyd-int-venues { margin: 3rem 0; background: #faf8f5; border-radius: 2.25rem; padding: 2rem; border: 1px solid #f5f0eb; }
.lyd-int-venues__inner { display: flex; flex-direction: column; gap: 2rem; }
@media (min-width: 1024px) { .lyd-int-venues__inner { flex-direction: row; gap: 3rem; align-items: center; } }
.lyd-int-venues__copy { flex: 5; }
.lyd-int-venues__copy h2 { font-family: var(--font-serif); font-size: clamp(1.45rem, 3vw, 1.85rem); color: #5c3d2e; margin: 0.5rem 0 0.75rem; }
.lyd-int-venues__copy p { font-size: 0.875rem; color: #78716c; margin: 0 0 1.5rem; line-height: 1.55; }
.lyd-int-venues__tabs { display: flex; flex-direction: column; gap: 0.5rem; }
.lyd-int__tab {
  background: #fff;
  border: 1px solid #ebe8e4;
  border-radius: 1rem;
  padding: 0.85rem 1.15rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
}
.lyd-int__tab.is-active {
  background: rgb(92 61 46 / 0.05);
  border-color: #5c3d2e;
}
.lyd-int__tab span:first-child { font-size: 0.85rem; font-weight: 700; color: #5c3d2e; text-transform: uppercase; letter-spacing: 0.02em; }
.lyd-int__tab-cap { font-size: 0.75rem; font-weight: 700; color: #a8a29e; text-transform: uppercase; }
.lyd-int__tab.is-active .lyd-int__tab-cap { color: #8c6246; }
.lyd-int-venues__gallery { flex: 6; display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.lyd-int__vimg {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
}
.lyd-int__vimg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lyd-int__vimg figcaption {
  position: absolute;
  bottom: 0.65rem;
  left: 0.65rem;
  background: rgb(255 255 255 / 0.92);
  color: #5c3d2e;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.55rem;
  border-radius: 0.5rem;
}
.lyd-int__vimg.is-active {
  border-color: #5c3d2e;
  transform: scale(1.02);
  box-shadow: 0 8px 24px -10px rgb(92 61 46 / 0.25);
}
.lyd-int__vimg.is-active figcaption { background: #5c3d2e; color: #fff; }

/* ——— Baby Name Simulator (Interactive) ——— */
.lyd-sim { margin: 2.75rem 0 3rem; }
.lyd-sim__head { text-align: center; max-width: 36rem; margin: 0 auto 2.25rem; padding: 0 0.5rem; }
.lyd-sim__eyebrow { display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: #054f42; margin-bottom: 0.5rem; }
.lyd-sim__head h2 { font-family: var(--font-serif); font-size: clamp(1.45rem, 3vw, 1.85rem); font-weight: 400; color: #2d3748; margin: 0 0 0.5rem; }
.lyd-sim__head p { margin: 0; font-size: 0.875rem; color: #718096; line-height: 1.55; }
.lyd-sim__card {
  max-width: 32rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  padding: 1.75rem;
  box-shadow: 0 4px 14px -8px rgb(0 0 0 / 0.05);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.lyd-sim__field { display: flex; flex-direction: column; gap: 0.5rem; }
.lyd-sim__label { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; color: #a0aec0; letter-spacing: 0.05em; }
.lyd-sim__row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.lyd-sim__row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.5rem; }
.lyd-sim__seg {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 0.65rem;
  text-align: center;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.2s;
}
.lyd-sim__seg.is-active { background: #054f42; border-color: #054f42; color: #fff; }
.lyd-sim__letters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }
.lyd-sim__letter {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 0.55rem;
  text-align: center;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.2s;
}
.lyd-sim__letter.is-active { background: rgb(22 163 74 / 0.06); border-color: #054f42; color: #054f42; }
.lyd-sim__opt {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  padding: 0.55rem;
  text-align: center;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.2s;
}
.lyd-sim__opt.is-active { background: rgb(22 163 74 / 0.06); border-color: #054f42; color: #054f42; }
.lyd-sim__text {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  font: inherit;
  font-size: 0.85rem;
  color: #2d3748;
  outline: none;
}
.lyd-sim__text:focus { border-color: #054f42; box-shadow: 0 0 0 1px #054f42; }
.lyd-sim__cta { width: 100%; border-radius: 0.85rem; margin-top: 0.5rem; background: #054f42; border-color: #054f42; }
.lyd-sim__cta:hover { background: #043e34; border-color: #043e34; }
.lyd-sim__result {
  margin-top: 0.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.lyd-sim__result-label { font-size: 0.65rem; font-weight: 800; text-transform: uppercase; color: #d97706; letter-spacing: 0.05em; }
.lyd-sim__arabic { font-family: var(--font-serif); font-size: 1.85rem; color: #94a3b8; display: block; margin: 0.35rem 0; }
.lyd-sim__r-name { font-family: var(--font-serif); font-size: 1.35rem; color: #054f42; margin: 0; }
.lyd-sim__r-meaning { font-size: 0.85rem; color: #475569; margin: 0; line-height: 1.5; }
.lyd-sim__r-meaning strong { color: #054f42; }

/* ——— Wedding Tabs (Interactive) ——— */
.lyd-wtabs { margin: 2.75rem 0 3rem; }
.lyd-wtabs__head { text-align: center; max-width: 36rem; margin: 0 auto 1.5rem; padding: 0 0.5rem; }
.lyd-wtabs__eyebrow { display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: #8c6246; margin-bottom: 0.5rem; }
.lyd-wtabs__head h2 { font-family: var(--font-serif); font-size: clamp(1.45rem, 3vw, 1.85rem); font-weight: 400; color: #5c3d2e; margin: 0 0 0.5rem; }
.lyd-wtabs__head p { margin: 0; font-size: 0.875rem; color: #a8a29e; line-height: 1.55; }
.lyd-wtabs__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  overflow-x: auto;
  scrollbar-width: none;
  background: #fff;
  border: 1px solid #f5f0eb;
  border-radius: 1.25rem;
  padding: 0.35rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px -6px rgb(0 0 0 / 0.05);
  position: sticky;
  top: 0;
  z-index: 20;
}
.lyd-wtabs__nav::-webkit-scrollbar { display: none; }
.lyd-wtab {
  flex: 1;
  flex-shrink: 0;
  padding: 0.65rem 0.5rem;
  border-radius: 0.85rem;
  border: none;
  background: transparent;
  color: #a8a29e;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.lyd-wtab:hover { color: #5c3d2e; }
.lyd-wtab.is-active {
  background: #5c3d2e;
  color: #fff;
}
.lyd-wtabs__panels { max-width: 44rem; margin: 0 auto; }
.lyd-wpan {
  display: none;
  background: #fff;
  border: 1px solid #ebe8e4;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 8px 24px -10px rgb(92 61 46 / 0.08);
  flex-direction: column;
}
.lyd-wpan.is-active { display: flex; }
.lyd-wpan__target { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; color: #8c6246; letter-spacing: 0.06em; margin-bottom: 0.25rem; text-align: center; }
.lyd-wpan__name { font-family: var(--font-serif); font-size: 1.5rem; color: #5c3d2e; margin: 0 0 0.5rem; text-align: center; }
.lyd-wpan__price { font-family: var(--font-serif); font-size: 2.25rem; font-weight: 900; color: #b45309; text-align: center; margin-bottom: 0.85rem; }
.lyd-wpan__desc { font-size: 0.875rem; color: #78716c; text-align: center; margin: 0 0 1.5rem; line-height: 1.55; }
.lyd-wpan__sub { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; color: #a8a29e; letter-spacing: 0.05em; display: block; border-bottom: 1px solid #f5f5f4; padding-bottom: 0.5rem; margin-bottom: 1rem; }
.lyd-wpan__feats { list-style: none; padding: 0; margin: 0 0 1.75rem; display: grid; gap: 0.75rem; }
@media (min-width: 640px) { .lyd-wpan__feats { grid-template-columns: 1fr 1fr; } }
.lyd-wpan__feats li { display: flex; gap: 0.55rem; font-size: 0.85rem; color: #57534e; line-height: 1.45; }
.lyd-wpan__feats li svg { width: 1.1rem; height: 1.1rem; color: #054f42; flex-shrink: 0; margin-top: 0.1rem; }
.lyd-wpan__cta { width: 100%; border-radius: 0.85rem; padding: 0.85rem; font-size: 0.85rem; }
.lyd-wtabs__note { text-align: center; font-size: 0.75rem; color: #a8a29e; margin: 1.15rem 0 0; }



/* ——— Testimonials ——— */
.lyd-testi { margin: 2.5rem 0; }
.lyd-testi h2 { font-family: var(--font-serif); font-size: 1.5rem; color: #5c3d2e; margin: 0 0 1.25rem; text-align: center; }
.lyd-testi__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .lyd-testi__grid { grid-template-columns: 1fr 1fr; } }
.lyd-testi__card {
  margin: 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid #e7e5e4;
  border-radius: 1rem;
  background: #fafaf9;
}
.lyd-testi__card p { margin: 0 0 0.85rem; font-size: 0.9rem; color: #44403c; line-height: 1.6; }
.lyd-testi__card cite { font-style: normal; font-size: 0.8rem; color: #78716c; }
.lyd-testi__card strong { color: #5c3d2e; }

/* WA Testimonials - chat bubble style */
.lyd-wa { margin: 2.5rem 0; max-width: 42rem; margin-left:auto; margin-right:auto; }
.lyd-wa h2 { font-family: var(--font-serif); font-size: 1.5rem; color: #5c3d2e; margin: 0 0 0.25rem; text-align: center; }
.lyd-wa__subtitle { text-align:center; font-size:0.8rem; color:#9ca3af; margin:0 0 1.5rem; }
.lyd-wa__chat { background:#ece5dd; border-radius:1.25rem; padding:1rem; display:flex; flex-direction:column; gap:0.85rem; position:relative; overflow:hidden; }
.lyd-wa__chat::before { content:''; position:absolute; inset:0; opacity:0.06; background-image: radial-gradient(#5c3d2e 1px, transparent 1px); background-size:20px 20px; pointer-events:none; }
.lyd-wa__item { display:flex; gap:0.6rem; align-items:flex-end; position:relative; max-width:85%; }
.lyd-wa__item.is-left { align-self:flex-start; }
.lyd-wa__item.is-right { align-self:flex-end; flex-direction:row-reverse; }
.lyd-wa__avatar { width:2rem; height:2rem; border-radius:999px; background:#d6d3d1; color:#57534e; font-weight:800; font-size:0.8rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.lyd-wa__bubble { background:#fff; border-radius:1rem; border-bottom-left-radius:0.25rem; padding:0.65rem 0.75rem; box-shadow:0 1px 2px rgba(0,0,0,0.08); position:relative; min-width:0; }
.lyd-wa__item.is-right .lyd-wa__bubble { background:#dcf8c6; border-radius:1rem; border-bottom-right-radius:0.25rem; }
.lyd-wa__bubble-head { display:flex; gap:0.35rem; align-items:baseline; margin-bottom:0.15rem; }
.lyd-wa__bubble-head strong { font-size:0.78rem; font-weight:800; color:#5c3d2e; }
.lyd-wa__bubble-head span { font-size:0.62rem; color:#9ca3af; font-weight:600; }
.lyd-wa__bubble p { margin:0; font-size:0.82rem; color:#44403c; line-height:1.45; word-break:break-word; }
.lyd-wa__meta { display:flex; justify-content:flex-end; align-items:center; gap:0.25rem; margin-top:0.25rem; }
.lyd-wa__meta span { font-size:0.58rem; color:#9ca3af; }
.lyd-wa__check { display:inline-flex; color:#53bdeb; }

/* Portfolio Lightbox */
.lyd-lightbox { position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center; padding:1rem; }
.lyd-lightbox[hidden] { display:none !important; }
.lyd-lightbox__backdrop { position:absolute; inset:0; background:rgba(0,0,0,0.85); backdrop-filter:blur(4px); }
.lyd-lightbox__content { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; width:100%; max-width:90vw; max-height:90vh; }
.lyd-lightbox__content img { max-width:100%; max-height:85vh; border-radius:1rem; box-shadow:0 20px 60px rgba(0,0,0,0.4); object-fit:contain; }
.lyd-lightbox__close { position:absolute; top:-2.5rem; right:0; width:2.5rem; height:2.5rem; border-radius:999px; background:rgba(255,255,255,0.15); color:#fff; font-size:1.5rem; line-height:1; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,0.15); cursor:pointer; padding:0 0 2px; }
.lyd-lightbox__nav { position:absolute; top:50%; transform:translateY(-50%); width:2.75rem; height:2.75rem; border-radius:999px; background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.15); color:#fff; font-size:1.5rem; display:flex; align-items:center; justify-content:center; cursor:pointer; backdrop-filter:blur(4px); }
.lyd-lightbox__prev { left:0.5rem; }
.lyd-lightbox__next { right:0.5rem; }
@media(min-width:768px){ .lyd-lightbox__prev{ left:-3rem; } .lyd-lightbox__next{ right:-3rem; } }
.lyd-gal__item, .lyd-spots__media, .lyd-int__vimg { cursor:zoom-in; }

/* ——— Locations ——— */
.lyd-loc { margin-bottom: 2rem; }
.lyd-loc h2 { font-family: var(--font-serif); font-size: 1.25rem; margin: 0 0 1rem; color: #5c3d2e; }
.lyd-loc__grid { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.lyd-loc__chip {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #e7e5e4;
  font-size: 0.8rem;
  font-weight: 600;
  color: #44403c;
  background: #fff;
}
.lyd-hero__accent {
  font-size: 0.9rem;
  font-weight: 700;
  color: #b45309;
  margin: -0.35rem 0 0.75rem !important;
}

/* ——— Prewedding — Editorial Dark Hero ——— */
.lyd--prewed { max-width: none; padding: 0 0 0; }
.lyd--prewed .lyd-crumb { max-width:72rem; margin:0 auto; padding:1.25rem 1.25rem 0; }
.lyd--prewed .lyd__inner { max-width:72rem; margin:0 auto; padding:1.5rem 1.25rem 3rem; }
.lyd-pre-hero {
  position: relative; width:100%; padding:5rem 1.25rem 2.5rem;
  background:#1c100b; color:#fff; overflow:hidden; display:flex; flex-direction:column; align-items:center;
}
.lyd-pre-hero__radial { position:absolute; inset:0; pointer-events:none; z-index:0; background: radial-gradient(circle at top, rgba(217,160,91,0.08) 0%, transparent 70%); }
.lyd-pre-hero__grid { position:relative; z-index:1; max-width:75rem; width:100%; display:grid; gap:2.5rem; align-items:center; grid-template-columns:1fr; }
@media(min-width:1024px){ .lyd-pre-hero__grid{ grid-template-columns:7fr 5fr; gap:3rem; } }
.lyd-pre-hero__eyebrow { display:block; font-size:0.7rem; font-weight:800; letter-spacing:0.28em; text-transform:uppercase; color:#d9a05b; margin-bottom:0.85rem; }
.lyd-pre-hero__copy h1 { font-family:var(--font-serif); font-size:clamp(1.9rem,4vw,3.25rem); font-weight:300; line-height:1.1; margin:0 0 1rem; letter-spacing:-0.01em; }
.lyd-pre-hero__copy h1 em { font-style:italic; font-weight:400; color:#d9a05b; }
.lyd-pre-hero__copy p { font-size:0.95rem; color:rgba(254,243,199,0.68); line-height:1.7; font-weight:300; max-width:32rem; margin:0; }
.lyd-pre-hero__cta { display:flex; flex-wrap:wrap; gap:0.85rem; margin-top:1.65rem; }
.lyd-pre-btn { display:inline-flex; align-items:center; gap:0.45rem; padding:0.85rem 1.6rem; border-radius:0.85rem; font-size:0.72rem; font-weight:800; text-transform:uppercase; letter-spacing:0.07em; text-decoration:none; border:1px solid transparent; cursor:pointer; transition:all .2s; }
.lyd-pre-btn--gold { background:#d9a05b; color:#1e120c; }
.lyd-pre-btn--gold:hover { background:#c38e4d; }
.lyd-pre-btn--ghost { background:rgba(255,255,255,0.05); color:#fff; border-color:rgba(255,255,255,0.15); backdrop-filter:blur(4px); }
.lyd-pre-btn--ghost:hover { background:rgba(255,255,255,0.10); }
.lyd-pre-btn--dark { background:#5c3d2e; color:#fff; border-color:rgba(255,255,255,0.06); box-shadow:0 8px 20px -8px rgba(0,0,0,0.35); }
.lyd-pre-btn--dark:hover { background:#472f23; }
.lyd-pre-hero__trust { display:flex; align-items:center; gap:0.55rem; flex-wrap:wrap; margin-top:1.35rem; font-size:0.68rem; color:rgba(254,243,199,0.55); font-weight:600; }
.lyd-pre-hero__stars { color:#d9a05b; letter-spacing:0.12em; font-size:0.75rem; }
.lyd-pre-hero__trust strong { color:rgba(255,255,255,0.85); }
.lyd-pre-hero__sep { color:rgba(255,255,255,0.18); }
.lyd-pre-hero__polaroid { display:flex; justify-content:center; }
.lyd-pre-hero__frame { position:relative; background:#fff; padding:0.9rem 0.9rem 2rem; border-radius:1.15rem; box-shadow:0 20px 50px -10px rgba(0,0,0,0.5); border:1px solid rgba(255,255,255,0.12); max-width:19rem; transform:rotate(2deg); transition:transform .3s; color:#3d2a1e; }
.lyd-pre-hero__frame:hover { transform:rotate(0deg) scale(1.02); }
.lyd-pre-hero__frame img { width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:0.75rem; display:block; }
.lyd-pre-hero__cap { text-align:center; margin-top:0.85rem; }
.lyd-pre-hero__cap span { display:block; font-size:0.62rem; font-weight:800; letter-spacing:0.15em; text-transform:uppercase; color:#9ca3af; }
.lyd-pre-hero__cap strong { display:block; font-family:var(--font-serif); font-style:italic; font-size:0.95rem; color:#5c3d2e; margin-top:0.2rem; }
.lyd-pre-hero__clip { position:absolute; width:2rem; height:2.6rem; background:rgba(254,243,199,0.35); border:1px solid rgba(92,61,46,0.08); border-radius:0.5rem; left:50%; top:-0.85rem; transform:translateX(-50%); z-index:2; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 8px rgba(0,0,0,0.12); }
.lyd-pre-hero__clip::after { content:''; width:1rem; height:1.35rem; border:2px solid rgba(140,98,70,0.28); border-radius:999px; }
.lyd-pre-hero__stats { position:relative; z-index:1; max-width:75rem; width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:0.75rem; border-top:1px solid rgba(255,255,255,0.10); border-bottom:1px solid rgba(255,255,255,0.10); padding:1.15rem 0; margin-top:3.5rem; font-size:0.70rem; font-weight:700; color:rgba(254,243,199,0.65); text-transform:uppercase; letter-spacing:0.06em; text-align:center; }
.lyd-pre-hero__stats div { flex:1; min-width:5.5rem; }
.lyd-pre-hero__stats i { width:1px; height:1rem; background:rgba(255,255,255,0.12); display:none; }
@media(min-width:640px){ .lyd-pre-hero__stats i{display:block;} .lyd-pre-hero__stats{flex-wrap:nowrap;} }

.lyd-pre-seo { width:100%; padding:2.5rem 1.25rem 1rem; background:#faf8f5; border-top:1px solid #f5f0eb; margin-top:1rem; }
.lyd-pre-seo__grid { max-width:75rem; margin:0 auto; display:grid; gap:1.15rem; grid-template-columns:1fr; }
@media(min-width:768px){ .lyd-pre-seo__grid{ grid-template-columns:1fr 1fr; gap:1.35rem; } }
.lyd-pre-seo__card { background:#fff; border:1px solid #f5f0eb; border-radius:1.5rem; padding:1.35rem 1.4rem; box-shadow:0 4px 14px -8px rgba(0,0,0,0.05); }
.lyd-pre-seo__tag { display:inline-block; font-size:0.60rem; font-weight:800; letter-spacing:0.14em; text-transform:uppercase; color:#8c6246; background:#fef3c7; padding:0.22rem 0.55rem; border-radius:999px; margin-bottom:0.6rem; }
.lyd-pre-seo__card h3 { font-family:var(--font-serif); font-size:1.05rem; font-weight:700; color:#5c3d2e; margin:0 0 0.4rem; line-height:1.3; }
.lyd-pre-seo__card p { font-size:0.84rem; color:#78716c; line-height:1.6; margin:0; }

.lyd-pre-final { position:relative; width:100%; background:#1c100b; color:#fff; text-align:center; padding:4rem 1.25rem; overflow:hidden; }
.lyd-pre-final__radial { position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at top, rgba(217,160,91,0.09) 0%, transparent 60%); }
.lyd-pre-final__inner { position:relative; z-index:1; max-width:42rem; margin:0 auto; display:flex; flex-direction:column; gap:0.75rem; align-items:center; }
.lyd-pre-final__eyebrow { font-size:0.65rem; font-weight:800; letter-spacing:0.25em; text-transform:uppercase; color:#d9a05b; }
.lyd-pre-final__inner h2 { font-family:var(--font-serif); font-size:clamp(1.6rem,3.5vw,2.25rem); font-weight:300; line-height:1.2; margin:0.25rem 0 0.35rem; }
.lyd-pre-final__inner h2 em { font-style:italic; color:#d9a05b; font-weight:400; }
.lyd-pre-final__inner p { font-size:0.92rem; color:rgba(254,243,199,0.68); line-height:1.6; font-weight:300; max-width:32rem; margin:0; }
.lyd-pre-final__actions { display:flex; flex-direction:column; align-items:center; gap:0.7rem; margin-top:1rem; }
@media(min-width:640px){ .lyd-pre-final__actions{ flex-direction:row; justify-content:center; } }
.lyd-pre-final__hint { font-size:0.72rem; color:rgba(254,243,199,0.45); }

/* ——— Shop list ——— */
.sh { max-width: 80rem; margin: 0 auto; padding: 1.5rem 1.25rem 4rem; }
.sh-header { text-align: center; margin-bottom: 1.75rem; }
.sh-header h1 { font-family: var(--font-serif); font-size: clamp(1.85rem, 4vw, 2.75rem); color: #5c3d2e; margin: 0 0 0.5rem; }
.sh-header p { color: #78716c; margin: 0; }
.sh-banner { position: relative; border-radius: 1.25rem; overflow: hidden; aspect-ratio: 21/9; background: #f5f5f4; margin-bottom: 1.75rem; }
.sh-banner__track { position: relative; width: 100%; height: 100%; }
.sh-banner__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.5s; pointer-events: none; }
.sh-banner__slide.is-active { opacity: 1; pointer-events: auto; }
.sh-banner__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-banner__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 2.5rem; height: 2.5rem; border-radius: 999px; border: none; background: rgb(255 255 255 / 0.9); color: #292524; font-size: 1.25rem; cursor: pointer; box-shadow: 0 4px 12px rgb(0 0 0 / 0.12); }
.sh-banner__nav--prev { left: 0.75rem; }
.sh-banner__nav--next { right: 0.75rem; }
.sh-toolbar { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; margin-bottom: 1.5rem; }
.sh-search { flex: 1; min-width: 12rem; }
.sh-search input, .sh-sort select { width: 100%; padding: 0.65rem 1rem; border: 1px solid #e7e5e4; border-radius: 999px; background: #fafaf9; font: inherit; font-size: 0.875rem; }
.sh-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.sh-chip { padding: 0.4rem 0.85rem; border-radius: 999px; border: 1px solid #e7e5e4; background: #fff; font-size: 0.75rem; font-weight: 700; color: #57534e; cursor: pointer; font-family: inherit; }
.sh-chip.is-active { background: #5c3d2e; border-color: #5c3d2e; color: #fff; }
.sh-sort { min-width: 10rem; }
.sh-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 768px) { .sh-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1100px) { .sh-grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.sh-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e7e5e4; border-radius: 1rem; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow 0.2s, transform 0.2s; box-shadow: 0 4px 12px -6px rgba(0,0,0,0.05); }
.sh-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -12px rgba(92, 61, 46, 0.15); border-color: #d4af37; }
.sh-card[hidden] { display: none !important; }
.sh-card__media { position: relative; aspect-ratio: 3/4; background: #f5f5f4; overflow: hidden; }
.sh-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.sh-card:hover .sh-card__media img { transform: scale(1.05); }
.sh-card__badge { position: absolute; top: 0.75rem; right: 0.75rem; background: #ef4444; color: #fff; font-size: 0.6875rem; font-weight: 800; padding: 0.25rem 0.5rem; border-radius: 0.35rem; }
.sh-card__body { padding: 1.15rem; flex: 1; display: flex; flex-direction: column; }
.sh-card__title { font-family: var(--font-serif); font-size: 1.1rem; color: #1c1917; margin: 0 0 0.5rem; }
.sh-card__price { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 0.75rem; }
.sh-card__price-now { font-weight: 800; font-size: 1rem; color: #5c3d2e; }
.sh-card__price-old { font-size: 0.75rem; color: #a8a29e; text-decoration: line-through; }
.sh-card__cta { font-size: 0.75rem; font-weight: 700; color: #d4af37; margin-top: auto; }
.sh-empty { text-align: center; color: #78716c; padding: 3rem 0; font-size: 1rem; }
.sh-more { display: flex; justify-content: center; margin-top: 2rem; }

/* ——— Shop detail ——— */
.sd { max-width: 72rem; margin: 0 auto; padding: 1.5rem 1.25rem 4rem; }
.sd-crumb { font-size: 0.85rem; font-weight: 600; color: #78716c; margin-bottom: 1.25rem; }
.sd-crumb a { color: #5c3d2e; text-decoration: none; }
.sd-grid { display: grid; gap: 2rem; margin-bottom: 3rem; }
@media (min-width: 900px) { .sd-grid { grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } }
.sd-gallery__main { aspect-ratio: 3/4; border-radius: 1rem; overflow: hidden; background: #f5f5f4; margin-bottom: 0.75rem; }
.sd-gallery__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sd-gallery__thumbs { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.sd-thumb { width: 4.5rem; height: 4.5rem; border-radius: 0.5rem; overflow: hidden; border: 2px solid transparent; padding: 0; cursor: pointer; background: #f5f5f4; }
.sd-thumb.is-active { border-color: #5c3d2e; }
.sd-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sd-info h1 { font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.15rem); color: #1c1917; margin: 0 0 0.75rem; }
.sd-price { display: flex; align-items: baseline; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.sd-price__now { font-size: 1.75rem; font-weight: 800; color: #5c3d2e; }
.sd-price__old { font-size: 1rem; color: #a8a29e; text-decoration: line-through; }
.sd-price__disc { background: #ef4444; color: #fff; font-size: 0.75rem; font-weight: 800; padding: 0.2rem 0.5rem; border-radius: 0.25rem; }
.sd-features { list-style: none; padding: 0; margin: 0 0 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.sd-features li { display: flex; gap: 0.5rem; font-size: 0.9375rem; color: #44403c; }
.sd-features li span { color: #054f42; font-weight: 700; }
.sd-buy { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #f5f5f4; }
.sd-btn--primary { background: #5c3d2e; color: #fff; flex: 1; min-width: 12rem; }
.sd-btn--primary:hover { background: #472f23; }
.sd-btn--ghost { background: transparent; color: #5c3d2e; border: 1px solid #e7e5e4; flex: 1; min-width: 12rem; }
.sd-desc h2 { font-family: var(--font-serif); font-size: 1.25rem; color: #1c1917; margin: 0 0 0.75rem; }
.sd-desc__body { color: #57534e; line-height: 1.7; font-size: 0.9375rem; }
.sd-reviews { margin: 2.5rem 0; }
.sd-reviews h2 { font-family: var(--font-serif); font-size: 1.5rem; margin: 0 0 1.5rem; }
.sd-review { padding: 1.25rem; border: 1px solid #e7e5e4; border-radius: 1rem; background: #fff; margin: 0 0 1rem; }
.sd-review__stars { color: #d4af37; letter-spacing: 0.05em; margin-bottom: 0.35rem; }
.sd-review__text { margin: 0 0 0.5rem; color: #44403c; font-size: 0.9rem; }
.sd-review cite { font-style: normal; font-weight: 700; font-size: 0.8rem; color: #78716c; }
.sd-related { margin-top: 3rem; }
.sd-related h2 { font-family: var(--font-serif); font-size: 1.5rem; text-align: center; margin: 0 0 1.5rem; }
.sd-related__grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 640px) { .sd-related__grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1024px) { .sd-related__grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }

/* ——— Nama Bayi landing (dedicated template) ——— */
.lynb { width: 100%; overflow-x: hidden; }
.lynb .lyd-sticky { margin: 0; }

/* Hero dark */
.lynb-hero {
  position: relative;
  max-width: 80rem;
  margin: 1.25rem auto;
  padding: 3rem 1.5rem 2.5rem;
  background: #1c100b;
  color: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px rgb(0 0 0 / 0.35);
}
@media (max-width: 767px) {
  .lynb-hero { margin: 0; border-radius: 0; padding: 2.5rem 1.25rem 2rem; }
}
.lynb-hero__glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(circle at top, rgba(207, 174, 128, 0.12) 0%, transparent 75%);
}
.lynb-hero__grid {
  position: relative; z-index: 1;
  display: grid; gap: 2.5rem; align-items: center;
  grid-template-columns: 1fr; max-width: 72rem; margin: 0 auto;
}
@media (min-width: 1024px) { .lynb-hero__grid { grid-template-columns: 7fr 5fr; gap: 3rem; } }
.lynb-hero__eyebrow {
  display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.3em;
  text-transform: uppercase; color: #cba328; margin-bottom: 0.85rem;
}
.lynb-hero__copy h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4.5vw, 3.5rem);
  font-weight: 300; line-height: 1.1; letter-spacing: -0.01em; margin: 0 0 1.1rem;
}
.lynb-hero__copy h1 em { font-style: italic; font-weight: 400; color: #cba328; }
.lynb-hero__copy p {
  font-size: 0.95rem; color: rgb(254 243 199 / 0.7); max-width: 32rem;
  line-height: 1.7; font-weight: 300; margin: 0;
}
.lynb-hero__actions {
  display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.65rem;
}
.lynb-hero__media {
  position: relative; aspect-ratio: 4 / 3; border-radius: 2rem;
  overflow: hidden; border: 1px solid rgb(255 255 255 / 0.1); box-shadow: 0 20px 40px -12px rgb(0 0 0 / 0.5);
}
.lynb-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lynb-hero__stats {
  position: relative; z-index: 1;
  display: flex; justify-content: space-around; align-items: center;
  max-width: 36rem; margin: 2.5rem auto 0; padding: 1.25rem 0;
  border-top: 1px solid rgb(255 255 255 / 0.1); border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.lynb-hero__stats > div { text-align: center; }
.lynb-hero__stats strong {
  display: block; font-family: var(--font-serif); font-size: 1.35rem; color: #fff;
}
.lynb-hero__stats span {
  display: block; font-size: 0.65rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.1em; color: rgb(254 243 199 / 0.5); margin-top: 0.2rem;
}

/* Section heads — full-width backgrounds; inner content max-width */
.lynb-sec {
  width: 100%;
  padding: 4rem 1.25rem;
  box-sizing: border-box;
}
.lynb-sec--ivory { background: #faf8f5; }
.lynb-sec__head { text-align: center; max-width: 42rem; margin: 0 auto 2.5rem; }
.lynb-eyebrow {
  display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.25em;
  text-transform: uppercase; margin-bottom: 0.65rem;
}
.lynb-eyebrow--green { color: #054f42; }
.lynb-sec__head h2 {
  font-family: var(--font-serif); font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 300; color: #2d3748; margin: 0 0 0.5rem;
}
.lynb-sec__head h2 em { font-style: italic; font-weight: 400; color: #cba328; }
.lynb-sec__head p { font-size: 0.9rem; color: #9ca3af; margin: 0.35rem 0 0; line-height: 1.55; }

/* Buttons */
.lynb-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.9rem 1.6rem; font: inherit; font-size: 0.7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em; border-radius: 0.85rem;
  border: 1px solid transparent; cursor: pointer; text-decoration: none;
  transition: background 0.2s, transform 0.15s, border-color 0.2s; white-space: nowrap;
}
.lynb-btn--green { background: #054f42; color: #fff; box-shadow: 0 8px 20px -8px rgb(5 79 66 / 0.4); }
.lynb-btn--green:hover { background: #043e34; transform: translateY(-1px); }
.lynb-btn--gold { background: #cba328; color: #1c100b; box-shadow: 0 8px 20px -8px rgb(203 163 40 / 0.5); }
.lynb-btn--gold:hover { background: #b59020; transform: translateY(-1px); }
.lynb-btn--ghost { background: rgb(255 255 255 / 0.05); color: #fff; border-color: rgb(255 255 255 / 0.15); backdrop-filter: blur(4px); }
.lynb-btn--ghost:hover { background: rgb(255 255 255 / 0.1); }
.lynb-btn--soft { background: #faf8f5; color: #2d3748; border-color: #e7e5e4; }
.lynb-btn--soft:hover { background: #f5f5f4; }

/* Simulator */
.lynb-sim {
  max-width: 32rem; margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2rem; padding: 1.85rem;
  box-shadow: 0 10px 30px -10px rgba(92, 61, 46, 0.08);
  display: flex; flex-direction: column; gap: 1.15rem;
}
.lynb-sim__field { display: flex; flex-direction: column; gap: 0.5rem; }
.lynb-sim__label {
  font-size: 0.7rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.05em; color: #9ca3af;
}
.lynb-sim__row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; }
.lynb-sim__row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.55rem; }
.lynb-sim__seg, .lynb-sim__opt, .lynb-sim__letter {
  background: #fff; border: 1px solid #e7e5e4; border-radius: 0.85rem; padding: 0.65rem;
  text-align: center; font: inherit; font-size: 0.8rem; font-weight: 700; color: #4a5568;
  cursor: pointer; transition: all 0.2s;
}
.lynb-sim__seg.is-active { background: #054f42; border-color: #054f42; color: #fff; box-shadow: 0 4px 10px -4px rgb(5 79 66 / 0.4); }
.lynb-sim__opt.is-active, .lynb-sim__letter.is-active {
  background: rgba(5, 79, 66, 0.06); border-color: #054f42; color: #054f42;
}
.lynb-sim__letters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }
.lynb-sim__letter { font-size: 0.9rem; font-weight: 800; padding: 0.55rem; }
.lynb-sim__text {
  width: 100%; padding: 0.65rem 0.85rem; border: 1px solid #e7e5e4; border-radius: 0.85rem;
  font: inherit; font-size: 0.85rem; color: #2d3748; outline: none; background: #fff;
}
.lynb-sim__text:focus { border-color: #054f42; box-shadow: 0 0 0 1px #054f42; }
.lynb-sim__result {
  background: #fff; border: 1px solid rgb(212 175 55 / 0.2); border-radius: 1.5rem;
  padding: 1.35rem; text-align: center; display: flex; flex-direction: column; gap: 0.4rem;
}
.lynb-sim__result-label {
  font-size: 0.65rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.05em; color: #cba328;
}
.lynb-sim__arabic {
  font-family: var(--font-serif); font-size: 1.85rem; color: #a8a29e; display: block; margin: 0.35rem 0;
}
.lynb-sim__r-name {
  font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; color: #054f42; margin: 0;
}
.lynb-sim__r-meaning {
  font-size: 0.85rem; color: #475569; margin: 0; line-height: 1.5; border-top: 1px solid #f5f5f4; padding-top: 0.6rem;
}
.lynb-sim__r-meaning strong { color: #054f42; }

/* Gallery */
.lynb-gal {
  display: grid; gap: 1.25rem; grid-template-columns: 1fr; max-width: 64rem; margin: 0 auto;
}
@media (min-width: 768px) { .lynb-gal { grid-template-columns: 1fr 1fr; } }
.lynb-gal__item {
  margin: 0; border-radius: 2rem; overflow: hidden; aspect-ratio: 1;
  background: #faf8f5; border: 1px solid #ebe8e4; box-shadow: 0 4px 14px -8px rgb(0 0 0 / 0.08);
}
.lynb-gal__item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.7s ease;
}
.lynb-gal__item:hover img { transform: scale(1.04); }

/* Value */
.lynb-value {
  display: grid; gap: 2.5rem; align-items: start; grid-template-columns: 1fr;
  max-width: 72rem; margin: 0 auto;
}
@media (min-width: 768px) { .lynb-value { grid-template-columns: 1fr 2fr; gap: 3rem; } }
.lynb-value__intro h2 {
  font-family: var(--font-serif); font-size: clamp(1.65rem, 3vw, 2.1rem); font-weight: 300;
  color: #2d3748; margin: 0.5rem 0; line-height: 1.2;
}
.lynb-value__intro h2 em { font-style: italic; color: #cba328; }
.lynb-value__intro p { font-size: 0.875rem; color: #9ca3af; line-height: 1.65; margin: 0.65rem 0 0; }
.lynb-value__bar { width: 3rem; height: 4px; background: #cba328; margin-top: 1.25rem; border-radius: 2px; }
.lynb-value__list { display: flex; flex-direction: column; gap: 1.85rem; }
.lynb-value__item { display: flex; gap: 1.1rem; align-items: flex-start; }
.lynb-value__icon {
  width: 2.5rem; height: 2.5rem; border-radius: 0.85rem; background: #fff;
  border: 1px solid #ebe8e4; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: #054f42; box-shadow: 0 2px 8px -4px rgb(0 0 0 / 0.05);
}
.lynb-value__icon svg { width: 1.1rem; height: 1.1rem; }
.lynb-value__item h3 { font-size: 0.95rem; font-weight: 700; color: #2d3748; margin: 0 0 0.35rem; }
.lynb-value__item p { font-size: 0.825rem; color: #6b7280; line-height: 1.55; margin: 0; }

/* Packages */
.lynb-pkgs {
  display: grid; gap: 1.5rem; grid-template-columns: 1fr; max-width: 64rem; margin: 0 auto;
}
@media (min-width: 768px) { .lynb-pkgs { grid-template-columns: 1fr 1fr 1fr; } }
.lynb-pkg {
  position: relative; background: #fff; border: 1px solid #ebe8e4; border-radius: 2.5rem;
  padding: 1.65rem; display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 0 6px 18px -8px rgb(0 0 0 / 0.06); transition: all 0.25s;
}
.lynb-pkg.is-active {
  border-color: #cba328; box-shadow: 0 0 0 4px rgb(203 163 40 / 0.05), 0 12px 30px -12px rgb(203 163 40 / 0.2);
  transform: scale(1.02);
}
.lynb-pkg:hover { box-shadow: 0 12px 28px -10px rgb(0 0 0 / 0.1); }
.lynb-pkg__pop {
  position: absolute; top: -0.75rem; left: 50%; transform: translateX(-50%);
  background: #cba328; color: #1c100b; font-size: 0.6rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em; padding: 0.3rem 0.75rem;
  border-radius: 999px; box-shadow: 0 4px 10px -2px rgb(203 163 40 / 0.3);
}
.lynb-pkg__head { text-align: center; padding-bottom: 1rem; border-bottom: 1px solid #f5f5f4; }
.lynb-pkg__tag {
  display: block; font-size: 0.65rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.05em; color: #9ca3af;
}
.lynb-pkg__head h3 {
  font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: #054f42; margin: 0.5rem 0 0;
}
.lynb-pkg__desc {
  font-size: 0.78rem; color: #6b7280; line-height: 1.55; margin: 0.55rem 0 0;
}
.lynb-pkg__price {
  font-family: var(--font-serif); font-size: 1.65rem; font-weight: 900; color: #2d3748; margin-top: 0.65rem;
}
.lynb-pkg__feat { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.lynb-pkg__feat li {
  display: flex; gap: 0.5rem; font-size: 0.825rem; color: #475569; line-height: 1.4;
}
.lynb-pkg__feat li svg { width: 1rem; height: 1rem; color: #054f42; flex-shrink: 0; margin-top: 0.1rem; }
.lynb-note {
  text-align: center; font-size: 0.75rem; color: #9ca3af; font-style: italic; margin: 1.5rem 0 0;
}

/* Steps - timeline perfectly centered */
.lynb-steps {
  position: relative; max-width: 42rem; margin: 0 auto; padding-left: 2.75rem;
  border-left: 1.5px solid rgb(203 163 40 / 0.28); display: flex; flex-direction: column; gap: 2.75rem;
}
.lynb-step { position: relative; }
.lynb-step__n {
  position: absolute; left: -3.75rem; top: 0.1rem; width: 2rem; height: 2rem; border-radius: 999px;
  background: #054f42; color: #fff; font-size: 0.75rem; font-weight: 800; display: flex;
  align-items: center; justify-content: center; border: 2px solid #fff; box-shadow: 0 0 0 1.5px rgb(203 163 40 / 0.35), 0 2px 8px -2px rgb(0 0 0 / 0.14);
}
.lynb-step h3 {
  font-family: var(--font-serif); font-size: 1.05rem; font-weight: 700; color: #2d3748; margin: 0 0 0.35rem; line-height:1.3;
}
.lynb-step p { font-size: 0.85rem; color: #6b7280; line-height: 1.6; margin: 0; }

/* Testimonials */
.lynb-testi { max-width: 42rem; margin: 0 auto; display: flex; flex-direction: column; gap: 2.5rem; }
.lynb-testi__card {
  margin: 0; text-align: center; padding: 0 1rem;
}
@media (min-width: 768px) { .lynb-testi__card { text-align: left; } }
.lynb-testi__card p {
  font-family: var(--font-serif); font-size: 1.05rem; font-style: italic; font-weight: 300;
  color: #6b7280; line-height: 1.7; margin: 0 0 1rem;
}
.lynb-testi__card footer { display: flex; align-items: center; justify-content: center; gap: 0.65rem; }
@media (min-width: 768px) { .lynb-testi__card footer { justify-content: flex-start; } }
.lynb-testi__av-wrap {
  width: 2.75rem; height: 2.75rem; min-width: 2.75rem; min-height: 2.75rem;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
  border: 2px solid rgb(217 160 91 / 0.35); background: #f5f5f4;
  position: relative; display: block; aspect-ratio: 1 / 1;
}
.lynb-testi__av,
.lynb-testi__av-wrap img {
  position: absolute; inset: 0;
  width: 100% !important; height: 100% !important;
  max-width: none !important; object-fit: cover !important;
  object-position: top center !important; display: block;
}
.lynb-testi__card footer strong { display: block; font-size: 0.85rem; color: #2d3748; }
.lynb-testi__card footer span {
  display: block; font-size: 0.7rem; font-weight: 700; color: #cba328; text-transform: uppercase; letter-spacing: 0.05em;
}

/* CTA band */
.lynb-cta {
  background: #1c100b; color: #fff; text-align: center; padding: 3.5rem 1.25rem;
  position: relative; overflow: hidden;
}
.lynb-cta__inner { position: relative; z-index: 1; max-width: 48rem; margin: 0 auto; }
.lynb-cta::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at bottom, rgba(207, 174, 128, 0.08) 0%, transparent 60%);
}
.lynb-cta h2 {
  font-family: var(--font-serif); font-size: clamp(1.65rem, 3.5vw, 2.35rem); font-weight: 300;
  margin: 0 0 1rem; line-height: 1.25;
}
.lynb-cta h2 em { font-style: italic; color: #cba328; }
.lynb-cta p {
  font-size: 0.95rem; color: rgb(254 243 199 / 0.7); max-width: 36rem; margin: 0 auto 1.5rem; line-height: 1.7; font-weight: 300;
}
.lynb-cta__actions { display: flex; flex-direction: column; align-items: center; gap: 0.85rem; }
@media (min-width: 640px) { .lynb-cta__actions { flex-direction: row; justify-content: center; } }
.lynb-cta__tel { color: #fff; font-weight: 600; font-size: 0.875rem; text-decoration: underline; }

/* FAQ */
.lynb-faq { max-width: 42rem; margin: 0 auto; display: flex; flex-direction: column; gap: 0.65rem; }
.lynb-faq__item { background: #fff; border: 1px solid #ebe8e4; border-radius: 0.85rem; overflow: hidden; }
.lynb-faq__q {
  width: 100%; padding: 0.85rem 1.1rem; display: flex; justify-content: space-between; align-items: center;
  background: transparent; border: none; font: inherit; font-size: 0.875rem; font-weight: 700;
  color: #2d3748; text-align: left; cursor: pointer; transition: background 0.15s;
}
.lynb-faq__q:hover { background: #faf8f5; }
.lynb-faq__icon { color: #054f42; font-size: 1.1rem; font-weight: 400; }
.lynb-faq__item.is-open .lynb-faq__icon { transform: rotate(45deg); display: inline-block; }
.lynb-faq__a { padding: 0 1.1rem 0.95rem; }
.lynb-faq__a p { margin: 0; font-size: 0.825rem; color: #6b7280; line-height: 1.6; }

/* Form tweaks for nama bayi variant */
.lynb-upper { text-transform: uppercase; }
.lynb-submit { background: #054f42; }
.lynb-submit:hover { background: #043e34; }
.lynb-sticky .lyd-sticky__text strong { color: #054f42; }
.lynb-sticky__btn { background: #054f42; }
.lynb-sticky__btn:hover { background: #043e34; }

