:root {
  --bg: #080808;
  --panel: #11110f;
  --panel-2: #17140d;
  --gold: #c98a18;
  --gold-2: #f0bb54;
  --cream: #f5efe2;
  --muted: #b9b09f;
  --line: rgba(240,187,84,.22);
  --shadow: 0 24px 70px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--cream); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(20px,5vw,72px); background: rgba(8,8,8,.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.06); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 48px; height: 48px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(240,187,84,.35); }
.nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; }
.nav a:hover { color: var(--gold-2); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-2); }
.menu-toggle { display: none; background: none; color: var(--cream); border: 0; font-size: 1.5rem; }
.hero { min-height: 82vh; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; padding: clamp(70px,10vw,130px) clamp(22px,7vw,110px); background: radial-gradient(circle at 78% 28%, rgba(201,138,24,.17), transparent 28%), linear-gradient(135deg,#080808 0%,#0e0d09 55%,#080808 100%); }
.hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -90px; top: 10%; background: rgba(201,138,24,.12); filter: blur(60px); }
.eyebrow { margin: 0 0 12px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700; }
h1,h2,h3 { font-family: 'Bebas Neue', Impact, sans-serif; font-weight: 400; letter-spacing: .02em; line-height: .98; margin: 0; }
h1 { font-size: clamp(4rem,8.8vw,8.7rem); max-width: 850px; }
h1 span { color: var(--gold-2); text-shadow: 0 0 35px rgba(240,187,84,.15); }
.hero-text { max-width: 680px; font-size: clamp(1rem,1.5vw,1.2rem); color: var(--muted); margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 6px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; font-size: .88rem; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg,var(--gold-2),var(--gold)); color: #100b03; box-shadow: 0 10px 30px rgba(201,138,24,.2); }
.btn-secondary { border: 1px solid rgba(245,239,226,.22); background: rgba(255,255,255,.025); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: #d9d0c0; font-size: .9rem; }
.hero-mark { justify-self: center; width: min(390px,70vw); filter: drop-shadow(0 30px 45px rgba(0,0,0,.6)); position: relative; }
.hero-mark img { width: 100%; image-rendering: auto; border-radius: 50%; box-shadow: 0 0 0 1px rgba(240,187,84,.28), 0 0 70px rgba(201,138,24,.18); }
.strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 20px; padding: 14px clamp(16px,4vw,22px); background: var(--gold); color: #120c03; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; font-size: clamp(.72rem,1.9vw,.95rem); text-align: center; line-height: 1.35; }
.strip span { white-space: nowrap; }
.strip i { font-style: normal; opacity: .7; }
.section { padding: clamp(70px,8vw,115px) clamp(22px,7vw,110px); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
h2 { font-size: clamp(3.2rem,6vw,6rem); }
.section-heading > p:last-child { color: var(--muted); max-width: 660px; }
.service-layout { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 18px; }
.service-card { min-height: 490px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg,#12120f,#0d0d0b); border: 1px solid rgba(255,255,255,.07); padding: 30px; border-radius: 16px; box-shadow: var(--shadow); }
.service-card.featured { background: radial-gradient(circle at 90% 10%,rgba(201,138,24,.2),transparent 32%), linear-gradient(180deg,#17140d,#0d0d0b); border-color: rgba(240,187,84,.22); }
.card-kicker { color: var(--gold-2); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.service-card h3 { font-size: 3.5rem; margin-bottom: 12px; }
.service-card p { color: var(--muted); }
.price-list { margin: 24px 0; border-top: 1px solid var(--line); }
.price-list div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.price-list strong { color: var(--gold-2); white-space: nowrap; }
.price-list.compact div { padding: 12px 0; font-size: .92rem; }
.text-link { color: var(--gold-2); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; font-size: .82rem; }
.about { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(40px,7vw,100px); background: #0e0d0b; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.about-logo img { width: min(390px,100%); margin: auto; border-radius: 50%; box-shadow: 0 0 70px rgba(201,138,24,.12); }
.about-copy p { color: var(--muted); max-width: 720px; }
.about-copy .btn { margin-top: 14px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
details { background: #11110f; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 20px 22px; }
summary { cursor: pointer; font-weight: 800; color: var(--cream); }
details p { color: var(--muted); margin-bottom: 0; }
details a { color: var(--gold-2); }
.cta-section { text-align: center; padding: clamp(80px,10vw,135px) 22px; background: radial-gradient(circle at center,rgba(201,138,24,.18),transparent 35%), #0a0a08; }
.cta-section p { color: var(--muted); }
.cta-section .eyebrow { color: var(--gold-2); }
.large { padding: 15px 25px; margin-top: 16px; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 34px clamp(22px,7vw,110px); border-top: 1px solid rgba(255,255,255,.07); background: #050505; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 48px; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand span { color: var(--muted); font-size: .82rem; }
.footer-links { display: flex; gap: 18px; color: var(--gold-2); font-size: .9rem; }
.copyright { grid-column: 1/-1; color: #706b61; font-size: .78rem; margin: 0; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-mark { grid-row: 1; width: min(250px,58vw); }
  .service-layout { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .about { grid-template-columns: 1fr; }
  .about-logo img { width: min(260px,65vw); }
}
@media (max-width: 700px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 76px; left: 14px; right: 14px; flex-direction: column; align-items: stretch; padding: 18px; background: #0d0d0c; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
  .nav.open { display: flex; }
  .nav a { padding: 8px; }
  h1 { font-size: clamp(3.6rem,18vw,6rem); }
  .faq-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 6px; }
}

/* Portfolio */
.portfolio { background: #0a0a09; }
.portfolio-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.portfolio-heading > p { max-width: 520px; color: var(--muted); margin-bottom: 8px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.portfolio-card { position: relative; margin: 0; aspect-ratio: 3 / 4; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); background: #11110f; box-shadow: var(--shadow); }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.portfolio-card:hover img { transform: scale(1.03); }
.portfolio-card video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; background: #11110f; }
.portfolio-card:hover video { transform: scale(1.03); }
.sound-toggle { position: absolute; right: 10px; bottom: 10px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border-radius: 50%; border: 1px solid rgba(240,187,84,.35); background: rgba(8,8,8,.66); backdrop-filter: blur(8px); color: var(--gold-2); font-size: .95rem; line-height: 1; cursor: pointer; transition: .2s ease; }
.sound-toggle:hover { background: rgba(8,8,8,.9); transform: translateY(-1px); }
.portfolio-video.no-autoplay .sound-toggle { display: none; }

/* Reviews */
.reviews { background: linear-gradient(180deg,#0e0d0b,#080808); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.review-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.review-heading > div { max-width: 660px; }
.review-heading > div > p:last-child { color: var(--muted); }
.review-summary { flex: none; display: grid; justify-items: center; gap: 2px; padding: 18px 26px; background: #12120f; border: 1px solid rgba(240,187,84,.2); border-radius: 16px; box-shadow: var(--shadow); }
.review-summary strong { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 3rem; line-height: 1; color: var(--gold-2); }
.review-summary span { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 18px; }
.review-card { padding: 26px 28px; display: flex; flex-direction: column; gap: 18px; background: #11110f; border: 1px solid rgba(240,187,84,.14); border-radius: 16px; }
.stars { color: var(--gold-2); letter-spacing: .14em; font-size: 1.05rem; }
.review-card p { font-size: 1.05rem; color: #e9e1d3; margin: 0; flex: 1; white-space: pre-line; overflow-wrap: anywhere; }
.review-card span { color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.review-note { color: var(--muted); margin: 6px 0 0; }

/* Review form */
.review-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 34px; }
.review-actions-note { color: var(--muted); font-size: .9rem; }
.review-form { position: relative; margin-bottom: 34px; padding: clamp(22px,3vw,34px); background: linear-gradient(180deg,#17140d,#0d0d0b); border: 1px solid rgba(240,187,84,.22); border-radius: 16px; box-shadow: var(--shadow); }
.review-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; margin: 0 0 18px; }
.review-form-grid .field { margin-bottom: 0; }
.field label, .rating-field legend { padding: 0; color: var(--cream); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.field label span { color: var(--muted); font-weight: 500; letter-spacing: .04em; text-transform: none; }
.field input[type=text], .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--cream); font-family: inherit; font-size: 1rem; background: rgba(8,8,8,.6); border: 1px solid rgba(245,239,226,.18); border-radius: 8px; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { resize: vertical; min-height: 128px; line-height: 1.55; }
.field input[type=text]:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,138,24,.18); }
.field input::placeholder, .field textarea::placeholder { color: #6f6a60; }
.field select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg,transparent 50%,var(--gold-2) 50%), linear-gradient(135deg,var(--gold-2) 50%,transparent 50%); background-position: right 18px center, right 12px center; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 38px; }
.field select option { background: #11110f; color: var(--cream); }
.field-hint { color: var(--muted); font-size: .82rem; }
.field-decoy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.rating-field { border: 0; margin: 0 0 18px; }
.star-input { position: relative; display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.star-input input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.star-input label { display: grid; place-items: center; width: 44px; height: 44px; color: #4a453c; font-size: 1.85rem; line-height: 1; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.star-input label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.star-input label::before { content: '\2605'; }
.star-input label:hover, .star-input label:hover ~ label { color: var(--gold); }
.star-input input:checked ~ label, .star-input input:checked + label { color: var(--gold-2); }
.star-input input:focus-visible + label { outline: 2px solid var(--gold-2); outline-offset: 2px; border-radius: 6px; }
.review-form-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.form-status { margin: 0; color: var(--muted); font-size: .92rem; }
.form-status:empty { display: none; }
.form-status.success { color: #8fd39a; }
.form-status.error { color: #f0837a; }
.reviews .form-status { margin-bottom: 28px; }
@media (max-width: 900px) {
  .portfolio-heading { display: block; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .review-heading { display: block; }
  .review-summary { justify-items: start; margin-top: 22px; display: inline-grid; }
  .review-grid { grid-template-columns: 1fr; }
  .review-form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card { aspect-ratio: 4 / 5; }
}
