@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root { --charcoal: #171717; --ink: #202020; --muted: #686661; --gold: #b9964f; --gold-light: #d8bd7b; --paper: #f7f6f3; --line: #d8d5ce; --white: #fff; --sans: 'Manrope', sans-serif; --display: 'DM Sans', sans-serif; --serif: 'Playfair Display', serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.6; }
body.has-custom-cursor { cursor: none; }
a { color: inherit; text-decoration: none; }

/* --- Premium finish: grain, custom cursor, magnetic + line-reveal utilities --- */
.noise-overlay { position: fixed; inset: 0; z-index: 9997; pointer-events: none; opacity: .045; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); will-change: transform; }
.cursor-dot { width: 6px; height: 6px; background: var(--gold); transition: opacity .2s; }
.cursor-ring { width: 38px; height: 38px; border: 1px solid rgba(185,150,79,.55); transition: width .25s ease, height .25s ease, border-color .25s ease, background .25s ease, opacity .2s; }
.cursor-ring.is-active { width: 64px; height: 64px; background: rgba(185,150,79,.08); border-color: var(--gold); }
.cursor-ring.is-hidden, .cursor-dot.is-hidden { opacity: 0; }
@media (pointer: coarse), (hover: none) { .cursor-dot, .cursor-ring, .noise-overlay { display: none; } }
.line { display: inline-block; overflow: hidden; vertical-align: top; }
.line-inner { display: inline-block; will-change: transform; }
.service-preview { position: fixed; top: 0; left: 0; z-index: 9998; width: 220px; height: 150px; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.85); overflow: hidden; box-shadow: 0 25px 60px rgba(0,0,0,.35); }
.service-preview img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
@media (pointer: coarse), (hover: none) { .service-preview { display: none; } }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 92px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; gap: 50px; transition: .35s ease; }
.site-header.scrolled { height: 72px; background: rgba(247,246,243,.92); box-shadow: 0 1px 0 rgba(23,23,23,.08); backdrop-filter: blur(14px); }
.brand { width: 210px; flex: 0 0 auto; line-height: 0; }.brand img { width: 100%; height: auto; display: block; }
.desktop-nav { display: flex; gap: clamp(20px, 2.4vw, 38px); margin-left: auto; }.desktop-nav a, .header-cta { font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 600; }.desktop-nav a { color: #3f3e3b; transition: color .2s ease; }.desktop-nav a:hover, .desktop-nav a.active, .mobile-menu a.active { color: var(--gold); }
.header-cta { padding: 14px 18px; border: 1px solid var(--charcoal); white-space: nowrap; transition: background .25s, color .25s; }.header-cta span { color: var(--gold); font-size: 16px; margin-left: 10px; }.header-cta:hover { background: var(--charcoal); color: var(--white); }
.menu-toggle, .mobile-menu { display: none; }
.section-grid { display: grid; grid-template-columns: minmax(180px, 18%) 1fr; padding: 0 clamp(24px, 7vw, 120px); }.section-label { padding-top: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; color: #77736a; font-weight: 600; }.section-label span { color: var(--gold); margin-right: 13px; }.eyebrow { display: flex; align-items: center; gap: 13px; color: #77736a; text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .17em; }.eyebrow-line { display: inline-block; width: 38px; height: 1px; background: var(--gold); }.eyebrow-light { color: #aaa69c; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; line-height: .98; } h1 { font-size: clamp(50px, 6.4vw, 94px); margin: 28px 0 30px; max-width: 830px; } h2 { font-size: clamp(42px, 5vw, 74px); margin-bottom: 25px; } h1 em, h2 em { font-family: var(--serif); font-weight: 500; letter-spacing: -.03em; } h3 { font-family: var(--display); }
.hero { min-height: 790px; padding-top: 155px; padding-bottom: 80px; grid-template-columns: minmax(390px, 46%) 1fr; gap: clamp(30px, 6vw, 100px); align-items: center; overflow: hidden; }.hero-copy { padding-left: clamp(0px, 2vw, 30px); }.hero-intro { max-width: 500px; color: #595750; font-size: 15px; line-height: 1.8; }.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 39px; }.button { display: inline-flex; align-items: center; gap: 21px; padding: 17px 20px; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; font-weight: 700; transition: .3s; }.button span { font-size: 18px; line-height: 10px; color: var(--gold-light); }.button-dark { background: var(--charcoal); color: var(--white); }.button-dark:hover { background: var(--gold); }.button-gold { background: var(--gold); color: var(--charcoal); }.button-gold:hover { background: var(--white); }.button-outline { border: 1px solid rgba(255,255,255,.35); color: var(--white); }.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }.text-link { display: inline-flex; align-items: center; gap: 13px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; border-bottom: 1px solid var(--gold); padding-bottom: 6px; }.text-link span { color: var(--gold); font-size: 17px; line-height: 10px; transition: transform .3s; }.text-link:hover span { transform: translate(3px, -3px); }.hero-footnote { margin-top: 90px; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; color: #9a968c; }.hero-footnote span { color: var(--gold); margin-right: 16px; }
.hero-visual { height: 605px; position: relative; }.hero-image-wrap { position: absolute; inset: 0 8% 0 0; overflow: hidden; }.hero-image-wrap img { width: 100%; height: 116%; object-fit: cover; filter: saturate(.65); transform: scale(1.04); }.hero-image-wrap:after { content:''; position:absolute; inset:0; background: linear-gradient(145deg, rgba(23,23,23,.05), rgba(23,23,23,.25)); }.image-caption { position: absolute; bottom: -31px; left: 0; right: 8%; display: flex; justify-content: space-between; color: #858178; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }.hero-line { position: absolute; z-index: 1; border: 1px solid var(--gold); opacity: .9; }.hero-line-one { inset: 30px 0 30px 30px; }.hero-line-two { width: 100px; height: 100px; right: -12px; bottom: -12px; border-left: 0; border-top: 0; }.hero-stamp { position: absolute; bottom: 57px; right: -4px; background: var(--gold); color: var(--charcoal); padding: 17px 14px 14px; font-family: var(--display); font-size: 20px; font-weight: 700; line-height: .85; letter-spacing: -.04em; }.hero-stamp span { font-family: var(--sans); font-size: 8px; letter-spacing: .12em; font-weight: 600; }
.intro-strip { border-top: 1px solid var(--line); padding-top: 120px; padding-bottom: 140px; }.intro-content { display: grid; grid-template-columns: 1.35fr 1fr; gap: 60px; align-items: center; }.intro-text h2 { font-size: clamp(40px, 4.6vw, 66px); }.intro-text > p { max-width: 480px; color: var(--muted); font-size: 15px; line-height: 1.9; margin-top: 36px; }.category-list { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 52px; color: #45433e; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }.category-list i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; display: inline-block; }.intro-media { position: relative; height: 400px; overflow: hidden; }.intro-media img { width: 100%; height: 118%; object-fit: cover; filter: saturate(.6); }.intro-media-tag { position: absolute; bottom: 18px; left: 18px; background: rgba(23,23,23,.72); color: var(--white); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; padding: 9px 13px; backdrop-filter: blur(4px); }
.journey { border-top: 1px solid var(--line); padding-top: 108px; padding-bottom: 140px; }.journey-content, .services-content, .audience-content, .process-content, .svc-grid-content { min-width: 0; }.section-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; }.section-heading-row h2 { margin: 0; }.section-heading-row p { color: var(--muted); max-width: 270px; font-size: 13px; line-height: 1.7; margin-bottom: 7px; }.journey-heading-media { display: flex; align-items: center; gap: 24px; max-width: 400px; }.journey-heading-media img { width: 130px; height: 130px; object-fit: cover; flex: 0 0 auto; filter: saturate(.6); }.journey-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 75px; }.journey-step { position: relative; padding-right: 24px; }.step-number { color: var(--gold); font-family: var(--display); font-size: 45px; letter-spacing: -.05em; font-weight: 500; }.step-line { position: absolute; top: 28px; left: 67px; width: calc(100% - 45px); height: 1px; background: var(--line); }.journey-step:last-child .step-line { display: none; }.journey-step h3 { text-transform: uppercase; font-size: 15px; letter-spacing: .08em; margin: 29px 0 17px; }.journey-step p { color: var(--muted); font-size: 12px; line-height: 2; margin: 0; }
.services { background: #eceae5; padding-top: 110px; padding-bottom: 140px; }.services .section-label { color: #89857d; }.services-content .section-heading-row { margin-bottom: 68px; }.service-list { border-top: 1px solid #c9c5bc; }.service-row { display: grid; grid-template-columns: 8% 30% 1fr 35px; align-items: center; gap: 20px; border-bottom: 1px solid #c9c5bc; padding: 24px 0; transition: .4s; }.service-row:hover { padding-left: 17px; background: rgba(255,255,255,.5); }.service-index { color: var(--gold); font-family: var(--display); font-size: 14px; }.service-name { font-family: var(--display); text-transform: uppercase; font-size: 15px; letter-spacing: .045em; font-weight: 600; }.service-description { color: #706d66; font-size: 12px; }.service-arrow { color: var(--gold); font-size: 24px; text-align: right; transition: transform .3s; }.service-row:hover .service-arrow { transform: translate(5px, -5px); }
.why-section { position: relative; overflow: hidden; color: var(--white); padding-top: 123px; padding-bottom: 140px; }.why-bg { position: absolute; inset: -8% 0; z-index: 0; }.why-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(.78); transform: scale(1.15); }.why-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(15,15,15,.88) 0%, rgba(15,15,15,.75) 45%, rgba(15,15,15,.52) 100%); }.why-logo-mark { position: absolute; z-index: 1; right: -3%; bottom: -8%; width: 46%; opacity: .06; filter: brightness(0) invert(1); pointer-events: none; }.why-grid { position: relative; z-index: 2; }.section-label-light { color: #8f8b82; }.why-content { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }.why-heading h2 { font-size: clamp(55px, 7vw, 103px); margin-top: 75px; }.principles-grid { display: grid; grid-template-columns: 1fr 1fr; align-content: end; gap: 0 34px; padding-top: 165px; }.principle { padding: 24px 0 29px; border-top: 1px solid rgba(255,255,255,.18); }.principle span { color: var(--gold-light); font-size: 10px; letter-spacing: .15em; }.principle h3 { text-transform: uppercase; font-size: 13px; letter-spacing: .08em; margin: 29px 0 10px; }.principle p { color: #c4c1b8; font-size: 12px; line-height: 1.8; margin-bottom: 0; }
.stats-section { position: relative; overflow: hidden; min-height: 460px; display: flex; align-items: center; color: var(--white); }.stats-bg { position: absolute; inset: -8% 0; z-index: 0; }.stats-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.5) brightness(.75); transform: scale(1.15); }.stats-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(17,17,17,.78), rgba(17,17,17,.68) 45%, rgba(17,17,17,.88)); }.stats-content { position: relative; z-index: 2; width: 100%; padding-top: 90px; padding-bottom: 90px; }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }.stat { border-top: 1px solid rgba(255,255,255,.22); padding-top: 22px; }.stat-word { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(21px, 1.7vw, 26px); letter-spacing: -.01em; color: var(--gold-light); line-height: 1.15; }.stat p { margin: 14px 0 0; color: #d8d5ce; font-size: 12px; line-height: 1.7; max-width: 190px; }
.testimonial-section { padding-top: 130px; padding-bottom: 140px; border-top: 1px solid var(--line); }.testimonial-content { max-width: 780px; position: relative; }.testimonial-mark { font-family: var(--serif); font-style: italic; font-size: 110px; line-height: .6; color: var(--gold); display: block; margin-bottom: 4px; }.testimonial-quote { font-family: var(--display); font-weight: 500; letter-spacing: -.02em; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.45; color: var(--ink); margin-bottom: 46px; }.testimonial-person { display: flex; align-items: center; gap: 18px; }.testimonial-person img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; filter: saturate(.75); }.testimonial-person strong { display: block; font-family: var(--display); font-size: 14px; letter-spacing: -.01em; }.testimonial-person span { color: var(--muted); font-size: 12px; }
.uae-section { grid-template-columns: 1fr 1.05fr; align-items: center; gap: clamp(40px, 6vw, 90px); padding-top: 150px; padding-bottom: 150px; }.uae-image { position: relative; height: 560px; overflow: hidden; }.uae-image img { width: 100%; height: 118%; object-fit: cover; filter: saturate(.62); }.image-location { position: absolute; bottom: 20px; left: 20px; color: var(--white); font-size: 10px; letter-spacing: .17em; }.uae-copy { max-width: 500px; }.uae-copy h2 { margin: 28px 0 34px; }.uae-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.9; margin-bottom: 39px; }
.audience { border-top: 1px solid var(--line); padding-top: 110px; padding-bottom: 140px; }.audience-content .section-heading-row { margin-bottom: 65px; }.audience-list { border-top: 1px solid var(--line); }.audience-row { display: grid; grid-template-columns: 8% 31% 1fr 35px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); padding: 23px 0; transition: .3s; }.audience-row:hover { color: var(--gold); padding-left: 14px; }.audience-row span { color: var(--gold); }.audience-row strong { font-family: var(--display); text-transform: uppercase; font-size: 14px; letter-spacing: .05em; }.audience-row small { color: var(--muted); font-size: 12px; }.audience-row b { font-size: 20px; font-weight: 400; text-align: right; }
.process { padding-top: 105px; padding-bottom: 150px; border-top: 1px solid var(--line); }.process-content .section-heading-row { margin-bottom: 85px; }.process-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; position: relative; }.process-line { position: absolute; left: 0; right: 0; top: 14px; height: 1px; background: var(--gold); transform-origin: left; }.process-step { position: relative; padding-top: 48px; padding-right: 20px; }.process-step:before { content: ''; position: absolute; top: 8px; left: 0; width: 13px; height: 13px; border: 1px solid var(--gold); background: var(--paper); border-radius: 50%; }.process-step span { color: var(--gold); font-size: 10px; letter-spacing: .1em; }.process-step h3 { text-transform: uppercase; letter-spacing: .08em; font-size: 14px; margin: 18px 0 10px; }.process-step p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; max-width: 160px; }
.contact-section { position: relative; overflow: hidden; background: var(--charcoal); color: var(--white); min-height: 540px; padding-top: 105px; padding-bottom: 112px; }.contact-bg { position: absolute; inset: -8% 0; z-index: 0; }.contact-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.6); transform: scale(1.15); }.contact-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(17,17,17,.9) 0%, rgba(17,17,17,.8) 45%, rgba(17,17,17,.62) 100%); }.contact-marker { position: relative; z-index: 2; }.contact-marker img { width: 130px; display: block; }.contact-marker span { display: block; color: #7d776b; font-family: var(--sans); font-size: 10px; font-weight: 500; margin-top: 26px; letter-spacing: .1em; }.contact-content { position: relative; z-index: 2; max-width: 650px; }.contact-content h2 { font-size: clamp(55px, 7vw, 100px); margin: 30px 0 25px; }.contact-content > p:not(.eyebrow) { color: #aaa69d; max-width: 420px; font-size: 14px; line-height: 1.8; }.contact-architecture { position: absolute; z-index: 2; right: -7%; top: 0; width: 48%; height: 100%; opacity: .32; background: linear-gradient(125deg, transparent 0 21%, var(--gold) 21.2% 21.35%, transparent 21.5% 40%, var(--gold) 40.2% 40.35%, transparent 40.5% 62%, var(--gold) 62.2% 62.35%, transparent 62.5%), linear-gradient(180deg, transparent 0 18%, var(--gold) 18.15% 18.3%, transparent 18.45% 65%, var(--gold) 65.15% 65.3%, transparent 65.45%); transform: skewX(-16deg); }
/* --- Services page (services.html) --- */
.svc-marquee { background: var(--charcoal); overflow: hidden; padding: 20px 0; }
.svc-marquee-track { display: flex; width: max-content; animation: svc-marquee 34s linear infinite; }
.svc-marquee-track span { display: inline-flex; align-items: center; color: #9a968c; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; white-space: nowrap; padding-right: 30px; }
.svc-marquee-track span:before { content: ''; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); margin-right: 30px; }
@keyframes svc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .svc-marquee-track { animation: none; } }
.svc-grid-section { border-top: 1px solid var(--line); padding-top: 110px; padding-bottom: 140px; }
.svc-grid-section .section-heading-row { margin-bottom: 68px; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 30px; }
.svc-card { position: relative; display: block; background: var(--white); border: 1px solid var(--line); transition: border-color .35s ease, transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; }
.svc-card:hover { border-color: var(--gold); box-shadow: 0 28px 55px rgba(23,23,23,.13); }
.svc-card-image { position: relative; height: 210px; overflow: hidden; }
.svc-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.svc-card:hover .svc-card-image img { transform: scale(1.09); }
.svc-card-index { position: absolute; z-index: 1; top: 14px; left: 14px; background: rgba(23,23,23,.7); color: var(--gold-light); font-family: var(--display); font-size: 11px; letter-spacing: .04em; padding: 7px 10px; backdrop-filter: blur(3px); }
.svc-card-body { padding: 24px 24px 28px; }
.svc-card-body h3 { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-family: var(--display); text-transform: uppercase; font-size: 15px; letter-spacing: .03em; font-weight: 600; margin: 0 0 12px; }
.svc-card-body h3 span { color: var(--gold); font-size: 18px; line-height: 10px; transition: transform .3s ease; flex: 0 0 auto; }
.svc-card:hover .svc-card-body h3 span { transform: translate(4px, -4px); }
.svc-card-desc { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 18px; }
.svc-card-tags { color: #938f86; font-size: 10.5px; line-height: 1.8; letter-spacing: .01em; margin: 0; padding-top: 15px; border-top: 1px solid var(--line); }
.site-footer { padding: 80px clamp(24px, 7vw, 120px) 25px; background: #111; color: #f5f3ed; }.footer-top { display: grid; grid-template-columns: 2.1fr 1fr 1fr 1.25fr; gap: 40px; padding-bottom: 75px; }.footer-logo { width: 230px; height: auto; display: block; }.footer-brand > p { color: #8f8b82; font-size: 12px; max-width: 290px; line-height: 1.8; margin: 24px 0 0; }.footer-address { color: #e7e2d5 !important; margin-top: 35px !important; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-column a { color: #8f8b82; font-size: 12px; transition: color .2s; }.footer-column a:hover { color: var(--gold-light); }.footer-heading { color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; margin: 4px 0 13px; }.footer-small-link { margin-top: 25px; color: var(--gold-light) !important; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }.footer-bottom { border-top: 1px solid #363531; padding-top: 20px; display: flex; justify-content: space-between; color: #6f6b63; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.reveal-up { opacity: 0; transform: translateY(25px); }.reveal-image { opacity: 0; transform: translateX(25px); }
/* .svc-card carries .reveal-up (for the shared hidden baseline + no-JS
   fallback) but its GSAP entrance tween clears its own inline transform on
   completion (see script.js) so CSS can drive the hover lift. Without this
   pair, `.reveal-up`'s permanent translateY(25px) would reassert itself at
   rest once the inline override is gone. Specificity here (two classes) is
   deliberately higher than plain `.reveal-up`, and the `:hover` variant is
   higher again so it always wins over the resting override. */
.svc-card.reveal-up { transform: none; }
.svc-card.reveal-up:hover { transform: translateY(-7px); }
@media (max-width: 900px) { .site-header { gap: 20px; }.brand { width: 185px; }.desktop-nav { gap: 16px; }.desktop-nav a { font-size: 9px; }.header-cta { padding: 11px 12px; font-size: 9px; }.section-grid { grid-template-columns: 125px 1fr; padding-left: 32px; padding-right: 32px; }.hero { min-height: 720px; padding-top: 130px; gap: 35px; grid-template-columns: minmax(330px, 48%) 1fr; }.hero-visual { height: 500px; }.hero-footnote { margin-top: 55px; }.intro-content { grid-template-columns: 1.1fr .9fr; gap: 35px; }.intro-media { height: 320px; }.uae-section { grid-template-columns: 1fr 1fr; gap: 30px; }.uae-image { height: 460px; }.why-content { gap: 35px; }.why-logo-mark { width: 60%; }.stats-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.footer-top { grid-template-columns: 1.6fr 1fr 1fr; }.footer-logo { width: 195px; }.footer-contact { grid-column: 2 / 4; margin-top: 20px; }.footer-bottom { gap: 15px; flex-wrap: wrap; }.svc-grid { grid-template-columns: 1fr 1fr; gap: 28px 22px; } }
@media (max-width: 650px) { .site-header, .site-header.scrolled { height: 70px; padding: 0 20px; background: rgba(247,246,243,.94); }.brand { width: 160px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: flex; flex-direction: column; gap: 6px; margin-left: auto; border: 0; background: transparent; padding: 9px 0 9px 12px; cursor: pointer; }.menu-toggle span { width: 26px; height: 1px; background: var(--charcoal); transition: .25s; }.menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.mobile-menu { position: absolute; top: 70px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; padding: 10px 20px 22px; transform: translateY(-120%); transition: transform .35s; }.mobile-menu.open { transform: translateY(0); }.mobile-menu a { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; padding: 13px 0; border-bottom: 1px solid var(--line); }.section-grid { display: block; padding-left: 22px; padding-right: 22px; }.section-label { padding-top: 0; margin-bottom: 45px; }.hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding-top: 125px; padding-bottom: 90px; gap: 55px; }.hero-copy { padding: 0; }.hero h1 { font-size: clamp(46px, 13vw, 68px); margin: 22px 0 25px; }.hero-intro { font-size: 14px; }.hero-actions { flex-wrap: wrap; gap: 20px; margin-top: 32px; }.hero-footnote { margin-top: 45px; }.hero-visual { height: 430px; margin: 0 12px; }.image-caption { right: 8%; }.intro-strip, .journey, .services, .why-section, .uae-section, .audience, .process { padding-top: 80px; padding-bottom: 90px; }.intro-text h2, .section-heading-row h2 { font-size: clamp(40px, 11vw, 60px); }.intro-content { display: block; }.intro-text > p { margin-top: 30px; }.intro-media { height: 260px; margin-top: 40px; }.category-list { gap: 11px; margin-top: 45px; line-height: 1.9; }.section-heading-row { display: block; }.section-heading-row p { margin-top: 25px; }.journey-heading-media { max-width: none; margin-top: 25px; }.journey-heading-media img { width: 88px; height: 88px; }.journey-track { grid-template-columns: 1fr 1fr; gap: 45px 20px; margin-top: 50px; }.journey-step { padding-right: 0; }.journey-step:nth-child(2) .step-line { display: none; }.step-line { left: 65px; width: calc(100% - 65px); }.service-list { margin-top: 50px; }.service-row { grid-template-columns: 32px 1fr 25px; gap: 8px; padding: 20px 0; }.service-description { grid-column: 2 / 3; margin-top: -2px; }.service-arrow { grid-column: 3; grid-row: 1 / 3; }.service-name { font-size: 13px; }.why-content { display: block; }.why-heading h2 { margin-top: 50px; }.why-logo-mark { width: 90%; bottom: -4%; }.principles-grid { padding-top: 65px; gap: 0 18px; }.principle h3 { font-size: 11px; }.principle p { font-size: 11px; }.stats-section { min-height: auto; }.stats-content { padding-top: 70px; padding-bottom: 70px; }.stats-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }.testimonial-section { padding-top: 75px; padding-bottom: 85px; }.testimonial-mark { font-size: 80px; }.testimonial-quote { margin-bottom: 34px; }.uae-section { display: flex; flex-direction: column; gap: 50px; align-items: stretch; }.uae-image { height: 400px; }.audience-list { margin-top: 40px; }.audience-row { grid-template-columns: 28px 1fr 25px; gap: 8px; }.audience-row small { grid-column: 2; }.audience-row b { grid-column: 3; grid-row: 1 / 3; }.process-track { grid-template-columns: 1fr 1fr; gap: 35px 20px; }.process-line { display: none; }.process-step { padding-top: 36px; }.process-step:before { top: 0; }.contact-section { min-height: auto; padding-top: 80px; padding-bottom: 85px; }.contact-marker { margin-bottom: 55px; }.contact-marker img { width: 105px; }.contact-content h2 { font-size: clamp(50px, 13vw, 72px); }.contact-content .hero-actions { gap: 12px; }.contact-content .button { padding: 15px 13px; font-size: 9px; gap: 12px; }.contact-architecture { width: 80%; right: -25%; opacity: .2; }.footer-top { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding-bottom: 50px; }.footer-logo { width: 175px; }.footer-brand { grid-column: 1 / 3; }.footer-contact { grid-column: 1 / 3; margin: 0; }.footer-bottom { display: block; line-height: 2.4; }.footer-bottom span { display: block; }.svc-marquee { padding: 16px 0; }.svc-marquee-track span { font-size: 10px; padding-right: 22px; }.svc-marquee-track span:before { margin-right: 22px; }.svc-grid-section { padding-top: 80px; padding-bottom: 90px; }.svc-grid-section .section-heading-row { margin-bottom: 45px; }.svc-grid { grid-template-columns: 1fr; gap: 24px; } }
