/* Dubai (DXB) Journal Publishers — interactive editorial frontend */
:root {
  --ink: #23272b;
  --ink-2: #3f4851;
  --muted: #67717b;
  --paper: #fffdfb;
  --surface: #ffffff;
  --tint: #fff5ed;
  --tint-2: #f4f8f8;
  --orange: #e45b00;
  --orange-dark: #b84200;
  --orange-soft: #ff8a33;
  --teal: #0f766e;
  --teal-dark: #0b514d;
  --charcoal: #292d32;
  --line: #e9e0d9;
  --shadow-sm: 0 10px 30px rgba(41,45,50,.08);
  --shadow-md: 0 24px 70px rgba(41,45,50,.13);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --font-body: "Manrope", Aptos, "Segoe UI", sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
}
* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font: 400 16px/1.75 var(--font-body); -webkit-font-smoothing: antialiased; }
body.modal-open, body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.icon { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 100px 0; }
.section--tint { background: linear-gradient(135deg, var(--tint), var(--tint-2)); }
.section--dark { color: #fff; background: radial-gradient(circle at 90% 10%, rgba(228,91,0,.35), transparent 34%), linear-gradient(145deg, #202428, #30363c); overflow: hidden; }
.section--cta { padding: 64px 0; background: linear-gradient(135deg, #e45b00, #b84200); color: #fff; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 3000; padding: 10px 16px; background: #fff; border: 2px solid var(--orange); border-radius: 10px; }
.skip-link:focus { top: 14px; }
.page-loader { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; background: #fffdfb; transition: opacity .45s, visibility .45s; }
.page-loader img { width: 110px; animation: loaderPulse 1.1s ease-in-out infinite alternate; }
.page-loader span { position: absolute; width: 150px; height: 150px; border: 2px solid rgba(228,91,0,.2); border-top-color: var(--orange); border-radius: 50%; animation: spin 1.4s linear infinite; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes loaderPulse { to { transform: scale(1.05); } }
.scroll-progress { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 2500; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--orange), #ffb067, var(--teal)); }
.info-bar { color: #fff; background: var(--charcoal); font-size: 13px; }
.info-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.info-bar p, .info-bar a { margin: 0; display: flex; align-items: center; gap: 8px; }
.info-bar a { color: #ffd4b9; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 1200; background: rgba(255,253,251,.92); border-bottom: 1px solid rgba(233,224,217,.8); backdrop-filter: blur(18px); transition: box-shadow .25s, background .25s; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(41,45,50,.09); background: rgba(255,255,255,.96); }
.header-shell { min-height: 84px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; min-width: 250px; }
.brand__mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .25s; }
.brand:hover .brand__mark { transform: rotate(-3deg) translateY(-2px); }
.brand__mark img { width: 50px; height: 50px; object-fit: contain; }
.brand__text { display: grid; line-height: 1.2; }
.brand__text strong { font-size: 16px; letter-spacing: -.02em; }
.brand__text small { margin-top: 3px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.nav-link, .nav-dropdown-toggle { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 11px 12px; border: 0; background: transparent; border-radius: 10px; font-weight: 700; font-size: 14px; cursor: pointer; }
.nav-dropdown-toggle .icon { width: 12px; transform: rotate(90deg); }
.nav-link:hover, .nav-link.active, .nav-dropdown-toggle:hover { color: var(--orange); background: var(--tint); }
.nav-link.active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; border-radius: 4px; background: var(--orange); }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + 12px); left: 50%; width: 260px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .2s ease; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown, .nav-group.open .nav-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dropdown a { display: block; padding: 10px 12px; border-radius: 10px; color: var(--ink-2); font-size: 13px; font-weight: 700; }
.nav-dropdown a:hover { color: var(--orange); background: var(--tint); transform: translateX(3px); }
/* A single quote button is shared by desktop and mobile navigation. */
.nav-quote { display: inline-flex; margin-left: 8px; white-space: nowrap; }
.mobile-menu-button, .mobile-nav-head, .nav-scrim { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 9px 15px; border-radius: 12px; font-size: 13px; }
.button--accent { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 13px 28px rgba(228,91,0,.25); }
.button--accent:hover { box-shadow: 0 17px 35px rgba(228,91,0,.34); }
.button--dark { color: #fff; background: var(--charcoal); }
.button--ghost, .button--outline { color: var(--ink); background: rgba(255,255,255,.7); border-color: var(--line); }
.button--ghost:hover, .button--outline:hover { color: var(--orange); border-color: #efb68f; background: #fff; }
.button--light { color: var(--orange-dark); background: #fff; box-shadow: 0 17px 40px rgba(68,24,0,.2); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 4px; }
h1, h2, h3 { margin: 0; line-height: 1.13; letter-spacing: -.025em; }
h1, h2 { font-family: var(--font-display); }
h1 { font-size: clamp(42px, 6vw, 76px); }
h2 { font-size: clamp(32px, 4.2vw, 52px); }
h3 { font-size: 20px; }
p { color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { margin: 18px 0 0; font-size: 18px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .8fr; gap: 80px; align-items: end; }
.center-heading { margin-inline: auto; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.home-hero { position: relative; padding: 82px 0 0; overflow: hidden; background: radial-gradient(circle at 86% 22%, rgba(228,91,0,.11), transparent 26%), radial-gradient(circle at 10% 80%, rgba(15,118,110,.09), transparent 30%), linear-gradient(135deg, #fffdfb, #fbfaf7); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(41,45,50,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(41,45,50,.12) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.home-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .85fr; min-height: 590px; align-items: center; gap: 70px; }
.home-hero__copy { padding-bottom: 55px; }
.home-hero__copy h1 { max-width: 790px; margin-top: 18px; }
.home-hero__copy h1 em { color: var(--orange); font-weight: 600; }
.home-hero__copy > p { max-width: 720px; margin: 24px 0 0; font-size: 19px; }
.status-chip { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 7px 12px; border-radius: 999px; border: 1px solid #d9e9e7; background: #fff; color: var(--teal); font-size: 12px; font-weight: 800; }
.status-chip span { width: 8px; height: 8px; border-radius: 50%; background: #18a999; box-shadow: 0 0 0 5px rgba(24,169,153,.14); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: var(--ink-2); font-size: 13px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.brand-orbit { position: relative; min-height: 470px; display: grid; place-items: center; }
.logo-stage { position: relative; z-index: 3; width: min(385px, 88%); aspect-ratio: 1; display: grid; place-items: center; padding: 42px; background: rgba(255,255,255,.9); border: 1px solid rgba(228,91,0,.18); border-radius: 38% 62% 58% 42% / 46% 40% 60% 54%; box-shadow: var(--shadow-md); animation: morph 9s ease-in-out infinite alternate; }
.logo-stage img { width: 265px; height: 265px; object-fit: contain; }
.logo-stage div { position: absolute; left: 28px; right: 28px; bottom: 20px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.logo-stage strong { color: var(--orange); font-size: 25px; letter-spacing: .14em; }
.logo-stage span { color: var(--muted); font-size: 11px; font-weight: 700; text-align: right; }
.orbit-ring { position: absolute; border: 1px solid rgba(228,91,0,.25); border-radius: 50%; }
.orbit-ring--one { width: 450px; height: 450px; animation: spin 24s linear infinite; }
.orbit-ring--two { width: 360px; height: 360px; border-style: dashed; border-color: rgba(15,118,110,.32); animation: spin 19s linear reverse infinite; }
.orbit-dot { position: absolute; z-index: 2; width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 7px 18px rgba(41,45,50,.16); }
.orbit-dot--one { top: 18%; right: 9%; background: var(--orange); }
.orbit-dot--two { bottom: 15%; left: 11%; background: var(--teal); }
.orbit-dot--three { top: 8%; left: 27%; width: 9px; height: 9px; background: var(--charcoal); }
@keyframes morph { to { border-radius: 60% 40% 38% 62% / 43% 60% 40% 57%; transform: translateY(-7px); } }
.quick-stats { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--line); border-bottom: 0; border-radius: 24px 24px 0 0; box-shadow: 0 -12px 38px rgba(41,45,50,.07); }
.quick-stats div { padding: 24px 28px; border-right: 1px solid var(--line); }
.quick-stats div:last-child { border: 0; }
.quick-stats strong { display: block; color: var(--orange); font-size: 23px; }
.quick-stats span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 335px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 130px; height: 130px; border-radius: 50%; background: rgba(228,91,0,.07); transition: transform .3s; }
.service-card:hover { transform: translateY(-7px); border-color: #f2b98f; box-shadow: var(--shadow-md); }
.service-card:hover::after { transform: scale(1.4); }
.service-card__icon { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); border-radius: 14px; }
.service-card__index { position: absolute; top: 24px; right: 24px; margin: 0; color: #c7c0ba; font-size: 12px; font-weight: 800; }
.service-card h3 { margin-top: 26px; }
.service-card > p:not(.service-card__index) { margin: 14px 0 22px; font-size: 14px; line-height: 1.7; }
.service-card a, .mini-service-card a, .text-link, .ethics-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 13px; font-weight: 800; }
.service-card a .icon, .mini-service-card a .icon, .text-link .icon, .ethics-card a .icon { transition: transform .2s; }
.service-card a:hover .icon, .mini-service-card a:hover .icon, .text-link:hover .icon, .ethics-card a:hover .icon { transform: translateX(4px); }
.section-action { margin-top: 35px; text-align: center; }
.approach-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.approach-copy p { color: rgba(255,255,255,.7); font-size: 18px; }
.section--dark .eyebrow { color: #ffb27c; }
.section--dark .text-link { color: #ffb27c; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.principle-card { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.principle-card > span { color: #ffb27c; font-weight: 800; }
.principle-card h3 { margin-top: 18px; }
.principle-card p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.journey-line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 30px; height: 1px; background: linear-gradient(90deg, transparent, #eab088, #aacbc8, transparent); }
.journey-line--three { grid-template-columns: repeat(3,1fr); }
.journey-step { position: relative; z-index: 1; padding: 0 18px; text-align: center; }
.journey-step > span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 22px; color: #fff; background: var(--charcoal); border: 7px solid var(--tint); border-radius: 50%; font-weight: 800; box-shadow: var(--shadow-sm); }
.journey-step:nth-child(even) > span { background: var(--orange); }
.journey-step p { font-size: 14px; }
.confidence-panel { display: grid; grid-template-columns: 290px 1fr; gap: 60px; align-items: center; padding: 60px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff, #fff8f2); box-shadow: var(--shadow-sm); }
.confidence-mark { width: 250px; height: 250px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #fff 55%, #fde2cf 56%, #fff 71%, #d9ecea 72%); }
.confidence-mark img { width: 175px; }
.confidence-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.confidence-tags span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-2); font-size: 12px; font-weight: 800; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-panel h2 { margin-top: 10px; max-width: 800px; }
.cta-panel p { max-width: 760px; color: rgba(255,255,255,.77); font-size: 17px; }
.cta-panel .eyebrow { color: #fff1e8; }
.cta-panel .eyebrow::before { background: #fff1e8; }
.cta-panel a { text-decoration: underline; }
.page-hero { position: relative; padding: 76px 0 84px; overflow: hidden; background: radial-gradient(circle at 90% 12%, rgba(228,91,0,.12), transparent 24%), linear-gradient(135deg, #fffdfb, #f5f9f8); border-bottom: 1px solid var(--line); }
.page-hero::after { content: "DXB"; position: absolute; right: 4vw; bottom: -90px; color: rgba(41,45,50,.035); font: 800 250px/1 var(--font-body); }
.page-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 300px; gap: 70px; align-items: center; }
.page-hero__copy h1 { margin-top: 15px; max-width: 840px; font-size: clamp(42px, 5.5vw, 68px); }
.page-hero__copy > p { max-width: 770px; margin-top: 22px; font-size: 18px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: 12px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--orange); }
.page-hero__badge { width: 260px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; padding: 35px; text-align: center; border-radius: 50%; color: #fff; background: radial-gradient(circle at 30% 25%, #4b535a, #24282c 64%); box-shadow: 0 0 0 14px #fff, 0 0 0 15px var(--line), var(--shadow-md); }
.page-hero__badge > span { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 16px; }
.page-hero__badge strong { margin-top: 15px; color: #ffb27c; font-size: 32px; letter-spacing: .12em; }
.page-hero__badge small { margin-top: 6px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .25s; }
.feature-card:hover { transform: translateY(-6px); border-color: #f0b287; box-shadow: var(--shadow-md); }
.feature-card__number { display: inline-block; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { margin-top: 20px; }
.feature-card p { margin-bottom: 0; font-size: 14px; }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.section-heading--sticky { position: sticky; top: 130px; }
.process-list { display: grid; gap: 14px; }
.process-step { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 18px; }
.process-step > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--orange); background: var(--tint); border-radius: 14px; font-weight: 800; }
.process-step p { margin: 8px 0 0; font-size: 14px; }
.fit-panel { display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: center; }
.check-list, .cross-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink-2); }
.check-list li .icon { margin-top: 4px; color: var(--teal); }
.cross-list li { display: flex; gap: 12px; color: var(--ink-2); }
.cross-list li > span { color: var(--orange); font-weight: 900; }
.ethics-card { padding: 36px; color: #fff; background: linear-gradient(145deg, #252a2e, #3c444b); border-radius: 28px; box-shadow: var(--shadow-md); }
.ethics-card > span { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 16px; }
.ethics-card h3 { margin-top: 22px; }
.ethics-card p { color: rgba(255,255,255,.7); }
.ethics-card a { color: #ffb27c; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.faq-item h3 { margin: 0; }
.faq-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 21px 23px; border: 0; background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-trigger:hover { color: var(--orange); }
.faq-symbol { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; background: var(--tint); }
.faq-symbol::before, .faq-symbol::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 2px; background: var(--orange); }
.faq-symbol::after { transform: rotate(90deg); transition: transform .2s; }
.faq-trigger[aria-expanded="true"] .faq-symbol::after { transform: rotate(0); }
.faq-answer div { padding: 0 23px 20px; }
.faq-answer p { margin: 0; }
.mini-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mini-service-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .25s; }
.mini-service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.mini-service-card > span { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--teal); border-radius: 14px; }
.mini-service-card h3 { margin-top: 20px; }
.mini-service-card p { font-size: 14px; }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.story-grid > div > p { font-size: 17px; }
.story-card { padding: 42px; text-align: center; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg,#fff,#fff6ef); box-shadow: var(--shadow-sm); }
.story-card img { width: 190px; margin: auto; }
.story-card strong { display: block; margin-top: 18px; color: var(--orange); font-size: 22px; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.value-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.value-card > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--charcoal); border-radius: 14px; }
.value-card:nth-child(even) > span { background: var(--orange); }
.value-card h3 { margin-top: 20px; }
.value-card p { margin-bottom: 0; font-size: 14px; }
.boundaries-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.contact-layout { display: grid; grid-template-columns: 370px 1fr; gap: 55px; align-items: start; }
.contact-aside { position: sticky; top: 125px; }
.contact-aside > p { font-size: 16px; }
.contact-method { display: flex; align-items: center; gap: 16px; margin-top: 16px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: .2s; }
a.contact-method:hover { transform: translateX(5px); border-color: #efb58d; }
.contact-method > span { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 13px; }
.contact-method div { display: grid; }
.contact-method small { color: var(--muted); }
.contact-method strong { font-size: 14px; overflow-wrap: anywhere; }
.contact-note { margin-top: 24px; padding: 24px; color: #fff; background: var(--charcoal); border-radius: 19px; }
.contact-note ul { margin: 16px 0 0; padding-left: 20px; color: rgba(255,255,255,.72); font-size: 13px; }
.contact-form-panel { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-md); }
.contact-form-panel > h2 { margin-top: 10px; font-size: 38px; }
.legal-layout { display: grid; grid-template-columns: 310px 1fr; gap: 80px; align-items: start; }
.legal-summary { position: sticky; top: 125px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,#fff,#fff7f1); }
.legal-summary h2 { margin-top: 10px; font-size: 31px; }
.legal-summary a { color: var(--orange); font-weight: 800; overflow-wrap: anywhere; }
.legal-content { display: grid; gap: 18px; }
.legal-section { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-section h2 { font: 800 21px/1.3 var(--font-body); }
.legal-section p { margin-bottom: 0; }
.error-section { min-height: 70vh; display: grid; align-items: center; background: linear-gradient(135deg,#fffdfb,#f5f9f8); }
.error-page { text-align: center; }
.error-page img { width: 180px; margin: 0 auto 18px; }
.error-page h1 { margin-top: 12px; }
.error-page p { font-size: 18px; }
.error-page .hero-actions { justify-content: center; }
.site-footer { padding-top: 75px; color: #fff; background: #22272b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .9fr .95fr; gap: 55px; padding-bottom: 55px; }
.footer-logo { display: inline-flex; align-items: center; gap: 14px; }
.footer-logo img { width: 72px; height: 72px; padding: 5px; background: #fff; border-radius: 18px; }
.footer-logo span { display: grid; line-height: 1.25; }
.footer-logo strong { font-size: 18px; }
.footer-logo small { color: #ffad72; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand p { max-width: 430px; color: rgba(255,255,255,.65); }
.footer-badge { width: max-content; display: flex; align-items: center; gap: 8px; margin-top: 20px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #d8e5e4; font-size: 12px; }
.footer-column h3 { margin-bottom: 18px; color: #ffad72; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.footer-column ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-column a { color: rgba(255,255,255,.68); font-size: 13px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }
.back-to-top { position: fixed; right: 22px; bottom: 92px; z-index: 1050; width: 48px; height: 48px; border: 0; border-radius: 15px; color: #fff; background: var(--charcoal); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s; cursor: pointer; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 3000; max-width: min(520px, calc(100% - 32px)); padding: 14px 18px; color: #fff; background: var(--charcoal); border-radius: 14px; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translate(-50%, 20px); transition: .25s; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.modal { position: fixed; inset: 0; z-index: 2600; display: grid; place-items: center; padding: 24px; background: rgba(25,28,31,.7); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: .25s; }
.modal.open { opacity: 1; visibility: visible; }
.modal-panel { width: min(920px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 34px; background: #fff; border-radius: 26px; box-shadow: 0 30px 100px rgba(0,0,0,.3); transform: translateY(18px) scale(.98); transition: .25s; }
.modal.open .modal-panel { transform: none; }
.modal-head { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.modal-head h2 { margin-top: 8px; font-size: 38px; }
.modal-head p { margin-bottom: 0; }
.modal-close { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 13px; background: #fff; font-size: 25px; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { position: relative; display: grid; gap: 7px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { color: var(--ink-2); font-size: 12px; font-weight: 800; }
.form-field label > span:not(.optional) { color: var(--orange); }
.optional { color: var(--muted); font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #ddd4ce; border-radius: 11px; color: var(--ink); background: #fff; outline: 0; transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(228,91,0,.11); }
.form-field [aria-invalid="true"] { border-color: #c83c30; }
.field-error { min-height: 14px; color: #b52d24; font-size: 11px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.checkbox-field { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; }
.checkbox-field input { width: 18px; min-height: 18px; margin-top: 3px; }
.checkbox-field .field-error { grid-column: 2; }
.secure-note { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 12px; padding: 14px; border-radius: 12px; background: var(--tint-2); }
.secure-note .icon { margin-top: 4px; color: var(--teal); }
.secure-note p { margin: 0; font-size: 12px; }
.form-actions { display: flex; align-items: center; gap: 18px; }
.form-status { margin: 0; font-size: 12px; }
.form-status.success { color: var(--teal); }
.form-status.error { color: #b52d24; }
.button-spinner { display: none; width: 15px; height: 15px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
.button.loading .button-spinner { display: block; }
.button.loading .button-label, .button.loading > .icon { display: none; }
.page-transition { position: fixed; inset: 0; z-index: 4000; pointer-events: none; background: var(--paper); opacity: 0; transition: opacity .28s; }
.page-transition.active { opacity: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
/* CMS builder compatibility */
.grid { display: grid; gap: 24px; }.grid-2 { grid-template-columns: repeat(2,1fr); }.grid-3 { grid-template-columns: repeat(3,1fr); }.card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.center { text-align: center; }.section-title { font-family: var(--font-display); font-size: clamp(30px,4vw,48px); }.section-lead { font-size: 18px; }.btn { display: inline-flex; padding: 12px 20px; border-radius: 14px; font-weight: 800; }.btn-primary { color: #fff; background: var(--orange); }.section-dark { color: #fff; background: var(--charcoal); }
@media (max-width: 1120px) {
  /* Keep the mobile drawer attached to the viewport, not the sticky header. */
  .site-header { z-index: 1400; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .mobile-menu-button { position: relative; z-index: 2; display: grid; grid-template-columns: 22px auto; align-items: center; column-gap: 9px; width: auto; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
  .mobile-menu-button span { grid-column: 1; display: block; width: 21px; height: 2px; margin: 2px 0; background: var(--ink); }
  .mobile-menu-button em { grid-column: 2; grid-row: 1 / span 3; font-style: normal; font-size: 12px; font-weight: 800; }
  .primary-nav { position: fixed; inset: 0 0 0 auto; z-index: 1500; width: min(390px, 92vw); height: 100vh; height: 100dvh; max-height: 100dvh; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) 20px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: #fff; box-shadow: -20px 0 70px rgba(0,0,0,.18); transform: translateX(105%); visibility: hidden; pointer-events: none; transition: transform .28s ease, visibility 0s linear .28s; }
  .primary-nav.open { transform: translateX(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .mobile-nav-head { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .mobile-nav-close { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-size: 26px; line-height: 1; }
  .nav-link, .nav-dropdown-toggle { flex: 0 0 auto; width: 100%; justify-content: space-between; margin: 2px 0; padding: 13px; color: var(--ink); background: transparent; }
  .nav-link.active::after { display: none; }
  .nav-group { flex: 0 0 auto; width: 100%; min-width: 0; }
  /* Mobile submenus must stay inside the drawer. The higher-specificity selectors
     override the desktop translate(-50%) dropdown positioning. */
  .primary-nav .nav-group .nav-dropdown {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: none;
    margin: 4px 0 10px;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 14px;
    background: var(--tint);
    overflow: hidden;
  }
  .primary-nav .nav-group.open .nav-dropdown { display: grid; gap: 2px; transform: none; }
  .primary-nav .nav-dropdown a { width: 100%; min-width: 0; padding: 11px 12px; overflow-wrap: anywhere; }
  .primary-nav .nav-group.open .nav-dropdown-toggle .icon { transform: rotate(-90deg); }
  .nav-quote { flex: 0 0 auto; display: inline-flex; width: 100%; margin: 12px 0 0; }
  .nav-scrim { position: fixed; inset: 0; z-index: 1300; display: block; background: rgba(0,0,0,.48); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .25s; }
  .nav-scrim.open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .service-grid, .feature-grid, .value-grid { grid-template-columns: repeat(2,1fr); }
  .home-hero__grid { grid-template-columns: 1fr .72fr; gap: 35px; }
  .brand-orbit { min-height: 400px; }
  .orbit-ring--one { width: 390px; height: 390px; }
  .orbit-ring--two { width: 310px; height: 310px; }
  .logo-stage { width: 330px; }
  .logo-stage img { width: 220px; }
}
@media (max-width: 860px) {
  .section { padding: 78px 0; }
  .home-hero__grid, .page-hero__grid, .split-heading, .approach-grid, .process-layout, .fit-panel, .faq-layout, .story-grid, .boundaries-grid, .contact-layout, .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .home-hero { padding-top: 56px; }
  .home-hero__copy { padding-bottom: 0; }
  .home-hero__copy h1 { max-width: 760px; font-size: clamp(42px, 8.2vw, 64px); line-height: 1.04; }
  .home-hero__copy > p { max-width: 680px; }
  .brand-orbit { min-height: 390px; }
  .quick-stats { grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); border-radius: 22px; margin-top: 30px; margin-bottom: 40px; }
  .quick-stats div:nth-child(2) { border-right: 0; }.quick-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .page-hero__badge { display: none; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .journey-line { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .journey-line::before { display: none; }
  .confidence-panel { grid-template-columns: 190px 1fr; padding: 38px; gap: 35px; }
  .confidence-mark { width: 180px; height: 180px; }.confidence-mark img { width: 130px; }
  .section-heading--sticky, .contact-aside, .legal-summary { position: static; }
  .mini-service-grid { grid-template-columns: 1fr; }
  .contact-form-panel { padding: 28px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-column:last-child { grid-column: 2 / 4; }
}
@media (max-width: 620px) {
  .back-to-top { right: 14px; bottom: 78px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .info-bar__inner { justify-content: center; min-height: 32px; }.info-bar p { display: none; }
  .header-shell { min-height: 70px; gap: 10px; }.brand { min-width: 0; gap: 8px; }.brand__mark { width: 48px; height: 48px; flex: 0 0 48px; }.brand__mark img { width: 41px; height: 41px; }.brand__text { min-width: 0; }.brand__text strong { font-size: 13px; white-space: nowrap; }.brand__text small { font-size: 8px; letter-spacing: .06em; white-space: nowrap; }
  .mobile-menu-button em { display: none; }.mobile-menu-button { flex: 0 0 auto; grid-template-columns: 22px; padding: 9px 10px; }
  .primary-nav { width: 100vw; max-width: none; padding: 18px 16px 28px; }
  .home-hero { padding-top: 42px; }.home-hero__copy h1 { font-size: clamp(36px, 11vw, 48px); line-height: 1.02; overflow-wrap: anywhere; }.home-hero__copy > p { font-size: 16px; line-height: 1.65; }.brand-orbit { min-height: 310px; overflow: hidden; }.orbit-ring--one { width: min(315px, 88vw); height: min(315px, 88vw); }.orbit-ring--two { width: min(255px, 72vw); height: min(255px, 72vw); }.logo-stage { width: min(280px, 78vw); padding: 28px; }.logo-stage img { width: min(190px, 54vw); height: auto; }.logo-stage div { left: 18px; right: 18px; bottom: 16px; }.logo-stage strong { font-size: 20px; }.logo-stage span { max-width: 125px; font-size: 9px; }
  .quick-stats { grid-template-columns: 1fr 1fr; }.quick-stats div { min-width: 0; padding: 18px 12px; }.quick-stats strong, .quick-stats span { overflow-wrap: anywhere; }
  .service-grid, .feature-grid, .value-grid, .principle-grid, .journey-line, .journey-line--three, .boundaries-grid, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .confidence-panel { grid-template-columns: 1fr; padding: 28px; }.confidence-mark { margin: auto; }
  .cta-panel { align-items: flex-start; flex-direction: column; gap: 24px; }
  .page-hero { padding: 55px 0 65px; }.page-hero__copy h1 { font-size: 43px; }
  .process-step { grid-template-columns: 48px 1fr; padding: 20px; }.process-step > span { width: 42px; height: 42px; }
  .contact-form-panel { padding: 20px; }.contact-form-panel > h2 { font-size: 32px; }
  .form-grid { grid-template-columns: 1fr; }.form-field--wide { grid-column: auto; }.form-actions { align-items: stretch; flex-direction: column; }
  .modal { padding: 10px; }.modal-panel { max-height: calc(100vh - 20px); padding: 22px; border-radius: 20px; }.modal-head h2 { font-size: 31px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-column:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 7px; }
}
@media (max-width: 460px) {
  .container { width: min(var(--container), calc(100% - 22px)); }
  .info-bar__inner { min-height: 30px; font-size: 11px; }
  .info-bar a { max-width: 100%; overflow-wrap: anywhere; }
  .brand__text strong { font-size: 12px; }
  .brand__text small { font-size: 7px; }
  .home-hero__copy h1, .page-hero__copy h1 { font-size: clamp(33px, 10.8vw, 43px); }
  .eyebrow { font-size: 10px; letter-spacing: .1em; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .quick-stats { grid-template-columns: 1fr; }
  .quick-stats div { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .quick-stats div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
  .button { min-height: 48px; padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
