:root {
  --ink: #20231f;
  --ink-soft: #30342f;
  --ivory: #f5f1e9;
  --paper: #fbf9f5;
  --sand: #ded2c1;
  --bronze: #9b6d45;
  --olive: #66705a;
  --line: rgba(32, 35, 31, .16);
  --display: "Cormorant Garamond", "Noto Kufi Arabic", Georgia, serif;
  --sans: "Manrope", "Noto Sans Arabic", Arial, sans-serif;
  --shell: min(100% - 40px, 1180px);
  --wide: min(100% - 40px, 1380px);
  --shadow: 0 24px 70px rgba(29, 27, 23, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.shell--wide { width: var(--wide); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; inset-block-start: 10px; inset-inline-start: 10px; padding: 10px 16px; background: #fff; transform: translateY(-140%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; color: var(--bronze); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-block-start: 0; font-family: var(--display); font-weight: 500; line-height: .98; }
h1 { font-size: clamp(3.2rem, 8vw, 7.5rem); }
h2 { font-size: clamp(2.8rem, 5.2vw, 5rem); }
h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
h1 em, h2 em { color: var(--bronze); font-weight: inherit; }
p { margin-block: 0 1.2em; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--bronze); background: var(--bronze); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; }
.button:hover, .button:focus-visible { background: #815737; border-color: #815737; transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; }
.button--ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); }
.button--light { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-block-end: 4px; border-block-end: 1px solid currentColor; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link::after { content: "↗"; }
.topbar { background: var(--ink); color: rgba(255,255,255,.75); font-size: .67rem; letter-spacing: .05em; }
.topbar__inner { display: flex; min-height: 32px; align-items: center; justify-content: flex-end; gap: 24px; }
.site-header { position: absolute; z-index: 40; inset: 32px 0 auto; color: #fff; transition: .3s ease; }
.site-header.is-scrolled { position: fixed; inset-block-start: 0; background: rgba(245,241,233,.96); color: var(--ink); box-shadow: 0 8px 32px rgba(0,0,0,.08); backdrop-filter: blur(16px); }
.site-header__inner { display: flex; min-height: 84px; align-items: center; gap: 36px; }
.brand { width: 226px; flex: 0 0 auto; }
.site-header.is-scrolled .brand img { filter: invert(1); }
.primary-nav { margin-inline: auto; }
.site-menu { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.site-menu a { font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.site-menu a:hover { color: var(--bronze); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { min-width: 48px; text-align: center; font-size: .78rem; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: currentColor; }
.hero { position: relative; min-height: min(920px, 100svh); display: grid; align-items: center; overflow: hidden; color: #fff; background: #34362f; }
.hero__image, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; }
.hero__veil { background: linear-gradient(90deg, rgba(23,24,21,.82) 0%, rgba(23,24,21,.45) 47%, rgba(23,24,21,.08) 78%); }
.hero__content { position: relative; z-index: 2; padding-block: 180px 100px; }
.hero__content h1 { max-width: 820px; margin-block-end: 28px; }
.hero__content p:not(.eyebrow) { max-width: 630px; font-size: clamp(1rem, 1.4vw, 1.22rem); }
.hero__content .button-row { margin-block-start: 34px; }
.hero__note { position: absolute; z-index: 2; right: 30px; bottom: 26px; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }
.section { padding-block: clamp(80px, 10vw, 150px); }
.intro { display: grid; grid-template-columns: 1.4fr .7fr; gap: clamp(50px, 10vw, 160px); align-items: end; }
.intro h2 { margin-block-end: 0; }
.intro__copy { padding-block-end: 14px; font-size: 1.05rem; }
.section--ink { background: var(--ink); color: var(--ivory); }
.section--sand { background: var(--sand); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 60px; align-items: end; margin-block-end: 62px; }
.section-heading h2 { margin: 0; }
.section-heading > p { color: #696c65; }
.section--ink .section-heading > p { color: #b8baaf; }
.service-list { border-block-start: 1px solid rgba(255,255,255,.2); }
.service-row { display: grid; grid-template-columns: 60px minmax(240px, .9fr) 1.2fr 40px; gap: 30px; align-items: center; padding-block: 34px; border-block-end: 1px solid rgba(255,255,255,.2); }
.service-row > span { color: var(--bronze); font-size: .72rem; }
.service-row h3, .service-row p { margin: 0; }
.service-row p { color: #b9bbb1; font-size: .9rem; }
.service-row > a { font-size: 1.5rem; transition: transform .2s ease; }
.service-row:hover > a { transform: translate(5px,-5px); }
.tools-section { background: var(--paper); }
.tool-tabs { background: #fff; box-shadow: var(--shadow); }
.tool-tablist { display: flex; border-block-end: 1px solid var(--line); }
.tool-tablist button { flex: 1; min-height: 62px; border: 0; border-block-end: 3px solid transparent; background: transparent; cursor: pointer; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tool-tablist button[aria-selected="true"] { border-color: var(--bronze); color: var(--bronze); }
.tool-tabs [role="tabpanel"] { padding: clamp(24px, 4vw, 56px); }
.process { background: #e9e2d7; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); }
.process-intro h2 { font-size: clamp(2.7rem, 4vw, 4.4rem); }
.process-steps { border-block-start: 1px solid var(--line); }
.process-steps article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding-block: 26px; border-block-end: 1px solid var(--line); }
.process-steps span { color: var(--bronze); font-size: .72rem; }
.process-steps h3 { margin-block-end: 8px; font-size: 1.65rem; }
.process-steps p { margin: 0; color: #65675f; font-size: .9rem; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.gallery-filters button { padding: 8px 13px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.gallery-filters button.is-active { background: var(--ink); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.gallery-card { position: relative; min-height: 390px; margin: 0; overflow: hidden; background: var(--sand); }
.gallery-card--tall { min-height: 540px; }
.gallery-card[hidden] { display: none; }
.gallery-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(18,18,15,.72)); }
.gallery-card figcaption { position: absolute; z-index: 2; inset: auto 26px 22px; display: flex; align-items: end; justify-content: space-between; color: #fff; }
.gallery-card figcaption span { font-family: var(--display); font-size: 1.65rem; }
.gallery-card figcaption small { font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.pricing-teaser > .shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-block-start: 1px solid rgba(32,35,31,.25); }
.price-cards article { min-height: 245px; padding: 28px 20px; border-inline-end: 1px solid rgba(32,35,31,.25); }
.price-cards span { display: block; min-height: 48px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.price-cards strong { display: block; margin-block: 20px; font-family: var(--display); font-size: 2.4rem; font-weight: 500; }
.price-cards p { font-size: .82rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: var(--paper); }
.post-card__media { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--sand); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__body { padding: 26px; }
.post-card h2, .post-card h3 { line-height: 1.1; }
.post-card h3 { font-size: 1.8rem; }
.meta { color: var(--bronze); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.journal-placeholder { min-height: 260px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: #e7dfd3; }
.journal-placeholder span { color: var(--bronze); font-size: .75rem; }
.journal-placeholder h3 { margin: 0; font-size: 2rem; }
.contact-section { background: var(--ink-soft); color: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); }
.contact-direct { display: grid; gap: 8px; margin-block-start: 30px; font-size: .9rem; }
.site-footer { padding-block: 80px 28px; background: #171916; color: #e9e6dd; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 60px; }
.footer-brand img { margin-block-end: 24px; }
.footer-brand p { color: #aeb0a7; max-width: 340px; }
.site-footer h2 { margin-block-end: 22px; font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer address { margin-block: 8px; color: #bfc1b8; font-style: normal; font-size: .82rem; }
.site-footer address { display: grid; gap: 5px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-block-start: 70px; padding-block-start: 24px; border-block-start: 1px solid rgba(255,255,255,.12); color: #8f9189; font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }
.mobile-contact-bar { display: none; }
.page-hero { padding-block: 180px 80px; }
.page-hero--compact h1 { max-width: 900px; margin: 0; }
.standard-page .prose, .article .prose { padding-block-end: 110px; }
.prose { max-width: 820px; }
.prose h2 { margin-block-start: 1.4em; font-size: 2.8rem; }
.prose h3 { margin-block-start: 1.6em; }
.prose a { color: var(--bronze); text-decoration: underline; }
.article-header { padding-block: 170px 60px; text-align: center; }
.article-header h1 { max-width: 1000px; margin-inline: auto; font-size: clamp(3rem, 6vw, 6rem); }
.article-byline { color: #777970; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.article-image { margin-block-end: 70px; }
.content-layout { padding-block-end: 110px; }
.pagination { margin-block-start: 50px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

[dir="rtl"] body { letter-spacing: 0; }
[dir="rtl"] .eyebrow, [dir="rtl"] .button, [dir="rtl"] .site-menu a, [dir="rtl"] .text-link { letter-spacing: 0; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { line-height: 1.25; }
[dir="rtl"] .hero__veil { transform: scaleX(-1); }
[dir="rtl"] .hero__note { right: auto; left: 30px; writing-mode: vertical-lr; }

@media (max-width: 1100px) {
  .site-header__inner { gap: 20px; }
  .primary-nav { position: fixed; inset: 116px 0 0; display: none; padding: 40px 24px; background: var(--ivory); color: var(--ink); }
  .site-header.is-scrolled .primary-nav { inset-block-start: 84px; }
  .primary-nav.is-open { display: block; }
  .site-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .site-menu a { display: block; padding-block: 15px; border-block-end: 1px solid var(--line); font-family: var(--display); font-size: 2rem; letter-spacing: 0; text-transform: none; }
  .menu-toggle { display: block; margin-inline-start: auto; }
  .header-actions .button { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .pricing-teaser > .shell { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); --wide: min(100% - 28px, 1380px); }
  body { padding-block-end: 56px; }
  .topbar__inner a:not(:last-child) { display: none; }
  .topbar__inner { justify-content: center; }
  .site-header__inner { min-height: 72px; }
  .brand { width: 180px; }
  .site-header.is-scrolled .primary-nav { inset-block-start: 72px; }
  .hero { min-height: 790px; }
  .hero__content { padding-block-start: 150px; }
  .hero__content h1 { font-size: clamp(3.4rem, 16vw, 5.5rem); }
  .hero__note { display: none; }
  .intro, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-row { grid-template-columns: 36px 1fr 26px; gap: 14px; }
  .service-row p { grid-column: 2 / -1; }
  .tool-tabs [role="tabpanel"] { padding: 20px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card--tall { min-height: 430px; }
  .gallery-filters { justify-content: flex-start; }
  .price-cards, .post-grid { grid-template-columns: 1fr; }
  .price-cards article { min-height: 180px; border-inline-end: 0; border-block-end: 1px solid rgba(32,35,31,.25); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; }
  .mobile-contact-bar { position: fixed; z-index: 80; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 56px; background: var(--bronze); color: #fff; box-shadow: 0 -10px 30px rgba(0,0,0,.15); }
  .mobile-contact-bar a { display: grid; place-items: center; border-inline-end: 1px solid rgba(255,255,255,.25); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
}

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