/* OBSIDIA / Digital identity 03
   Static, responsive, progressively enhanced. No framework required. */
:root {
  color-scheme: dark;
  --bg: #080808;
  --surface: #101010;
  --surface-raised: #171714;
  --text: #f5f4ef;
  --muted: #a09f9a;
  --subtle: #797974;
  --gold: #c9a84c;
  --gold-light: #e4c66f;
  --line: #292925;
  --gold-line: #5a4d29;
  --sans: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --gutter: max(clamp(22px, 4vw, 64px), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  --safe-top: env(safe-area-inset-top, 0px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(110px + var(--safe-top)); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 1rem/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
.hero-copy, .hero-art, .section-aside, .service-list, .price-card, .contact-bottom > div { min-width: 0; }
::selection { color: #080808; background: var(--gold-light); }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; }
button, summary { cursor: pointer; }
button[hidden], [hidden] { display: none !important; }
img { display: block; max-width: 100%; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { font-weight: 500; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 6px; }
main:focus { outline: none; }
.shell { width: min(100% - 2 * var(--gutter), 1376px); margin-inline: auto; }
.section { padding-block: clamp(88px, 9vw, 144px); }
.skip-link { position: fixed; z-index: 100; left: 20px; top: 12px; padding: 12px 20px; background: var(--gold-light); color: var(--bg); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.eyebrow { font: 400 .75rem/1.6 var(--mono); text-transform: uppercase; letter-spacing: .1em; color: var(--gold); }
h2 { font-size: clamp(2.5rem, 4.4vw, 4.5rem); line-height: 1.13; letter-spacing: -.055em; }
.muted-heading { color: var(--muted); }
.section-copy { color: var(--muted); font-size: 1.0625rem; max-width: 380px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 60px; }
.section-heading .eyebrow, .section-aside > .eyebrow { margin-bottom: 24px; }
.section-heading > .section-copy { max-width: 360px; padding-bottom: 5px; }
.section-aside > .section-copy { margin-top: 28px; }
.site-header { position: fixed; z-index: 40; inset: 0 0 auto; padding-top: var(--safe-top); background: rgba(8,8,8,.86); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: background .25s; }
.site-header.is-scrolled { background: rgba(8,8,8,.96); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; flex-shrink: 0; font-size: 1.25rem; font-weight: 750; line-height: 1; letter-spacing: .14em; }
.brand img { flex-shrink: 0; }
.nav { display: flex; gap: clamp(20px,3vw,44px); align-items: center; }
.nav a { position: relative; display: inline-flex; gap: 24px; align-items: center; min-height: 44px; font-size: .875rem; color: #b4b3ad; transition: color .2s; }
.nav a:hover, .nav a[aria-current="location"] { color: var(--text); }
.nav a[aria-current="location"]::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: var(--gold); }
.nav .nav-cta { color: var(--text); padding: 0 18px; border: 1px solid #494636; }
.nav-cta span { color: var(--gold-light); font-size: 1.125rem; transition: transform .2s; }
.nav-cta:hover span { transform: translate(2px,-2px); }
.reading-line { height: 1px; background: #242420; }
.reading-line span { display: block; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.nav-toggle { display: none; }
.hero { position: relative; overflow: hidden; padding-top: calc(88px + var(--safe-top)); }
.hero-inner { position: relative; min-height: 730px; min-height: min(820px, calc(100svh - 88px)); display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; padding-top: 76px; padding-bottom: 92px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 32px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 12px; }
.label-rule { flex: 0 0 22px; height: 1px; background: var(--gold); }
.hero h1 { margin: 28px 0 25px; width: 100%; font-size: clamp(2.5rem,5vw,5rem); font-weight: 500; line-height: 1.1; letter-spacing: -.055em; overflow-wrap: break-word; }
.hero h1 span { color: var(--gold-light); }
.hero-description { font-size: clamp(1.125rem,1.7vw,1.5rem); line-height: 1.55; letter-spacing: -.02em; color: #d3d2cd; }
.hero-detail { color: var(--muted); max-width: 430px; margin-top: 16px; font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 56px; max-width: 100%; padding: 15px 22px; border: 1px solid transparent; font-size: .875rem; font-weight: 650; line-height: 1.5; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
.button span { display: inline-block; flex-shrink: 0; font-size: 1.25rem; line-height: 1; transition: transform .25s; }
.button:hover span { transform: translate(3px,-3px); }
.button-gold { background: var(--gold); border-color: var(--gold); color: #10100c; }
.button-gold:hover { background: var(--gold-light); border-color: var(--gold-light); box-shadow: 0 4px 32px #c9a84c15; }
.button-outline { border-color: #3c3c35; background: transparent; color: var(--text); }
.button-outline:hover { background: #ffffff06; border-color: var(--gold); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .875rem; font-weight: 500; border-bottom: 1px solid #4b4940; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--gold-light); border-color: var(--gold); }
.hero-note { margin-top: 16px; color: var(--subtle); font-size: .8125rem; }
.hero-art { position: relative; z-index: 1; width: 123%; max-width: 780px; margin-left: -6%; margin-top: -18px; }
.art-surface { transform: translate3d(var(--art-x,0px),var(--art-y,0px),0) rotate(var(--art-r,0deg)); transition: transform .65s cubic-bezier(.2,.6,.2,1); will-change: auto; }
.sculpture { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; -webkit-mask-image: radial-gradient(ellipse 65% 65% at 50% 49%,#000 50%,transparent 78%); mask-image: radial-gradient(ellipse 65% 65% at 50% 49%,#000 50%,transparent 78%); }
.hero-art figcaption { position: absolute; display: flex; align-items: center; justify-content: space-between; gap: 20px; bottom: 5%; left: 20%; right: 13%; color: var(--muted); font: 400 .75rem/1.5 var(--mono); letter-spacing: .015em; }
.art-cross { font-size: 1rem; color: #5d5846; }
.hero-bottom { position: absolute; bottom: 30px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 22px; font: 400 .75rem/1.5 var(--mono); color: var(--muted); }
.hero-bottom p { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.location-icon { color: var(--gold); font-size: 1.25rem; }
.hero-location-separator { color: #55554c; padding-inline: 2px; }
.scroll-link { display: flex; align-items: center; min-height: 36px; gap: 24px; }
.scroll-link span { color: var(--gold); font-size: 1.25rem; }
.capability-strip { background: #0f0f0e; border-block: 1px solid var(--line); }
.capabilities { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.capabilities > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2px 16px; padding: 26px 32px; border-right: 1px solid var(--line); transition: background .25s; }
.capabilities > a:first-child { padding-left: 0; }
.capabilities > a:last-child { padding-right: 0; border: 0; }
.capabilities > a:hover { background: #ffffff03; }
.cap-number { font: 400 .75rem/1 var(--mono); color: var(--gold); grid-row: 1 / 3; margin-right: 8px; }
.capabilities strong { font-weight: 500; font-size: 1.375rem; letter-spacing: -.025em; }
.cap-copy { color: var(--muted); grid-column: 2; font-size: .8125rem; }
.cap-arrow { grid-column: 3; grid-row: 1 / 3; color: #858473; transition: transform .25s, color .25s; }
.capabilities > a:hover .cap-arrow { transform: translate(2px,-2px); color: var(--gold-light); }
.expertise { display: grid; grid-template-columns: .87fr 1.35fr; align-items: start; gap: clamp(48px,8vw,130px); }
.expertise .section-aside { position: sticky; top: 136px; }
.aside-note { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; max-width: 280px; color: #8d8978; font: 400 .8125rem/1.7 var(--mono); }
.aside-note > span { color: var(--gold); font-size: 2rem; font-weight: 400; }
.service-list { border-top: 1px solid var(--line); }
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
.service-item, .faq-item { border-bottom: 1px solid var(--line); scroll-margin-top: 114px; }
.service-item summary { display: grid; grid-template-columns: 28px 1fr 24px; align-items: center; column-gap: 22px; padding: 28px 0; min-height: 92px; }
.item-number { font: 400 .75rem/1 var(--mono); color: var(--subtle); }
.service-item h3 { font-size: clamp(1.125rem,2vw,1.75rem); letter-spacing: -.035em; line-height: 1.3; }
.service-item summary:hover h3, .service-item[open] h3 { color: var(--gold-light); }
.service-item[open] .item-number { color: var(--gold); }
.plus { position: relative; display: inline-block; width: 20px; height: 20px; flex-shrink: 0; }
.plus::before,.plus::after { content: ""; position: absolute; background: #b9b6a7; inset: 9px 3px auto; height: 1px; transition: transform .25s; }
.plus::after { transform: rotate(90deg); }
details[open] > summary .plus::after { transform: rotate(0); }
.service-body { padding: 0 28px 28px 50px; color: var(--muted); }
.service-body > p { font-size: 1rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.service-tags span { color: #c8c5b8; border: 1px solid #36342b; background: #c9a84c05; padding: 5px 10px; font: 400 .75rem/1.5 var(--mono); }
.service-body .service-footnote { margin-top: 20px; font-size: .8125rem; color: #8f8d83; }
.approach-band { background: var(--surface); border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; list-style: none; margin: 0; padding: 0; }
.process-step { position: relative; padding-top: 25px; border-top: 1px solid #414034; }
.process-step::before { content: ""; position: absolute; inset: -1px auto auto 0; width: 30px; height: 2px; background: var(--gold); }
.process-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 36px; }
.step-number { color: var(--gold); font: 400 .875rem/1 var(--mono); }
.step-label { color: var(--muted); font: 400 .75rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.process-step h3 { font-size: 1.375rem; line-height: 1.3; letter-spacing: -.03em; }
.process-step > p { color: var(--muted); margin-top: 16px; font-size: 1rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.price-card { position: relative; padding: 30px; background: #10100f; border: 1px solid #32322c; transition: border-color .25s, background .25s; }
.price-card:hover { border-color: #686047; }
.price-card.featured { border-color: #877037; background: linear-gradient(160deg,#252115 0,#15140f 40%,#10100f 100%); }
.price-card.featured::before { content: ""; height: 2px; background: var(--gold); position: absolute; left: -1px; right: -1px; top: -1px; }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.plan-top .eyebrow { font-size: .75rem; color: var(--muted); }
.featured .plan-top .eyebrow { color: var(--gold-light); }
.plan-index { color: #878575; font: 400 .75rem/1 var(--mono); }
.price-card h3 { font-size: clamp(1.375rem,2.2vw,1.875rem); letter-spacing: -.04em; line-height: 1.3; }
.plan-description { color: var(--muted); margin-top: 14px; font-size: 1rem; }
.price-block { margin-top: 34px; margin-bottom: 30px; }
.price-prefix { display: block; color: var(--muted); font-size: .8125rem; margin-bottom: 7px; }
.price { display: flex; align-items: flex-end; gap: 14px; }
.price strong { font-weight: 500; font-size: 5rem; letter-spacing: -.07em; line-height: 1; font-variant-numeric: tabular-nums; }
.price > span { color: var(--muted); font: 400 .75rem/1.65 var(--mono); padding-bottom: 6px; }
.price-card .button { display: flex; width: 100%; gap: 8px; padding-inline: 16px; }
.feature-list { list-style: none; margin: 26px 0 0; padding: 24px 0 0; border-top: 1px solid #343228; }
.feature-list li { position: relative; padding-left: 20px; margin-bottom: 12px; color: #bdbbb0; font-size: .875rem; line-height: 1.65; }
.feature-list li:last-child { margin-bottom: 0; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-size: .8125rem; }
.custom-plan { display: grid; grid-template-columns: 1fr 1.35fr auto; align-items: center; gap: 36px; margin-top: 18px; border: 1px solid var(--line); padding: 34px 30px; }
.custom-title h3 { margin-top: 12px; font-size: 1.875rem; letter-spacing: -.04em; line-height: 1.2; }
.custom-description > p { color: var(--muted); font-size: 1rem; }
.custom-description .eyebrow { display: block; color: var(--muted); font-size: .75rem; margin-top: 16px; letter-spacing: .01em; }
.pricing-note { max-width: 800px; color: var(--muted); margin-top: 22px; font-size: .8125rem; }
.launch-offer { display: grid; grid-template-columns: .9fr 1fr .9fr 1fr; gap: 28px; background: var(--gold); color: #14130d; padding: 28px 32px; margin-top: 48px; }
.launch-offer .eyebrow { color: #393320; margin-bottom: 8px; }
.launch-title > strong { display: block; font-size: 1.25rem; letter-spacing: -.02em; font-weight: 650; line-height: 1.3; }
.launch-offer > div:not(:first-child) { border-left: 1px solid #796527; padding-left: 24px; }
.launch-offer strong { font-size: .9375rem; font-weight: 750; }
.launch-offer p { font-size: .875rem; line-height: 1.6; margin-top: 10px; color: #312c1b; }
.faq-section { display: grid; grid-template-columns: .87fr 1.35fr; gap: clamp(48px,8vw,130px); padding-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; min-height: 84px; }
.faq-item h3 { font-size: 1.0625rem; line-height: 1.5; font-weight: 500; }
.faq-item[open] h3,.faq-item summary:hover h3 { color: var(--gold-light); }
.faq-item > p { padding: 0 36px 24px 0; color: var(--muted); font-size: 1rem; }
.contact-section { position: relative; border-block: 1px solid var(--gold-line); background: radial-gradient(ellipse at 90% 120%,#29230f 0,transparent 65%), #10100e; }
.contact-inner { padding-block: 56px 62px; }
.contact-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.contact-location { color: var(--muted); letter-spacing: 0; }
.contact-heading { display: flex; align-items: center; justify-content: space-between; gap: 48px; margin-block: 48px; }
.contact-heading h2 { font-size: clamp(4rem,9vw,9rem); line-height: 1.02; letter-spacing: -.065em; }
.contact-heading h2 > span { color: var(--gold-light); }
.contact-orbit { flex: 0 0 auto; display: grid; place-items: center; width: clamp(96px,14vw,200px); height: clamp(96px,14vw,200px); border: 1px solid #716033; border-radius: 50%; font-size: clamp(3.5rem,7vw,7.5rem); font-family: Arial,sans-serif; font-weight: 400; color: var(--gold); transition: color .3s, background .3s, border-color .3s; }
.contact-orbit span { display: block; line-height: 1; transform: translateY(-3%); transition: transform .3s; }
.contact-orbit:hover { color: #0c0c09; background: var(--gold); border-color: var(--gold); }
.contact-orbit:hover span { transform: translate(5px,-5px); }
.contact-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.contact-bottom > p { color: #bdbab0; font-size: 1.125rem; line-height: 1.6; }
.contact-bottom > div { display: grid; justify-items: start; }
.contact-bottom .text-link { min-width: 260px; color: var(--gold-light); font-size: 1rem; }
.email-link { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; font-size: .875rem; padding-block: 12px; color: var(--muted); overflow-wrap: anywhere; }
.email-link:hover { color: var(--text); }
.footer { padding-block: 44px 24px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-top { margin-bottom: 36px; }
.footer-top .brand { font-size: 1rem; }
.footer-top > p { color: var(--muted); font-size: .875rem; }
.back-top { display: flex; align-items: center; min-height: 44px; gap: 18px; font-size: .8125rem; color: var(--muted); }
.back-top:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; padding-bottom: env(safe-area-inset-bottom,0px); color: #8d8b81; font: 400 .75rem/1.5 var(--mono); }
.footer-bottom > [lang="ar"] { font-family: Tahoma,sans-serif; font-size: .875rem; }
.entrance { animation: enter .85s both cubic-bezier(.2,.65,.2,1); }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .14s; }
.hero-copy > :nth-child(4) { animation-delay: .2s; }
.hero-copy > :nth-child(5) { animation-delay: .26s; }
.hero-copy > :nth-child(6) { animation-delay: .32s; }
.reveal { opacity: 1; transform: none; }
.reveal.will-reveal { opacity: 0; transform: translateY(20px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity .65s, transform .65s cubic-bezier(.2,.65,.2,1); }
@keyframes enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width:1600px) {
  .hero-art { width: 122%; max-width: 810px; }
}
@media (max-width:1100px) {
  .hero-inner { min-height: 730px; padding-top: 62px; }
  .hero h1 { font-size: clamp(2.5rem,5vw,3.5rem); }
  .hero-art { width: 132%; margin-left: -16%; }
  .hero-detail { max-width: 355px; }
  .hero-actions { gap: 18px; }
  .expertise,.faq-section { grid-template-columns: .9fr 1.25fr; gap: 44px; }
  .section-heading { gap: 32px; }
  .section-heading > .section-copy { max-width: 310px; }
  .pricing-grid { gap: 12px; }
  .price-card { padding: 24px; }
  .price-card .button { padding-inline: 12px; font-size: .8125rem; }
  .custom-plan { grid-template-columns: 1fr 1.4fr; gap: 26px; }
  .custom-plan > .button { grid-column: 2; justify-self: start; }
  .process-grid { gap: 24px; }
  .process-step h3 { font-size: 1.25rem; }
  .capabilities > a { padding-inline: 22px; column-gap: 10px; }
  .launch-offer { grid-template-columns: repeat(2,1fr); gap: 28px; }
  .launch-offer > div:nth-child(3) { border-left: 0; padding-left: 0; }
}
@media (max-width:800px) {
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0; }
  .brand { font-size: 1.125rem; }
  .brand img { width: 30px; height: 30px; }
  .nav-toggle:not([hidden]) { display: flex; align-items: center; gap: 14px; min-width: 72px; min-height: 44px; padding: 8px 0 8px 12px; color: var(--text); background: none; border: 0; }
  .nav-label { font: 400 .75rem/1 var(--mono); }
  .menu-lines { display: grid; align-content: center; gap: 6px; width: 22px; height: 22px; }
  .menu-lines i { display: block; width: 22px; height: 1px; background: var(--text); transition: transform .2s; }
  [aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  [aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { flex-basis: 100%; flex-wrap: wrap; gap: 8px 24px; padding-bottom: 16px; }
  .nav.is-enhanced { display: none; }
  .nav.is-enhanced.is-open { display: flex; flex-direction: column; align-items: stretch; max-height: calc(100vh - 76px - var(--safe-top)); max-height: calc(100svh - 76px - var(--safe-top)); overflow-y: auto; overscroll-behavior: contain; padding-block: 12px max(24px, env(safe-area-inset-bottom, 0px)); }
  .nav a { font-size: 1rem; min-height: 48px; }
  .nav .nav-cta { margin-top: 8px; justify-content: space-between; }
  .nav a[aria-current="location"]::after { width: 24px; }
  body:not(.js-ready) .site-header { position: relative; }
  body:not(.js-ready) .hero { padding-top: 0; }
  .hero { padding-top: calc(76px + var(--safe-top)); }
  .hero-inner { min-height: 0; padding-top: 64px; padding-bottom: 92px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; padding-bottom: 0; }
  .hero h1 { font-size: clamp(2.75rem,7vw,4rem); width: auto; margin-block: 26px; }
  .hero-description { font-size: 1.25rem; }
  .hero-detail { max-width: 460px; }
  .hero-art { width: 72%; max-width: 360px; margin: 12px auto 0; }
  .hero-art figcaption { bottom: 6%; left: 12%; right: 12%; }
  .hero-bottom { bottom: 20px; padding-top: 16px; }
  .capabilities > a { grid-template-columns: auto 1fr; padding: 22px 16px; column-gap: 10px; }
  .capabilities strong { font-size: 1.125rem; }
  .cap-arrow { display: none; }
  .cap-number { margin-right: 0; }
  .cap-copy { font-size: .75rem; }
  .expertise { grid-template-columns: 1fr; gap: 48px; }
  .expertise .section-aside { position: static; }
  .aside-note { display: none; }
  .section-copy { max-width: 480px; }
  .section-heading { align-items: flex-start; }
  .section-heading > .section-copy { max-width: 260px; font-size: 1rem; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 32px; }
  .process-top { margin-bottom: 24px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
  .price-card { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 32px; padding: 32px; align-items: start; }
  .plan-top { grid-column: 1 / -1; margin-bottom: 24px; }
  .price-card > h3,.price-card > .plan-description,.price-card > .price-block { grid-column: 1; }
  .plan-description { grid-row: 3; }
  .price-block { grid-row: 4; margin-bottom: 0; }
  .price-card .feature-list { grid-column: 2; grid-row: 2 / 5; border-top: 0; margin-top: 0; padding-top: 0; }
  .price-card .button { grid-column: 1 / -1; grid-row: 5; margin-top: 28px; font-size: .875rem; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width:560px) {
  :root { --gutter: max(20px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)); }
  .section { padding-block: 80px; }
  .eyebrow { font-size: .75rem; letter-spacing: .075em; }
  .hero-inner { padding-top: 32px; padding-bottom: 28px; }
  .hero h1 { font-size: clamp(2rem,9.4vw,3rem); letter-spacing: -.045em; margin-block: 20px; }
  .hero-description { font-size: 1.125rem; }
  .hero-detail { font-size: 1rem; margin-top: 12px; max-width: 355px; }
  .hero-actions { align-items: stretch; gap: 8px; margin-top: 22px; }
  .hero-actions .button { width: 100%; padding-inline: 16px; gap: 12px; text-align: left; }
  .hero-actions .text-link { border-bottom: 0; min-height: 44px; }
  .hero-note { margin-top: 10px; font-size: .75rem; }
  .hero-art { width: 78%; max-width: 280px; margin: 8px auto 0; }
  .hero-art figcaption { display: none; }
  .hero-bottom { position: static; margin-top: 16px; font-size: .75rem; }
  .scroll-link { display: none; }
  .capabilities { width: 100%; grid-template-columns: 1fr; }
  .capabilities > a, .capabilities > a:first-child, .capabilities > a:last-child { grid-template-columns: 20px 90px minmax(0,1fr) auto; padding: 18px var(--gutter); border: 0; border-bottom: 1px solid var(--line); gap: 10px; }
  .capabilities > a:last-child { border-bottom: 0; }
  .cap-number { grid-row: 1; }
  .cap-copy { grid-column: 3; grid-row: 1; font-size: .75rem; }
  .cap-arrow { display: block; grid-column: 4; grid-row: 1; }
  h2 { font-size: clamp(2.35rem,9vw,3.1rem); }
  .section-aside h2 br:nth-of-type(1) { display: block; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > .section-copy { max-width: 100%; margin-top: 24px; }
  .section-copy { font-size: 1rem; }
  .service-item summary { grid-template-columns: 22px 1fr 20px; gap: 12px; padding-block: 24px; min-height: 84px; }
  .service-item h3 { font-size: 1.2rem; }
  .service-body { padding-left: 34px; padding-right: 4px; }
  .service-body > p { font-size: 1rem; }
  .service-tags span { font-size: .75rem; padding: 4px 8px; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; }
  .process-top { display: block; margin-bottom: 18px; }
  .step-label { display: block; margin-top: 16px; font-size: .75rem; }
  .process-step h3 { font-size: 1.125rem; }
  .process-step > p { font-size: 1rem; line-height: 1.7; margin-top: 12px; }
  .price-card { display: block; padding: 26px; }
  .plan-top { margin-bottom: 24px; }
  .price-card h3 { font-size: 1.7rem; }
  .plan-description { font-size: 1rem; }
  .price-block { margin-block: 28px; }
  .price strong { font-size: 4.5rem; }
  .price-card .button { margin-top: 0; min-height: 54px; padding-inline: 18px; }
  .price-card .feature-list { border-top: 1px solid #343228; margin-top: 26px; padding-top: 24px; }
  .feature-list li { font-size: .875rem; }
  .custom-plan { display: block; padding: 28px 24px; }
  .custom-title h3 { font-size: 2rem; }
  .custom-description { margin-top: 24px; }
  .custom-plan .button { width: 100%; margin-top: 24px; }
  .pricing-note { font-size: .8125rem; }
  .launch-offer { grid-template-columns: 1fr; padding: 28px 24px; gap: 20px; }
  .launch-offer > div:not(:first-child) { border-left: 0; border-top: 1px solid #796527; padding: 20px 0 0; }
  .launch-offer > div:nth-child(3) { padding-top: 20px; }
  .launch-title > strong { font-size: 1.5rem; }
  .launch-title > strong br { display: none; }
  .launch-offer .eyebrow { font-size: .75rem; }
  .faq-section { padding-top: 0; }
  .faq-section h2 br { display: block; }
  .faq-item h3 { font-size: 1rem; }
  .faq-item summary { min-height: 88px; }
  .faq-item > p { font-size: 1rem; padding-right: 12px; }
  .contact-inner { padding-block: 40px; }
  .contact-location { display: none; }
  .contact-heading { gap: 14px; margin-block: 36px; align-items: flex-end; }
  .contact-heading h2 { font-size: clamp(3.35rem,12vw,4.5rem); }
  .contact-orbit { width: 72px; height: 72px; font-size: 3rem; margin-bottom: 6px; }
  .contact-bottom { display: block; }
  .contact-bottom > p { font-size: 1rem; }
  .contact-bottom > div { margin-top: 26px; }
  .contact-bottom .text-link { min-width: 0; width: 100%; max-width: 320px; font-size: .9375rem; }
  .footer { padding-block: 32px 24px; }
  .footer-top { flex-wrap: wrap; gap: 10px 18px; }
  .footer-top > p { order: 3; flex-basis: 100%; font-size: .8125rem; }
  .footer-top .brand { font-size: .9375rem; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; font-size: .75rem; }
  .footer-bottom > p:nth-child(2) { order: 3; flex-basis: 100%; }
  .footer-bottom > [lang="ar"] { margin-left: auto; }
}
@media (max-width:360px) {
  :root { --gutter: max(18px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)); }
  .hero h1 { font-size: 2rem; }
  .hero-copy .eyebrow { font-size: .75rem; }
  .process-grid { grid-template-columns: 1fr; }
  .contact-orbit { width: 60px; height: 60px; font-size: 2.5rem; }
  .contact-heading h2 { font-size: 3.1rem; }
  .capabilities > a, .capabilities > a:first-child, .capabilities > a:last-child { grid-template-columns: 20px 80px minmax(0,1fr) auto; column-gap: 6px; }
}
/* Give the menu the full usable screen height on short landscape displays. */
@media (max-width:950px) and (max-height:500px) {
  .header-inner { min-height: 64px; }
  .hero { padding-top: calc(64px + var(--safe-top)); }
  .nav.is-enhanced.is-open { max-height: calc(100vh - 64px - var(--safe-top)); max-height: calc(100svh - 64px - var(--safe-top)); }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .reveal.will-reveal { opacity: 1; transform: none; }
  .art-surface { transform: none !important; }
}
@media print {
  .site-header,.hero-art,.reading-line,.hero-bottom,.capability-strip,.nav-toggle,.contact-orbit,.back-top { display:none !important; }
  body { background:#fff; color:#111; }
  .hero { padding:0; }
  .hero-inner,.expertise,.faq-section,.section-heading,.contact-heading { display:block; min-height:0; }
  .hero h1 { font-size:44px; }
  .section,.contact-inner { padding-block:32px; }
  .section-aside { position:static !important; }
  .reveal { opacity:1 !important; transform:none !important; }
  .pricing-grid,.process-grid { display:block; }
  .price-card,.process-step { break-inside:avoid; margin-bottom:20px; }
}
