:root {
  --navy: #071b2a;
  --navy-light: #10354b;
  --gold: #d6a45f;
  --gold-light: #edca91;
  --paper: #f7f2eb;
  --ink: #152a37;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", Tahoma, Arial, sans-serif; }
body.site-en { font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
img { max-width: 100%; height: auto; }
.site-header { position: fixed; inset-inline: 0; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto auto; gap: 22px; align-items: center; min-height: 86px; padding: 10px clamp(20px, 5vw, 76px); color: #fff; background: linear-gradient(180deg, rgba(4,19,30,.78), rgba(4,19,30,.12)); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(7, 27, 42, .94); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.brand { max-width: 245px; }
.brand .custom-logo-link { display: block; }
.brand .custom-logo { display: block; max-height: 64px; width: auto; }
.primary-navigation ul { display: flex; justify-content: center; gap: 25px; padding: 0; margin: 0; list-style: none; }
.primary-navigation a, .language-switch { font-weight: 800; }
.header-call { padding: 11px 15px; color: var(--navy); background: var(--gold-light); border-radius: 5px; font-weight: 900; direction: ltr; }
.menu-toggle { display: none; }
.mobile-nav-call { display: none; }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: inline-block; }
.hero-section { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); color: #fff; background: var(--navy); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 9vw, 130px) clamp(24px, 7vw, 105px); }
.hero-copy h1 { max-width: 680px; margin: 8px 0 22px; color: #fff; font-size: clamp(46px, 6vw, 82px); line-height: 1.12; }
.hero-editor-content { max-width: 720px; color: #d3dee4; font-size: 18px; }
.hero-visual { min-height: 620px; background: linear-gradient(90deg, rgba(7,27,42,.28), transparent 50%), url("../images/hero-office-dubai.webp") center / cover no-repeat; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 30px; color: #d8e2e7; font-size: 14px; }
.hero-trust span::before { content: "◆"; margin-inline-end: 8px; color: var(--gold); font-size: 9px; }
.focus-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; padding: 17px 20px; color: #fff; background: var(--navy-light); }
.focus-strip span { padding: 4px 24px; border-inline-end: 1px solid rgba(255,255,255,.2); }
.focus-strip span:last-child { border: 0; }
.eyebrow { margin: 0 0 10px; color: var(--gold); font-weight: 900; letter-spacing: .02em; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--gold-light); border-radius: 5px; font-weight: 900; }
.button-gold { color: var(--navy); background: var(--gold-light); }
.button-outline { color: #fff; background: transparent; }
.content-section { padding: clamp(70px, 9vw, 120px) clamp(20px, 7vw, 105px); }
.content-section > h2, .page-content h1, .internal-hero h1, .section-heading h2, .about-copy h2, .location-section h2 { margin: 0 0 34px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.2; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: end; margin-bottom: 38px; }
.section-heading > p { max-width: 540px; margin-bottom: 38px; color: #536570; line-height: 1.8; }
.service-grid, .article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card, .article-card { overflow: hidden; border: 1px solid #e8ddd0; background: var(--paper); }
.service-card > div, .article-card > div { padding: 28px; }
.card-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #dfe5e7; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.service-card:hover .card-image img, .article-card:hover .card-image img { transform: scale(1.03); }
.card-number { color: var(--gold); font-weight: 900; }
.text-link { color: #9c6429; font-weight: 900; }
.service-card h2, .service-card h3, .article-card h2 { margin-top: 0; }
.journey-section { padding: clamp(70px, 9vw, 120px) clamp(20px, 7vw, 105px); background: var(--paper); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dfd4c8; }
.journey-grid article { padding: 34px; background: var(--paper); }
.journey-grid b { color: var(--gold); font-size: 24px; }
.journey-grid h3 { font-size: 24px; }
.journey-grid p { color: #586871; line-height: 1.8; }
.about-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 630px; color: #fff; background: var(--navy); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(55px, 8vw, 110px); }
.about-copy h2 { color: #fff; }
.about-copy p:not(.eyebrow) { max-width: 670px; color: #d5e0e5; line-height: 1.9; }
.team-section { color: #fff; background: var(--navy); }
.team-section h2 { color: #fff; }
.team-grid { display: grid; gap: 18px; }
.team-grid-lead { max-width: 860px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto 18px; }
.team-grid-support { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.team-card { overflow: hidden; border: 1px solid rgba(237,202,145,.28); background: var(--navy-light); }
.team-photo { aspect-ratio: 1; background: rgba(255,255,255,.05); }
.team-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card h3, .team-card p { padding-inline: 20px; }
.team-card h3 { margin: 20px 0 0; }
.team-card p { margin: 6px 0 22px; color: var(--gold-light); }
.team-card-pending { border-style: dashed; opacity: .76; }
.team-card-pending .team-placeholder { display: grid; place-items: center; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 54px; }
.video-section { background: var(--paper); }
.video-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.video-card { display: grid; gap: 9px; padding-bottom: 18px; color: #fff; background: var(--navy); }
.video-card strong, .video-card small { padding-inline: 18px; }
.video-card small { color: var(--gold-light); }
.video-poster { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--navy-light); }
.video-poster img { width: 100%; height: 100%; object-fit: cover; }
.video-poster i { position: absolute; inset: 50% auto auto 50%; display: grid; width: 54px; height: 54px; place-items: center; color: var(--navy); background: var(--gold-light); border-radius: 50%; font-style: normal; transform: translate(-50%,-50%); }
.location-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; padding: clamp(70px, 9vw, 120px) clamp(20px, 7vw, 105px); background: #fff; }
.location-section > div:first-child { max-width: 760px; }
.location-section p:not(.eyebrow) { font-size: 19px; line-height: 1.8; }
.location-card { display: grid; gap: 12px; padding: 36px; color: #fff; background: var(--navy); box-shadow: 20px 20px 0 var(--gold-light); }
.location-card span { color: var(--gold-light); font-weight: 900; }
.location-card a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 20px; }
.consultation-section { background: var(--navy-light); }
.consultation-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; max-width: 1250px; margin: 0 auto; color: #fff; }
.consultation-copy h2 { color: #fff; font-size: clamp(32px, 4vw, 52px); }
.consultation-copy p:not(.eyebrow) { color: #d4dfe4; line-height: 1.8; }
.whatsapp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.whatsapp-form label { display: grid; gap: 7px; font-weight: 800; }
.whatsapp-form input, .whatsapp-form select, .whatsapp-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid transparent; border-radius: 3px; font: inherit; }
.whatsapp-form input:focus, .whatsapp-form select:focus, .whatsapp-form textarea:focus { outline: 3px solid rgba(237,202,145,.35); border-color: var(--gold); }
.form-wide { grid-column: 1 / -1; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: clamp(55px, 7vw, 90px) clamp(20px, 7vw, 105px); color: #fff; background: var(--navy-light); }
.contact-section h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); }
.contact-numbers { display: grid; gap: 12px; align-content: center; }
.contact-numbers a { min-height: 54px; display: flex; align-items: center; justify-content: center; padding: 12px 20px; color: var(--navy); background: var(--gold-light); border-radius: 5px; font-weight: 900; }
.internal-hero { padding: clamp(145px, 13vw, 180px) clamp(20px, 7vw, 105px) clamp(70px, 9vw, 120px); color: #fff; background: var(--navy); }
.internal-hero h1 { color: #fff; }
.page-content { padding-top: clamp(135px, 12vw, 170px); }
.service-content, .single-content { max-width: 980px; margin: 0 auto; }
.featured-image { margin: 30px 0; }
.legal-disclaimer { margin-top: 45px; margin-bottom: 45px; padding: 20px; background: var(--paper); border-inline-start: 4px solid var(--gold); }
.site-footer { padding: 60px clamp(20px, 7vw, 105px) 28px; color: #dce5ea; background: #04131e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 42px; }
.footer-grid h2 { color: #fff; }
.footer-grid section > a, .social-links a { display: block; margin: 8px 0; }
.social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 12px; }
.copyright { padding-top: 28px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.12); }
.mobile-contact-bar { display: none; }
.consent-banner { position: fixed; inset-inline: 20px; bottom: 20px; z-index: 50; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; max-width: 1120px; margin-inline: auto; padding: 22px; color: #fff; background: #04131e; border: 1px solid rgba(237,202,145,.5); box-shadow: 0 18px 60px rgba(0,0,0,.35); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { color: var(--gold-light); font-size: 20px; }
.consent-banner p { margin: 7px 0 0; color: #d5e0e5; line-height: 1.6; }
.consent-actions { display: flex; gap: 10px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; }
  .primary-navigation { display: none; grid-column: 1 / -1; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation.is-open .mobile-nav-call { display: flex; align-items: center; gap: 8px; padding: 13px 12px; color: var(--navy); border-top: 1px solid #eee4d8; font-weight: 700; }
  .primary-navigation ul { flex-direction: column; padding: 20px 0; }
  .header-call { display: none; }
  .hero-section, .contact-section, .about-band, .location-section, .consultation-panel { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .service-grid, .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid-support { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .section-heading { grid-template-columns: 1fr; gap: 0; }
  .journey-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
	body { padding-bottom: 64px; }
  .site-header { min-height: 74px; padding: 8px 16px; }
  .brand { max-width: 180px; }
  .hero-section { min-height: 100svh; display: flex; position: relative; }
  .hero-copy { position: relative; z-index: 2; justify-content: flex-end; min-height: 100svh; padding: 125px 20px 55px; background: linear-gradient(180deg, rgba(7,27,42,.28), rgba(7,27,42,.98) 82%); }
  .hero-copy h1 { font-size: 42px; }
  .hero-visual { position: absolute; inset: 0; min-height: 100%; }
  .cta-row { display: grid; }
  .service-grid, .article-grid, .team-grid-lead, .team-grid-support, .video-grid, .footer-grid, .whatsapp-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .focus-strip { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .focus-strip span { flex: 0 0 auto; }
  .location-card { box-shadow: 10px 10px 0 var(--gold-light); }
  .team-grid-lead { max-width: none; }
  .content-section, .contact-section, .internal-hero { padding-inline: 20px; }
	.mobile-contact-bar { position: fixed; inset-inline: 0; bottom: 0; z-index: 35; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; padding-bottom: env(safe-area-inset-bottom); color: var(--navy); background: var(--gold-light); box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
	.mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 900; }
	.mobile-contact-bar a + a { color: #fff; background: #15803d; }
	.consent-banner { inset-inline: 10px; bottom: 75px; grid-template-columns: 1fr; padding: 18px; }
	.consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

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