:root{
  --bg:#07090d;
  --bg-soft:#0f141d;
  --panel:#0f1319;
  --panel-2:#121720;
  --line:rgba(200,169,106,.28);
  --gold:#d2b57a;
  --gold-2:#b58c42;
  --cyan:#4cd7c7;
  --violet:#7a6cff;
  --rose:#ff5a8b;
  --ink:#0b0e12;
  --text:#fbf7f1;
  --muted:rgba(251,247,241,.74);
  --max:1280px;
  --radius:22px;
  --shadow:0 22px 60px rgba(0,0,0,.35);
}
*,
*::before,
*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(200,169,106,.10), transparent 28%),
    radial-gradient(circle at top right, rgba(200,169,106,.08), transparent 24%),
    radial-gradient(circle at 55% 10%, rgba(76,215,199,.08), transparent 28%),
    radial-gradient(circle at 75% 40%, rgba(122,108,255,.07), transparent 30%),
    radial-gradient(circle at 15% 75%, rgba(255,90,139,.05), transparent 35%),
    linear-gradient(180deg,#07090c 0%, #090b0f 45%, #07090c 100%);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{
  margin:0 0 .5rem;
  font-family:"Cinzel", Georgia, serif;
  line-height:1.1;
  letter-spacing:.02em;
}
p{margin:0 0 1rem}
.container{
  width:min(100% - 32px, var(--max));
  margin-inline:auto;
}
.row{
  display:flex;
  flex-wrap:wrap;
  margin-inline:-12px;
}
.row > *{
  padding-inline:12px;
}
.g-3 > *{margin-top:24px}
.g-4 > *{margin-top:24px}
.g-5 > *{margin-top:32px}
.align-center{align-items:center}
.justify-between{justify-content:space-between}
.center{text-align:center}
[class*="col-"]{width:100%}
.col-12{width:100%}
.col-sm-6,.col-md-4,.col-md-6,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-auto,.col-xl-3,.col-xl-4{width:100%}
@media (min-width:576px){
  .col-sm-6{width:50%}
}
@media (min-width:768px){
  .col-md-4{width:33.3333%}
  .col-md-6{width:50%}
}
@media (min-width:992px){
  .col-lg-5{width:41.6667%}
  .col-lg-6{width:50%}
  .col-lg-7{width:58.3333%}
  .col-lg-auto{width:auto}
  .flex-lg-row-reverse{flex-direction:row-reverse}
}
@media (min-width:1200px){
  .col-xl-3{width:25%}
  .col-xl-4{width:33.3333%}
}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(14px);
  background:rgba(7,9,12,.72);
  border-bottom:1px solid rgba(255,255,255,.04);
}
.header-row{
  min-height:84px;
  gap:12px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.brand img{
  width:58px;
  height:58px;
  object-fit:cover;
  border-radius:10px;
  border:1px solid var(--line);
}
.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.brand-title,.brand-subtitle{
  font-family:"Cinzel", Georgia, serif;
  color:var(--gold);
  letter-spacing:.08em;
}
.brand-title{font-size:1.15rem}
.brand-subtitle{font-size:.9rem}
.main-nav{
  display:none;
  position:absolute;
  top:84px;
  left:16px;
  right:16px;
  background:rgba(10,12,17,.98);
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  box-shadow:var(--shadow);
}
.main-nav.is-open{display:flex;flex-direction:column;gap:12px}
.main-nav a{
  color:var(--muted);
  font-weight:500;
}
.main-nav a:hover{color:var(--text)}
.menu-toggle{
  width:48px;height:48px;border-radius:14px;
  border:1px solid var(--line);
  background:transparent;color:var(--text);
  display:grid;place-items:center;gap:4px;
}
.menu-toggle span{
  display:block;width:20px;height:2px;background:var(--gold)
}
.header-cta{display:none;align-items:center;gap:18px}
.header-phone{color:var(--muted);font-weight:600}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 24px;border-radius:14px;
  border:1px solid transparent;font-weight:700;transition:.25s ease;
  cursor:pointer;
}
.btn-sm{min-height:42px;padding:0 18px}
.btn-block{width:100%}
.btn-gold{
  background:
    radial-gradient(circle at 18% 10%, rgba(255,90,139,.22), transparent 46%),
    linear-gradient(180deg, #d5bb84 0%, #b58c42 100%);
  color:var(--ink);
  box-shadow:0 10px 30px rgba(181,140,66,.30);
}
.btn-gold:hover{transform:translateY(-1px);filter:brightness(1.03)}
.btn-outline{
  border-color:var(--line);
  color:var(--text);
  background:rgba(255,255,255,.02);
}
.btn-outline:hover{background:rgba(255,255,255,.05)}
.hero-section{
  padding:36px 0 28px;
}
.hero-shell{
  border:1px solid var(--line);
  border-radius:calc(var(--radius) + 6px);
  padding:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.01)),
    linear-gradient(135deg, rgba(200,169,106,.08), transparent 26%),
    radial-gradient(circle at 10% 18%, rgba(76,215,199,.09), transparent 40%),
    radial-gradient(circle at 92% 10%, rgba(122,108,255,.10), transparent 42%),
    var(--panel);
  box-shadow:var(--shadow);
}
.eyebrow,.kicker{
  display:inline-flex;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.78rem;
  font-weight:700;
  margin-bottom:14px;
}
h1{font-size:clamp(2.2rem, 5vw, 4.5rem); margin-bottom:18px}
h2{font-size:clamp(1.7rem, 3vw, 3rem)}
h3{font-size:1.25rem}
.lead{
  color:var(--muted);
  font-size:1.08rem;
  max-width:58ch;
}
.hero-actions{
  display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 20px;
}
.hero-badges{
  display:flex;flex-wrap:wrap;gap:10px;
}
.hero-badges span,.mini-panel{
  border:1px solid var(--line);
  background:rgba(255,255,255,.02);
}
.hero-badges span{
  padding:10px 14px;border-radius:999px;color:var(--muted);font-weight:600;
}
.hero-visual{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:240px 150px;
  gap:14px;
}
.visual-card,.feature-visual,.project-card{
  position:relative;overflow:hidden;border-radius:22px;border:1px solid var(--line);
  min-height:100%;
}
.visual-card::before,.feature-visual::before,.project-card::before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(9,11,15,.12) 35%, rgba(9,11,15,.85) 100%),
    radial-gradient(circle at top right, rgba(255,255,255,.08), transparent 25%);
}
.visual-card::after,.feature-visual::after,.project-card::after{
  content:"";
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  z-index:-2;
}
.visual-a{grid-row:1 / span 2}
.visual-a::after{background-image:linear-gradient(135deg, #c0b29b, #786b5b 45%, #302a24)}
.visual-b::after{background-image:linear-gradient(135deg, #8f7f6d, #4e463c 55%, #1f2228)}
.visual-c::after{background-image:linear-gradient(135deg, #76716a, #473f36 45%, #14171c)}
.visual-card span{
  position:absolute;left:18px;bottom:16px;z-index:2;
  font-family:"Cinzel", Georgia, serif;font-size:1.05rem;
}
.hero-links{margin-top:8px}
.mini-panel{
  display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:18px;height:100%;
}
.mini-panel strong{font-family:"Cinzel", Georgia, serif;font-size:1.1rem}
.mini-panel span{color:var(--muted)}
.section{padding:72px 0}
.section-dark{
  background:
    linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,.005)),
    linear-gradient(180deg, rgba(200,169,106,.05), transparent 20%),
    radial-gradient(circle at 80% 10%, rgba(76,215,199,.06), transparent 30%),
    radial-gradient(circle at 18% 35%, rgba(122,108,255,.06), transparent 34%),
    var(--bg-soft);
  border-top:1px solid rgba(255,255,255,.03);
  border-bottom:1px solid rgba(255,255,255,.03);
}
.section-heading{margin-bottom:34px}
.section-heading p{color:var(--muted);max-width:70ch;margin-inline:auto}
.service-card,.product-card,.step-card,.content-panel,.contact-box{
  height:100%;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  box-shadow:var(--shadow);
}
.service-card,.product-card,.step-card,.content-panel{padding:24px}
.service-card p,.product-card p,.step-card p,.content-panel p{color:var(--muted)}
.icon-box{
  width:52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg, rgba(200,169,106,.18), rgba(76,215,199,.10));
  border:1px solid var(--line);
  color:var(--gold);
  display:grid;place-items:center;
  font-weight:800;margin-bottom:16px;
}
.check-list{
  list-style:none;padding:0;margin:0;display:grid;gap:12px;
}
.check-list li{
  position:relative;padding-left:28px;color:var(--muted)
}
.check-list li::before{
  content:"";position:absolute;left:0;top:.55rem;width:12px;height:12px;border-radius:50%;
  background:var(--gold);box-shadow:0 0 0 4px rgba(200,169,106,.14);
}
.feature-office::after{background-image:linear-gradient(135deg, #6f655a, #41392f 50%, #171a1f)}
.feature-home::after{background-image:linear-gradient(135deg, #b8ac9f, #6e6256 45%, #23262c)}
.feature-visual{min-height:360px}
.product-card{
  min-height:240px;
  display:flex;flex-direction:column;justify-content:flex-end;
  position:relative;overflow:hidden;
}
.product-card::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(9,11,15,.85)),
    radial-gradient(circle at top left, rgba(200,169,106,.18), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(76,215,199,.10), transparent 28%),
    radial-gradient(circle at 40% 10%, rgba(122,108,255,.09), transparent 30%);
  z-index:0;
}
.product-card > *{position:relative;z-index:1}
.project-card{min-height:320px}
.project-a::after{background-image:linear-gradient(135deg, #a99d90, #665c52 45%, #292826)}
.project-b::after{background-image:linear-gradient(135deg, #727071, #494949 45%, #1a1d22)}
.project-c::after{background-image:linear-gradient(135deg, #90816b, #544636 45%, #1a1d22)}
.project-d::after{background-image:linear-gradient(135deg, #7c776f, #4c473f 45%, #1d2128)}
.project-copy{
  position:absolute;left:18px;right:18px;bottom:18px;z-index:2
}
.project-copy a{
  display:inline-flex;margin-top:8px;color:var(--gold);font-weight:700
}
.step-card{
  text-align:center;
}
.step-card span{
  width:60px;height:60px;border-radius:50%;
  display:grid;place-items:center;margin:0 auto 16px;
  background:rgba(200,169,106,.12);color:var(--gold);
  border:1px solid var(--line);font-family:"Cinzel", Georgia, serif;font-size:1.4rem
}
.contact-box{
  padding:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01)),
    linear-gradient(135deg, rgba(200,169,106,.10), transparent 28%),
    radial-gradient(circle at 90% 30%, rgba(76,215,199,.10), transparent 36%),
    radial-gradient(circle at 18% 10%, rgba(255,90,139,.06), transparent 42%),
    var(--panel-2);
}
.contact-form input,
.contact-form textarea{
  width:100%;
  background:#f5f2ec;
  color:#121212;
  border:0;
  border-radius:14px;
  padding:14px 16px;
  font:inherit;
}
.contact-form textarea{resize:vertical;min-height:140px}
.form-message{
  margin-top:12px;
  color:var(--gold);
  min-height:1.5em;
}
.site-footer{
  padding:28px 0 42px;
  color:var(--muted);
}
.footer-links{
  display:flex;flex-wrap:wrap;gap:16px;
}

.reveal{opacity:1;transform:none}

@media (prefers-reduced-motion: no-preference){
  .reveal{
    opacity:0;
    transform:translateY(14px);
    transition:opacity .65s ease, transform .65s ease;
    transition-delay:var(--reveal-delay, 0ms);
  }
  .reveal.is-visible{
    opacity:1;
    transform:none;
  }
}
.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;
}
.mobile-cta{display:inline-flex}
@media (min-width:992px){
  .menu-toggle{display:none}
  .main-nav{
    position:static;display:flex !important;flex-direction:row;gap:24px;
    background:transparent;border:0;padding:0;box-shadow:none
  }
  .main-nav a{font-size:.96rem}
  .mobile-cta{display:none}
  .header-cta{display:flex}
  .hero-shell{padding:42px}
}
@media (max-width:991.98px){
  .header-cta{display:none}
}
@media (max-width:767.98px){
  .hero-shell,.contact-box{padding:22px}
  .hero-visual{
    grid-template-columns:1fr;
    grid-template-rows:190px 160px 160px;
  }
  .visual-a{grid-row:auto}
  .section{padding:56px 0}
}
