:root {
  --bg: #080a0c;
  --surface: #101316;
  --surface-2: #15191c;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f5f2ea;
  --muted: #9d9e9b;
  --gold: #d8ad5c;
  --gold-light: #f2d695;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.noise {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; position: relative; }
.site-header {
  width: min(calc(100% - 48px), var(--max)); height: 88px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; position: relative;
  z-index: 30; border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 13px; font-family: Manrope, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .19em; line-height: 1.1; }
.brand small { display: block; font-size: 8px; letter-spacing: .42em; color: var(--gold); margin-top: 5px; }
.brand-logo-mark { width: 35px; height: 35px; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; color: #c1c1bd; }
.desktop-nav a { transition: color .25s; }
.desktop-nav a:hover { color: var(--gold-light); }
.language-switch { display: flex; align-items: center; gap: 7px; font-size: 10px; letter-spacing: .14em; color: #686a67; }
.language-switch a { padding: 8px 1px; transition: color .2s; }
.language-switch a:hover, .language-switch a.active { color: var(--gold-light); }
.language-switch span { opacity: .45; }
.button {
  border: 1px solid var(--gold); background: var(--gold); color: #12100b;
  display: inline-flex; align-items: center; justify-content: center; gap: 34px;
  min-height: 56px; padding: 0 25px; font-size: 13px; font-weight: 600;
  letter-spacing: .02em; transition: .25s ease; cursor: pointer;
}
.button:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 19px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 840px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: 82px 0 120px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label { color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
h1, h2 { font-family: Manrope, sans-serif; margin: 0; letter-spacing: -.055em; line-height: 1.02; font-weight: 400; }
h1 { font-size: clamp(57px, 6vw, 88px); max-width: 780px; margin: 24px 0 30px; }
h1 em, h2 em { font-family: Georgia, serif; color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 605px; color: #b6b7b4; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.text-link { font-size: 13px; border-bottom: 1px solid #555; padding: 10px 0; }
.text-link span { color: var(--gold); margin-left: 12px; }
.hero-visual { position: relative; height: 540px; display: grid; place-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.glow-one { width: 380px; height: 380px; background: rgba(170, 111, 29, .15); right: 7%; top: 18%; }
.glow-two { width: 230px; height: 230px; background: rgba(58, 115, 130, .09); right: 27%; top: 37%; }
.orbit { position: absolute; border: 1px solid rgba(216, 173, 92, .19); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.orbit-one { width: 400px; height: 400px; animation: spin 20s linear infinite; }
.orbit-one::before { top: 52px; left: 48px; }.orbit-one::after { bottom: 50px; right: 48px; }
.orbit-two { width: 290px; height: 290px; border-style: dashed; animation: spin 16s linear infinite reverse; }
.orbit-two::before { top: -3px; left: 50%; }.orbit-two::after { bottom: -3px; left: 50%; }
@keyframes spin { to { transform: rotate(360deg); } }
.core {
  width: 205px; height: 205px; border-radius: 50%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 18px; background: radial-gradient(circle, #24201a, #0d0f11 70%);
  border: 1px solid rgba(216, 173, 92, .35); box-shadow: 0 0 80px rgba(216, 173, 92, .13), inset 0 0 45px rgba(216, 173, 92, .07);
}
.core-logo { width: 78px; height: 68px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(216, 173, 92, .25)); }
.core span { text-align: center; font-size: 9px; line-height: 1.7; letter-spacing: .28em; color: #d9d1c1; }
.data-card { position: absolute; min-width: 146px; background: rgba(14, 17, 19, .8); backdrop-filter: blur(10px); border: 1px solid var(--line); padding: 15px 18px; box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.data-card span { display: block; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.data-card strong { font-family: Manrope; color: var(--gold-light); font-size: 25px; font-weight: 500; }
.data-one { left: 1%; top: 24%; }.data-two { right: -2%; bottom: 25%; }.data-three { left: 8%; bottom: 7%; width: 172px; }
.pulse-line { display: flex; align-items: end; height: 25px; gap: 5px; margin-top: 8px; }
.pulse-line i { width: 5px; background: var(--gold); opacity: .6; animation: pulse 1.2s ease-in-out infinite alternate; }
.pulse-line i:nth-child(1) { height: 7px; }.pulse-line i:nth-child(2) { height: 18px; animation-delay: .2s; }.pulse-line i:nth-child(3) { height: 11px; animation-delay: .4s; }.pulse-line i:nth-child(4) { height: 23px; animation-delay: .6s; }.pulse-line i:nth-child(5) { height: 14px; animation-delay: .8s; }
@keyframes pulse { to { opacity: 1; transform: scaleY(.65); } }
.hero-metrics {
  grid-column: 1/-1; position: absolute; bottom: 0; width: 100%; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr);
}
.hero-metrics div { padding: 24px 28px; border-right: 1px solid var(--line); display: flex; align-items: baseline; gap: 10px; }
.hero-metrics div:first-child { padding-left: 0; }.hero-metrics div:last-child { border: 0; }
.hero-metrics strong { font-family: Georgia, serif; color: var(--gold-light); font-size: 25px; font-weight: 400; }
.hero-metrics span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; }

.intro { padding: 150px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; margin-top: 65px; }
h2 { font-size: clamp(43px, 5vw, 68px); }
.intro-copy > p { color: #b6b7b4; font-size: 17px; margin: 0 0 24px; }
.intro-copy > p:first-child { color: var(--text); font-size: 21px; }
.vision-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 45px; }
.vision-cards article { border: 1px solid var(--line); padding: 23px; background: var(--surface); }
.vision-cards span { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .2em; }
.vision-cards p { color: #aeafac; font-size: 13px; line-height: 1.6; margin: 12px 0 0; }

.services { padding: 130px 0 145px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 75px; }
.section-heading h2, .method-head h2 { margin-top: 22px; }
.section-heading > p { width: 360px; color: var(--muted); margin: 0 0 8px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { min-height: 340px; background: var(--surface); border: 1px solid var(--line); padding: 30px; position: relative; transition: .35s; overflow: hidden; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(216, 173, 92, .42); background: #131719; }
.service-card.featured { grid-row: span 2; min-height: 692px; background: linear-gradient(155deg, #1b1813, #101316 60%); }
.service-card.featured::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(216, 173, 92, .15); border-radius: 50%; left: -70px; bottom: -80px; box-shadow: 0 0 60px rgba(216, 173, 92, .07); }
.service-number { position: absolute; right: 25px; top: 22px; color: #6f706e; font-size: 10px; letter-spacing: .15em; }
.service-icon { width: 48px; height: 48px; border: 1px solid rgba(216, 173, 92, .3); display: grid; place-items: center; color: var(--gold); font-size: 20px; margin-bottom: 55px; }
.featured .service-icon { width: 78px; height: 78px; font-size: 29px; margin: 100px 0 55px; }
.service-card h3 { font-family: Manrope; font-size: 22px; line-height: 1.35; margin: 0 0 18px; font-weight: 500; max-width: 300px; }
.featured h3 { font-size: 32px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0; }
.service-card ul { list-style: none; padding: 0; margin: 34px 0; }
.service-card li { border-top: 1px solid var(--line); padding: 12px 0; color: #c4c4c0; font-size: 13px; }
.service-card li::before { content: "↗"; color: var(--gold); margin-right: 12px; }

.sectors { padding: 130px 0; }
.sector-list { border-top: 1px solid var(--line); }
.sector-row { display: grid; grid-template-columns: 60px 1.1fr 1fr 35px; gap: 30px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); transition: .25s; }
.sector-row:hover { background: rgba(255,255,255,.025); padding: 0 18px; }
.sector-row > span { font-size: 10px; color: var(--gold); }
.sector-row h3 { font-family: Manrope; font-weight: 500; font-size: 21px; margin: 0; }
.sector-row p { color: var(--muted); font-size: 14px; }
.sector-row b { color: var(--gold); font-weight: 400; }

.method { padding: 140px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.method-head { position: sticky; top: 130px; align-self: start; }
.method-head p { color: var(--muted); max-width: 380px; margin-top: 30px; }
.method-steps { border-top: 1px solid var(--line); }
.step { min-height: 155px; display: grid; grid-template-columns: 75px 1fr; padding: 34px 15px; border-bottom: 1px solid var(--line); transition: .3s; }
.step:hover, .step.active { background: linear-gradient(90deg, rgba(216,173,92,.07), transparent); }
.step > span { color: var(--gold); font-size: 11px; }
.step h3 { font-family: Manrope; font-size: 24px; font-weight: 500; margin: 0 0 9px; }
.step p { color: var(--muted); margin: 0; font-size: 14px; }

.results { padding: 140px 0; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.result-card { min-height: 370px; padding: 34px; border: 1px solid var(--line); background: var(--surface); display: flex; flex-direction: column; }
.result-card > span { color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.result-card strong { font-family: Manrope; font-size: 75px; font-weight: 400; letter-spacing: -.07em; margin-top: auto; }
.result-card strong small { color: var(--gold); font-size: 35px; }
.result-card p { color: var(--muted); max-width: 280px; font-size: 14px; }
.why-strip { margin-top: 12px; min-height: 80px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 28px; color: #b7b8b5; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.why-strip i { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.audit { padding: 115px 0 145px; }
.audit-inner { position: relative; overflow: hidden; padding: 80px; border: 1px solid rgba(216, 173, 92, .25); background: linear-gradient(135deg, #17140f, #0e1113 65%); display: grid; grid-template-columns: 1fr .82fr; gap: 100px; }
.audit-glow { position: absolute; width: 450px; height: 450px; border-radius: 50%; background: rgba(216, 173, 92, .08); filter: blur(80px); left: -150px; bottom: -220px; }
.audit-copy, .contact-form { position: relative; z-index: 1; }
.audit-copy h2 { font-size: clamp(43px, 4.5vw, 64px); margin: 22px 0 28px; }
.audit-copy > p { color: var(--muted); max-width: 500px; }
.audit-copy ul { display: grid; grid-template-columns: 1fr 1fr; list-style: none; padding: 0; margin: 35px 0 0; }
.audit-copy li { border-top: 1px solid var(--line); padding: 12px 5px; font-size: 12px; color: #c4c4c0; }
.audit-copy li::before { content: "✓"; color: var(--gold); margin-right: 9px; }
.contact-form { display: flex; flex-direction: column; gap: 17px; padding: 34px; background: rgba(8, 10, 12, .72); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { color: #b8b8b4; font-size: 11px; letter-spacing: .06em; }
.contact-form input, .contact-form select, .contact-form textarea {
  display: block; width: 100%; color: var(--text); background: transparent; border: 0; border-bottom: 1px solid #3a3c3c;
  border-radius: 0; padding: 10px 0 12px; outline: none; margin-top: 2px; font-size: 14px;
}
.contact-form textarea { resize: vertical; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.form-button { width: 100%; margin-top: 7px; }
.form-note { color: #727470; font-size: 10px; text-align: center; margin: -5px 0 0; }

footer { border-top: 1px solid var(--line); padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: #07090a; }
.footer-top { display: grid; grid-template-columns: .7fr 1.4fr 80px; align-items: start; gap: 60px; padding-bottom: 75px; }
.footer-logo { width: 150px; height: 158px; object-fit: contain; object-position: left top; }
.footer-top h2 { font-size: clamp(35px, 4vw, 54px); }
.circle-link { width: 70px; height: 70px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 24px; transition: .25s; }
.circle-link:hover { background: var(--gold); color: #111; transform: rotate(45deg); }
.footer-info { display: grid; grid-template-columns: 1.4fr 1.2fr .7fr .7fr; gap: 50px; padding: 55px 0; border-top: 1px solid var(--line); }
.footer-info div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-info span { color: var(--gold); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 17px; }
.footer-info a, .footer-info p { color: #9b9c99; font-size: 13px; margin: 0 0 7px; }
.footer-info a:hover { color: var(--text); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 25px; display: flex; justify-content: space-between; color: #636562; font-size: 9px; letter-spacing: .12em; }

.legal-page main { width: min(calc(100% - 48px), 820px); margin: 0 auto; padding: 100px 0 140px; }
.legal-page h1 { font-size: clamp(44px, 7vw, 72px); }
.legal-page h2 { font-size: 27px; margin: 55px 0 15px; letter-spacing: -.03em; }
.legal-page p, .legal-page li { color: #aaa; }
.back-link { color: var(--gold); font-size: 13px; }
.legal-language { position: fixed; top: 28px; right: 32px; z-index: 2; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-visual { height: 480px; }
  .intro-grid { gap: 65px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.featured { grid-row: span 2; }
  .method { gap: 70px; }
  .audit-inner { padding: 55px; gap: 50px; }
}

@media (max-width: 760px) {
  .section, .site-header { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 72px; }
  .desktop-cta { display: none; }
  .site-header .language-switch { margin-left: auto; margin-right: 20px; }
  .legal-language { top: 17px; right: 18px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; background: none; border: 0; padding: 10px 0 10px 10px; cursor: pointer; }
  .menu-toggle span { width: 25px; height: 1px; background: var(--text); transition: .3s; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { display: flex; position: absolute; top: 72px; left: 0; width: 100%; max-height: 0; opacity: 0; overflow: hidden; background: #0c0f11; flex-direction: column; transition: .35s; }
  .mobile-menu.open { max-height: 420px; opacity: 1; padding: 20px; border: 1px solid var(--line); }
  .mobile-menu a { padding: 13px 3px; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; display: block; padding: 75px 0 140px; }
  h1 { font-size: 49px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-visual { height: 430px; margin: 30px -12px 0; transform: scale(.88); }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-metrics div { padding: 15px; display: block; }
  .hero-metrics div:nth-child(2) { border-right: 0; }
  .hero-metrics strong { display: block; font-size: 21px; }
  .hero-metrics span { font-size: 8px; }
  .intro, .services, .sectors, .results { padding: 95px 0; }
  .intro-grid, .method, .audit-inner { grid-template-columns: 1fr; gap: 50px; }
  h2 { font-size: 43px; }
  .intro-grid { margin-top: 45px; }
  .vision-cards, .services-grid, .results-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; margin-bottom: 50px; }
  .section-heading > p { width: auto; margin-top: 25px; }
  .service-card, .service-card.featured { min-height: auto; }
  .service-card.featured { padding-bottom: 70px; }
  .featured .service-icon { margin-top: 60px; }
  .sector-row { grid-template-columns: 35px 1fr 20px; gap: 12px; padding: 20px 0; }
  .sector-row p { grid-column: 2/4; margin: 0; }
  .method { padding: 95px 0; }
  .method-head { position: static; }
  .step { grid-template-columns: 48px 1fr; }
  .why-strip { align-items: flex-start; flex-direction: column; gap: 11px; padding: 25px; }
  .why-strip i { display: none; }
  .audit { padding: 70px 0 100px; }
  .audit-inner { padding: 34px 20px; }
  .audit-copy ul { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; }
  footer { padding: 70px 24px 35px; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-info { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: block; }
}

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