:root {
  --navy: #0C2849;
  --gold: #D0A15C;
  --ink: #233348;
  --muted: #647489;
  --paper: #FFFFFF;
  --soft: #F4F6F8;
  --line: rgba(12, 40, 73, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 730px; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.section { padding: 112px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; width: 100%; border-bottom: 1px solid rgba(12, 40, 73, .12); background: rgba(255, 255, 255, .97); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 26px; }
.brand img { display: block; width: 228px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: 13px; font-weight: 600; }
.main-nav > a, .nav-dropdown-toggle { color: var(--navy); transition: color .2s ease; }
.main-nav > a:hover, .nav-dropdown-toggle:hover { color: var(--gold); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; font-size: 13px; font-weight: 600; }
.nav-dropdown-toggle span { color: var(--gold); font-size: 16px; line-height: 1; }
.nav-dropdown-menu { position: absolute; top: calc(100% + 13px); left: -18px; display: grid; min-width: 235px; padding: 9px; border: 1px solid var(--line); background: #fff; opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .2s ease, transform .2s ease; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-menu a { padding: 10px 12px; color: var(--navy); font-size: 12px; }
.nav-dropdown-menu a:hover { background: var(--soft); color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; }
.language-switcher button { border: 0; padding: 4px 3px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.language-switcher button + button::before { content: '|'; margin-right: 5px; color: var(--line); }
.language-switcher button.active, .language-switcher button:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--navy); background: var(--navy); color: #fff; padding: 15px 24px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #173b61; transform: translateY(-2px); }
.button-small { padding: 10px 17px; font-size: 12px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--navy); cursor: pointer; font-size: 22px; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--soft); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 760px; gap: 64px; padding-top: 84px; }
.hero-copy { position: relative; z-index: 2; max-width: 590px; }
.eyebrow { margin: 0 0 19px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.eyebrow-light { color: var(--gold); }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: Poppins, sans-serif; line-height: 1.12; }
h1 { max-width: 700px; font-size: clamp(45px, 6vw, 76px); font-weight: 600; letter-spacing: -.055em; }
h1 em { color: var(--gold); font-style: normal; }
h2 { font-size: clamp(31px, 4vw, 47px); font-weight: 600; letter-spacing: -.04em; }
h3 { font-size: 20px; font-weight: 600; }
.hero-lead { max-width: 510px; margin: 27px 0 31px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.text-link, .service-link { color: var(--navy); font-size: 13px; font-weight: 700; }
.text-link span, .service-link span { display: inline-block; margin-left: 6px; color: var(--gold); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span, .service-link:hover span { transform: translateX(4px); }
.hero-proof { display: flex; align-items: center; gap: 9px; margin-top: 48px; color: var(--muted); font-size: 12px; }
.proof-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.hero-visual { position: relative; min-height: 550px; }
.visual-card { position: absolute; border-radius: 5px; }
.visual-card-back { top: 92px; right: -30px; width: 73%; height: 68%; background: var(--gold); opacity: .72; transform: rotate(7deg); }
.visual-card-main { right: 25px; bottom: 47px; width: 77%; height: 74%; overflow: hidden; background: #d9e1e8; border: 1px solid rgba(12, 40, 73, .1); transform: rotate(-4deg); }
.building-sky { height: 46%; background: #cbd9e2; }
.building { position: absolute; bottom: 0; left: 18%; width: 63%; height: 68%; background: #f9fafb; border-right: 18px solid #d7e0e7; }
.building-roof { position: absolute; top: -33px; left: -10%; width: 120%; height: 60px; background: var(--navy); clip-path: polygon(0 100%, 50% 0, 100% 100%, 95% 100%, 50% 20%, 5% 100%); }
.building-body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px 13px; padding: 51px 20px 25px; }
.building-body span { height: 32px; border: 5px solid var(--navy); background: #aec7d6; }
.visual-label { position: absolute; bottom: 17px; left: 23px; display: flex; align-items: baseline; gap: 9px; color: var(--navy); letter-spacing: .1em; }
.visual-label strong { font-size: 13px; }
.visual-label small { color: var(--gold); font-size: 9px; letter-spacing: .05em; }
.floating-note { position: absolute; right: 0; bottom: 95px; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: 12px; font-weight: 700; }
.note-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 13px; }
.hero-shape { position: absolute; border-radius: 50%; border: 1px solid rgba(12,40,73,.08); }
.hero-shape-one { top: -170px; right: -140px; width: 470px; height: 470px; }
.hero-shape-two { bottom: -280px; left: -180px; width: 570px; height: 570px; }

.intro { background: #fff; }
.intro h2 { max-width: 760px; margin: 0 auto; }
.section-lead { margin: 25px auto 0; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; gap: 18px; }
.service-grid-three { grid-template-columns: repeat(3, 1fr); margin-top: 65px; }
.service-card { position: relative; min-height: 345px; padding: 29px 25px 55px; border-top: 2px solid var(--navy); background: #fff; }
.service-card:nth-child(2) { background: var(--soft); }
.service-card-featured { border-top-color: var(--gold); }
.service-number { margin-bottom: 22px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.service-kicker { margin: 0 0 12px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.service-card p:not(.service-kicker) { margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.service-link { position: absolute; bottom: 24px; left: 25px; }

.model-section { background: #fff; }
.model-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 95px; }
.model-card { display: flex; align-items: center; gap: 30px; padding: 34px 38px; border: 1px solid var(--line); background: var(--soft); }
.model-rate { color: var(--gold); line-height: .85; }
.model-rate span { font-family: Poppins, sans-serif; font-size: 72px; font-weight: 600; letter-spacing: -.08em; }
.model-card h3 { font-size: 22px; }
.model-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.section-tint { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; }
.about-copy > p { margin: 0; color: var(--muted); font-size: 17px; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.about-values div { display: grid; gap: 9px; padding-top: 15px; border-top: 2px solid var(--gold); }
.about-values strong { color: var(--navy); font-family: Poppins, sans-serif; font-size: 16px; }
.about-values span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.section-heading { margin-bottom: 55px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 62px; }
.process-step { display: flex; align-items: flex-start; gap: 14px; }
.process-step > span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.process-step h3 { font-size: 17px; }
.process-step p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

.contact-section { padding: 105px 0; background: var(--navy); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; margin: 24px 0 0; color: #c3cfda; font-size: 15px; }
.contact-actions { display: grid; gap: 13px; }
.contact-option { position: relative; display: grid; gap: 6px; padding: 21px 56px 21px 25px; border: 1px solid rgba(255,255,255,.28); color: #fff; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.contact-option:hover { border-color: var(--gold); background: rgba(255,255,255,.07); transform: translateX(4px); }
.contact-option-label { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-option strong { font-size: 17px; font-weight: 600; }
.contact-arrow { position: absolute; top: 21px; right: 25px; color: var(--gold); font-size: 20px; }
.site-footer { padding: 34px 0; background: #071d34; color: #b1c1d0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; align-items: center; gap: 25px; font-size: 11px; }
.brand-footer img { width: 205px; filter: brightness(0) invert(1); opacity: .96; }
.footer-grid p { margin: 0; }
.footer-copy { text-align: right; }

/* Service detail pages */
.service-page { padding-top: 84px; }
.service-hero { min-height: 560px; display: flex; align-items: center; background: var(--soft); }
.service-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; padding: 88px 0; }
.service-hero h1 { font-size: clamp(44px, 6vw, 70px); }
.service-hero .hero-lead { max-width: 590px; }
.service-hero-panel { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; border: 1px solid var(--line); background: var(--navy); color: #fff; }
.service-hero-panel span { margin-bottom: auto; color: var(--gold); font: 600 86px/1 Poppins, sans-serif; letter-spacing: -.08em; }
.service-hero-panel strong { max-width: 330px; font: 600 24px/1.25 Poppins, sans-serif; }
.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; }
.large-copy { margin: 0; color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 13px; margin: 32px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: 14px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.short-highlight { margin: 27px 0 0; padding: 18px 20px; border-left: 3px solid var(--gold); background: var(--soft); color: var(--navy); font-weight: 600; }
.service-process-grid { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 940px) {
  .main-nav { gap: 16px; }
  .hero-grid { gap: 24px; }
  .model-grid, .about-grid, .contact-grid { gap: 55px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-copy { text-align: left; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 36px, 560px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 195px; }
  .main-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px; border: 1px solid var(--line); background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .nav-dropdown-toggle { padding: 11px 0; }
  .nav-dropdown-menu { position: static; display: none; min-width: 0; margin: 0 -8px 7px; padding: 3px 8px; border: 0; opacity: 1; pointer-events: auto; transform: none; }
  .nav-dropdown.is-open .nav-dropdown-menu { display: grid; }
  .nav-dropdown-menu a { padding: 8px 10px; }
  .nav-actions .button-small { display: none; }
  .language-switcher { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { display: block; padding-top: 142px; padding-bottom: 65px; }
  h1 { font-size: clamp(41px, 12vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-proof { margin-top: 32px; }
  .hero-visual { min-height: 380px; margin-top: 30px; }
  .visual-card-main { right: 10%; width: 78%; height: 78%; }
  .visual-card-back { right: 2%; top: 35px; }
  .floating-note { right: 1%; bottom: 45px; max-width: 190px; }
  .service-grid-three, .process-grid, .about-values { grid-template-columns: 1fr; }
  .service-grid-three { margin-top: 45px; }
  .service-card { min-height: 300px; }
  .model-grid, .about-grid, .contact-grid { display: block; }
  .model-card { margin-top: 36px; padding: 28px 22px; gap: 20px; }
  .model-rate span { font-size: 60px; }
  .about-copy { margin-top: 36px; }
  .about-values { gap: 20px; margin-top: 30px; }
  .process-grid { gap: 22px; margin-top: 39px; }
  .process-step { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .contact-copy { margin-bottom: 45px; }
  .footer-grid { display: block; }
  .footer-grid p { margin-top: 16px; }
  .footer-copy { margin-top: 22px !important; }
  .service-page { padding-top: 72px; }
  .service-hero-grid { display: block; padding: 70px 0; }
  .service-hero-panel { min-height: 240px; margin-top: 42px; padding: 25px; }
  .service-hero-panel span { font-size: 65px; }
  .service-hero-panel strong { font-size: 20px; }
  .two-column { display: block; }
  .two-column > div + div { margin-top: 36px; }
  .service-process-grid { grid-template-columns: 1fr; }
}
