:root {
  --black: #080808;
  --ink: #171717;
  --paper: #f6f3ec;
  --white: #fff;
  --gold: #d7ad22;
  --gold-dark: #9d790b;
  --muted: #696969;
  --line: rgba(23, 23, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 99; padding: 10px 16px; background: var(--gold); color: var(--black); }
.skip-link:focus { left: 10px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(157, 121, 11, .32); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { width: min(620px, 61vw); }
.brand img { width: 100%; height: auto; }
nav { display: flex; gap: 26px; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
nav a { text-decoration: none; white-space: nowrap; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.menu-button { display: none; border: 1px solid rgba(23,23,23,.35); background: transparent; color: var(--ink); padding: 8px 12px; font: inherit; }

.hero { min-height: 650px; display: grid; align-items: center; color: white; background: radial-gradient(circle at 78% 36%, #252525 0, #111 27%, #060606 66%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; padding-block: 96px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 6vw, 5.75rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 span { color: var(--gold); }
.lead { max-width: 650px; color: #c9c9c9; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; padding: 13px 23px; text-decoration: none; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold:hover, .button-gold:focus-visible { background: #f0ca43; }
.text-link { color: white; text-underline-offset: 5px; }
.hero-card { position: relative; padding: 42px 36px; border: 1px solid rgba(215, 173, 34, .5); background: rgba(255,255,255,.035); }
.hero-card::before { content: ''; position: absolute; width: 58px; height: 58px; right: -1px; top: -1px; border-top: 3px solid var(--gold); border-right: 3px solid var(--gold); }
.card-number { display: block; margin-bottom: 32px; color: var(--gold); font-family: Georgia, serif; font-size: 2.8rem; }
.hero-card p { color: #e1e1e1; font-size: 1.08rem; }
.gold-rule { height: 1px; margin: 28px 0 20px; background: var(--gold); }
.hero-card .card-signature { margin: 0; color: #aaa; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }

.section { padding-block: 110px; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
h2 { margin-bottom: 18px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child, .contact-intro { color: var(--muted); font-size: 1.08rem; }
.services-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.services-toolbar p { margin: 0; color: var(--muted); }
.slider-buttons { display: flex; gap: 10px; }
.slider-button { width: 46px; height: 46px; border: 1px solid var(--gold-dark); background: transparent; color: var(--ink); font-size: 1.35rem; cursor: pointer; }
.slider-button:hover, .slider-button:focus-visible { background: var(--gold); color: var(--black); }
.cards { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2px) / 3); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-top: 1px solid var(--line); }
.cards::-webkit-scrollbar { display: none; }
.service-card { min-height: 300px; padding: 34px; border-bottom: 1px solid var(--line); scroll-snap-align: start; }
.service-card + .service-card { border-left: 1px solid var(--line); }
.service-index { color: var(--gold-dark); font-size: .78rem; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin: 42px 0 14px; font-size: 1.25rem; }
.service-card p { color: var(--muted); }
.service-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.service-dot { width: 8px; height: 8px; border-radius: 50%; background: #c9c5ba; }
.service-dot.active { background: var(--gold-dark); }
.why-us { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; margin-top: 72px; padding-top: 42px; border-top: 1px solid var(--line); }
.why-us h3 { margin-bottom: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; line-height: 1.12; }
.why-us ul { columns: 2; column-gap: 46px; margin: 0; padding-left: 22px; }
.why-us li { break-inside: avoid; margin-bottom: 14px; }
.why-us li::marker { color: var(--gold-dark); }
.service-note { max-width: 860px; margin: 34px 0 0; color: var(--muted); font-size: .9rem; }

.process { background: white; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.steps li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-dark); font-weight: 800; }
.steps h3 { margin-bottom: 5px; font-size: 1.18rem; }
.steps p { margin-bottom: 0; color: var(--muted); }

.contact { color: white; background: var(--black); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: end; }
.contact-intro { color: #bdbdbd; max-width: 580px; }
.contact-panel { border-top: 1px solid rgba(215,173,34,.7); }
.contact-panel a { display: block; padding: 24px 0; border-bottom: 1px solid #333; text-decoration: none; overflow-wrap: anywhere; }
.contact-panel a:hover strong, .contact-panel a:focus-visible strong { color: var(--gold); }
.contact-panel span { display: block; color: #999; font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-panel strong { display: block; margin-top: 6px; font-size: clamp(1rem, 2vw, 1.25rem); }

footer { padding-block: 28px; color: #aaa; background: #020202; border-top: 1px solid #252525; font-size: .78rem; }
.footer-wrap { display: flex; justify-content: space-between; gap: 20px; }
.footer-wrap p { margin: 0; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 900px) {
  .nav-wrap { min-height: 92px; flex-wrap: wrap; padding-block: 16px; }
  .brand { width: min(560px, calc(100% - 78px)); }
  .menu-button { display: block; }
  nav { display: none; flex-basis: 100%; padding: 10px 0 6px; }
  nav.open { display: flex; }
  .hero-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-grid { padding-block: 72px; }
  .hero-card { max-width: 560px; }
  .cards { grid-auto-columns: calc((100% - 1px) / 2); }
  .service-card, .service-card + .service-card { min-height: 300px; padding: 28px; }
  .service-card h3 { margin-top: 20px; }
  .why-us { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 80px; }
  .brand { width: calc(100% - 68px); }
  nav { flex-direction: column; gap: 14px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 64px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .section { padding-block: 76px; }
  .hero-card { padding: 34px 26px; }
  .services-toolbar { align-items: flex-end; }
  .services-toolbar p { max-width: 220px; font-size: .9rem; }
  .cards { grid-auto-columns: 88%; }
  .service-card, .service-card + .service-card { min-height: 320px; padding: 28px 24px; }
  .why-us ul { columns: 1; }
  .footer-wrap { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
