:root {
  --black: #070707;
  --black-2: #0d0d0e;
  --black-3: #151516;
  --panel: #121213;
  --red: #a40014;
  --red-bright: #d0152b;
  --red-dark: #68000c;
  --gold: #d7b84a;
  --gold-light: #f1d86a;
  --white: #f5f2ea;
  --muted: #aaa7a0;
  --line: rgba(255,255,255,.1);
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --radius: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 999; background: var(--gold); color: #000; padding: 10px 16px; font-weight: 800; }
.skip-link:focus { left: 10px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(5,5,5,.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-color: var(--line);
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
}
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 150px; height: auto; transition: transform .25s ease; }
.brand:hover img { transform: scale(1.03); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { font-size: .83rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: #d5d2ca; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(215,184,74,.65); color: var(--gold-light)!important; border-radius: 999px; }
.nav-cta:hover { background: var(--gold); color: #080808!important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s, opacity .2s; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 47%, rgba(176,0,23,.27), transparent 27%),
    radial-gradient(circle at 8% 100%, rgba(143,0,18,.2), transparent 35%),
    linear-gradient(115deg, #050505 0%, #0d0d0e 55%, #070707 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -15% -31% 24%;
  height: 58%;
  transform: rotate(-6deg);
  background: linear-gradient(180deg, transparent, rgba(164,0,20,.08));
  border-top: 1px solid rgba(215,184,74,.14);
}
.hero-lines { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-lines::before, .hero-lines::after {
  content: ""; position: absolute; width: 70vw; height: 4px; right: -10vw; top: 45%; transform: rotate(-8deg);
  background: linear-gradient(90deg, transparent, var(--red-bright), transparent); box-shadow: 0 13px 0 rgba(208,21,43,.45), 0 -13px 0 rgba(208,21,43,.35); opacity: .5;
}
.hero-lines::after { top: 65%; left: -25vw; right: auto; opacity: .18; transform: rotate(9deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 44px; padding: 145px 0 85px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .specialties-copy h2, .contact-copy h2 {
  margin: 20px 0 22px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .018em;
  line-height: .98;
}
.hero h1 { font-size: clamp(3.4rem, 6.2vw, 6.8rem); max-width: 880px; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(241,216,106,.85); text-stroke: 1px rgba(241,216,106,.85); }
.hero-text { max-width: 680px; margin: 0 0 20px; color: #c8c5bd; font-size: clamp(1rem, 1.35vw, 1.2rem); }
.hero blockquote { margin: 0 0 28px; padding-left: 18px; border-left: 3px solid var(--red-bright); color: var(--gold-light); font-weight: 800; letter-spacing: .04em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0 40px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 6px; border: 1px solid transparent; text-transform: uppercase; font-size: .83rem; letter-spacing: .08em; font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; fill: currentColor; }
.btn-primary { background: linear-gradient(135deg, var(--red-bright), var(--red-dark)); box-shadow: 0 13px 28px rgba(164,0,20,.32), inset 0 1px 0 rgba(255,255,255,.18); color: #fff; }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(208,21,43,.42); }
.btn-ghost { border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.035); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 760px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-trust strong { display: block; font-size: .92rem; color: #fff; text-transform: uppercase; letter-spacing: .04em; }
.hero-trust span { display: block; color: #85827c; font-size: .78rem; }
.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 3; width: min(100%, 610px); filter: drop-shadow(0 28px 28px rgba(0,0,0,.65)); animation: logoFloat 5.5s ease-in-out infinite; }
.logo-glow { position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(208,21,43,.3), transparent 68%); filter: blur(4px); }
.metal-ring { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid rgba(215,184,74,.18); border-radius: 50%; box-shadow: inset 0 0 60px rgba(215,184,74,.035); }
.metal-ring::before, .metal-ring::after { content: ""; position: absolute; inset: 8%; border-radius: 50%; border: 1px dashed rgba(255,255,255,.08); }
.metal-ring::after { inset: 18%; border-style: solid; border-color: rgba(208,21,43,.14); }
.stamp { position: absolute; right: 0; bottom: 12%; z-index: 4; transform: rotate(-8deg); padding: 9px 15px; border: 1px solid rgba(215,184,74,.6); color: var(--gold-light); font-family: Georgia, serif; font-style: italic; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; background: rgba(0,0,0,.45); }

.section { position: relative; padding: 110px 0; }
.about { background: #0b0b0c; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section-heading h2, .specialties-copy h2, .contact-copy h2 { font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
.section-heading p { max-width: 630px; margin: 0 auto; color: var(--muted); }
.section-heading.centered { text-align: center; max-width: 860px; margin: 0 auto 56px; }
.section-heading.centered .eyebrow { justify-content: center; }
.about-copy { padding-top: 10px; }
.about-copy p { color: var(--muted); font-size: 1.05rem; }
.about-copy .lead { color: var(--white); font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.45; }
.signature-line { display: flex; align-items: center; gap: 14px; margin-top: 38px; color: var(--gold-light); font-family: Georgia, serif; font-style: italic; letter-spacing: .04em; }
.signature-line span { width: 70px; height: 1px; background: var(--red-bright); }

.services { overflow: hidden; background: linear-gradient(180deg, #080808, #101011); }
.services::before { content:""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent); }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 390px; padding: 34px 26px; overflow: hidden; background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card::before { content:""; position:absolute; width:160px; height:160px; border-radius:50%; right:-80px; bottom:-80px; background: radial-gradient(circle, rgba(208,21,43,.3), transparent 70%); transition: transform .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(215,184,74,.4); background: linear-gradient(160deg, rgba(208,21,43,.09), rgba(255,255,255,.025)); }
.service-card:hover::before { transform: scale(1.4); }
.service-card > span { position:absolute; top:22px; right:22px; color: rgba(255,255,255,.25); font-weight: 900; }
.icon-wrap { width: 72px; height: 72px; display:grid; place-items:center; border-radius: 16px; margin-bottom: 62px; color: var(--gold-light); background: rgba(215,184,74,.08); border: 1px solid rgba(215,184,74,.2); }
.icon-wrap svg { width: 38px; fill: currentColor; }
.service-card h3 { margin: 0 0 14px; text-transform: uppercase; font-size: 1.18rem; letter-spacing: .04em; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.specialties { background: linear-gradient(135deg, #120006, #0b0b0b 45%, #0b0b0b); border-top: 1px solid rgba(208,21,43,.2); }
.specialties-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.specialties-copy p { color: var(--muted); max-width: 520px; }
.text-link { display: inline-flex; align-items:center; gap: 12px; margin-top: 28px; color: var(--gold-light); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .84rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.specialty-list { border-top: 1px solid var(--line); }
.specialty-list div { display: grid; grid-template-columns: 70px 1fr; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease, background .2s ease; }
.specialty-list div:hover { padding-left: 12px; color: var(--gold-light); background: linear-gradient(90deg, rgba(208,21,43,.08), transparent); }
.specialty-list span { color: var(--red-bright); font-weight: 900; }
.specialty-list strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }

.process { background: #0b0b0c; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-item { position: relative; padding: 40px 30px 0; border-right: 1px solid var(--line); }
.process-item:last-child { border-right: 0; }
.process-item > span { display: grid; place-items:center; width: 46px; height: 46px; margin: -63px 0 32px; border-radius: 50%; background: var(--black); border: 1px solid var(--red-bright); color: var(--gold-light); font-weight: 900; box-shadow: 0 0 0 8px var(--black); }
.process-item h3 { text-transform: uppercase; letter-spacing: .05em; margin: 0 0 10px; }
.process-item p { color: var(--muted); margin: 0; font-size: .94rem; }

.contact { overflow: hidden; background: radial-gradient(circle at 10% 0%, rgba(208,21,43,.16), transparent 36%), #080808; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-copy p { color: var(--muted); max-width: 560px; }
.contact-details { display: grid; gap: 18px; margin-top: 44px; }
.contact-details a, .contact-details div { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-details small { display: block; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong { font-size: 1.15rem; }
.contact-details a:hover strong { color: var(--gold-light); }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 18px; color: #d6d3cc; font-weight: 800; font-size: .83rem; text-transform: uppercase; letter-spacing: .06em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; color: #fff; background: #0b0b0c; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; outline: none; text-transform: none; letter-spacing: normal; font-weight: 400; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,184,74,.1); }
.contact-form select option { background: #101010; }
.contact-form textarea { resize: vertical; min-height: 128px; }
.form-submit { width: 100%; }
.form-note { margin: 12px 0 0; color: #77746e; font-size: .76rem; text-align:center; }

.site-footer { padding: 34px 0; background: #030303; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.footer-inner img { width: 118px; }
.footer-copy { display: flex; flex-direction: column; }
.footer-copy strong { color: var(--gold-light); font-family: Georgia, serif; font-style: italic; }
.footer-copy span { color: #77746e; font-size: .8rem; }
.footer-links { display: flex; gap: 18px; color: #aaa7a0; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; }
.footer-links a:hover { color: var(--gold-light); }
.footer-credit-wrap {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.04);
  display: flex;
  justify-content: center;
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  opacity: .78;
  transition: opacity .2s ease;
}
.footer-credit:hover {
  opacity: 1;
}
.footer-credit img {
  width: 86px;
  max-width: 28vw;
  height: auto;
}
.footer-credit-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
}
.footer-credit-copy span {
  color: #8c877d;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 600;
}
.footer-credit-copy strong {
  color: #a9a39a;
  font-size: .82rem;
  letter-spacing: .01em;
  font-weight: 600;
}
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 45; width: 58px; height: 58px; display:grid; place-items:center; border-radius:50%; background:#1fbf5b; color:#fff; box-shadow: 0 12px 30px rgba(0,0,0,.4); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: scale(1.08); }
.floating-whatsapp svg { width: 30px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes logoFloat { 0%,100% { transform: translateY(0) rotate(-.5deg); } 50% { transform: translateY(-12px) rotate(.5deg); } }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: .74rem; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; min-height: 390px; margin-bottom: -25px; }
  .hero-visual img { width: min(80%, 520px); }
  .hero-text { margin-inline: auto; }
  .hero blockquote { display: inline-block; }
  .hero-actions, .hero-trust { justify-content: center; margin-inline: auto; }
  .stamp { right: 10%; }
  .about-grid, .specialties-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 65px 0; }
  .process-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 780px) {
  :root { --container: min(1180px, calc(100% - 28px)); }
  .header-inner { height: 78px; }
  .brand img { width: 118px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0 0 auto; min-height: 100svh; padding: 120px 28px 40px; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; background: rgba(5,5,5,.98); transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-cta { margin-top: 20px; text-align:center; border: 1px solid var(--gold)!important; padding: 14px!important; }
  .hero-grid { padding-top: 105px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-visual { min-height: 315px; }
  .hero-visual img { width: 92%; }
  .stamp { display: none; }
  .hero-trust { grid-template-columns: 1fr; gap: 12px; }
  .hero-trust div { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .icon-wrap { margin-bottom: 36px; }
  .process-grid { grid-template-columns: 1fr; gap: 60px; border-top: 0; }
  .process-item { border-right: 0; border-top: 1px solid var(--line); padding-inline: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .footer-credit {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .footer-credit img { width: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}
