:root {
  --ink: #0a0a0a;
  --coal: #111211;
  --charcoal: #181918;
  --paper: #f4f1e9;
  --paper-2: #e9e4d8;
  --white: #fffdf8;
  --gold: #c9972f;
  --gold-light: #e2bd59;
  --muted: #b8b4aa;
  --line: rgba(255,255,255,.16);
  --shadow: 0 24px 70px rgba(0,0,0,.22);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: 16px; transform: translateY(-150%); background: var(--gold); color: #000; padding: 10px 14px; z-index: 999; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(8,8,8,.94); backdrop-filter: blur(12px); box-shadow: 0 10px 40px rgba(0,0,0,.25); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img, .footer-brand img { width: 178px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: var(--white); text-decoration: none; text-transform: uppercase; font-size: .76rem; letter-spacing: .09em; font-weight: 800; }
.site-nav > a:not(.button):hover { color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); background: rgba(0,0,0,.25); border-radius: 10px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid var(--gold); background: linear-gradient(135deg,var(--gold-light),var(--gold)); color: #090909; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font-size: .78rem; font-weight: 900; box-shadow: 0 12px 26px rgba(201,151,47,.2); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(201,151,47,.28); filter: brightness(1.04); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-ghost { background: rgba(0,0,0,.15); border-color: rgba(255,255,255,.55); color: #fff; box-shadow: none; }
.button-full { width: 100%; }
.hero { min-height: 820px; position: relative; display: grid; align-items: center; overflow: hidden; background: #0a0a0a; color: var(--white); }
.hero-media { position: absolute; inset: 0; background-image: url('assets/images/hero-building.webp'); background-size: cover; background-position: 66% center; transform: scale(1.04); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,4,4,.97) 0%,rgba(4,4,4,.88) 35%,rgba(4,4,4,.34) 66%,rgba(4,4,4,.2) 100%), linear-gradient(0deg,rgba(0,0,0,.7),transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 165px; }
.eyebrow { margin: 0 0 14px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-weight: 900; font-size: .78rem; }
.eyebrow.dark { color: #a87313; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.08; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(3rem,7vw,6.5rem); text-transform: uppercase; letter-spacing: -.055em; font-weight: 950; }
h1 span { color: var(--gold-light); }
h2 { font-size: clamp(2.1rem,4vw,4rem); letter-spacing: -.045em; text-transform: uppercase; }
h3 { font-size: 1.25rem; }
.hero-copy { max-width: 680px; font-size: clamp(1.03rem,1.7vw,1.28rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.trust-strip { position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid rgba(226,189,89,.5); background: rgba(7,7,7,.9); backdrop-filter: blur(12px); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { min-height: 116px; display: grid; align-content: center; padding: 22px 26px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: #fff; text-transform: uppercase; font-size: .82rem; letter-spacing: .05em; }
.trust-grid span { color: var(--muted); font-size: .85rem; }
.section { padding: 108px 0; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px,8vw,100px); align-items: center; }
.copy-column p { max-width: 610px; font-size: 1.04rem; }
.text-link { display: inline-flex; gap: 8px; margin-top: 12px; color: #8a5e10; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font-size: .78rem; }
.image-frame { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(201,151,47,.55); border-radius: inherit; pointer-events: none; }
.image-frame img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.dark-section { color: var(--white); background: radial-gradient(circle at 75% 0%,rgba(201,151,47,.12),transparent 30%), linear-gradient(135deg,#111 0%,#050505 100%); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: #5e5a52; font-size: 1.05rem; }
.dark-section .section-heading > p:last-child { color: #b8b4aa; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(201,151,47,.35); border: 1px solid rgba(201,151,47,.35); }
.value-card { min-height: 410px; padding: 38px; background: rgba(12,12,12,.97); position: relative; }
.value-card h3 { color: #fff; text-transform: uppercase; font-size: 1.35rem; }
.value-card p { color: #c8c5bd; }
.card-number { display: block; margin-bottom: 62px; color: var(--gold-light); font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
.accent-copy { color: var(--gold-light) !important; font-weight: 700; }
.services { background: linear-gradient(180deg,#f6f3eb,#ece6da); }
.service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.service-card { overflow: hidden; border: 1px solid rgba(16,16,16,.14); background: rgba(255,255,255,.72); box-shadow: 0 14px 40px rgba(0,0,0,.07); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(0,0,0,.12); }
.service-card img { width: 100%; aspect-ratio: 1.25; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.service-card div { padding: 24px 20px 26px; }
.service-card h3 { min-height: 48px; text-transform: uppercase; font-size: 1rem; }
.service-card p { margin-bottom: 0; color: #5f5b53; font-size: .9rem; }
.image-note { margin: 22px auto 0; color: #777168; text-align: center; font-size: .78rem; }
.process-section { color: #fff; background: #0c0d0c url('assets/images/tools-detail.webp') center/cover no-repeat fixed; position: relative; }
.process-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,7,7,.98),rgba(7,7,7,.86)); }
.process-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 150px; }
.process-copy p:last-child { color: #c5c1b7; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 88px 1fr; gap: 26px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list span { color: var(--gold-light); font-size: 1.7rem; font-weight: 900; }
.process-list h3 { margin-bottom: 8px; text-transform: uppercase; }
.process-list p { margin-bottom: 0; color: #c5c1b7; }
.contact-section { position: relative; padding: 112px 0; overflow: hidden; background: var(--paper); }
.contact-media { position: absolute; inset: 0 55% 0 0; background: linear-gradient(rgba(5,5,5,.75),rgba(5,5,5,.85)),url('assets/images/hero-building.webp') center/cover; }
.contact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.contact-copy { color: #fff; padding-right: 24px; }
.contact-copy h2 { font-size: clamp(2.4rem,4.5vw,4.8rem); }
.contact-copy p { color: #ddd7cb; }
.email-link, .domain-link { display: block; width: fit-content; color: #fff; font-size: 1.16rem; font-weight: 900; text-decoration: none; margin-top: 12px; }
.domain-link { color: var(--gold-light); }
.quote-form { padding: 38px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 14px; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; color: #3e3a34; }
.quote-form input,.quote-form select,.quote-form textarea { width: 100%; border: 1px solid #cfc8ba; background: #fff; color: #111; padding: 13px 14px; border-radius: 0; outline: none; }
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,151,47,.15); }
.quote-form textarea { resize: vertical; }
.form-note { margin: 12px 0 0; color: #6b665e; font-size: .76rem; text-align: center; }
.site-footer { padding: 55px 0 26px; color: #fff; background: #080908; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; gap: 40px; align-items: center; }
.footer-grid p { margin: 0; color: #aaa69d; }
.footer-grid strong { color: #fff; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: #ddd8ce; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font-size: .72rem; font-weight: 800; }
.legal { display: flex; justify-content: space-between; gap: 24px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #77746d; font-size: .76rem; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .card-number { margin-bottom: 30px; }
  .contact-media { inset: 0 52% 0 0; }
}
@media (max-width: 850px) {
  :root { --shell: min(100% - 28px, 720px); }
  .header-inner { min-height: 76px; }
  .brand img { width: 148px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 14px auto; display: grid; gap: 0; padding: 16px; background: #0b0b0b; border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .2s ease; }
  .site-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .site-nav > a:not(.button) { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .button { margin-top: 12px; }
  .hero { min-height: 900px; }
  .hero-media { background-position: 72% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(4,4,4,.98),rgba(4,4,4,.7)); }
  .hero-content { padding-top: 120px; padding-bottom: 320px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { min-height: 105px; border-bottom: 1px solid var(--line); }
  .two-column,.process-layout,.contact-grid { grid-template-columns: 1fr; }
  .process-copy { position: relative; top: auto; }
  .contact-media { inset: 0; }
  .contact-section::after { content: ""; position: absolute; inset: 0; background: rgba(5,5,5,.73); }
  .contact-grid { z-index: 1; }
  .quote-form { background: rgba(255,255,255,.97); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.75rem,15vw,4.4rem); }
  h2 { font-size: clamp(2rem,10vw,3.2rem); }
  .hero { min-height: 960px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: auto; padding: 17px 18px; border-right: 0; }
  .hero-content { padding-bottom: 430px; }
  .two-column { gap: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 42% 58%; }
  .service-card img { height: 100%; aspect-ratio: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .process-list li { grid-template-columns: 56px 1fr; gap: 14px; }
  .legal { display: grid; }
}
@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; }
  .process-section { background-attachment: scroll; }
}
