:root {
  --bg: #ffffff;
  --text: #0b0b0c;
  --muted: rgba(11, 11, 12, .68);
  --line: rgba(11, 11, 12, .12);
  --card: #f7f6f4;
  --accent: #0b0b0c;
  --shadow: 0 24px 70px rgba(0, 0, 0, .10);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1120px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "PT Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  background: #000;
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  z-index: 10000;
}

.skip-link:focus {
  left: 12px
}

.container {
  width: 100%;
  max-width: var(--container);
  padding: 0 20px;
  margin: 0 auto;
}

.center {
  text-align: center
}

.muted {
  color: var(--muted)
}

.mt-24 {
  margin-top: 24px
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(11, 11, 12, .16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand img {
  display: block;
  max-height: 70px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-link {
  position: relative;
  font-size: 15px;
  letter-spacing: .2px;
  padding: 10px 6px;
  opacity: .86;
}

.nav-link+.nav-link {
  padding-left: 20px;
}

.nav-link+.nav-link::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(11, 11, 12, .22);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
  opacity: .6;
}

.nav-link:hover {
  opacity: 1
}

.nav-link:hover::after,
.nav-link-active::after {
  transform: scaleX(1)
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .85);
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
}

.nav-toggle-bars {
  display: block;
  width: 22px;
  height: 12px;
  border-top: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  position: relative;
}

.nav-toggle-bars::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: var(--text);
  transform: translateY(-50%);
}

/* Hero */
.hero {
  padding: calc(52px + 90px) 0 30px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.kicker {
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: .28em;
  font-size: 13px;
  opacity: .72;
}

.hero-title {
  margin: 0;
  font-family: "Italiana", serif;
  font-weight: 400;
  font-size: 78px;
  line-height: 1.02;
}

.hero-subtitle {
  margin: 12px 0 22px;
  font-size: 18px;
  letter-spacing: .10em;
  opacity: .8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 15px;
  letter-spacing: .2px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  user-select: none;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(11, 11, 12, .22)
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.btn-primary:hover {
  background: #141417
}

.btn-ghost {
  background: transparent;
}

.hero-photo-frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, .06);
  transform: translateY(6px);
}

/* Sections */
.section {
  padding: 80px 0;
  content-visibility: auto;
  contain-intrinsic-size: 0 500px;
}

/* Fix for secondary pages (e.g. Gallery) where content might hide under fixed header */
main>.section:first-child {
  padding-top: calc(46px + 90px);
}

.section-tight {
  padding: 46px 0 66px
}

.section-alt {
  background: linear-gradient(180deg, #faf9f7 0%, #ffffff 100%);
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.section-title {
  font-family: "Italiana", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 10px;
}

.section-subtitle {
  margin: 0 0 16px;
  opacity: .78;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
}

.about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.about-media img {
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: var(--shadow);
}

.prose p {
  margin: 0 0 14px;
  color: rgba(11, 11, 12, .82);
  font-size: 16px;
  line-height: 1.75;
}

.prose .shout {
  font-weight: 700;
  color: rgba(11, 11, 12, .88);
  letter-spacing: .03em;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.stat {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 14px;
  background: rgba(255, 255, 255, .7);
}

.stat-value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
}

.stat-label {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .04em;
}

/* Service cards (flip) */
/* Service cards (Overlay Style) */
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
}

.card {
  position: relative;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  transition: transform .3s ease, box-shadow .3s ease;
  background-size: cover;
  background-position: center;
  /* background-image is set by utility classes */
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .15);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.45) 100%);
  transition: opacity .3s ease;
}

.card:hover .card-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.5) 100%);
}

.card-content {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  z-index: 2;
}

.card-title {
  margin: 0 0 8px;
  font-family: "Italiana", serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.card-desc {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.5;
  font-weight: 400;
  max-width: 90%;
}

.card-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: background .2s ease, transform .2s ease;
  z-index: 2;
}

.card:hover .card-arrow {
  background: #fff;
  color: #000;
  transform: scale(1.1);
}

.service-wedding {
  background-image: url('../img/service-wedding.jpg');
}

.service-corporate {
  background-image: url('../img/service-corporate.jpg');
}

.service-birthday {
  background-image: url('../img/service-birthday.jpg');
}

.service-concert {
  background-image: url('../img/service-concert.jpg');
}

/* placeholders for others */
.service-fashion {
  background-image: url('../img/service-fashion.jpg');
}

.service-social {
  background-image: url('../img/service-social-original.jpg');
}

/* Video */
.video-frame {
  margin-top: 18px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: var(--shadow);
  background: #000;
  position: relative;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  cursor: pointer;
}

.video-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.video-overlay-content {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.video-overlay-title {
  font-family: "Italiana", serif;
  font-size: 32px;
  margin: 0 0 24px;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.video-play-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-play-btn:hover {
  transform: scale(1.1);
}

.video-frame video {
  width: 100%;
  height: auto;
  display: block;
}

/* Gallery */
.gallery-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid-full {
  margin-top: 18px
}

.gallery-item,
.gallery-figure {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
}

.gallery-item img,
.gallery-figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .22s ease;
}

.gallery-item:hover img {
  transform: scale(1.02)
}

.gallery-figure {
  margin: 0
}

/* Footer */
.site-footer {
  padding: 66px 0 22px;
  background: #0b0b0c;
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items: start;
}

.footer-title {
  font-family: "Italiana", serif;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 44px;
}

.footer-text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  padding-bottom: 6px;
  width: max-content;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px
}

.social-link {
  color: rgba(255, 255, 255, .78);
  border-bottom: 1px solid transparent;
}

.social-link:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .35)
}

.footer-card {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, .06);
}

.footer-card-kicker {
  margin: 0 0 10px;
  letter-spacing: .22em;
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, .72);
}

.footer-card-title {
  margin: 0 0 14px;
  font-family: "Italiana", serif;
  font-size: 28px;
  font-weight: 400;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .hero-title {
    font-size: 56px
  }

  .hero-media {
    order: -1
  }

  .about-grid {
    grid-template-columns: 1fr
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .footer-inner {
    grid-template-columns: 1fr
  }
}

@media (max-width: 720px) {
  .header-inner {
    height: 70px
  }

  .brand img {
    height: 48px;
    max-height: 48px;
  }

  .hero {
    padding-top: calc(40px + 70px);
  }

  main>.section:first-child {
    padding-top: calc(24px + 70px);
  }

  .nav-toggle {
    display: inline-flex
  }

  .site-nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .12);
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: transform .18s ease, opacity .18s ease;
  }

  .site-nav.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-link {
    padding: 12px 12px
  }

  .nav-link::after {
    display: none
  }

  .nav-link+.nav-link {
    padding-left: 12px
  }

  .nav-link+.nav-link::before {
    display: none
  }

  .section {
    padding: 64px 0
  }

  .section-title {
    font-size: 40px
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .cards {
    grid-template-columns: 1fr
  }

  .card {
    height: 280px;
  }

  .gallery-grid {
    grid-template-columns: 1fr
  }
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
  transform: translate3d(0, 0, 0);
  /* Force GPU Layer */
  backdrop-filter: blur(4px);
  /* Light blur for premium feel */
}

.lightbox.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  transform: scale(0.98) translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.lightbox.is-active .lightbox-content {
  transform: scale(1);
}

/* Enhanced Loading Spinner */
.lightbox-loader {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.05);
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: lb-spin 0.8s linear infinite;
  display: none;
  z-index: 5;
}

.lightbox.is-loading .lightbox-loader {
  display: block;
}

@keyframes lb-spin {
  to {
    transform: rotate(360deg);
  }
}

.lightbox-content img {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.lightbox.is-loaded .lightbox-content img {
  opacity: 1;
}

.lightbox-btn {
  position: absolute;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2010;
  font-size: 24px;
}

.lightbox-btn:hover {
  background: #000;
  color: #fff;
  transform: scale(1.1);
}

.lightbox-close {
  top: 30px;
  right: 30px;
}

.lightbox-prev {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 720px) {
  .lightbox-btn {
    width: 48px;
    height: 48px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-close {
    top: 20px;
    right: 20px;
  }
}