:root {
  --black: #080806;
  --black-2: #10100d;
  --black-3: #171611;
  --gold: #bd8d3a;
  --gold-bright: #d59a31;
  --gold-soft: #e5bb70;
  --white: #f6f4ef;
  --muted: #b7b2a8;
  --line: rgba(189, 141, 58, .26);
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--black);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  background: var(--gold-bright);
  color: #0b0905;
  padding: .75rem 1rem;
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 8, 6, .88);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: flex; align-items: center; gap: .85rem; min-width: 220px; }
.brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: 50% 28%;
  border-radius: 50%;
  border: 1px solid rgba(189,141,58,.42);
}
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: Georgia, "Times New Roman", serif; letter-spacing: .08em; font-size: .98rem; color: var(--gold-soft); }
.brand small { margin-top: .35rem; text-transform: uppercase; letter-spacing: .18em; color: #dfdbd2; font-size: .62rem; }

.site-nav { display: flex; align-items: center; gap: 1.55rem; font-size: .9rem; font-weight: 700; }
.site-nav > a:not(.btn) { color: #dedad1; transition: color .2s ease; }
.site-nav > a:not(.btn):hover { color: var(--gold-soft); }

.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--gold-soft); transition: .2s ease; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .82rem 1.25rem;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-bright));
  color: #0d0a05;
  border: 1px solid var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .78rem;
  transition: transform .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn-small { min-height: 42px; padding: .65rem .9rem; font-size: .68rem; }
.btn-outline { background: transparent; color: var(--gold-soft); border-color: rgba(229,187,112,.56); }
.btn-dark { background: #0a0906; color: var(--gold-soft); border-color: #0a0906; }

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 760px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 74% 45%, rgba(189,141,58,.12), transparent 28%),
    linear-gradient(110deg, #070706 0%, #0b0b08 58%, #15120b 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, black, transparent 85%);
}
.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -120px;
  top: 60px;
  border: 1px solid rgba(189,141,58,.16);
  transform: rotate(45deg);
  box-shadow: 0 0 160px rgba(189,141,58,.06) inset;
  z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5rem; padding: 7.5rem 0; }
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 900;
  font-size: .74rem;
}
.hero h1, .section h2, .cta-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
}
.hero h1 { max-width: 780px; font-size: clamp(3.7rem, 6.4vw, 6.7rem); }
.hero h1 span { color: var(--gold-soft); }
.hero-text { max-width: 650px; margin: 1.75rem 0 0; color: #c7c1b6; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.quick-trust { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin-top: 3.2rem; border-top: 1px solid var(--line); }
.quick-trust div { padding: 1.1rem 1rem 0 0; display: grid; }
.quick-trust strong { color: var(--gold-soft); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.quick-trust span { color: #918c82; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }
.logo-frame {
  position: relative;
  max-width: 500px;
  margin-inline: auto;
  padding: 1rem;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(189,141,58,.27);
  box-shadow: var(--shadow);
}
.logo-frame::before, .logo-frame::after { content: ""; position: absolute; width: 78px; height: 78px; border-color: var(--gold-soft); opacity: .7; }
.logo-frame::before { left: -9px; top: -9px; border-left: 2px solid; border-top: 2px solid; }
.logo-frame::after { right: -9px; bottom: -9px; border-right: 2px solid; border-bottom: 2px solid; }
.logo-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-stripe { position: absolute; bottom: 0; left: 0; right: 0; height: 7px; background: linear-gradient(90deg, #7d571d, var(--gold-bright), #7d571d); }

.section { padding: 7.5rem 0; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section h2, .cta-band h2 { font-size: clamp(2.8rem, 5vw, 4.9rem); }
.section-heading > p:last-child, .why-copy > p, .about-copy > p, .contact-copy > p { color: var(--muted); max-width: 700px; }

.services { background: #0d0d0a; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(189,141,58,.18); border: 1px solid rgba(189,141,58,.18); }
.service-card {
  position: relative;
  min-height: 260px;
  padding: 2rem;
  background: #11110e;
  transition: transform .2s ease, background .2s ease;
}
.service-card:hover { z-index: 2; transform: translateY(-4px); background: #17150f; }
.service-number { display: inline-block; margin-bottom: 2.25rem; color: var(--gold-soft); font-weight: 900; letter-spacing: .1em; font-size: .72rem; }
.service-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 600; }
.service-card p { margin-bottom: 0; color: #9f9a91; font-size: .92rem; }
.service-card.featured { background: linear-gradient(135deg, #1b160c, #11110e); box-shadow: inset 0 0 0 1px rgba(229,187,112,.2); }

.why { background: linear-gradient(180deg, #080806, #0d0c09); }
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; }
.principles { margin-top: 2rem; border-top: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 56px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--gold-soft); font-weight: 900; }
.principles p { margin: 0; color: #a9a49b; }
.principles strong { color: var(--white); }
.quote-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  align-content: center;
  padding: 3.5rem;
  border: 1px solid rgba(189,141,58,.3);
  background: radial-gradient(circle at 50% 35%, rgba(189,141,58,.11), transparent 40%), #0e0e0b;
  box-shadow: var(--shadow);
}
.quote-panel blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 4vw, 4.5rem); line-height: 1.02; color: var(--gold-soft); }
.quote-panel p { margin: 1.8rem 0 0; text-transform: uppercase; letter-spacing: .15em; color: #9d988f; font-size: .7rem; }
.shield-line { position: absolute; inset: 1.2rem; border: 1px solid rgba(189,141,58,.1); pointer-events: none; }

.about { background: #11110e; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5.5rem; align-items: center; }
.about-mark img { width: 100%; max-width: 480px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-copy p { font-size: 1rem; }
.text-link { display: inline-flex; gap: .8rem; align-items: center; margin-top: .7rem; color: var(--gold-soft); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
.text-link span { font-size: 1.1rem; }

.cta-band { background: linear-gradient(105deg, #b77f24, var(--gold-bright), #c18d36); color: #0b0905; padding: 4rem 0; }
.cta-band .eyebrow { color: #33230d; }
.cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { max-width: 800px; font-size: clamp(2.4rem, 4vw, 4.2rem); }

.contact { background: #080806; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 1rem; min-height: 92px; padding: 1.2rem 1.4rem; border: 1px solid rgba(189,141,58,.25); background: #0f0f0c; transition: border-color .2s ease, transform .2s ease; }
.contact-card:hover { transform: translateX(4px); border-color: rgba(229,187,112,.6); }
.contact-card span { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 900; }
.contact-card strong { font-size: 1.04rem; overflow-wrap: anywhere; }
.contact-card small { color: #77736c; }

.site-footer { border-top: 1px solid rgba(255,255,255,.06); background: #050504; padding: 2.2rem 0 6.5rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; color: #77736c; font-size: .78rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; color: var(--white); }
.footer-brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: 50% 28%; }
.footer-brand div { display: grid; line-height: 1.1; }
.footer-brand strong { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .08em; }
.footer-brand span { color: #77736c; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; margin-top: .25rem; }

.floating-call { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + .6rem);
    display: none;
    padding: 1rem;
    background: #10100d;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; gap: .2rem; }
  .site-nav > a { padding: .85rem; }
  .site-nav .btn { margin-top: .4rem; }
  .hero { min-height: auto; }
  .hero-grid, .why-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-grid { padding: 5.5rem 0 6.5rem; }
  .hero-mark { max-width: 560px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-mark { order: 2; }
  .cta-wrap { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 1.2rem), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: .86rem; }
  .brand small { font-size: .56rem; }
  .hero-grid { padding-top: 4rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .quick-trust { grid-template-columns: 1fr; }
  .quick-trust div { grid-template-columns: 90px 1fr; align-items: baseline; padding: .8rem 0; border-bottom: 1px solid rgba(189,141,58,.12); }
  .section { padding: 5.2rem 0; }
  .section h2 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .quote-panel { min-height: 400px; padding: 2rem; }
  .contact-card { grid-template-columns: 1fr; gap: .2rem; }
  .contact-card small { margin-top: .45rem; }
  .site-footer { padding-bottom: 7.8rem; }
  .floating-call {
    position: fixed;
    left: .6rem;
    right: .6rem;
    bottom: .6rem;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 64px;
    padding: .8rem 1rem;
    color: #0b0905;
    background: linear-gradient(135deg, var(--gold-soft), var(--gold-bright));
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 50px rgba(0,0,0,.5);
  }
  .floating-call span { text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: .7rem; }
  .floating-call strong { font-size: 1rem; }
}

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


.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding-left: .25rem;
  color: #a9a49b;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.language-button {
  min-width: 34px;
  min-height: 32px;
  padding: .4rem .45rem;
  border: 1px solid rgba(229,187,112,.38);
  background: transparent;
  color: var(--gold-soft);
  font: inherit;
  cursor: pointer;
}
.language-button:hover,
.language-button.active {
  background: var(--gold-soft);
  color: #0b0905;
  border-color: var(--gold-soft);
}

@media (max-width: 980px) {
  .language-switcher { padding: .85rem; }
}

@media (max-width: 640px) {
  .language-switcher { justify-content: flex-start; }
}
