/* ===== Design tokens ===== */
:root {
  --bg:        #0c0f14;
  --bg-alt:    #10141b;
  --panel:     #151b24;
  --panel-2:   #1a2029;
  --line:      #262f3b;
  --ink:       #f4f1ea;
  --ink-soft:  #b9c0cc;
  --ink-mute:  #8b93a1;
  --amber:     #f6b23c;
  --amber-2:   #ffd98a;
  --amber-dk:  #e08a1e;
  --radius:    14px;
  --maxw:      1140px;
  --shadow:    0 20px 50px -20px rgba(0,0,0,.7);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink-soft);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: 'Poppins', sans-serif; color: var(--ink); line-height: 1.15; letter-spacing: -0.01em; }

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

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }
.narrow { max-width: 780px; }
.center { text-align: center; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5em;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .95rem;
  padding: .85em 1.6em; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-sm { padding: .6em 1.2em; font-size: .85rem; }
.btn-block { width: 100%; }
.btn-primary {
  background: linear-gradient(135deg, var(--amber-2), var(--amber) 55%, var(--amber-dk));
  color: #241704;
  box-shadow: 0 8px 24px -8px rgba(246,178,60,.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -10px rgba(246,178,60,.7); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--amber); color: var(--amber-2); transform: translateY(-2px); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12,15,20,.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand { display: flex; align-items: center; }
.brand img { display: block; }
.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a {
  font-size: .92rem; font-weight: 500; color: var(--ink-soft);
  position: relative; padding: 4px 0; transition: color .2s; white-space: nowrap;
}
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--amber); transition: width .25s ease;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
.nav-cta { margin-left: 4px; }

.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s; }

.mobile-nav { display: none; flex-direction: column; padding: 8px 24px 20px; gap: 4px; border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.mobile-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-weight: 500; color: var(--ink-soft); }
.mobile-nav a:last-child { border: 0; margin-top: 10px; }
.mobile-nav.open { display: flex; }

/* ===== Hero ===== */
.hero { position: relative; padding: clamp(80px, 13vw, 150px) 0 clamp(70px, 10vw, 120px); overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('assets/studio-hero.jpg') center/cover no-repeat;
  opacity: .35;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,15,20,.55) 0%, rgba(12,15,20,.78) 55%, var(--bg) 100%),
    linear-gradient(90deg, rgba(12,15,20,.8) 0%, rgba(12,15,20,.25) 60%, transparent 100%);
}
.hero-glow {
  position: absolute; top: -35%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 900px; max-width: 130vw;
  background: radial-gradient(circle, rgba(246,178,60,.22), rgba(246,178,60,.05) 40%, transparent 68%);
  filter: blur(10px); pointer-events: none;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 20%, #000 20%, transparent 75%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 860px; }
.eyebrow {
  display: inline-block; font-family: 'Poppins', sans-serif; font-size: .8rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--amber);
  padding: 7px 16px; border: 1px solid rgba(246,178,60,.35); border-radius: 999px;
  background: rgba(246,178,60,.06); margin-bottom: 26px;
}
.hero h1 { font-size: clamp(3rem, 8vw, 5.6rem); font-weight: 700; letter-spacing: -0.02em; }
.hero-sub { font-family: 'Poppins', sans-serif; font-size: clamp(1.2rem, 3vw, 1.7rem); color: var(--ink); font-weight: 500; margin-top: 14px; }
.hero-lede { font-size: 1.12rem; color: var(--ink-soft); margin-top: 22px; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

/* ===== Sections ===== */
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kicker {
  display: inline-block; font-family: 'Poppins', sans-serif; font-size: .78rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px;
}
.section h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 700; margin-bottom: 8px; }
.section p { font-size: 1.06rem; }
.narrow p + p { margin-top: 18px; }
.section-head { max-width: 640px; margin-bottom: 48px; }

/* ===== Grids / Cards ===== */
.grid { display: grid; gap: 22px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(246,178,60,.4); box-shadow: var(--shadow); }
.card-icon {
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--amber); border-radius: 12px;
  background: rgba(246,178,60,.1); border: 1px solid rgba(246,178,60,.25); margin-bottom: 18px;
}
.card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.card p { font-size: .96rem; color: var(--ink-mute); }

/* Inventory */
.inventory-grid { gap: 20px; }
.inv-card {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 28px 26px; position: relative; overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}
.inv-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--amber-2), var(--amber-dk));
  transform: scaleY(0); transform-origin: top; transition: transform .3s ease;
}
.inv-card:hover { transform: translateY(-3px); border-color: rgba(246,178,60,.35); }
.inv-card:hover::before { transform: scaleY(1); }
.inv-card h3 { font-size: 1.16rem; margin-bottom: 12px; color: var(--ink); }
.inv-card p { font-size: .97rem; color: var(--ink-mute); }

.inv-note {
  margin-top: 30px; text-align: center; padding: 20px;
  border: 1px dashed var(--line); border-radius: var(--radius); background: rgba(255,255,255,.015);
}
.inv-note p { color: var(--ink-soft); font-style: italic; }

.center-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; }

/* ===== Steps ===== */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.steps li {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 24px; position: relative;
}
.step-num {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; margin-bottom: 18px;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.15rem; color: #241704;
  background: linear-gradient(135deg, var(--amber-2), var(--amber-dk));
}
.steps h3 { font-size: 1.08rem; margin-bottom: 8px; }
.steps p { font-size: .95rem; color: var(--ink-mute); }

/* ===== Gallery ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 18px;
}
.gallery-item {
  position: relative; overflow: hidden; border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--panel);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 18px 14px; font-size: .9rem; font-weight: 500; color: var(--ink);
  background: linear-gradient(180deg, transparent, rgba(8,10,14,.88));
}

@media (max-width: 720px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 1; }
}

/* ===== Pricing ===== */
.pricing { position: relative; }
.pricing::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 700px; height: 400px; max-width: 100vw;
  background: radial-gradient(ellipse, rgba(246,178,60,.12), transparent 70%);
  pointer-events: none;
}
.pricing .wrap { position: relative; }
.pricing p { max-width: 620px; margin-left: auto; margin-right: auto; }
.pricing p + p { margin-top: 16px; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info h2 { margin-bottom: 12px; }
.contact-details { margin: 28px 0; padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.company-name { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--ink); font-size: 1.1rem; margin-bottom: 14px; }
.contact-line { display: flex; align-items: center; gap: 12px; padding: 8px 0; color: var(--ink-soft); font-size: 1.05rem; transition: color .2s; }
.contact-line:hover { color: var(--amber-2); }
.ci { font-size: 1.1rem; }
.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.contact-form-wrap {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: 18px; padding: 34px; box-shadow: var(--shadow);
}
.enquiry-form h3 { font-size: 1.25rem; margin-bottom: 22px; }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; color: var(--ink); font-family: inherit; font-size: .98rem;
  transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #5c6572; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(246,178,60,.15);
}
.field textarea { resize: vertical; }
.enquiry-form .btn { margin-top: 6px; }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--line); padding: 44px 0; background: var(--bg-alt); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.footer-contact { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; }
.footer-contact a { color: var(--ink-soft); font-size: .95rem; transition: color .2s; }
.footer-contact a:hover { color: var(--amber-2); }
.copyright { font-size: .85rem; color: var(--ink-mute); }

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 620px) {
  .grid-2, .inventory-grid { grid-template-columns: 1fr; }
  .grid-4, .steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-actions .btn, .center-actions .btn { flex: 1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
