:root {
    --bg: #111111;
    --panel: #1d1d1d;
    --panel-soft: #262626;
    --text: #f5f1e8;
    --muted: #c8bfae;
    --accent: #d19a5a;
    --border: #3a342d;
    --danger: #c95b5b;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
* { box-sizing: border-box; }
body { margin: 0; background: linear-gradient(180deg, #0d0d0d 0%, #1a1816 100%); color: var(--text); font-family: Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header, .site-footer { background: rgba(10, 10, 10, 0.88); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.site-footer { border-top: 1px solid var(--border); border-bottom: 0; margin-top: 32px; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; gap: 18px; }
.brand, h1, h2, h3, .footer-title, .footer-heading, .hero-title-home { font-family: Georgia, "Times New Roman", serif; }
.brand { font-size: 1.4rem; font-weight: 700; }
.nav-links { display: flex; gap: 18px; font-size: 0.95rem; flex-wrap: wrap; }
.brand-with-logo { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 56px; height: 56px; object-fit: contain; border-radius: 14px; background: rgba(255,255,255,0.04); padding: 4px; }
.brand-text { display: inline-block; }
.footer-logo { width: min(100%, 300px); height: auto; object-fit: contain; margin-bottom: 16px; filter: drop-shadow(0 10px 24px rgba(0,0,0,0.2)); }
.nav-links a:hover, .footer-links a:hover { color: var(--accent); }
.page-hero-simple { padding: 56px 0 18px; }
.hero-slider-home { position: relative; overflow: hidden; min-height: 92vh; border-bottom: 1px solid rgba(255,255,255,0.08); background: #0d0908; box-shadow: 0 24px 80px rgba(0,0,0,0.28); }
.hero-stage-home { position: absolute; inset: 0; }
.hero-slide-home { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 1.1s ease; }
.hero-slide-home.is-active { opacity: 1; pointer-events: auto; }
.hero-slide-media-home, .hero-slide-media-home img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide-media-home img { object-fit: cover; transform: scale(1.02); transition: transform 6s ease; filter: saturate(1.05) contrast(1.02); }
.hero-slide-home.is-active .hero-slide-media-home img { transform: scale(1.12); }
.hero-slide-overlay-home { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 7, 6, 0.08) 0%, rgba(10, 7, 6, 0.32) 32%, rgba(7, 5, 5, 0.86) 100%), radial-gradient(circle at 18% 24%, rgba(216, 173, 115, 0.22), transparent 34%), radial-gradient(circle at 82% 72%, rgba(255, 235, 210, 0.10), transparent 28%); z-index: 1; }
.hero-slide-glow { position: absolute; border-radius: 999px; filter: blur(18px); opacity: 0.4; z-index: 1; }
.hero-slide-glow-left { width: 280px; height: 280px; left: -60px; top: 110px; background: radial-gradient(circle, rgba(209,154,90,0.45) 0%, rgba(209,154,90,0) 70%); }
.hero-slide-glow-right { width: 360px; height: 360px; right: -80px; bottom: 40px; background: radial-gradient(circle, rgba(255,232,200,0.2) 0%, rgba(255,232,200,0) 70%); }
.hero-content-home-wrap { position: relative; z-index: 2; min-height: 92vh; display: flex; align-items: flex-end; padding: 34px 0 132px; }
.hero-content-home { max-width: 760px; display: grid; gap: 18px; opacity: 0; transform: translateY(22px); transition: opacity 0.8s ease, transform 0.8s ease; }
.hero-slide-home.is-active .hero-content-home { opacity: 1; transform: translateY(0); }
.hero-kicker-home { display: inline-flex; width: fit-content; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); background: rgba(14, 10, 9, 0.30); backdrop-filter: blur(10px); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.hero-title-home { font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: 0.95; letter-spacing: -0.03em; text-wrap: balance; margin: 0; }
.hero-subtitle-home { max-width: 640px; color: #decdb8; font-size: clamp(1rem, 2.2vw, 1.2rem); line-height: 1.75; }
.hero-actions-home { display: flex; gap: 14px; flex-wrap: wrap; padding-top: 10px; }
.hero-button-home, .btn { display: inline-flex; align-items: center; justify-content: center; min-width: 158px; padding: 14px 20px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 700; transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease; }
.hero-button-home:hover, .btn:hover, .service-card:hover, .video-card:hover, .masonry-item:hover { transform: translateY(-2px); }
.hero-button-home.primary, .btn { background: var(--accent); color: #26170c; }
.hero-button-home.secondary, .btn.secondary { background: rgba(255,255,255,0.06); color: var(--text); border-color: rgba(255,255,255,0.18); backdrop-filter: blur(10px); }
.hero-nav-home { position: absolute; inset: 50% 18px auto; z-index: 3; display: flex; justify-content: space-between; transform: translateY(-50%); pointer-events: none; }
.hero-arrow-home { pointer-events: auto; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); background: rgba(10,7,6,0.32); color: var(--text); backdrop-filter: blur(12px); cursor: pointer; transition: transform 0.25s ease, background 0.25s ease; font-size: 2rem; }
.hero-arrow-home:hover { transform: scale(1.05); background: rgba(25,18,16,0.60); }
.hero-progress-home { position: absolute; left: clamp(20px, 4vw, 52px); right: clamp(20px, 4vw, 52px); bottom: 126px; height: 2px; z-index: 4; background: rgba(255,255,255,0.12); overflow: hidden; border-radius: 999px; }
.hero-progress-bar-home { width: 100%; height: 100%; transform-origin: left center; transform: scaleX(0); background: linear-gradient(90deg, rgba(216,173,115,0.36), rgba(216,173,115,1)); }
@keyframes heroProgressFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-thumbnails-home-wrap { position: absolute; left: 0; right: 0; bottom: 28px; z-index: 4; padding: 0 clamp(18px, 4vw, 48px); }
.hero-thumbnails-home { display: flex; gap: 12px; overflow-x: auto; padding: 10px 2px 6px; scrollbar-width: thin; scrollbar-color: rgba(216,173,115,0.5) transparent; }
.hero-thumbnails-home::-webkit-scrollbar { height: 8px; }
.hero-thumbnails-home::-webkit-scrollbar-thumb { background: rgba(216,173,115,0.4); border-radius: 999px; }
.hero-thumb-home { flex: 0 0 110px; padding: 0; border: 1px solid rgba(255,255,255,0.10); border-radius: 18px; overflow: hidden; background: rgba(11,8,8,0.72); cursor: pointer; box-shadow: 0 10px 35px rgba(0,0,0,0.22); transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.hero-thumb-home.is-active { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(216,173,115,0.28), 0 18px 36px rgba(0,0,0,0.28); }
.hero-thumb-home img { width: 100%; height: 76px; object-fit: cover; display: block; }
.hero-thumb-label-home { display: block; padding: 8px 10px 10px; font-size: 0.76rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.3em; color: var(--accent); font-size: 0.8rem; margin-bottom: 18px; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); margin: 0 0 18px; }
h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 16px; }
h3 { margin: 0 0 10px; }
.lead, .section-copy { color: #ede1cf; font-size: 1.1rem; line-height: 1.7; }
.section { padding: 56px 0; }
.section-soft { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); }
.section-heading { max-width: 760px; margin-bottom: 22px; }
.panel { background: rgba(29, 29, 29, 0.9); border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid, .video-grid, .instagram-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.service-card, .video-card { border: 1px solid var(--border); border-radius: 22px; overflow: hidden; background: rgba(23,20,18,0.9); box-shadow: var(--shadow); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-image-wrap { height: 240px; background: #171311; overflow: hidden; }
.service-image-wrap img, .video-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.service-card:hover img, .video-card:hover > img, .category-item:hover img, .instagram-item:hover img, .masonry-item:hover img { transform: scale(1.06); }
.service-icon-fallback { height: 100%; display: grid; place-items: center; font-size: 4rem; }
.service-card-body, .video-card-body { padding: 18px; }
.service-icon { font-size: 1.4rem; margin-bottom: 8px; }
.masonry-grid { columns: 3 240px; column-gap: 18px; }
.masonry-item { width: 100%; margin: 0 0 18px; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; overflow: hidden; border-radius: 20px; }
.masonry-item img { width: 100%; border-radius: 20px; object-fit: cover; transition: transform 0.35s ease; }
.masonry-label { position: absolute; left: 14px; bottom: 14px; padding: 8px 12px; border-radius: 999px; background: rgba(10,10,10,0.6); border: 1px solid rgba(255,255,255,0.12); }
.about-split { align-items: center; }
.about-photo-panel img { width: 100%; min-height: 420px; object-fit: cover; border-radius: 24px; border: 1px solid var(--border); }
.about-copy-panel { padding: 8px 0; }
.testimonial-slider { position: relative; min-height: 220px; }
.testimonial-card { display: none; max-width: 820px; padding: 34px; border: 1px solid var(--border); border-radius: 24px; background: rgba(24,20,18,0.86); }
.testimonial-card.is-active { display: block; }
.testimonial-stars { font-size: 1.4rem; color: var(--accent); margin-bottom: 14px; }
.testimonial-quote { font-size: 1.18rem; line-height: 1.9; color: var(--text); margin-bottom: 14px; }
.testimonial-name { color: var(--muted); }
.video-card { padding: 0; text-align: left; cursor: pointer; position: relative; }
.video-card > img { height: 240px; }
.play-badge { position: absolute; top: 18px; right: 18px; padding: 10px 14px; border-radius: 999px; background: rgba(10,10,10,0.6); border: 1px solid rgba(255,255,255,0.12); }
.instagram-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.instagram-item { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); background: #171311; }
.instagram-item img { width: 100%; height: 180px; object-fit: cover; transition: transform 0.35s ease; }
.cta-banner { background-size: cover; background-position: center; }
.cta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 44px 0; }
.filter-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.lightbox-modal, .video-modal { position: fixed; inset: 0; background: rgba(8,8,8,0.86); display: none; align-items: center; justify-content: center; z-index: 1000; padding: 24px; }
.lightbox-modal.is-open, .video-modal.is-open { display: flex; }
.lightbox-modal img { max-width: min(100%, 1000px); max-height: 76vh; border-radius: 20px; }
.lightbox-modal p { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); }
.lightbox-close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(20,20,20,0.68); color: #fff; font-size: 1.8rem; cursor: pointer; }
.video-modal-body { width: min(100%, 1000px); aspect-ratio: 16/9; background: #000; border-radius: 20px; overflow: hidden; }
.video-modal-body iframe, .video-modal-body video { width: 100%; height: 100%; border: 0; }
.site-footer-rich { padding-top: 26px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 22px; padding-bottom: 18px; }
.footer-title, .footer-heading { margin: 0 0 14px; }
.footer-links { display: grid; gap: 10px; }
.footer-copy { line-height: 1.8; }
.footer-bottom { padding: 14px 0 20px; border-top: 1px solid rgba(255,255,255,0.08); color: var(--muted); }
.muted { color: var(--muted); }
.contact-form, .admin-form { display: grid; gap: 14px; }
input, textarea, select { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 12px; background: #141414; color: var(--text); }
textarea { min-height: 120px; resize: vertical; }
.flash { padding: 12px 16px; border-radius: 12px; margin-bottom: 18px; }
.flash.success { background: rgba(91, 165, 109, 0.12); border: 1px solid rgba(91, 165, 109, 0.4); }
.flash.error { background: rgba(201, 91, 91, 0.12); border: 1px solid rgba(201, 91, 91, 0.4); }
.admin-body { background: #141210; }
.admin-shell { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.admin-sidebar { padding: 18px 16px; background: #0d0c0b; border-right: 1px solid var(--border); }
.admin-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 8px 10px; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; background: rgba(255,255,255,0.02); }
.admin-brand-logo { width: 44px; height: 44px; object-fit: contain; border-radius: 10px; background: rgba(255,255,255,0.04); padding: 3px; }
.admin-brand-text { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; line-height: 1.2; letter-spacing: 0.01em; color: var(--text); }
.admin-sidebar nav { display: grid; gap: 6px; }
.admin-sidebar a { padding: 9px 10px; border-radius: 10px; color: var(--muted); font-size: 0.95rem; }
.admin-sidebar a:hover { background: var(--panel-soft); color: var(--text); }
.admin-main { padding: 28px; }
.admin-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.danger { background: var(--danger); color: #fff; }
.login-card { width: min(440px, calc(100% - 32px)); margin: 72px auto; padding: 28px; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.stat { padding: 20px; }
@media (max-width: 980px) {
    .hero-slider-home, .hero-content-home-wrap { min-height: 84vh; }
    .hero-content-home-wrap { padding-bottom: 168px; }
    .hero-progress-home { bottom: 146px; }
    .instagram-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .grid-2, .grid-3, .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { border-right: 0; border-bottom: 1px solid var(--border); }
    .nav { flex-direction: column; align-items: flex-start; gap: 14px; }
    .cta-banner-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
    .hero-slider-home { min-height: 88vh; }
    .hero-content-home-wrap { min-height: 88vh; padding: 28px 0 168px; }
    .hero-nav-home { inset: auto 14px 132px; transform: none; }
    .hero-arrow-home { width: 46px; height: 46px; }
    .hero-thumbnails-home-wrap { padding: 0 14px; bottom: 14px; }
    .hero-thumb-home { flex-basis: 96px; }
    .hero-thumb-home img { height: 68px; }
    .hero-progress-home { left: 18px; right: 18px; bottom: 122px; }
    .instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .wrap { width: min(100%, calc(100% - 18px)); }
    .hero-content-home-wrap { padding: 24px 0 162px; }
    .hero-actions-home { flex-direction: column; align-items: flex-start; }
    .hero-subtitle-home, .lead { font-size: 1rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .instagram-item img { height: 140px; }
}

.testimonial-avatar { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 999px; background: linear-gradient(135deg, rgba(216,173,115,0.95), rgba(132,90,45,0.95)); color: #20130a; font-weight: 800; letter-spacing: 0.08em; margin-bottom: 14px; }



.admin-main h1 { font-size: clamp(2rem, 3.2vw, 2.9rem); margin: 0 0 8px; line-height: 1.05; }
.admin-main .eyebrow { font-size: 0.74rem; letter-spacing: 0.18em; margin-bottom: 8px; }
.admin-main .admin-toolbar { margin-bottom: 16px; }
