
:root{--bg:#0b1020;--panel:#111831;--gold:#d9b15f;--cream:#f6f1e7;--text:#f8f5ee;--muted:#b9c0cf;--line:rgba(255,255,255,.12)}
*{box-sizing:border-box} body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#070b16;color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}.nav{position:sticky;top:0;z-index:10;background:rgba(7,11,22,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:16px 22px}.brand{font-weight:800;letter-spacing:.08em;color:var(--gold)}
.nav a{margin-left:18px;color:var(--cream);font-weight:700;font-size:14px}.hero{min-height:76vh;background:linear-gradient(90deg,rgba(7,11,22,.92),rgba(7,11,22,.3)),url('assets/hero.webp') center/cover no-repeat;display:flex;align-items:center}
.wrap{max-width:1180px;margin:auto;padding:60px 22px}.hero h1{font-size:58px;line-height:1.05;margin:0 0 18px}.hero p{font-size:21px;max-width:720px;color:#eee}.btns{margin-top:28px}.btn{display:inline-block;background:var(--gold);color:#111;padding:13px 20px;border-radius:999px;font-weight:800;margin-right:10px}.btn.secondary{background:transparent;color:var(--cream);border:1px solid var(--gold)}
.section-title{font-size:36px;margin:0 0 8px}.sub{color:var(--muted);margin-top:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.25)}
.card img{width:100%;height:240px;object-fit:cover;display:block}.card-body{padding:18px}.card h3{margin:0 0 8px;color:var(--cream)}.tag{display:inline-block;color:#111;background:var(--gold);font-size:12px;font-weight:800;border-radius:50px;padding:4px 9px;margin-top:6px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.split img{width:100%;border-radius:20px}.feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature{background:var(--panel);border:1px solid var(--line);padding:18px;border-radius:16px}.feature strong{color:var(--gold)}
.footer{border-top:1px solid var(--line);padding:28px 22px;color:var(--muted);text-align:center}.room-hero{background:linear-gradient(0deg,rgba(7,11,22,.65),rgba(7,11,22,.65)),var(--img) center/cover no-repeat;min-height:48vh;display:flex;align-items:end}
.room-hero h1{font-size:48px;margin-bottom:30px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.photo-grid img{width:100%;height:300px;object-fit:cover;border-radius:16px;border:1px solid var(--line)}
.info-box{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:22px}.contact-form{display:grid;gap:12px;max-width:760px}.contact-form input,.contact-form textarea{width:100%;padding:14px;border-radius:12px;border:1px solid var(--line);background:#0d1428;color:white}.contact-form button{border:0;cursor:pointer}
.notice{background:#2b2130;border:1px solid rgba(217,177,95,.4);border-radius:16px;padding:16px;color:#f7e7c5}
@media(max-width:850px){.hero h1{font-size:40px}.grid,.split,.feature-list,.photo-grid{grid-template-columns:1fr}.nav-inner{display:block}.nav a{display:inline-block;margin:8px 12px 0 0}.card img{height:220px}}


/* ===== Professional black layout and aligned filming section ===== */
:root{
  --bg:#000;
  --panel:#101010;
  --text:#f8f5ee;
  --muted:#bfc3ca;
  --line:rgba(255,255,255,.13);
}
body{background:#000;}
.nav{background:rgba(0,0,0,.94);}
.wrap{max-width:1180px;width:calc(100% - 44px);margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;}
section.wrap{padding-top:70px;padding-bottom:70px;}

.filming-section{
  width:100%;
  padding:76px 0;
  background:#030303;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.filming-wrap{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.eyebrow{
  display:block;
  margin:0 0 10px;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.intro{
  max-width:800px;
  margin:0 0 32px;
  color:var(--muted);
}
.filming-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  width:100%;
  margin:0;
}
.filming-card{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:16/9;
  min-height:0;
  border:1px solid var(--line);
  border-radius:20px;
  background:#111;
  box-shadow:0 18px 45px rgba(0,0,0,.45);
}
.filming-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.filming-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.94) 0%,rgba(0,0,0,.18) 58%,transparent 78%);
}
.card-copy{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
}
.card-copy span{
  color:var(--gold);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.card-copy h3{
  margin:7px 0 4px;
  color:#fff;
  font-size:22px;
}
.card-copy p{
  margin:0;
  color:#eee;
  font-size:15px;
}
.equipment-section{padding-top:76px;padding-bottom:76px;}

@media(max-width:850px){
  .wrap{width:calc(100% - 28px);}
  .filming-grid{grid-template-columns:1fr;}
  .filming-card{aspect-ratio:16/10;}
}

/* =========================================================
   MODERN ABOUT PAGE
   ========================================================= */

.about-page {
  background: #000;
  color: var(--text);
}

.about-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.48), rgba(0,0,0,.14)),
    url('assets/hero.webp') center/cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 940px;
}

.about-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.03;
}

.about-hero p {
  max-width: 780px;
  margin: 0 0 28px;
  color: #e6e6e6;
  font-size: 20px;
}

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

.about-actions .btn {
  margin-right: 0;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.about-stat {
  padding: 23px 16px;
  text-align: center;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.about-stat strong {
  display: block;
  color: var(--gold);
  font-size: 27px;
  line-height: 1.1;
}

.about-stat span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}

.about-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.about-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.about-heading p {
  margin: 0;
  color: var(--muted);
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.about-feature-card {
  overflow: hidden;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(0,0,0,.38);
}

.about-feature-card.large {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
}

.about-feature-copy {
  padding: 34px;
}

.about-feature-copy h3 {
  margin: 8px 0 14px;
  font-size: 30px;
  line-height: 1.12;
}

.about-feature-copy p {
  margin: 0;
  color: var(--muted);
}

.about-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.about-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-dark-section {
  padding: 80px 0;
  background: #050505;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-details-grid,
.about-production-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-detail-card,
.about-production-card,
.about-booking-card {
  padding: 29px;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.about-detail-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--gold);
  color: #080808;
  font-weight: 900;
}

.about-detail-card h3,
.about-production-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.about-detail-card p,
.about-production-card p {
  margin: 0;
  color: var(--muted);
}

.about-production-card h3 {
  color: var(--gold);
}

.about-booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.about-booking-card h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.about-info-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.about-info-row span {
  color: var(--muted);
}

.about-info-row strong {
  text-align: right;
}

.about-note {
  margin: 20px 0 0;
  color: var(--muted);
}

.about-equipment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.about-equipment h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.about-equipment p {
  margin: 0 0 26px;
  color: var(--muted);
}

.about-equipment img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 55px rgba(0,0,0,.38);
}

@media (max-width: 1000px) {
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-details-grid,
  .about-production-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 64vh;
  }

  .about-stats,
  .about-feature-grid,
  .about-feature-card.large,
  .about-details-grid,
  .about-production-grid,
  .about-booking-grid,
  .about-equipment {
    grid-template-columns: 1fr;
  }

  .about-feature-card.large {
    grid-column: auto;
  }

  .about-feature-card img {
    min-height: 280px;
  }

  .about-info-row {
    align-items: flex-start;
  }
}
