
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #f2f2f2;
  background: #070707;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.site-shell {
  background:
    radial-gradient(circle at top right, rgba(176,22,35,0.22), transparent 26%),
    radial-gradient(circle at top left, rgba(255,255,255,0.05), transparent 18%),
    linear-gradient(180deg, #0a0a0b 0%, #111112 40%, #0a0a0b 100%);
}
.container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(7,7,7,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; padding: 14px 0; }
.brand { display:flex; align-items:center; gap:14px; min-width: 0; }
.brand img { width:68px; height:68px; object-fit:contain; }
.brand-title {
  font-family:'Cormorant Garamond', serif;
  font-size: 2rem; font-weight:700; letter-spacing: .08em;
}
.brand-sub { font-size: .72rem; letter-spacing: .32em; color:#d8d8d8; }
.nav { display:flex; gap:26px; color:#dfdfdf; font-size:.95rem; }
.nav a { position:relative; }
.nav a::after {
  content:''; position:absolute; left:0; right:0; bottom:-6px; height:1px;
  background:#b71f2e; transform:scaleX(0); transition:.25s ease; transform-origin:left;
}
.nav a:hover::after { transform:scaleX(1); }
.button {
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: 999px; padding: 14px 22px; font-weight:600;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(180deg, #d62839, #91131f); color:#fff; box-shadow: 0 8px 26px rgba(183,31,46,.35); }
.button-secondary { border:1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); color:#fff; }
.hero { position:relative; padding: 56px 0 52px; overflow:hidden; }
.hero-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.38) 45%, rgba(0,0,0,.18) 100%); }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items:center; }
.eyebrow { display:inline-block; font-size: .78rem; text-transform: uppercase; letter-spacing: .28em; color: #f4c6cc; margin-bottom: 14px; }
h1, .section h2 {
  font-family:'Cormorant Garamond', serif;
  line-height: 1.02; margin: 0 0 18px;
}
.hero h1 { font-size: clamp(3rem, 5vw, 5.3rem); max-width: 13ch; }
.page-hero { padding: 72px 0 34px; }
.page-hero.slim h1 { font-size: clamp(2.8rem, 4vw, 4.5rem); max-width: 14ch; }
.page-hero p { max-width: 62ch; color:#dddddd; font-size:1.04rem; }
.hero p, .section p { color:#d7d7d7; }
.hero-actions { display:flex; gap:14px; margin-top:24px; flex-wrap:wrap; }
.hero-metrics { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px; margin-top:28px; max-width: 720px; }
.hero-metrics div { padding: 16px 18px; border-radius: 20px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); }
.hero-metrics strong { display:block; font-size:1.3rem; color:#fff; }
.hero-metrics span { font-size:.88rem; color:#cdcdcd; }
.hero-visual img, .side-panel img, .vision-box img {
  border-radius: 28px; border:1px solid rgba(255,255,255,.08); box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.section { padding: 92px 0; }
.section-dark { background: rgba(255,255,255,.02); border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06); }
.section h2 { font-size: clamp(2.3rem, 3vw, 3.9rem); }
.section-head { margin-bottom: 30px; max-width: 760px; }
.cards { display:grid; gap:22px; }
.cards.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  border-radius: 26px; padding: 28px; border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.card h3 { margin: 0 0 12px; font-size:1.28rem; }
.card p { margin: 0; font-size:.97rem; }
.card-kicker { color:#f4c6cc; text-transform:uppercase; letter-spacing:.22em; font-size:.72rem; margin-bottom:10px; }
.glass { backdrop-filter: blur(10px); }
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items:start; }
.copy-col p + p { margin-top: 16px; }
.vision-box, .side-panel {
  border-radius: 30px; overflow: hidden; border:1px solid rgba(255,255,255,.08);
  background: #111; box-shadow: 0 20px 45px rgba(0,0,0,.24);
}
.vision-box img, .side-panel img {
  width:100%;
  height:420px;
  object-fit:contain;
  background:#000;
  padding: 12px;
}
.vision-copy { padding: 24px 26px 28px; }
.service-filter { display:flex; gap: 12px; flex-wrap:wrap; margin: 0 0 24px; }
.filter-btn { border:none; cursor:pointer; padding: 10px 18px; border-radius:999px; background: rgba(255,255,255,.06); color:#ececec; font-weight:600; }
.filter-btn.active { background: linear-gradient(180deg, #d62839, #91131f); }
.service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.price-tag {
  display:inline-block; margin-top: 18px; padding: 8px 12px; border-radius: 999px;
  background: rgba(214,40,57,.15); border: 1px solid rgba(214,40,57,.24); color:#ffe3e6; font-size:.88rem;
}
.industry-card { min-height: 210px; }
.callout { padding-top: 76px; padding-bottom: 76px; }
.process { align-items: start; }
.timeline { display:grid; gap:18px; }
.step { display:grid; grid-template-columns: 66px 1fr; gap:18px; padding: 18px 0; border-bottom:1px solid rgba(255,255,255,.08); }
.step span {
  width:58px; height:58px; border-radius:50%; display:grid; place-items:center;
  background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08);
  font-weight:700; color:#f4c6cc;
}
.step h3 { margin: 0 0 8px; }
.contact-meta { display:grid; gap:8px; margin-top:22px; color:#d5d5d5; }
.intake-form {
  padding: 28px; border-radius: 30px; border:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.field-grid { display:grid; grid-template-columns: 1fr 1fr; gap:16px; }
label { display:block; }
label span { display:block; font-size:.9rem; color:#dcdcdc; margin-bottom:8px; }
input, select, textarea {
  width:100%; border-radius:18px; border:1px solid rgba(255,255,255,.10);
  background:#111214; color:#fff; padding: 14px 16px; font: inherit;
}
textarea { resize: vertical; }
.full { margin-top:16px; }
.button-full { width:100%; margin-top:18px; }
.footer { border-top:1px solid rgba(255,255,255,.08); padding: 28px 0 34px; }
.footer-grid { display:grid; grid-template-columns: 1fr auto 1fr; gap:24px; align-items:center; }
.footer-copy { color:#d0d0d0; max-width: 32ch; }
.footer-links { display:grid; gap:8px; }
.footer-contact { justify-self:end; text-align:right; color:#d0d0d0; }
.hidden { display:none !important; }
@media (max-width: 1080px) {
  .hero-grid, .split, .cards.three, .cards.four, .service-grid, .cards.two { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { justify-self:start; text-align:left; }
}
@media (max-width: 820px) {
  .nav, .small-hide { display:none; }
  .hero-grid, .split, .cards.three, .cards.four, .service-grid, .cards.two, .field-grid { grid-template-columns: 1fr; }
  .hero-metrics { grid-template-columns: 1fr; }
  .brand img { width:56px; height:56px; }
  .brand-title { font-size:1.7rem; }
  .container { width: min(1220px, calc(100% - 32px)); }
  .section { padding:72px 0; }
}


@media (max-width: 820px) {
  .vision-box img, .side-panel img {
    height: auto;
    max-height: 360px;
    object-fit: contain;
    padding: 10px;
  }
}
