:root {
  --black: #070707;
  --black-2: #0d0d0e;
  --panel: #121214;
  --panel-2: #19191c;
  --white: #f7f4ee;
  --muted: #b5b0a8;
  --gold: #d8aa45;
  --gold-2: #f1cf77;
  --red: #8b0000;
  --red-deep: #4d0000;
  --line: rgba(255,255,255,.11);
  --shadow: 0 30px 80px rgba(0,0,0,.38);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(139,0,0,.08), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(216,170,69,.07), transparent 24%),
    var(--black);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.035) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255,255,255,.025) 25%, transparent 25%);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; background: var(--white); color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(7,7,7,.88); border-color: var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; }
.brand-logo { display: block; width: 220px; max-width: 100%; height: auto; }
.site-footer .brand-logo { width: 260px; }
.brand-script { font-family: Georgia, serif; font-weight: 700; font-style: italic; font-size: 31px; letter-spacing: -2px; color: var(--gold-2); text-shadow: 0 2px 16px rgba(216,170,69,.25); }
.brand-script::first-letter { color: var(--red); }
.brand-sub { margin-top: 7px; font-family: "Oswald", sans-serif; font-size: 9px; letter-spacing: 2.2px; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: 14px; font-weight: 700; text-decoration: none; color: #d8d4cc; }
.site-nav a:hover { color: var(--gold-2); }
.nav-call { padding: 12px 18px; border: 1px solid rgba(216,170,69,.55); border-radius: 999px; color: var(--gold-2) !important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; padding: 92px 0 112px; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(216,170,69,.65), transparent); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--gold-2); font-size: 12px; font-weight: 800; letter-spacing: 2.1px; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 26px; font-family: "Oswald", sans-serif; font-size: clamp(62px, 7vw, 104px); letter-spacing: -2px; text-transform: uppercase; }
h1 span { color: #8b0000; text-shadow: 0 3px 0 #350000; }
.hero-lead { max-width: 650px; margin: 0 0 34px; color: #cbc6bd; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--red), var(--red-deep)); box-shadow: 0 14px 36px rgba(90,0,0,.30); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(90,0,0,.38); }
.button-ghost { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: rgba(216,170,69,.55); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--white); font-size: 14px; }
.hero-proof span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; z-index: 1; }
.logo-card { position: relative; overflow: hidden; border: 1px solid rgba(216,170,69,.24); border-radius: 30px; background: #0a0a0a; box-shadow: var(--shadow); transform: rotate(1.3deg); }
.logo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 40%, rgba(255,255,255,.08)); pointer-events: none; }
.logo-card img { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; }
.logo-card-caption { padding: 22px 24px 25px; background: linear-gradient(180deg, #111, #090909); }
.logo-card-caption span { display: block; margin-bottom: 5px; color: var(--red); font-family: "Oswald", sans-serif; font-size: 13px; letter-spacing: 2px; }
.logo-card-caption strong { font-size: 17px; }
.floating-chip { position: absolute; padding: 10px 16px; border: 1px solid rgba(216,170,69,.35); border-radius: 999px; background: rgba(9,9,9,.86); backdrop-filter: blur(12px); color: var(--gold-2); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; box-shadow: 0 10px 30px rgba(0,0,0,.34); }
.chip-one { left: -24px; top: 17%; }
.chip-two { right: -18px; bottom: 17%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .22; }
.hero-glow-one { width: 420px; height: 420px; top: 20%; right: -150px; background: radial-gradient(circle, var(--gold), transparent 66%); }
.hero-glow-two { width: 350px; height: 350px; left: -200px; bottom: -80px; background: radial-gradient(circle, var(--red), transparent 68%); }

.trust-strip { border-bottom: 1px solid var(--line); background: #0b0b0c; }
.trust-grid { min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid span { text-align: center; color: #d1ccc2; font-size: 13px; font-weight: 700; letter-spacing: .5px; }
.trust-grid span + span { border-left: 1px solid var(--line); }

.section { padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.compact { margin-bottom: 42px; }
h2 { margin-bottom: 20px; font-family: "Oswald", sans-serif; font-size: clamp(42px, 5vw, 66px); letter-spacing: -1.2px; text-transform: uppercase; }
.section-heading > p:last-child, .process-copy > p, .about-copy > p, .contact-copy > p { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(216,170,69,.38); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 68px; border-radius: 50%; background: rgba(139,0,0,.12); border: 1px solid rgba(139,0,0,.42); color: #8b0000; font-family: "Oswald", sans-serif; font-size: 18px; }
.service-card h3 { margin-bottom: 14px; font-size: 24px; }
.service-card p { margin: 0; color: var(--muted); }

.process { background: linear-gradient(180deg, #0a0a0b, #101012); border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--gold-2); text-decoration: none; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, rgba(216,170,69,.18), rgba(139,0,0,.13)); border: 1px solid rgba(216,170,69,.28); color: var(--gold-2); font-family: "Oswald", sans-serif; font-size: 20px; }
.steps h3 { margin-bottom: 8px; font-size: 25px; }
.steps p { margin: 0; color: var(--muted); }

.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.about-art { position: relative; overflow: hidden; border-radius: 28px; border: 1px solid rgba(216,170,69,.2); box-shadow: var(--shadow); background: #0c0c0d; }
.about-art img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; transition: transform .6s ease; }
.about-art:hover img { transform: scale(1.025); }
.about-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 16px 18px; border: 1px solid rgba(216,170,69,.28); border-radius: 18px; background: linear-gradient(145deg, rgba(8,8,9,.9), rgba(8,8,9,.72)); backdrop-filter: blur(10px); box-shadow: 0 20px 40px rgba(0,0,0,.28); }
.about-badge span { display: block; margin-bottom: 6px; color: var(--gold-2); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; }
.about-badge strong { display: block; color: var(--white); font-size: 19px; line-height: 1.2; }
.about-copy blockquote { margin: 30px 0; padding: 18px 0 18px 24px; border-left: 3px solid var(--red); color: var(--white); font-size: 20px; font-weight: 700; }
.signature { font-weight: 800; color: var(--gold-2); }
.signature span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }

.why-us { padding-top: 20px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.benefit > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(216,170,69,.13); color: var(--gold-2); font-weight: 900; }
.benefit h3 { margin-bottom: 6px; font-size: 18px; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }

.contact { padding-bottom: 140px; }
.contact-shell { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; padding: 58px; border: 1px solid rgba(216,170,69,.22); border-radius: 30px; background: linear-gradient(145deg, rgba(216,170,69,.065), rgba(139,0,0,.05) 42%, rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.contact-direct { display: grid; gap: 18px; margin-top: 38px; }
.contact-direct a, .contact-direct div { display: flex; flex-direction: column; text-decoration: none; }
.contact-direct span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; }
.contact-direct strong { margin-top: 3px; color: var(--white); font-size: 17px; overflow-wrap: anywhere; }
.estimate-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { display: grid; gap: 8px; color: #e2ded7; font-size: 13px; font-weight: 700; }
.estimate-form label:nth-child(3), .estimate-form label:nth-child(4), .form-button, .form-note { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; outline: none; background: rgba(0,0,0,.28); color: var(--white); padding: 14px 15px; transition: border-color .2s ease, box-shadow .2s ease; }
input:focus, textarea:focus { border-color: rgba(216,170,69,.7); box-shadow: 0 0 0 4px rgba(216,170,69,.09); }
textarea { resize: vertical; }
.form-button { width: 100%; border: 0; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { padding: 58px 0 92px; border-top: 1px solid var(--line); background: #080809; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { margin: 0; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.footer-links a { color: #d5d0c8; text-decoration: none; font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); color: #807c76; font-size: 12px; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-sm { transition-delay: .1s; }
.reveal-delay { transition-delay: .2s; }

@media (max-width: 960px) {
  .site-nav { position: fixed; inset: 86px 20px auto; display: none; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(12,12,13,.97); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; gap: 18px; }
  .nav-call { text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid, .process-grid, .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .process-copy { position: static; }
  .process-grid, .about-grid, .contact-shell { gap: 48px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-icon { margin-bottom: 34px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 74px; }
  .site-nav { inset: 74px 14px auto; }
  .brand-logo { width: 180px; }
  .site-footer .brand-logo { width: 220px; }
  .brand-script { font-size: 27px; }
  .hero { padding: 54px 0 84px; }
  h1 { font-size: clamp(52px, 17vw, 74px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { padding: 10px 0; }
  .floating-chip { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-grid span { padding: 10px; }
  .trust-grid span + span { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 84px 0; }
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .steps li { grid-template-columns: 54px 1fr; gap: 14px; }
  .steps > li > span { width: 44px; height: 44px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .contact-shell { padding: 30px 20px; }
  .about-badge { left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; }
  .about-badge strong { font-size: 17px; }
  .estimate-form { grid-template-columns: 1fr; }
  .estimate-form label, .estimate-form label:nth-child(3), .estimate-form label:nth-child(4), .form-button, .form-note { grid-column: 1; }
  .footer-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
  .site-footer { padding-bottom: 96px; }
  .mobile-call { display: block; position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; padding: 14px; border-radius: 999px; background: linear-gradient(135deg, var(--red), var(--red-deep)); box-shadow: 0 14px 35px rgba(0,0,0,.5); text-align: center; text-decoration: none; font-weight: 800; }
}

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