:root {
  --ink: #151614;
  --coal: #20231e;
  --steel: #bec1b8;
  --mist: #eef0e9;
  --orange: #e4952f;
  --orange-deep: #bb6315;
  --line: rgba(21, 22, 20, 0.16);
  --display: "Alexandria", sans-serif;
  --body: "IBM Plex Sans Arabic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: var(--body); font-size: 16px; line-height: 1.75; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .32; background-image: linear-gradient(rgba(21,22,20,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,22,20,.035) 1px, transparent 1px); background-size: 28px 28px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: -5rem; right: 1rem; padding: .75rem 1rem; color: white; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { width: min(1260px, calc(100% - 3rem)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 4; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--display); line-height: 1.2; }
.brand strong { font-size: 1rem; font-weight: 800; display: block; }
.brand small { display: block; color: #686b62; font: 500 .67rem var(--body); margin-top: .2rem; }
.brand-mark { display: flex; flex-direction: column; gap: 3px; width: 27px; transform: skewX(-14deg); }
.brand-mark i { display: block; height: 5px; background: var(--orange); }
.brand-mark i:nth-child(2) { width: 75%; background: var(--ink); }
.brand-mark i:nth-child(3) { width: 50%; background: var(--orange-deep); }
.site-nav { display: flex; align-items: center; gap: 1.5rem; font-size: .9rem; font-weight: 600; }
.site-nav > a:not(.nav-call) { position: relative; }
.site-nav > a:not(.nav-call)::after { content: ""; position: absolute; right: 0; bottom: -.35rem; width: 0; height: 2px; background: var(--orange); transition: width .2s; }
.site-nav > a:not(.nav-call):hover::after { width: 100%; left: 0; }
.nav-call { color: white; background: var(--ink); padding: .55rem 1rem; }
.language-switch { border: 1px solid var(--line); padding: .25rem .55rem; font-size: .76rem; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s; }

.hero { width: min(1260px, calc(100% - 3rem)); min-height: calc(100vh - 88px); margin: auto; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: clamp(2rem, 5vw, 6rem); padding: 2.5rem 0 5rem; }
.eyebrow { color: #575b52; font-size: .75rem; font-weight: 700; letter-spacing: .07em; margin: 0 0 1rem; }
.eyebrow span { display: inline-block; width: 27px; height: 2px; vertical-align: middle; margin-left: .45rem; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; line-height: 1.35; }
h1 { font-size: clamp(2.9rem, 5.8vw, 5.65rem); max-width: 650px; margin-bottom: 1.4rem; }
h1 em { color: var(--orange-deep); font-style: normal; }
.hero-text { max-width: 540px; color: #4d5048; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 3.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; min-height: 50px; padding: .7rem 1.2rem; font-weight: 700; font-size: .9rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #171713; box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { background: #f0a445; }
.button-quiet { border: 1px solid var(--line); }
.hero-details { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 600px; border-top: 1px solid var(--line); padding-top: 1rem; gap: .7rem; }
.hero-details div + div { border-right: 1px solid var(--line); padding-right: .85rem; }
.hero-details strong, .hero-details span { display: block; }
.hero-details strong { font: 700 .87rem var(--display); }
.hero-details span { color: #60635b; font-size: .7rem; line-height: 1.5; margin-top: .25rem; }
.hero-photo { margin: 0; position: relative; align-self: stretch; min-height: 560px; overflow: hidden; background: var(--coal); clip-path: polygon(8% 0,100% 0,100% 90%,92% 100%,0 100%,0 9%); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.72)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.hero-photo figcaption { position: absolute; z-index: 1; right: 2rem; bottom: 1.7rem; left: 2rem; color: white; font: 600 .82rem var(--display); }

.section-shell { width: min(1260px, calc(100% - 3rem)); margin: auto; }
.services { padding: 7.5rem 0; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 5rem; align-items: end; margin-bottom: 2.5rem; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2, .work-heading h2, .location h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); margin: 0; }
.section-intro > p:last-child { color: #585c53; max-width: 410px; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.service-card { min-height: 285px; padding: 1.5rem; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; display: flex; flex-direction: column; transition: background .25s; }
.service-card:hover { background: #e5e8df; }
.service-card-featured { background: var(--orange); }
.service-card-featured:hover { background: #eca13e; }
.service-number { font: 700 .8rem var(--display); color: #6a4a23; }
.service-card h3 { font-size: 1.45rem; margin: auto 0 .5rem; }
.service-card p { color: #55584f; font-size: .87rem; line-height: 1.7; margin: 0; }
.service-card-featured p { color: #442f16; }
.card-line { width: 35px; height: 2px; background: var(--ink); margin-top: 1.5rem; }

.work-section { padding: 7rem 0 0; color: white; background: var(--coal); position: relative; overflow: hidden; }
.work-section::before { content: ""; position: absolute; width: 50vw; height: 50vw; max-width: 720px; max-height: 720px; top: -30vw; left: -15vw; border: 1px solid rgba(255,255,255,.08); transform: rotate(45deg); }
.work-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; position: relative; z-index: 1; margin-bottom: 3rem; }
.eyebrow.light { color: #d8dcd1; }
.work-heading p:last-child { color: #c0c5b8; max-width: 370px; margin: 0; }
.gallery { width: min(1400px, calc(100% - 3rem)); margin: auto; display: grid; grid-template-columns: 1.55fr .95fr .32fr; gap: 1rem; align-items: stretch; }
.gallery figure { margin: 0; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery figure:hover img { transform: scale(1.03); }
.gallery-main { min-height: 540px; }
.gallery-side { min-height: 540px; }
.gallery-note { background: var(--orange); color: var(--ink); padding: 1.2rem; writing-mode: vertical-rl; display: flex; gap: 1rem; align-items: center; justify-content: flex-end; }
.gallery-note span { font-size: .72rem; font-weight: 700; }
.gallery-note strong { font: 800 1.3rem var(--display); line-height: 1.45; }

.visuals-section { padding: 8rem 0; }
.visual-intro { margin-bottom: 2.5rem; }
.visual-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 265px 265px; gap: 1rem; }
.visual-grid-second { margin-top: 1rem; grid-template-columns: .75fr .8fr 1.2fr; }
.visual-card { margin: 0; overflow: hidden; position: relative; background: var(--coal); }
.visual-card.wide { grid-column: span 2; }
.visual-card.tall { grid-row: span 2; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .6s ease, filter .4s; }
.visual-card:hover img { transform: scale(1.045); filter: saturate(1.02) contrast(1.08); }
.visual-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.68)); pointer-events: none; }
.visual-card figcaption { position: absolute; z-index: 1; left: 1rem; bottom: .8rem; color: white; font-size: .77rem; font-weight: 600; }

.faq { padding: 0 0 7rem; }
.faq > h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); margin-bottom: 2rem; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.faq details { min-height: 190px; padding: 1.35rem; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(255,255,255,.18); transition: background .2s, transform .2s; }
.faq details:hover { background: #f7f8f3; transform: translateY(-3px); }
.faq details[open] { background: linear-gradient(145deg, rgba(255,255,255,.55), rgba(225,229,219,.45)); }
.faq summary { cursor: pointer; font-family: var(--display); font-weight: 700; line-height: 1.55; list-style-position: inside; }
.faq summary::marker { color: var(--orange-deep); }
.faq details p { color: #5a5d55; font-size: .85rem; line-height: 1.8; margin: 1rem 0 0; }

.location { padding: 8rem 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 4rem; }
.location-copy > p:not(.eyebrow) { color: #5b5f56; max-width: 410px; margin-top: 1.3rem; }
.contact-list { margin: 2rem 0; border-top: 1px solid var(--line); }
.contact-list a { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; transition: color .2s, padding .2s; }
.contact-list a:hover { color: var(--orange-deep); padding-inline: .35rem; }
.contact-list span { color: #666b61; font-size: .75rem; }
.contact-list b { font: 800 1rem var(--display); letter-spacing: .02em; }
.map-frame { position: relative; min-height: 440px; overflow: hidden; background: linear-gradient(135deg, #d9ddd4, #f5f6f2); box-shadow: 12px 12px 0 var(--orange); }
.map-frame iframe { display: block; width: 100%; height: 440px; border: 0; }
.map-open-link { position: absolute; z-index: 2; top: 1rem; left: 1rem; display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .75rem; color: white; background: var(--ink); box-shadow: 3px 3px 0 var(--orange); font-size: .73rem; font-weight: 700; }
.map-open-link:hover { background: var(--orange-deep); }
.map-label { position: absolute; bottom: 1rem; right: 1rem; background: var(--ink); color: white; padding: .45rem .75rem; font: 600 .7rem var(--body); direction: ltr; }
.map-label span { display: inline-block; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; margin-left: .4rem; }

.closing { border-top: 1px solid var(--line); padding: 3rem 0 4rem; display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; }
.closing p { color: #5d6057; margin: 0; }
.closing a { font: 800 clamp(1.8rem, 3vw, 3.2rem) var(--display); direction: ltr; }
.closing a span { color: var(--orange-deep); }
footer { width: min(1260px, calc(100% - 3rem)); margin: 0 auto; border-top: 3px solid var(--orange); padding: 2rem 0 2.2rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1.25rem; color: #65695f; font-size: .75rem; }
.footer-brand strong { color: var(--ink); font-size: .9rem; }
.footer-brand small { margin-top: .35rem; }
.footer-contact, .footer-location { display: flex; flex-direction: column; gap: .35rem; padding-right: 1rem; border-right: 1px solid var(--line); }
.footer-contact span, .footer-location span, .footer-legal { color: #6a6d64; font-size: .68rem; }
.footer-contact a { color: var(--ink); font: 800 1.05rem var(--display); direction: ltr; }
.footer-location a { color: var(--orange-deep); font-weight: 800; }
.footer-legal { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid var(--line); }
.mobile-action-bar { display: none; }
.english-site { font-family: "DM Sans", sans-serif; }
.english-site h1, .english-site h2, .english-site h3, .english-site .brand, .english-site .service-number, .english-site .gallery-note strong { font-family: "Barlow Condensed", sans-serif; letter-spacing: -.02em; }
.english-site .eyebrow { letter-spacing: .11em; }
.english-site .brand-mark { transform: skewX(14deg); }
.english-site .hero-details div + div { border-right: 0; border-left: 1px solid var(--line); padding-right: 0; padding-left: .85rem; }
.english-site .hero-photo { clip-path: polygon(0 0,92% 0,100% 9%,100% 100%,8% 100%,0 90%); }
.english-site .hero-photo figcaption { right: auto; left: 2rem; }
.english-site .map-label { right: auto; left: 1rem; }
.english-site .map-open-link { right: 1rem; left: auto; }

@media (max-width: 850px) {
  .site-header { height: 74px; width: min(100% - 2rem, 1260px); }
  .menu-button { display: block; z-index: 5; }
  .site-nav { position: absolute; display: none; top: 62px; right: 0; left: 0; padding: 1rem; background: var(--mist); border: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.08); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .4rem; }
  .nav-call { text-align: center; }
  .hero { width: min(100% - 2rem, 1260px); grid-template-columns: 1fr; padding-top: 1rem; }
  .hero-copy { order: 2; }
  .hero-photo { min-height: 390px; order: 1; }
  .hero-details { margin-bottom: 0; }
  .section-shell { width: min(100% - 2rem, 1260px); }
  .services, .location { padding: 5rem 0; }
  .section-intro, .work-heading, .location { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .work-section { padding-top: 5rem; }
  .gallery { width: min(100% - 2rem, 1400px); grid-template-columns: 1fr 1fr; }
  .gallery-main, .gallery-side { min-height: 370px; }
  .gallery-note { display: none; }
  .visuals-section { padding: 5rem 0; }
  .visual-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 250px; }
  .visual-card.wide { grid-column: span 2; }
  .visual-card.tall { grid-row: span 1; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq details { min-height: auto; }
  .map-frame { order: -1; min-height: 340px; }
  .map-frame iframe { height: 340px; }
  body { padding-bottom: 72px; }
  .mobile-action-bar { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1.4fr .8fr; box-shadow: 0 -8px 25px rgba(21,22,20,.13); }
  .mobile-action-bar a { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: .45rem; padding: .55rem .75rem; background: var(--ink); color: white; font-size: .8rem; text-align: center; }
  .mobile-action-bar a:first-child { flex-direction: column; gap: .05rem; background: var(--orange); color: var(--ink); }
  .mobile-action-bar span { font-size: .67rem; font-weight: 600; }
  .mobile-action-bar strong { font: 800 1rem var(--display); direction: ltr; }
}

@media (max-width: 510px) {
  body { font-size: 15px; }
  .hero { min-height: auto; padding-bottom: 4rem; }
  .hero-photo { min-height: 300px; }
  .hero-details { grid-template-columns: 1fr; gap: .65rem; }
  .hero-details div + div { border-right: 0; border-top: 1px solid var(--line); padding: .65rem 0 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-main, .gallery-side { min-height: 310px; }
  .visual-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 250px); }
  .visual-card.wide { grid-column: auto; }
  .closing { align-items: flex-start; flex-direction: column; }
  footer { width: min(100% - 2rem, 1260px); grid-template-columns: 1fr 1fr; padding: 1.6rem 0 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact, .footer-location { padding-right: .75rem; }
  .footer-contact a { font-size: .94rem; }
}
