﻿/* ponytail: Google Fonts blocked by CSP, using system fonts */

:root {
  --red: #B91C1C; --red-light: #DC2626; --red-dark: #7F1D1D;
  --gold: #CA8A04; --gold-light: #EAB308;
  --bg: #FAFAFA; --white: #FFFFFF;
  --text: #1A1A1A; --text-light: #525252; --text-muted: #9B9B9B;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Segoe UI', system-ui, sans-serif; }
img { max-width: 100%; }
a { text-decoration: none; color: var(--red); }

/* ===== NAV ===== */
.nav { background: var(--red-dark); color: #fff; padding: .8rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; position: sticky; top: 0; z-index: 20; box-shadow: 0 2px 12px rgba(0,0,0,.15); }
.nav .brand { font-weight: 800; color: var(--gold-light); font-size: 1.05rem; letter-spacing: .02em; }
.nav .links { display: flex; gap: 1.1rem; align-items: center; flex-wrap: wrap; }
.nav .links a { color: rgba(255,255,255,.85); font-size: .92rem; font-weight: 600; transition: color .15s; }
.nav .links a:hover, .nav .links a.active { color: var(--gold-light); }

/* ===== PAGE HEAD ===== */
.page-head { background: var(--red-dark); color: #fff; padding: 0 1.4rem; line-height: 1.2; }
.page-head h1 { font-size: .92rem; color: #fff; border-left: 4px solid var(--gold); padding-left: .7rem; line-height: 1.25; }
.page-head p { color: rgba(255,255,255,.85); max-width: 640px; padding-left: 1.1rem; font-size: .7rem; display: inline-block; }

/* ===== HERO NEW ===== */
.hero-new { background: var(--red-dark); color: #fff; padding: 6rem 1.4rem 4rem; text-align: center; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.hero-new-inner { max-width: 720px; margin: 0 auto; }
.hero-eyebrow { display: inline-block; background: rgba(255,255,255,.12); color: var(--gold-light); font-weight: 700; font-size: .75rem; padding: .3rem 1rem; border-radius: 20px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1.2rem; }
.hero-headline { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 1rem; }
.hero-desc { color: rgba(255,255,255,.8); font-size: 1.05rem; max-width: 560px; margin: 0 auto 2rem; line-height: 1.6; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.hero-stat { text-align: center; }
.hero-stat-num { display: block; font-size: 2rem; font-weight: 800; color: var(--gold-light);   font-family: 'Segoe UI', system-ui, sans-serif; }
.hero-stat-label { display: block; color: rgba(255,255,255,.65); font-size: .82rem; margin-top: .2rem; }
.hero-cta { display: inline-block; background: var(--gold); color: var(--red-dark); font-weight: 700; padding: .7rem 2rem; border-radius: 8px; font-size: .95rem; transition: background .15s; }
.hero-cta:hover { background: var(--gold-light); }
.hero-social { display: flex; align-items: center; justify-content: center; gap: .6rem; margin-top: 1.5rem; }
.hero-stars { color: var(--gold-light); font-size: 1.1rem; letter-spacing: .1em; }
.hero-rating { color: rgba(255,255,255,.6); font-size: .85rem; }

/* ===== SHOWCASE (below hero) ===== */
.showcase { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.showcase-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.showcase-card { position: relative; display: block; border-radius: 12px; overflow: hidden; height: 280px; }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 50%, transparent 100%); }
.showcase-card h3 { position: absolute; bottom: 20px; left: 24px; right: 24px; color: #fff; font-size: 1.15rem; font-weight: 700; line-height: 1.3; z-index: 1; }
.showcase-content { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.showcase-intro { background: #fff; border-radius: 12px; padding: 2rem 1.8rem; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 220px; }
.showcase-intro p { color: var(--text-light); font-size: 1.05rem; line-height: 1.7; font-style: italic; max-width: 420px; }
.showcase-stats { background: #fff; border-radius: 12px; padding: 1.6rem 1.8rem; }
.showcase-stats h4 { color: var(--red-dark); font-size: 1rem; font-weight: 700; margin-bottom: 1.2rem; }
.sbar { margin-bottom: 1rem; }
.sbar:last-child { margin-bottom: 0; }
.sbar-label { display: block; color: var(--text-light); font-size: .88rem; font-weight: 600; margin-bottom: .35rem; }
.sbar-track { width: 100%; height: 10px; background: #f0f0f0; border-radius: 10px; overflow: hidden; }
.sbar-fill { height: 100%; border-radius: 10px; transition: width .8s ease; }
.sbar-red { background: linear-gradient(90deg, #B91C1C, #DC2626); }
.sbar-gold { background: linear-gradient(90deg, #CA8A04, #EAB308); }
.sbar-green { background: linear-gradient(90deg, #16A34A, #22C55E); }

/* ===== WHY SECTION (creative) ===== */
.why-section { position: relative; padding: 4rem 0; overflow: hidden; background: #f8f7f4; }
.why-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1400&q=40') center/cover no-repeat;
  opacity: .07;
}
.why-wrap { position: relative; z-index: 1; text-align: center; }
.why-badge {
  display: inline-block; background: rgba(0,0,0,.06); color: var(--red-dark);
  font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  padding: .4rem 1.2rem; border-radius: 20px; margin-bottom: 1rem;
}
.why-title { color: var(--red-dark); font-size: 1.8rem; font-weight: 800; margin: 0 0 2.2rem; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 2.5rem; }
.why-card {
  background: rgba(255,255,255,.85); backdrop-filter: blur(6px);
  border-radius: 14px; padding: 2rem 1.3rem 1.8rem;
  text-align: center; transition: transform .2s, box-shadow .2s;
}
.why-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.why-icon {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--accent) 12%, transparent); color: var(--accent);
}
.why-icon svg { width: 26px; height: 26px; }
.why-card h3 { color: var(--red-dark); font-size: 1rem; font-weight: 700; margin: 0 0 .5rem; }
.why-card p { color: var(--text-muted); font-size: .82rem; line-height: 1.55; margin: 0; }
.why-cta {
  display: inline-block; background: var(--red); color: #fff; font-weight: 700; font-size: .95rem;
  padding: .85rem 2.4rem; border-radius: 30px; text-decoration: none;
  transition: background .2s, transform .15s;
}
.why-cta:hover { background: var(--red-dark); transform: translateY(-2px); }

/* ===== ABOUT SECTION (overlap layout) ===== */
.about-section { position: relative; padding: 4rem 0 4.5rem; overflow: hidden; background: #f8f7f4; }
.about-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1400&q=40') center/cover no-repeat;
  opacity: .06;
}
.about-wrap { position: relative; z-index: 1; text-align: center; }
.about-badge {
  display: inline-block; background: rgba(0,0,0,.06); color: var(--red-dark);
  font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  padding: .4rem 1.2rem; border-radius: 20px; margin-bottom: 1rem;
}
.about-title { color: var(--red-dark); font-size: 1.8rem; font-weight: 800; margin: 0 0 2.5rem; }
.about-content { position: relative; max-width: 960px; margin: 0 auto; }
.about-image {
  width: 55%; height: 340px; border-radius: 14px; overflow: hidden;
  position: relative; z-index: 1;
}
.about-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-card {
  position: absolute; right: 0; bottom: -20px; width: 60%;
  background: #fff; border-radius: 14px; padding: 2rem 2rem 1.8rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.08); z-index: 2;
  text-align: left;
}
.about-card p { color: var(--text-light); font-size: .95rem; line-height: 1.7; margin: 0 0 1.3rem; }
.about-cta {
  display: inline-block; background: var(--red); color: #fff; font-weight: 700; font-size: .9rem;
  padding: .7rem 1.8rem; border-radius: 30px; text-decoration: none;
  transition: background .2s, transform .15s;
}
.about-cta:hover { background: var(--red-dark); transform: translateY(-2px); }

/* ===== SERVICES SECTION ===== */
.services-section { padding: 4rem 0; background: #fff; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.services-wrap { text-align: center; }
.services-badge {
  display: inline-block; background: rgba(0,0,0,.05); color: var(--red-dark);
  font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  padding: .4rem 1.2rem; border-radius: 20px; margin-bottom: 1rem;
}
.services-title { color: var(--red-dark); font-size: 1.8rem; font-weight: 800; margin: 0 0 2.5rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.service-card {
  position: relative; display: block; height: 320px; border-radius: 14px;
  overflow: hidden; cursor: pointer; text-decoration: none;
}
.svc-default {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #f5f5f5; padding: 2rem 1.5rem;
  transition: opacity .35s ease;
}
.svc-icon {
  width: 60px; height: 60px; border-radius: 50%; margin-bottom: 1rem;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--red) 10%, transparent); color: var(--red);
}
.svc-icon svg { width: 28px; height: 28px; }
.svc-default h3 { color: var(--red-dark); font-size: 1.05rem; font-weight: 700; margin: 0 0 .4rem; }
.svc-default p { color: var(--text-muted); font-size: .85rem; margin: 0; }

.svc-hover {
  position: absolute; inset: 0; z-index: 1;
  opacity: 0; transition: opacity .35s ease;
}
.svc-hover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.svc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.25) 100%);
}
.svc-hover-content {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2rem 1.5rem; color: #fff;
}
.svc-hover-content h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 .4rem; color: #fff; }
.svc-hover-content p { font-size: .85rem; margin: 0 0 1.2rem; opacity: .9; }
.svc-btn {
  display: inline-block; background: #fff; color: var(--red-dark); font-size: .82rem; font-weight: 700;
  padding: .55rem 1.4rem; border-radius: 20px;
  transition: transform .2s, box-shadow .2s;
}
.svc-btn:hover { transform: scale(1.04); box-shadow: 0 4px 12px rgba(0,0,0,.2); }

.service-card:hover .svc-default { opacity: 0; }
.service-card:hover .svc-hover { opacity: 1; }
.service-card:hover .svc-hover img { transform: scale(1.05); }

/* ===== QUALITY & SPECIFICATION ===== */
.quality-section { position: relative; padding: 4rem 0; background: #f8f7f4; overflow: hidden; }
.quality-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1400&q=40') center/cover no-repeat;
  opacity: .05;
}
.quality-wrap { position: relative; z-index: 1; text-align: center; }
.quality-badge {
  display: inline-block; background: rgba(0,0,0,.05); color: var(--red-dark);
  font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  padding: .4rem 1.2rem; border-radius: 20px; margin-bottom: 1rem;
}
.quality-title { color: var(--red-dark); font-size: 1.8rem; font-weight: 800; margin: 0 0 2.5rem; line-height: 1.3; }

.quality-grid { display: grid; grid-template-columns: 1fr 220px 1fr; gap: 20px; align-items: start; text-align: left; }

.quality-images { position: relative; padding-bottom: 30px; }
.qi-main { border-radius: 14px; overflow: hidden; }
.qi-main img { width: 100%; height: 320px; object-fit: cover; display: block; border-radius: 14px; }
.qi-secondary {
  position: absolute; bottom: 0; right: -10px; width: 55%;
  border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.qi-secondary img { width: 100%; height: 140px; object-fit: cover; display: block; border-radius: 12px; }

.quality-tabs { display: flex; flex-direction: column; gap: 8px; padding-top: 20px; }
.qtab {
  display: block; width: 100%; padding: .85rem 1rem; border: none; border-radius: 10px;
  font-size: .88rem; font-weight: 600; cursor: pointer; text-align: left;
  background: #eaeaea; color: var(--text-light); transition: background .25s, color .25s;
}
.qtab:hover { background: #ddd; }
.qtab.active { background: var(--red-dark); color: #fff; }

.quality-panel { background: rgba(22,40,30,.88); border-radius: 14px; padding: 1.8rem 1.6rem; min-height: 300px; }
.qpanel { display: none; }
.qpanel.active { display: block; animation: fadeIn .3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.qpanel h4 { color: var(--gold-light); font-size: .95rem; font-weight: 700; margin: 0 0 .6rem; }
.qpanel h4:not(:first-child) { margin-top: 1.2rem; }
.qpanel ul { list-style: none; padding: 0; margin: 0 0 .3rem; }
.qpanel li { color: rgba(255,255,255,.85); font-size: .88rem; line-height: 1.6; padding-left: 1.1rem; position: relative; }
.qpanel li::before { content: ''; position: absolute; left: 0; top: .55rem; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }
.qpanel p { color: rgba(255,255,255,.85); font-size: .9rem; line-height: 1.7; margin: 0 0 .8rem; }
.qpanel p strong { color: #fff; }

@media (max-width: 720px) {
  .hero-new { padding: 4rem 1.1rem 3rem; min-height: auto; }
  .hero-headline { font-size: 1.8rem; }
  .hero-desc { font-size: .95rem; margin-bottom: 1.5rem; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
  .hero-stat-num { font-size: 1.5rem; }
  .hero-stat-label { font-size: .75rem; }
  .showcase-cards { grid-template-columns: 1fr; }
  .showcase-card { height: 220px; }
  .showcase-content { grid-template-columns: 1fr; }
  .showcase-intro { min-height: auto; padding: 1.5rem 1.2rem; }
  .showcase-intro p { font-size: .95rem; }
  .showcase-stats { padding: 1.2rem 1.2rem; }
}

/* ===== WRAPPER & SECTION ===== */
.wrap { max-width: 1000px; margin: 0 auto; padding: 2.5rem 1.4rem; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.section-head h2 { color: var(--red-dark); font-size: 1.4rem; border-left: 4px solid var(--gold); padding-left: .7rem; }
.section-head a { font-size: .9rem; font-weight: 600; }

/* ===== CARDS ===== */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.2rem; }
.card { background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden; transition: transform .15s, box-shadow .15s; display: block; }
.card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.card img.thumb { width: 100%; height: 170px; object-fit: cover; display: block; }
.card .body { padding: 1rem 1.1rem; }
.card h3 { color: var(--red-dark); font-size: 1.02rem; margin: .35rem 0; }
.card p { color: var(--text-light); font-size: .88rem; }
.card .meta { color: var(--text-muted); font-size: .78rem; }
.cat { display: inline-block; background: var(--red); color: #fff; font-size: .68rem; font-weight: 600; padding: .15rem .55rem; border-radius: 20px; margin-right: .25rem; }

/* ===== EVENT LIST ===== */
.evlist { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.ev { display: flex; gap: 1rem; align-items: center; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,.06); padding: 1rem 1.2rem; margin-bottom: .8rem; }
.ev-date { background: var(--red); color: #fff; border-radius: 8px; min-width: 62px; text-align: center; padding: .5rem .3rem; }
.ev-date b { display: block; font-size: 1.2rem; line-height: 1.1; }
.ev-date span { font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; opacity: .85; }
.ev-info { flex: 1; }
.ev-info h3 { color: var(--red-dark); font-size: 1rem; }
.ev-info .meta { color: var(--text-muted); font-size: .82rem; }

/* ===== ABOUT ===== */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.about .label { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; }
.about h2 { color: var(--red-dark); font-size: 1.6rem; margin: .4rem 0 .8rem; }
.about p { color: var(--text-light); margin-bottom: .6rem; }
.about img { border-radius: 12px; width: 100%; }
.about-desk-img { display: block; }
.about-mobile-img { display: none; }
.about-more { margin-top: .4rem; }
.about-more-summary { list-style: none; cursor: pointer; }
.about-more-summary::-webkit-details-marker { display: none; }
.about-more-summary p { color: var(--text-light); margin-bottom: .6rem; }
.about-more-btn {
  display: inline-flex; align-items: center; border: 1px solid var(--red);
  color: var(--red); background: #fff; border-radius: 20px; padding: .45rem 1.1rem;
  font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .15s;
}
.about-more-btn:hover { background: var(--red); color: #fff; }
.about-more-body { margin-top: .8rem; }
.about-more-body p { color: var(--text-light); margin-bottom: .6rem; }
.about-more-body img { border-radius: 12px; width: 100%; margin-top: .6rem; }
.about-more-foot { margin-top: 1rem; }
details[open] .about-more-summary { display: none; }

/* ===== GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .8rem; }
.gallery-grid img { height: 190px; width: 100%; object-fit: cover; border-radius: 8px; cursor: pointer; }
.g-video-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.08); cursor: pointer; }
.g-vthumb { position: relative; height: 190px; display: flex; align-items: center; justify-content: center; background: var(--red-dark); }
.g-vthumb img, .g-vthumb video { height: 190px; width: 100%; object-fit: cover; border-radius: 0; display: block; }
.g-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; padding-left: .2rem; border: 2px solid rgba(255,255,255,.8); }
.g-video-card:hover .g-play { background: var(--gold); color: #fff; }
.g-vcap { padding: .45rem .7rem; }
.g-vcap b { display: block; font-size: .9rem; color: var(--red-dark); }
.g-vcap span { font-size: .76rem; color: var(--text-muted); }

/* ===== ARTICLE ===== */
.article h2, .detail h1 { color: var(--red-dark); font-size: 1.7rem; line-height: 1.3; margin-bottom: .4rem; }
.article .meta, .detail .meta { color: var(--text-muted); font-size: .82rem; margin-bottom: 1rem; }
.article img, .detail img { display: block; width: 100% !important; max-width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; float: none !important; margin: 1rem 0; border-radius: 8px; cursor: zoom-in; }
.article iframe, .detail iframe, .video-embed { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 8px; display: block; margin: .8rem 0; }
.article h2, .article h3, .detail h2, .detail h3 { color: var(--red-dark); margin: 1.2rem 0 .5rem; }
.article blockquote, .detail blockquote { border-left: 4px solid var(--gold); padding: .4rem .9rem; color: var(--text-light); font-style: italic; margin: 1rem 0; }
.ev-info { font-style: normal; padding: .2rem 0; }
.ev-info span { display: inline-block; margin: .3rem .5rem .3rem 0; line-height: 1.4; }
.ev-info .tgl { background: #FEF3C7; color: #92400E; padding: .35rem .85rem; border-radius: 999px; font-size: .95rem; }
.ev-info .lok { background: #FEE2E2; color: #991B1B; padding: .35rem .85rem; border-radius: 999px; font-size: .95rem; }
.ev-info .wkt { color: var(--text-light); font-size: .95rem; }
.ev-divider { border: 0; border-top: 2px dashed var(--gold); margin: 1.2rem 0; }
.article ul, .article ol, .detail ul, .detail ol { padding-left: 1.5rem; margin: .5rem 0; }
.back { color: var(--red); font-size: .9rem; margin-bottom: 1rem; display: inline-block; }

/* ===== ARTICLE LAYOUT ===== */
.art-layout { display: grid; grid-template-columns: 1fr 300px; gap: 2rem; align-items: start; }
.art-layout .article { min-width: 0; grid-column: 1; grid-row: 1; }
.side { grid-column: 2; grid-row: 1 / span 2; position: sticky; top: 90px; display: grid; gap: 1.4rem; align-self: start; }
.related { grid-column: 1; grid-row: 2; margin-top: 2rem; }
.share { margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid #f0f0f0; display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; }
.share b { color: var(--red-dark); font-size: .9rem; }
.sh { display: inline-block; background: var(--bg); border: 1px solid #e5e5e5; color: var(--red); font-size: .82rem; font-weight: 600; padding: .35rem .9rem; border-radius: 20px; cursor: pointer; font-family: inherit; transition: all .15s; }
.sh:hover { background: var(--red); color: #fff; border-color: var(--red); }
.related .dlist.cols-3 { grid-template-columns: repeat(2, 1fr); }
.related .evlist { grid-template-columns: repeat(3, 1fr); }
.related .evlist .ev { flex-direction: column; align-items: stretch; gap: .5rem; padding: .8rem; margin-bottom: 0; }
.related .evlist .ev-date { align-self: flex-start; }
.related .evlist .ev p { display: none; }
.related .evlist .ev .meta { font-size: .75rem; }
.side-ad { width: 300px; height: 300px; background: #fff; border-radius: 10px; display: block; overflow: hidden; }
.side-ad img { width: 100%; height: 100%; object-fit: cover; display: block; }
.side-ev h3 { color: var(--red-dark); font-size: 1rem; border-left: 4px solid var(--gold); padding-left: .6rem; margin-bottom: .8rem; }
.side-ev .ditem { flex-direction: column; align-items: stretch; gap: 0; padding: 0; margin-bottom: .8rem; }
.side-ev .dthumb { width: 100%; min-height: 110px; }
.side-ev .dbody { padding: .6rem .7rem; }
.side-ev .dbody b { font-size: .88rem; }
.side-ev .ev { margin-bottom: .6rem; padding: .6rem .7rem; }
.side-ev .ev p { display: none; }
.side-ev .ev-date { min-width: 48px; }
.side-ev .ev-date b { font-size: 1rem; }
.side-ev .ev h3 { font-size: .88rem; }
.side-ev .ev .meta { font-size: .72rem; }
.side-ev .ev-date span { font-size: .6rem; }
.related { margin-top: 2rem; }
.related > h3 { color: var(--red-dark); font-size: 1.15rem; border-left: 4px solid var(--gold); padding-left: .7rem; margin-bottom: 1rem; }

/* ===== FORM ===== */
.form label { display: block; font-size: .88rem; font-weight: 600; color: var(--red-dark); margin: 1rem 0 .3rem; }
.form input, .form textarea { width: 100%; border: 1px solid #e5e5e5; border-radius: 8px; padding: .6rem .8rem; font: inherit; transition: border-color .15s; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--red); border-color: transparent; }
.btn { display: inline-block; background: var(--red); color: #fff; border: 0; border-radius: 8px; padding: .6rem 1.4rem; font: inherit; font-weight: 600; cursor: pointer; margin-top: 1rem; transition: background .15s; }
.btn:hover { background: var(--red-light); }

/* ===== KONTAK ===== */
.kontak-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.kontak-grid .info { background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,.06); padding: 1.4rem; }
.kontak-grid .info h3 { color: var(--red-dark); font-size: 1.05rem; margin-bottom: .8rem; }
.kontak-grid .info p { color: var(--text-light); margin-bottom: .4rem; }
.alert { border-radius: 8px; padding: .8rem 1rem; font-size: .9rem; margin-top: 1rem; }
.alert.ok { background: #FEE2E2; color: #991B1B; }
.alert.err { background: #FEE2E2; color: #B91C1C; }
.map-title { color: var(--red-dark); font-size: 1.1rem; border-left: 4px solid var(--gold); padding-left: .7rem; margin: 1.4rem 0 .6rem; }
.map-frame { width: 100%; height: 380px; border: 0; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }

.contact-detail { margin-top: 1.4rem; font-size: .9rem; color: var(--text-light); }
.contact-detail p { margin-bottom: .35rem; }
.contact-detail b { color: var(--red-dark); }
.alt { background: #fff; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }

/* ===== DIRECTORY ===== */
.direct .section-head { margin-bottom: 1.2rem; }
.dir-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1rem; }
.dir-tile {
  background: #fff; border-radius: 12px; padding: 1.2rem 1rem; text-align: center;
  border: 1px solid #f0f0f0; transition: transform .15s, box-shadow .15s, border-color .15s;
}
.dir-tile:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.dir-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%; background: var(--red-dark); color: var(--gold-light);
}
.dir-icon svg { width: 27px; height: 27px; }
.dir-tile b { display: block; margin-top: .7rem; color: var(--red-dark); font-size: .95rem; }
.dir-tile p { color: var(--text-muted); font-size: .78rem; margin-top: .2rem; }

/* ===== LIST ITEMS ===== */
.dlist { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.dlist.cols-3 { grid-template-columns: repeat(3, 1fr); }
.dlist.cols-3 .ditem { flex-direction: column; align-items: stretch; gap: 0; padding: 0; }
.dlist.cols-3 .dthumb { width: 100%; min-height: 170px; }
.dlist.cols-3 .dbody { padding: 1rem 1.1rem; align-self: auto; }

.pager { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.pager span { color: var(--text-muted); font-size: .9rem; }
.pager .btn { margin-top: 0; }
.pager .btn[disabled] { opacity: .45; cursor: default; }
.ditem {
  display: flex; align-items: stretch; gap: 1.1rem; background: #fff;
  border: 1px solid #f0f0f0; border-radius: 10px; overflow: hidden;
  transition: transform .15s, border-color .15s, box-shadow .15s;
}
.ditem:hover { transform: translateX(4px); border-color: var(--gold); box-shadow: 0 8px 20px rgba(0,0,0,.06); }
.dthumb { width: 180px; flex-shrink: 0; background: #f0f0f0; min-height: 88px; aspect-ratio: 4 / 3; }
.dthumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dbody { flex: 1; min-width: 0; align-self: center; padding: 1rem 1.1rem 1rem 0; }
.dbody b { display: block; color: var(--red-dark); font-size: 1rem; }
.dbody .meta { color: var(--text-muted); font-size: .78rem; }

.empty { color: var(--text-muted); text-align: center; padding: 2rem 0; }

/* ===== LIGHTBOX ===== */
.lb { position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 99; align-items: center; justify-content: center; }
.lb-main img { max-width: 82vw; max-height: 74vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lb-main iframe { width: min(88vw, 1000px); aspect-ratio: 16 / 9; border: 0; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); background: #000; }
.lb-main video { max-width: 88vw; max-height: 74vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); background: #000; }
.lb-cap { position: absolute; bottom: 1.3rem; left: 0; right: 0; text-align: center; color: #fff; padding: 0 1rem; }
.lb-cap b { display: block; font-size: 1.05rem; }
.lb-cap span { font-size: .85rem; color: rgba(255,255,255,.65); }
.lb-count { position: absolute; top: 1.1rem; left: 1.2rem; color: rgba(255,255,255,.7); font-size: .85rem; }
.lb-close {
  position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,.15); color: #fff; font-size: 1.4rem; cursor: pointer; line-height: 1;
}
.lb-close:hover { background: var(--red); }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.1); color: #fff;
  font-size: 1.7rem; cursor: pointer; line-height: 1;
}
.lb-nav:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.lb-nav.prev { left: 1rem; }
.lb-nav.next { right: 1rem; }
@media (max-width: 720px) {
  .lb-main img { max-width: 90vw; max-height: 64vh; }
  .lb-nav { width: 42px; height: 42px; font-size: 1.4rem; }
  .lb-nav.prev { left: .4rem; }
  .lb-nav.next { right: .4rem; }
}

/* ===== MOBILE NAV ===== */
.m-nav { display: none; }
.wa-float { display: none; }

/* ===== FOOTER ===== */
footer { background: var(--red-dark); color: rgba(255,255,255,.85); padding: 2rem 1.4rem; margin-top: 2rem; }
footer .wrap { padding: 0; }
footer .tagline { color: var(--gold-light); font-weight: 700; }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-top: 1rem; }
footer h4 { color: #fff; margin-bottom: .5rem; font-size: .9rem; }
footer a, footer p { color: rgba(255,255,255,.8); font-size: .88rem; }
footer .copyright { border-top: 1px solid rgba(255,255,255,.15); margin-top: 1.5rem; padding-top: 1rem; font-size: .8rem; color: rgba(255,255,255,.55); text-align: center; }

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 720px) {
  .nav { padding: .7rem 1rem; gap: .5rem; justify-content: center; }
  .nav .links { display: none; }
  .wrap { padding: 2rem 1.1rem; }
  .page-head { padding: 0 1.1rem; }
  .page-head h1 { font-size: .82rem; }
  .page-head p { font-size: .62rem; }
  .section-head h2 { font-size: 1.2rem; }
  .about { grid-template-columns: 1fr; }
  .about-desk-img { display: none; }
  .about.no-acc .about-desk-img { display: block; }
  .about-mobile-img { display: block; }
  .footer .cols, footer .cols { grid-template-columns: 1fr; }
  .kontak-grid { grid-template-columns: 1fr; }
  .map-frame { height: 280px; }
  .art-layout { grid-template-columns: 1fr; }
  .art-layout .article, .side, .related { grid-column: auto; grid-row: auto; }
  .side { display: block; position: static; }
  .side-ad { width: 100%; margin-bottom: 1.4rem; }
  .side-ev .ev { margin-bottom: .6rem; }
  .related { margin-top: 1.5rem; }
  .ev { padding: .8rem .9rem; }
  .evlist { grid-template-columns: 1fr; }
  .dlist { grid-template-columns: 1fr; }
  .dlist.cols-3 { grid-template-columns: 1fr; }
  .dlist.cols-3 .dthumb { min-height: 170px; }
  .dir-grid { grid-template-columns: repeat(2, 1fr); gap: .7rem; }
  .dir-tile { padding: 1rem .8rem; }
  .dir-icon { width: 46px; height: 46px; }
  .dir-icon svg { width: 23px; height: 23px; }
  .dir-tile:last-child:nth-child(odd) { grid-column: span 2; }
  .dthumb { width: 120px; min-height: 68px; }
  .ditem { gap: .8rem; }
  .dbody { padding: .75rem .9rem .75rem 0; }
  .dlist { grid-template-columns: 1fr; }
  .gallery-grid img, .g-vthumb img { height: 150px; }
  .g-vthumb { height: 150px; }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .5rem; }

  .why-section { padding: 2.5rem 0; }
  .why-title { font-size: 1.4rem; }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .why-card { padding: 1.4rem 1rem 1.2rem; }
  .why-icon { width: 48px; height: 48px; }
  .why-icon svg { width: 22px; height: 22px; }
  .why-cta { font-size: .88rem; padding: .75rem 1.8rem; }
  .about-section { padding: 3rem 0 4rem; }
  .about-title { font-size: 1.4rem; }
  .about-image { width: 100%; height: 260px; }
  .about-card { width: 85%; bottom: -15px; padding: 1.5rem; }
  .about-card p { font-size: .9rem; }
  .services-section { padding: 3rem 0; }
  .services-title { font-size: 1.4rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .service-card { height: 280px; }
  .services-grid .service-card:last-child { grid-column: span 2; height: 240px; }
  .quality-grid { grid-template-columns: 1fr; gap: 16px; }
  .quality-images { padding-bottom: 0; }
  .qi-main img { height: 240px; }
  .qi-secondary { position: relative; right: 0; width: 55%; margin-top: -40px; margin-left: auto; }
  .qi-secondary img { height: 110px; }
  .quality-tabs { flex-direction: row; padding-top: 0; }
  .qtab { text-align: center; font-size: .82rem; padding: .7rem .8rem; }
  .quality-panel { padding: 1.3rem 1.2rem; min-height: auto; }

  body { padding-bottom: 66px; }
  .m-nav {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--red-dark); border-top: 1px solid rgba(255,255,255,.12);
    padding: .4rem 0 calc(.4rem + env(safe-area-inset-bottom)); z-index: 50;
  }
  .m-nav a {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: .18rem;
    color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 600; text-align: center;
  }
  .m-nav a svg { width: 23px; height: 23px; color: var(--gold-light); }
  .m-nav a.active { color: #fff; }
  .m-nav a.active svg { color: var(--gold-light); }
  .wa-float {
    display: flex; position: fixed; right: 1rem; bottom: 5.4rem; width: 52px; height: 52px;
    background: #25d366; border-radius: 50%; align-items: center; justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,.28); z-index: 60;
  }
  .wa-float svg { width: 30px; height: 30px; color: #fff; }
}

/* ===== STATS ===== */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat { text-align: center; background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; padding: 1.2rem 1rem; }
.stat b { display: block; font-size: 1.7rem; color: var(--red);   font-family: 'Segoe UI', system-ui, sans-serif; }
.stat span { color: var(--text-muted); font-size: .8rem; }

/* ===== FEATURES ===== */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feat { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; padding: 1.2rem 1.3rem; }
.feat h3 { color: var(--red-dark); font-size: 1rem; margin-bottom: .3rem; }
.feat p { color: var(--text-light); font-size: .88rem; }

/* ===== PRODUCTS ===== */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.2rem; }
.pcard { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .15s, box-shadow .15s; }
.pcard:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.pcard img { width: 100%; height: 190px; object-fit: cover; display: block; }
.pcard .pc-body { padding: 1rem 1.1rem; }
.pcard h3 { color: var(--red-dark); font-size: 1.05rem; margin: .35rem 0 .2rem; }
.pcard .pc-type { color: var(--text-light); font-size: .85rem; margin: .3rem 0; }
.pcard .pc-cat { display: inline-block; background: var(--red); color: #fff; font-size: .68rem; font-weight: 600; padding: .15rem .55rem; border-radius: 20px; }
.pcard .pc-cat.komersil { background: var(--gold); color: #fff; }
.pcard .pc-cat.ongoing { background: var(--text-light); }
.pcard p { color: var(--text-muted); font-size: .84rem; }

/* ===== PRICE TABLE ===== */
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.price-table th { background: var(--red); color: #fff; text-align: left; padding: .7rem 1rem; font-size: .85rem; }
.price-table td { padding: .7rem 1rem; border-bottom: 1px solid #f0f0f0; color: var(--text-light); font-size: .9rem; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td b { color: var(--red-dark); }
.pembelian-note { background: #FEFCE8; border: 1px solid #FDE68A; border-radius: 12px; padding: 1.2rem 1.4rem; margin-top: 1.5rem; color: #854D0E; font-size: .92rem; }
.pembelian-note b { color: var(--red-dark); }

/* ===== TEAM ===== */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.2rem; }
.team { text-align: center; background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; padding: 1.4rem 1rem; }
.team img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; margin: 0 auto .8rem; display: block; }
.team b { display: block; color: var(--red-dark); font-size: .98rem; }
.team span { color: var(--text-muted); font-size: .8rem; }

/* ===== CTA BAND ===== */
.cta-band { background: linear-gradient(135deg, var(--red-dark), var(--red)); color: #fff; border-radius: 14px; padding: 2.2rem 2rem; text-align: center; margin-top: 1rem; }
.cta-band h3 { color: #fff; font-size: 1.3rem; margin-bottom: .4rem; }
.cta-band p { color: rgba(255,255,255,.88); margin-bottom: .4rem; }
.cta-band .btn { background: var(--gold); color: #fff; }
.cta-band .btn:hover { background: var(--gold-light); }

.section-sub { color: var(--text-muted); font-size: .9rem; margin: -.8rem 0 1.4rem; }
@media (max-width: 720px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: 1fr; }
  .price-table { font-size: .82rem; }
}
@media (max-width: 480px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-title { font-size: 1.25rem; }
  .about-image { width: 100%; height: 220px; }
  .about-card { position: relative; width: 100%; bottom: 0; margin-top: 1rem; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid .service-card:last-child { grid-column: span 1; }
  .service-card { height: 240px; }
  .quality-tabs { flex-direction: column; }
  .qi-secondary { width: 50%; }
}
