﻿/* ============================================================
   "Iridescent Dark" design system â€” reusable one-page site template
   Edit the :root variables below to reskin the entire site.
   ============================================================ */

:root {
  --bg: #0b0906;
  --bg-elevated: #17120c;
  --card: #1d160f;
  --border: rgba(255, 255, 255, 0.08);
  --text: #f5f1ea;
  --text-dim: #b6a99a;
  --text-faint: #7a6d5f;

  --accent-a: #d6a44c;
  --accent-b: #c23b3b;
  --accent-c: #2f7f9f;
  --gradient: linear-gradient(120deg, var(--accent-a), var(--accent-b) 50%, var(--accent-c));

  --font-display: 'Unbounded', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;

  --radius: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; }

section.section { padding: 110px 24px; max-width: var(--container); margin: 0 auto; }

/* ---------- scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--gradient); z-index: 1000; transition: width 0.1s linear;
}

/* ---------- reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ---------- nav ---------- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: rgba(11, 9, 6, 0.5); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: background 0.3s, border-color 0.3s;
}
.navbar.scrolled { background: rgba(11, 9, 6, 0.85); border-bottom-color: var(--border); }

.nav-inner {
  max-width: var(--container); margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}

.logo {
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: 0.02em;
}
.logo span {
  background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent;
}

.nav-links {
  position: relative; display: flex; align-items: center; gap: 32px;
}
.nav-link {
  position: relative; font-size: 0.92rem; font-weight: 500; color: var(--text-dim);
  padding: 6px 2px; transition: color 0.25s;
}
.nav-link:hover, .nav-link.active { color: var(--text); }

.nav-cta {
  background: var(--gradient); color: var(--bg) !important; font-weight: 700;
  padding: 10px 22px; border-radius: 999px; font-size: 0.88rem;
}
.nav-cta:hover { filter: brightness(1.08); }

@media (max-width: 780px) {
  .nav-links { display: none; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center;
  padding: 140px 24px 80px; overflow: hidden; text-align: center;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.55; filter: saturate(1.1);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 9, 6,0.4) 0%, rgba(11, 9, 6,0.75) 55%, var(--bg) 100%);
}
.hero-blob {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.35; z-index: 0;
}
.hero-blob-a { width: 420px; height: 420px; top: -100px; left: -100px; background: var(--accent-a); }
.hero-blob-b { width: 380px; height: 380px; bottom: -80px; right: -60px; background: var(--accent-b); }

.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero-eyebrow {
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.8rem; font-weight: 600;
  color: var(--accent-b); margin-bottom: 18px;
}
.hero-title {
  font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 700; margin-bottom: 22px;
}
.hero-title span {
  background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-desc { color: var(--text-dim); font-size: 1.08rem; max-width: 560px; margin: 0 auto 34px; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 30px; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  cursor: pointer; border: none; transition: transform 0.25s, filter 0.25s, background 0.25s;
}
.btn-primary { background: var(--gradient); color: var(--bg); }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-outline:hover { border-color: var(--accent-b); color: var(--accent-b); }

.scroll-cue {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 1;
}
.scroll-cue span {
  display: block; width: 22px; height: 36px; border: 2px solid var(--text-faint); border-radius: 999px; position: relative;
}
.scroll-cue span::before {
  content: ''; position: absolute; top: 6px; left: 50%; width: 4px; height: 8px;
  background: var(--accent-b); border-radius: 999px; transform: translateX(-50%);
  animation: scrollcue 1.6s infinite;
}
@keyframes scrollcue { 0% { opacity: 1; top: 6px; } 100% { opacity: 0; top: 18px; } }

/* ---------- stats ---------- */
.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 56px 24px; }
.stats-grid {
  max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.stat-number {
  font-family: var(--font-display); font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 700;
  background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-label { margin-top: 8px; color: var(--text-dim); font-size: 0.85rem; }
@media (max-width: 700px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- section head ---------- */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 700;
  color: var(--accent-c); margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 12px; }
.section-sub { color: var(--text-dim); }

/* ---------- services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 26px; transition: transform 0.3s, border-color 0.3s;
}
.service-card:hover { transform: translateY(-6px); border-color: var(--accent-a); }
.service-icon {
  width: 46px; height: 46px; border-radius: 12px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center; background: var(--gradient);
}
.service-icon svg {
  width: 24px; height: 24px; fill: none; stroke: var(--bg); stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.service-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.service-card p { color: var(--text-dim); font-size: 0.92rem; }

/* ---------- marquee (works / reviews) ---------- */
.marquee { overflow: hidden; position: relative; width: 100%; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: marquee 34s linear infinite; }
.marquee-reverse .marquee-track { animation-direction: reverse; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.work-card {
  width: 300px; flex: 0 0 auto; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border); background: var(--card);
}
.work-card img { width: 100%; height: 200px; object-fit: cover; }
.work-card-body { padding: 16px 18px; }
.work-card-body h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.work-card-body p { font-size: 0.82rem; color: var(--text-dim); }

.review-card {
  width: 320px; flex: 0 0 auto; border-radius: var(--radius); border: 1px solid var(--border);
  background: var(--card); padding: 26px;
}
.review-stars { color: var(--accent-b); font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.review-quote { font-size: 0.92rem; color: var(--text-dim); margin-bottom: 16px; }
.review-name { font-size: 0.85rem; font-weight: 700; }

/* ---------- faq ---------- */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--card); overflow: hidden; }
.faq-question {
  width: 100%; background: none; border: none; color: var(--text); font-family: var(--font-body);
  font-weight: 600; font-size: 0.98rem; text-align: left; padding: 20px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer;
}
.faq-question .plus { position: relative; width: 16px; height: 16px; flex: 0 0 auto; }
.faq-question .plus::before, .faq-question .plus::after {
  content: ''; position: absolute; background: var(--accent-b); border-radius: 2px; transition: transform 0.3s;
}
.faq-question .plus::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.faq-question .plus::after { left: 50%; top: 0; height: 100%; width: 2px; transform: translateX(-50%); }
.faq-item.open .plus::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer p { padding: 0 22px 20px; color: var(--text-dim); font-size: 0.92rem; }

/* ---------- booking form ---------- */
.booking-form {
  max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px;
  position: relative;
}
.form-row { display: flex; flex-direction: column; gap: 8px; }
.form-row-full { grid-column: 1 / -1; }
.form-row label { font-size: 0.85rem; color: var(--text-dim); }
.form-row input, .form-row select, .form-row textarea {
  background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 10px;
  padding: 12px 14px; color: var(--text); font-family: var(--font-body); font-size: 0.92rem;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none; border-color: var(--accent-b);
}
.form-submit { grid-column: 1 / -1; margin-top: 6px; }

.form-success {
  position: absolute; inset: 0; border-radius: var(--radius); background: var(--card);
  display: none; align-items: center; justify-content: center; flex-direction: column; gap: 16px;
  text-align: center; padding: 40px;
}
.form-success.show { display: flex; }
.checkmark { width: 60px; height: 60px; }
.checkmark circle { fill: none; stroke: var(--accent-b); stroke-width: 2; }
.checkmark path { fill: none; stroke: var(--accent-b); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 640px) { .booking-form { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; flex-direction: column; gap: 4px; }
.contact-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent-b); }
.contact-value { font-size: 1.02rem; }
.contact-info .btn { align-self: flex-start; margin-top: 8px; }
.contact-map { border-radius: var(--radius); overflow: hidden; min-height: 320px; border: 1px solid var(--border); }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.footer { text-align: center; padding: 40px 24px; color: var(--text-faint); font-size: 0.85rem; border-top: 1px solid var(--border); }

/* ---------- back to top ---------- */
.back-to-top {
  position: fixed; bottom: 26px; right: 26px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--gradient); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 0.3s, transform 0.3s; z-index: 800;
}
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top svg { width: 20px; height: 20px; fill: none; stroke: var(--bg); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
