:root {
  --navy: #10283a;
  --navy-deep: #091a27;
  --blue: #1f526f;
  --copper: #b77745;
  --copper-light: #d5a47d;
  --paper: #f7f5f0;
  --white: #fffefb;
  --ink: #17222a;
  --muted: #66737a;
  --line: rgba(16, 40, 58, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { align-items: center; backdrop-filter: blur(16px); background: rgba(247,245,240,.94); border-bottom: 1px solid var(--line); display: flex; height: 88px; justify-content: space-between; padding: 0 5vw; position: sticky; top: 0; z-index: 20; }
.brand { align-items: center; display: flex; gap: 17px; }
.brand-mark { align-items: center; background: var(--navy); color: white; display: flex; font-family: Georgia, serif; font-size: 20px; height: 46px; justify-content: center; letter-spacing: -.08em; width: 46px; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.brand-copy small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
nav { align-items: center; display: flex; gap: 30px; }
nav a { font-size: 12px; font-weight: 700; }
.nav-cta { background: var(--navy); color: white; padding: 15px 19px; }
.nav-cta:hover, .button-primary:hover { background: var(--blue); }
.language-switch { align-items: center; border-left: 1px solid var(--line); display: flex; gap: 14px; padding-left: 22px; }
.language-switch a { color: var(--muted); font-size: 9px; letter-spacing: .08em; padding: 5px 4px; }
.language-switch a.active { border-bottom: 1px solid var(--copper); color: var(--navy); }

.hero { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 720px; overflow: hidden; padding: 90px 7vw 84px; position: relative; }
.technical-grid { background-image: linear-gradient(rgba(16,40,58,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,40,58,.08) 1px,transparent 1px); background-size: 56px 56px; inset: 0 0 0 48%; opacity: .68; position: absolute; }
.axis { background: var(--copper); height: 1px; position: absolute; transform-origin: left; width: 360px; }.axis-one { right: 12%; top: 34%; transform: rotate(33deg); }.axis-two { bottom: 25%; right: 7%; transform: rotate(-18deg); }
.patent-ring { border: 1px solid rgba(183,119,69,.68); border-radius: 50%; position: absolute; }.ring-one { height: 330px; right: 8%; top: 18%; width: 330px; }.ring-two { height: 180px; right: 13%; top: 29%; width: 180px; }
.patent-dot { background: var(--copper); border-radius: 50%; height: 10px; position: absolute; width: 10px; }.dot-one { right: 12%; top: 31%; }.dot-two { bottom: 28%; right: 29%; }
.hero-copy { align-self: center; max-width: 800px; position: relative; z-index: 2; }
.eyebrow { align-items: center; display: flex; font-size: 10px; font-weight: 800; gap: 10px; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { background: var(--copper); height: 7px; width: 7px; }
h1,h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(56px,6.7vw,100px); line-height: .96; margin-top: 35px; }
h1 em,h2 em { color: var(--copper); font-style: normal; }
.hero-lead { color: var(--muted); font-size: 19px; line-height: 1.7; margin: 36px 0 0; max-width: 660px; }
.hero-actions { align-items: center; display: flex; gap: 34px; margin-top: 42px; }
.button { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; gap: 28px; padding: 18px 22px; }
.button-primary { background: var(--navy); color: white; }
.text-link { border-bottom: 1px solid var(--navy); font-size: 12px; font-weight: 800; padding-bottom: 6px; }
.credential-card { align-self: end; background: var(--navy); box-shadow: 0 28px 70px rgba(16,40,58,.22); color: white; justify-self: end; max-width: 430px; padding: 34px; position: relative; width: 90%; z-index: 2; }
.credential-card::before { border: 1px solid rgba(213,164,125,.25); content: ''; inset: 12px; position: absolute; pointer-events: none; }
.card-kicker { color: var(--copper-light); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.credential-card h2 { font-size: 36px; line-height: 1.05; margin: 22px 0 30px; }
.credential-row { border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 10px; padding: 14px 0; }
.credential-row span { color: #91a2ae; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }.credential-row strong { font-size: 11px; font-weight: 600; }
.credential-card > a { color: var(--copper-light); display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; margin-top: 18px; position: relative; }

.trust-strip { background: #d8e2e7; display: grid; grid-template-columns: repeat(3,1fr); padding: 30px 7vw; }
.trust-strip span { border-left: 1px solid rgba(16,40,58,.25); font-family: Georgia,serif; font-size: 16px; padding: 7px 25px; }
.section { padding: 120px 7vw; }
.section-index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }.section-index.light { color: #8ca2af; }
.profile { display: grid; gap: 55px; grid-template-columns: .35fr .85fr .8fr; }
.section-heading { display: grid; gap: 26px; }.section h2 { font-size: clamp(43px,5vw,74px); line-height: 1.02; }
.profile-copy { align-self: end; color: var(--muted); font-size: 15px; line-height: 1.78; }
.lead-quote { border-left: 2px solid var(--copper); color: var(--navy); font-family: Georgia,serif; font-size: 20px; line-height: 1.55; padding-left: 22px; }

.services { background: var(--navy-deep); color: white; }
.services-head { display: grid; gap: 28px; margin-top: 42px; }.eyebrow.light { color: #c1d0d8; }
.services-grid { border-left: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; }
.services-grid article { border-right: 1px solid rgba(255,255,255,.12); min-height: 300px; padding: 28px; }
.services-grid article > span { color: var(--copper-light); font-family: Georgia,serif; font-size: 13px; }
.services-grid h3 { font-family: Georgia,serif; font-size: 25px; font-weight: 400; line-height: 1.15; margin: 65px 0 20px; }.services-grid p { color: #9eb0ba; font-size: 13px; line-height: 1.75; }

.process { display: grid; gap: 60px; grid-template-columns: .35fr .75fr .9fr; }
.process-copy { display: grid; gap: 27px; }.process-copy > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 520px; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 42px 1fr; padding: 21px 0; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }.process-list > li > span { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { font-family: Georgia,serif; font-size: 23px; font-weight: 400; margin: 0 0 7px; }.process-list p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }

.international { background: var(--blue); color: white; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }.international h2 { margin-top: 27px; }.international h2 em { color: #ecd0b8; }
.language-list { align-self: center; border-top: 1px solid rgba(255,255,255,.2); }.language-list > div { align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 70px 1fr; padding: 18px 0; }.language-list strong { color: #ecd0b8; font-family: Georgia,serif; font-size: 20px; }.language-list span { color: #d2dde3; font-size: 13px; }

.contact { display: grid; gap: 60px; grid-template-columns: .35fr .8fr .85fr; }.contact-intro { display: grid; gap: 28px; }.contact-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; }.contact-intro .button { justify-self: start; }
.contact-details { border-top: 1px solid var(--line); }.contact-details article { border-bottom: 1px solid var(--line); display: grid; gap: 15px; padding: 22px 0; }.contact-details span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.contact-details strong { font-family: Georgia,serif; font-size: 17px; font-weight: 400; line-height: 1.5; }

.legal-shortcuts { align-items: center; background: #e7e2d8; border-top: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: .75fr 1.55fr .7fr; padding: 34px 7vw; }
.legal-shortcuts > div { align-items: center; display: flex; gap: 18px; }.legal-shortcuts > div span { color: var(--copper); font-size: 10px; font-weight: 800; }.legal-shortcuts strong { font-family: Georgia,serif; font-size: 18px; font-weight: 400; }.legal-shortcuts p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }.legal-shortcuts > a { border-bottom: 1px solid var(--navy); font-size: 11px; font-weight: 800; justify-self: end; padding-bottom: 6px; }

footer { align-items: center; background: var(--navy-deep); color: #9db0bb; display: grid; font-size: 9px; gap: 28px; grid-template-columns: auto 1fr auto auto; padding: 32px 5vw; }.footer-brand { align-items: center; color: white; display: flex; gap: 12px; }.footer-brand span { border: 1px solid var(--copper-light); font-family: Georgia,serif; padding: 8px; }.footer-brand strong { font-family: Georgia,serif; font-size: 15px; font-weight: 400; }.footer-links { display: flex; gap: 20px; }.footer-links a { color: white; }
.legal { background: #06131c; color: #9db0bb; padding: 0 7vw 45px; }.legal details { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }.legal summary { color: white; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.legal-grid { display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding-top: 25px; }.legal h3 { color: white; font-family: Georgia,serif; font-size: 18px; font-weight: 400; }.legal p { font-size: 11px; line-height: 1.75; }

.legal-page { background: var(--white); }
.legal-hero { background: var(--navy); color: white; padding: 58px max(32px,8vw) 52px; }
.legal-hero h1 { font-size: clamp(32px,4vw,40px); letter-spacing: -.025em; line-height: 1.15; margin: 22px 0 18px; }
.legal-hero > p:last-child { color: #b6c6cf; font-size: 17px; line-height: 1.7; max-width: 700px; }
.legal-document { display: grid; gap: 64px; grid-template-columns: .55fr 1.45fr; margin: 0 auto; max-width: 1500px; padding: 72px max(32px,8vw); }
.privacy-document { background: var(--paper); }
.legal-document-title > span { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.legal-document-title h2 { font-size: clamp(30px,3.2vw,40px); letter-spacing: -.025em; line-height: 1.15; margin-top: 18px; }
.legal-document-body { display: grid; gap: 0; grid-template-columns: 1fr 1fr; }
.legal-document-body article { border-top: 1px solid var(--line); min-height: 210px; padding: 24px 32px 28px 0; }
.legal-document-body article:nth-child(even) { border-left: 1px solid var(--line); padding-left: 32px; }
.legal-document-body h3 { color: var(--navy); font-family: Georgia,serif; font-size: 21px; font-weight: 400; margin: 0 0 15px; }
.legal-document-body p { color: var(--muted); font-size: 12px; line-height: 1.75; margin: 0 0 12px; }
.legal-link { border-bottom: 1px solid var(--copper); color: var(--navy); font-weight: 700; }

@media (max-width: 980px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding: 72px 24px; }.technical-grid { inset: 40% 0 0 0; }.credential-card { justify-self: start; margin-top: 65px; width: 100%; }
  .trust-strip { gap: 18px; grid-template-columns: 1fr; padding: 28px 24px; }
  .section { padding: 82px 24px; }.profile,.process,.contact { grid-template-columns: 1fr; }.profile-copy { max-width: 720px; }
  .services-grid { grid-template-columns: 1fr 1fr; }.services-grid article { border-bottom: 1px solid rgba(255,255,255,.12); }
  .international { grid-template-columns: 1fr; }
  .legal-shortcuts { gap: 20px; grid-template-columns: 1fr; padding: 30px 24px; }.legal-shortcuts > a { justify-self: start; }
  .legal-document { grid-template-columns: 1fr; padding: 55px 28px; }.legal-hero { padding: 48px 28px 42px; }
  footer { grid-template-columns: 1fr; text-align: center; }.footer-brand,.footer-links { justify-content: center; }
}

@media (max-width: 560px) {
  .site-header { height: 74px; padding: 0 18px; }.brand-copy small { display: none; }.nav-cta { padding: 12px 13px; }
  .language-switch { border-left: 0; gap: 6px; padding-left: 0; }.language-switch a { font-size: 8px; }
  h1 { font-size: 51px; }.hero { padding-top: 56px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; }
  .credential-card { padding: 28px 24px; }.services-grid { grid-template-columns: 1fr; }.services-grid article { min-height: 250px; }.services-grid h3 { margin-top: 45px; }
  .language-list > div { grid-template-columns: 50px 1fr; }.legal-grid,.legal-document-body { grid-template-columns: 1fr; }.legal-document-body article:nth-child(even) { border-left: 0; padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
