:root {
  --bg: #09090a;
  --bg-soft: #111113;
  --panel: #161619;
  --line: rgba(255,255,255,.11);
  --text: #f4f2ed;
  --muted: #aaa8a2;
  --gold: #d0a64e;
  --gold-light: #f1d386;
  --wrap: min(1180px, calc(100vw - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: 110px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2, .brand-name { font-family: Rajdhani, Manrope, sans-serif; }
h1 { max-width: 790px; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 700; letter-spacing: -.035em; text-transform: uppercase; }
h2 { max-width: 800px; font-size: clamp(2.45rem, 5vw, 4.6rem); font-weight: 700; letter-spacing: -.025em; text-transform: uppercase; }
h3 { font-size: 1.28rem; }
p { color: var(--muted); }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; min-height: 76px; padding: 12px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(8,8,9,.82); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: Rajdhani, sans-serif; font-weight: 700; box-shadow: inset 0 0 18px rgba(208,166,78,.14); }
.brand-name { color: var(--gold-light); font-size: 1.2rem; font-weight: 700; letter-spacing: .08em; }
.header-socials { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.header-socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(208,166,78,.4); border-radius: 50%; color: var(--gold-light); background: rgba(208,166,78,.06); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.header-socials a:hover, .header-socials a:focus-visible { border-color: var(--gold-light); background: rgba(208,166,78,.16); transform: translateY(-1px); }
.header-socials svg { width: 17px; height: 17px; fill: currentColor; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { color: #d8d5ce; font-size: .9rem; font-weight: 600; }
.main-nav > a:hover { color: var(--gold-light); }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.lang { border: 0; border-radius: 999px; padding: 6px 10px; background: transparent; color: var(--muted); font-size: .75rem; font-weight: 800; cursor: pointer; }
.lang.active { background: var(--gold); color: #0b0b0c; }
.nav-toggle { display: none; background: none; border: 0; padding: 7px; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: #fff; }
.hero { position: relative; min-height: 920px; display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('assets/a1-brand-banner.webp') center/cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(5,5,6,.98) 0%, rgba(5,5,6,.86) 35%, rgba(5,5,6,.30) 70%, rgba(5,5,6,.42) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 32%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.hero-copy { max-width: 700px; margin: 28px 0 34px; color: #d0cec7; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 2px; font-weight: 800; cursor: pointer; }
.button.primary { background: linear-gradient(135deg, var(--gold-light), #b7842e); color: #09090a; }
.button.primary:hover { filter: brightness(1.1); }
.button.ghost { border-color: rgba(255,255,255,.26); background: rgba(8,8,9,.35); color: #fff; }
.hero-stats { position: absolute; z-index: 2; left: 50%; bottom: 34px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-stats div { padding: 24px 24px 8px 0; }
.hero-stats strong { display: block; color: var(--gold-light); font-size: 1.7rem; }
.hero-stats span { color: #cbc8c0; font-size: .88rem; }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: start; }
.intro-copy p { margin: 0 0 22px; font-size: 1.06rem; }
.services { background: #f0eee8; color: #101012; }
.services .eyebrow { color: #8e641c; }
.services p { color: #575650; }
.max-wide { max-width: 860px; }
.section-heading > p:last-child { max-width: 720px; margin-top: 22px; font-size: 1.06rem; }
.service-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c9c5bb; border-left: 1px solid #c9c5bb; }
.service-card { min-height: 250px; padding: 26px; border-right: 1px solid #c9c5bb; border-bottom: 1px solid #c9c5bb; }
.service-card > span { color: #9d7427; font-family: Rajdhani, sans-serif; font-weight: 700; }
.service-card h3 { margin-top: 54px; }
.service-card p { font-size: .92rem; }
.model-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 20px; margin-top: 56px; }
.model-card { min-height: 580px; border: 1px solid var(--line); }
.gold-card { padding: 52px; background: radial-gradient(circle at 90% 10%, rgba(240,202,112,.28), transparent 34%), linear-gradient(150deg, #5d4217, #15120d 62%); }
.model-number { color: var(--gold-light); font-family: Rajdhani, sans-serif; font-size: 1rem; font-weight: 700; }
.model-card h3 { max-width: 430px; margin-top: 125px; font-size: clamp(2rem, 4vw, 3.5rem); text-transform: uppercase; }
.model-card p { max-width: 530px; }
.model-card ul { padding: 0; margin-top: 30px; list-style: none; }
.model-card li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.14); }
.image-card { position: relative; overflow: hidden; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card::after { content: ''; position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(6,6,7,.94)); }
.representative-badge { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 5px 8px; background: rgba(0,0,0,.72); color: #ddd; font-size: .68rem; }
.image-card-copy { position: absolute; z-index: 2; inset: auto 42px 38px; }
.image-card-copy h3 { margin-top: 8px; }
.image-card-copy p { color: #ddd9d0; }
.workforce { background: var(--bg-soft); border-block: 1px solid var(--line); }
.workforce-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.workforce-copy { max-width: 520px; }
.role-list { display: grid; grid-template-columns: 1fr 1fr; }
.role-list span { min-height: 68px; display: flex; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line); color: #e3e0d9; }
.role-list span::before { content: '•'; margin-right: 12px; color: var(--gold); }
.quality { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.quality-image { position: relative; }
.quality-image img { aspect-ratio: 4/3; object-fit: cover; }
.quality-image > span { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; background: rgba(0,0,0,.72); color: #ddd; font-size: .68rem; }
.quality-copy > p:not(.eyebrow) { margin-block: 24px; }
.careers { background: var(--bg-soft); border-top: 1px solid var(--line); }
.careers-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: start; }
.careers-copy { max-width: 600px; }
.careers-copy p { margin: 0 0 30px; font-size: 1.06rem; }
.contact { background: #ebe8e0; color: #101012; }
.contact .eyebrow { color: #8e641c; }
.contact p { color: #56544e; }
.contact-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 620px; }
.contact-links { margin-top: 46px; display: grid; }
.contact-links a { padding: 17px 0; border-top: 1px solid #c8c3b8; }
.contact-links small { display: block; color: #716d63; }
.contact-links strong { font-size: 1.08rem; }
.contact-form { padding: 34px; background: #111113; color: #fff; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label span { display: block; margin-bottom: 7px; color: #d7d3cb; font-size: .86rem; }
.contact-form input:not([type="hidden"]):not([type="checkbox"]), .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #3d3d40; border-radius: 0; background: #1b1b1e; color: #fff; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .button { width: 100%; border: 0; }
.contact-form .button:disabled { cursor: wait; opacity: .68; }
.form-consent { display: grid !important; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; }
.form-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--gold); }
.form-consent span { margin: 0 !important; line-height: 1.5; }
.form-consent a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.form-note { margin-bottom: 0; color: #888 !important; font-size: .76rem; text-align: center; }
.form-status { min-height: 24px; margin: 12px 0 0; color: #d7d3cb !important; font-size: .82rem; text-align: center; }
.form-status.success { color: #b9dca8 !important; }
.form-status.error { color: #ffb4a9 !important; }
.site-footer { padding: 70px 0 24px; background: #050506; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; }
.footer-grid strong { color: var(--gold-light); font-family: Rajdhani, sans-serif; font-size: 1.4rem; letter-spacing: .08em; }
.footer-grid small { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p { font-size: .88rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.social-links a { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); color: #d8d5ce; font-size: .78rem; font-weight: 700; }
.social-links a:hover, .social-links a:focus-visible { border-color: var(--gold); color: var(--gold-light); }
.social-links svg { width: 17px; height: 17px; fill: currentColor; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #888; font-size: .8rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--gold-light); }
.legal-main { min-height: 100vh; padding: 150px 0 110px; background: radial-gradient(circle at 85% 10%, rgba(208,166,78,.12), transparent 28%), var(--bg); }
.legal-intro { max-width: 820px; margin-bottom: 62px; }
.legal-intro h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.legal-intro > p:not(.eyebrow):not(.legal-updated) { max-width: 760px; margin: 25px 0 14px; font-size: 1.08rem; }
.legal-updated { color: #817f79; font-size: .82rem; }
.legal-grid { max-width: 900px; display: grid; gap: 0; }
.legal-section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-section h2 { max-width: none; font-family: Manrope, Arial, sans-serif; font-size: 1.15rem; letter-spacing: 0; text-transform: none; }
.legal-section p { margin: 11px 0 0; }
.legal-home { margin-top: 42px; }
@media (max-width: 900px) {
  .site-header { gap: 12px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; inset: 76px 0 auto; display: none; padding: 28px 22px; background: #0b0b0c; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .hero { min-height: 830px; }
  .hero-image { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,6,.95), rgba(5,5,6,.45)), linear-gradient(0deg, var(--bg), transparent 45%); }
  .intro, .workforce-layout, .quality, .careers-layout, .contact-layout { grid-template-columns: 1fr; gap: 44px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .model-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .section { padding-block: 78px; }
  .brand-name { font-size: 1rem; }
  .brand-mark { width: 39px; height: 39px; }
  .header-socials { gap: 4px; }
  .header-socials a { width: 32px; height: 32px; }
  .header-socials svg { width: 15px; height: 15px; }
  .nav-toggle { padding: 4px; }
  .nav-toggle span { width: 23px; margin-inline: 3px; }
  .hero { min-height: 820px; }
  .hero-content { padding-top: 65px; }
  .hero-copy { margin-top: 20px; }
  .hero-stats { bottom: 20px; }
  .hero-stats div { padding: 14px 8px 0 0; }
  .hero-stats strong { font-size: 1.25rem; }
  .hero-stats span { font-size: .68rem; line-height: 1.35; display: block; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .service-card h3 { margin-top: 34px; }
  .gold-card { padding: 32px 25px; }
  .model-card { min-height: 520px; }
  .model-card h3 { margin-top: 90px; }
  .image-card-copy { inset: auto 24px 24px; }
  .role-list { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { gap: 18px; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
