:root {
  --ink: #111915;
  --green: #0b201b;
  --green-soft: #15362e;
  --cream: #f0e8da;
  --paper: #f8f4ec;
  --rust: #a24e35;
  --rust-dark: #753625;
  --brass: #c4a46a;
  --muted: #a9aa9f;
  --line-dark: rgba(240, 232, 218, .16);
  --line-light: rgba(17, 25, 21, .15);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --arabic: "Cairo", Tahoma, Arial, sans-serif;
  --shell: min(1220px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--green); color: var(--cream); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
html[dir="rtl"] body { font-family: var(--arabic); }
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; background: var(--paper); color: var(--ink); padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.kicker { margin: 0 0 14px; color: var(--brass); font-size: .73rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.kicker.dark { color: var(--rust); }
html[dir="rtl"] .kicker { letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; letter-spacing: .005em; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 { font-family: var(--arabic); text-transform: none; letter-spacing: 0; line-height: 1.5; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(8, 22, 18, .94); border-color: var(--line-dark); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { width: 142px; height: 58px; display: grid; align-items: center; overflow: hidden; }
.brand img { width: 142px; height: auto; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 32px; }
.desktop-nav a { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(240, 232, 218, .82); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
html[dir="rtl"] .desktop-nav a { letter-spacing: 0; }
html[dir="rtl"] .desktop-nav a::after { transform-origin: right; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switch { border: 0; background: transparent; color: var(--cream); cursor: pointer; padding: 10px 12px; font-weight: 700; font-size: .8rem; }
.header-book { background: var(--cream); color: var(--ink); padding: 13px 18px; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s; }
.header-book:hover { background: var(--brass); }
html[dir="rtl"] .header-book { letter-spacing: 0; }

.hero { position: relative; min-height: 860px; background: radial-gradient(circle at 82% 12%, rgba(196, 164, 106, .12), transparent 30rem), linear-gradient(135deg, #071613 0%, var(--green) 52%, #102b24 100%); overflow: hidden; isolation: isolate; }
.hero::before { content: "VINTAGE"; position: absolute; left: -1.5vw; bottom: -8vw; z-index: -1; font-family: var(--display); font-size: clamp(11rem, 26vw, 28rem); font-weight: 800; line-height: .72; color: rgba(240, 232, 218, .025); white-space: nowrap; }
html[dir="rtl"] .hero::before { content: "VINTAGE"; direction: ltr; }
.hero-grain { position: absolute; inset: 0; opacity: .06; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-layout { min-height: 820px; padding: 138px 0 90px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: clamp(40px, 7vw, 100px); align-items: center; }
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(4rem, 7vw, 7.3rem); line-height: .82; font-weight: 800; color: var(--paper); text-wrap: balance; }
.hero-lead { max-width: 620px; margin-bottom: 30px; color: rgba(240, 232, 218, .72); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 20px; border: 1px solid transparent; border-radius: 0; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .18s, background .18s, border-color .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--rust); color: #fff; }
.button-primary:hover { background: var(--rust-dark); }
.button-quiet { border-color: rgba(240, 232, 218, .38); color: var(--cream); }
.button-quiet:hover { border-color: var(--brass); color: var(--brass); }
.button-outline { border-color: rgba(17, 25, 21, .35); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-outline-light { border-color: rgba(240, 232, 218, .44); color: var(--paper); }
html[dir="rtl"] .button { letter-spacing: 0; }
html[dir="rtl"] .button svg, html[dir="rtl"] .text-link svg, html[dir="rtl"] .card-action svg { transform: scaleX(-1); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.hero-proof > div { padding: 18px 20px 18px 0; display: flex; flex-direction: column; gap: 1px; border-inline-end: 1px solid var(--line-dark); }
.hero-proof > div:last-child { border-inline-end: 0; padding-inline-end: 0; padding-inline-start: 20px; }
.hero-proof strong { font-family: var(--display); font-size: 1.7rem; color: var(--paper); line-height: 1; }
.hero-proof span { color: rgba(240, 232, 218, .58); font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
html[dir="rtl"] .hero-proof strong { font-family: var(--arabic); }
html[dir="rtl"] .hero-proof span { letter-spacing: 0; }
.hero-media { position: relative; min-height: 620px; }
.video-frame { position: absolute; right: 0; top: 0; width: min(390px, 78%); height: 610px; background: #050b09; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
html[dir="rtl"] .video-frame { right: auto; left: 0; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(4,12,9,.85)); pointer-events: none; }
.video-edge { position: absolute; right: -12px; top: 36px; bottom: 36px; width: 1px; background: var(--brass); z-index: 2; }
html[dir="rtl"] .video-edge { right: auto; left: -12px; }
.watch-button { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 3; display: flex; align-items: center; gap: 13px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
html[dir="rtl"] .watch-button { text-align: right; }
.play-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.56); border-radius: 50%; color: #fff; }
.play-icon svg { width: 18px; fill: currentColor; stroke: none; }
.watch-button b, .watch-button small { display: block; }
.watch-button b { color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.watch-button small { color: rgba(255,255,255,.66); font-size: .68rem; }
html[dir="rtl"] .watch-button b { letter-spacing: 0; }
.offer-card { position: absolute; left: 0; bottom: 52px; z-index: 5; width: min(330px, 72%); padding: 26px 26px 24px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
html[dir="rtl"] .offer-card { left: auto; right: 0; }
.offer-number { display: block; margin-bottom: 5px; color: var(--rust); font-family: var(--display); font-size: 4.8rem; font-weight: 800; line-height: .75; }
html[dir="rtl"] .offer-number { font-family: var(--arabic); direction: ltr; text-align: right; }
.offer-label { margin-bottom: 8px; color: var(--rust); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.offer-card h2 { margin-bottom: 8px; font-size: 1.75rem; line-height: .95; }
.offer-card p:not(.offer-label) { margin-bottom: 14px; color: rgba(17,25,21,.68); font-size: .78rem; }
.offer-link { display: inline-block; border-bottom: 1px solid var(--rust); color: var(--rust); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
html[dir="rtl"] .offer-link, html[dir="rtl"] .offer-label { letter-spacing: 0; }
.hero-note { padding-bottom: 22px; color: rgba(240,232,218,.5); font-size: .67rem; }

.proof-strip { background: #081512; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.proof-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 15px; padding: 24px; border-inline-end: 1px solid var(--line-dark); }
.proof-grid > div:first-child { padding-inline-start: 0; }
.proof-grid > div:last-child { border-inline-end: 0; padding-inline-end: 0; }
.proof-index { color: var(--rust); font-family: var(--display); font-size: 1.4rem; }
.proof-grid p { margin: 0; color: rgba(240,232,218,.75); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
html[dir="rtl"] .proof-index { font-family: var(--arabic); direction: ltr; }
html[dir="rtl"] .proof-grid p { letter-spacing: 0; }

.section { padding: 112px 0; }
.section-cream { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, .5fr); gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .menu-intro h2, .film-copy h2, .reviews-heading h2, .location-copy h2, .closing-inner h2 { margin-bottom: 0; font-size: clamp(3.3rem, 6vw, 6.4rem); font-weight: 800; line-height: .84; text-wrap: balance; }
.section-heading > p { margin: 0; color: rgba(17,25,21,.64); font-size: .95rem; }
.signature-grid { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 310px 310px; gap: 18px; }
.signature-card { position: relative; overflow: hidden; color: var(--paper); background: var(--green); isolation: isolate; }
.signature-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--card-image); background-size: cover; background-position: center; transform: scale(1.015); transition: transform .5s ease; }
.signature-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,14,11,.95), rgba(5,14,11,.68) 58%, rgba(5,14,11,.12)), linear-gradient(0deg, rgba(5,14,11,.72), transparent 60%); }
html[dir="rtl"] .signature-card::after { background: linear-gradient(270deg, rgba(5,14,11,.95), rgba(5,14,11,.68) 58%, rgba(5,14,11,.12)), linear-gradient(0deg, rgba(5,14,11,.72), transparent 60%); }
.signature-card:hover::before { transform: scale(1.055); }
.signature-card-tall { grid-row: 1 / span 2; }
.signature-card-wide { grid-column: 2; }
.signature-content { height: 100%; max-width: 68%; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.signature-card-tall .signature-content { max-width: 82%; }
.card-note { margin-bottom: 8px; color: var(--brass); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.signature-card h3 { margin-bottom: 7px; font-size: clamp(2.1rem, 3.3vw, 4rem); line-height: .9; }
.signature-card p:not(.card-note) { margin-bottom: 20px; color: rgba(248,244,236,.72); font-size: .83rem; }
.popular-tag { position: absolute; top: 25px; left: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--brass); color: var(--brass); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
html[dir="rtl"] .popular-tag { left: auto; right: 28px; letter-spacing: 0; }
.signature-footer { width: 100%; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.signature-footer strong { font-family: var(--display); font-size: 2.3rem; line-height: 1; }
.signature-footer small { font-family: var(--body); font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
html[dir="rtl"] .signature-footer strong { font-family: var(--arabic); direction: ltr; }
html[dir="rtl"] .signature-footer small { font-family: var(--arabic); letter-spacing: 0; }
.card-action { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(248,244,236,.5); color: var(--paper); transition: background .2s, color .2s; }
.card-action:hover { background: var(--paper); color: var(--ink); }
.card-action svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.services-bottom { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.services-bottom p { margin: 0; color: rgba(17,25,21,.62); font-size: .86rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 0; border: 0; background: transparent; color: var(--rust); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.text-link.light { color: var(--brass); }
html[dir="rtl"] .text-link, html[dir="rtl"] .card-note { letter-spacing: 0; }

.menu-section { background: #0a1a16; }
.menu-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.menu-intro { position: sticky; top: 118px; }
.menu-intro h2 { margin-bottom: 24px; font-size: clamp(3.7rem, 6vw, 6.5rem); color: var(--paper); }
.menu-intro > p:not(.kicker) { margin-bottom: 30px; color: rgba(240,232,218,.62); }
.menu-intro .button-outline { border-color: rgba(240,232,218,.36); color: var(--paper); }
.price-groups { border-top: 1px solid var(--line-dark); }
.price-group { border-bottom: 1px solid var(--line-dark); }
.price-group summary { list-style: none; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--paper); font-family: var(--display); font-size: 1.9rem; font-weight: 700; text-transform: uppercase; }
.price-group summary::-webkit-details-marker { display: none; }
.price-group summary i { position: relative; width: 20px; height: 20px; }
.price-group summary i::before, .price-group summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 18px; height: 1px; background: var(--brass); transform: translate(-50%,-50%); transition: transform .2s; }
.price-group summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.price-group[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
html[dir="rtl"] .price-group summary { font-family: var(--arabic); text-transform: none; }
.price-list { padding: 0 0 22px; }
.price-row { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(240,232,218,.08); background: transparent; color: rgba(240,232,218,.73); text-align: left; cursor: pointer; transition: color .18s, padding .18s; }
html[dir="rtl"] .price-row { text-align: right; }
.price-row:hover { color: var(--brass); padding-inline-start: 7px; }
.price-row:last-child { border-bottom: 0; }
.price-row span { font-size: .9rem; }
.price-row strong { flex: 0 0 auto; color: var(--paper); font-family: var(--display); font-size: 1.32rem; }
.price-row small { font-family: var(--body); font-size: .58rem; }
html[dir="rtl"] .price-row strong { font-family: var(--arabic); direction: ltr; }
html[dir="rtl"] .price-row small { font-family: var(--arabic); }

.film-section { background: #071512; }
.film-layout { min-height: 720px; display: grid; grid-template-columns: .7fr .76fr .34fr; gap: 18px; align-items: stretch; }
.film-copy { padding: 40px 50px 40px 0; display: flex; flex-direction: column; justify-content: center; }
html[dir="rtl"] .film-copy { padding: 40px 0 40px 50px; }
.film-copy h2 { margin-bottom: 26px; color: var(--paper); }
.film-copy > p:not(.kicker) { max-width: 560px; margin-bottom: 30px; color: rgba(240,232,218,.62); }
.film-poster { position: relative; min-height: 670px; padding: 0; border: 0; background: #0a0f0d; overflow: hidden; cursor: pointer; }
.film-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.film-poster:hover img { transform: scale(1.035); }
.film-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,11,9,.88), transparent 50%); }
.film-play { position: absolute; left: 50%; top: 50%; z-index: 3; width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; transform: translate(-50%,-50%); }
.film-play svg { width: 27px; fill: currentColor; }
.film-caption { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 3; text-align: left; }
html[dir="rtl"] .film-caption { text-align: right; }
.film-caption b, .film-caption small { display: block; }
.film-caption b { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.film-caption small { color: rgba(255,255,255,.62); font-size: .7rem; }
html[dir="rtl"] .film-caption b { letter-spacing: 0; }
.film-stills { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.film-stills figure { margin: 0; min-height: 0; overflow: hidden; }
.film-stills img { width: 100%; height: 100%; object-fit: cover; }

.work-grid { display: grid; grid-template-columns: 1.2fr .85fr .65fr; grid-template-rows: 280px 280px; gap: 18px; }
.work-image { margin: 0; overflow: hidden; background: #ddd3c4; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.work-image:hover img { transform: scale(1.035); }
.work-image-a { grid-row: 1 / span 2; }
.work-image-b { grid-row: 1 / span 2; }
.work-image-c { grid-column: 3; }
.work-statement { grid-column: 3; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--rust); color: #fff; }
.work-statement span { font-family: var(--display); font-size: 5.4rem; font-weight: 800; line-height: .78; }
.work-statement p { margin: 18px 0 0; font-size: .82rem; font-weight: 700; }
html[dir="rtl"] .work-statement span { font-family: var(--arabic); direction: ltr; }

.reviews-section { background: #0d2a23; }
.reviews-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.reviews-heading { position: sticky; top: 120px; }
.reviews-heading h2 { margin-bottom: 36px; color: var(--paper); }
.rating-lockup { display: flex; align-items: center; gap: 18px; }
.rating-lockup > span { font-family: var(--display); font-size: 5.7rem; font-weight: 800; line-height: .8; }
.rating-lockup b, .rating-lockup small { display: block; }
.rating-lockup b { color: var(--brass); letter-spacing: .12em; }
.rating-lockup small { color: rgba(240,232,218,.58); font-size: .72rem; }
html[dir="rtl"] .rating-lockup > span { font-family: var(--arabic); direction: ltr; }
.review-list { border-top: 1px solid var(--line-dark); }
.review-card { padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.review-card p { margin-bottom: 24px; color: var(--paper); font-family: var(--display); font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1; text-transform: uppercase; }
html[dir="rtl"] .review-card p { font-family: var(--arabic); line-height: 1.75; text-transform: none; }
.review-card footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-card strong { color: var(--brass); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.review-card span { color: rgba(240,232,218,.46); font-size: .68rem; }
html[dir="rtl"] .review-card strong { letter-spacing: 0; }

.location-section { background: var(--paper); color: var(--ink); }
.location-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.location-copy { padding: 34px 70px 34px 0; display: flex; flex-direction: column; justify-content: center; }
html[dir="rtl"] .location-copy { padding: 34px 0 34px 70px; }
.location-copy h2 { margin-bottom: 40px; }
.location-details { border-top: 1px solid var(--line-light); }
.location-details > div { padding: 17px 0; display: grid; grid-template-columns: 110px 1fr; gap: 22px; border-bottom: 1px solid var(--line-light); }
.location-details span { color: var(--rust); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.location-details strong { font-size: .84rem; font-weight: 700; }
html[dir="rtl"] .location-details span { letter-spacing: 0; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.location-map { min-height: 600px; background: #d6cfbf; }
.location-map iframe { width: 100%; height: 100%; min-height: 600px; border: 0; filter: grayscale(1) contrast(.95) sepia(.12); }

.closing-section { position: relative; padding: 130px 0; background: linear-gradient(90deg, rgba(5,15,12,.96), rgba(5,15,12,.62)), url("https://thevintagebarbershop.ae/wp-content/uploads/2026/05/storefront_rebranded_v5-1.png") center/cover no-repeat; }
html[dir="rtl"] .closing-section { background: linear-gradient(270deg, rgba(5,15,12,.96), rgba(5,15,12,.62)), url("https://thevintagebarbershop.ae/wp-content/uploads/2026/05/storefront_rebranded_v5-1.png") center/cover no-repeat; }
.closing-inner { max-width: 900px; margin-inline: auto; text-align: center; }
.closing-inner h2 { margin-bottom: 25px; color: var(--paper); }
.closing-inner > p:not(.kicker) { max-width: 620px; margin: 0 auto 32px; color: rgba(240,232,218,.67); }
.closing-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; }

.site-footer { padding: 46px 0 110px; background: #050e0b; border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer-logo { width: 150px; height: 64px; overflow: hidden; display: grid; align-items: center; }
.footer-logo img { width: 150px; }
.footer-grid > p { margin: 0; color: rgba(240,232,218,.5); font-size: .74rem; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--paper); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
html[dir="rtl"] .footer-links a { letter-spacing: 0; }

.mobile-bar { display: none; }
.video-modal { width: min(940px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; background: #071512; color: var(--paper); box-shadow: 0 30px 120px rgba(0,0,0,.75); }
.video-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.modal-shell { position: relative; padding: 34px; display: grid; grid-template-columns: 1fr minmax(260px, 42%); gap: 34px; align-items: center; }
.modal-close { position: absolute; right: 14px; top: 10px; z-index: 4; width: 42px; height: 42px; border: 0; background: transparent; color: var(--paper); font-size: 2rem; cursor: pointer; }
html[dir="rtl"] .modal-close { right: auto; left: 14px; }
.modal-heading h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .84; }
.video-modal video { width: 100%; max-height: calc(100vh - 80px); background: #000; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr; }
  .header-actions { justify-self: end; }
  .hero-layout { grid-template-columns: 1fr .8fr; gap: 38px; }
  .hero h1 { font-size: clamp(4rem, 8vw, 6.4rem); }
  .hero-media { min-height: 570px; }
  .video-frame { height: 560px; width: 82%; }
  .offer-card { width: 75%; bottom: 30px; }
  .signature-grid { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 250px; }
  .work-image-a { grid-row: auto; }
  .work-image-b { grid-row: auto; }
  .work-image-c { grid-column: 1; }
  .work-statement { grid-column: 2; }
  .film-layout { grid-template-columns: .8fr .8fr; }
  .film-stills { display: none; }
}

@media (max-width: 820px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .site-header { background: rgba(8,22,18,.9); border-color: var(--line-dark); backdrop-filter: blur(13px); }
  .header-inner { min-height: 70px; }
  .brand { width: 116px; height: 48px; }
  .brand img { width: 116px; }
  .header-book { display: none; }
  .language-switch { padding-inline: 5px; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding: 118px 0 58px; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(3.8rem, 15vw, 6.4rem); }
  .hero-media { min-height: 660px; margin-top: 8px; }
  .video-frame { width: min(430px, 86%); height: 620px; }
  .offer-card { width: min(330px, 72%); bottom: 25px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { border-bottom: 1px solid var(--line-dark); }
  .proof-grid > div:nth-child(2) { border-inline-end: 0; padding-inline-end: 0; }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-bottom: 0; }
  .proof-grid > div:nth-child(3) { padding-inline-start: 0; }
  .section { padding: 84px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .menu-intro h2, .film-copy h2, .reviews-heading h2, .location-copy h2, .closing-inner h2 { font-size: clamp(3.1rem, 12vw, 5.6rem); }
  .signature-grid { grid-template-columns: 1fr; grid-template-rows: 500px 400px 400px; }
  .signature-card-tall, .signature-card-wide { grid-row: auto; grid-column: auto; }
  .signature-content, .signature-card-tall .signature-content { max-width: 74%; }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-intro, .reviews-heading { position: static; }
  .film-layout { grid-template-columns: 1fr; }
  .film-copy { padding: 0 0 28px; }
  html[dir="rtl"] .film-copy { padding: 0 0 28px; }
  .film-poster { min-height: 650px; max-height: 760px; }
  .reviews-layout { grid-template-columns: 1fr; }
  .location-layout { grid-template-columns: 1fr; }
  .location-copy, html[dir="rtl"] .location-copy { padding: 0 0 52px; }
  .location-map, .location-map iframe { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { margin-inline: auto; }
  .footer-links { justify-content: center; }
  .mobile-bar { position: fixed; inset: auto 0 0; z-index: 90; min-height: calc(66px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(3, 1fr); background: #06110e; border-top: 1px solid var(--line-dark); }
  .mobile-bar a { min-height: 66px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-inline-end: 1px solid var(--line-dark); color: var(--paper); font-size: .64rem; font-weight: 700; }
  .mobile-bar a:last-child { border-inline-end: 0; }
  .mobile-bar .mobile-book { background: var(--rust); }
  .mobile-bar svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .modal-shell { grid-template-columns: 1fr; padding: 58px 18px 18px; }
  .modal-heading { display: none; }
}

@media (max-width: 560px) {
  :root { --shell: min(100% - 28px, 1220px); }
  .header-inner { gap: 10px; }
  .hero-layout { padding-top: 102px; }
  .hero h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr 1fr; }
  .hero-proof > div { padding: 14px 8px; }
  .hero-proof > div:last-child { padding: 14px 0 14px 8px; }
  .hero-proof strong { font-size: 1.35rem; }
  .hero-proof span { font-size: .55rem; }
  .hero-media { min-height: 580px; }
  .video-frame { width: 88%; height: 550px; }
  .offer-card { width: 78%; padding: 21px; bottom: 15px; }
  .offer-number { font-size: 4rem; }
  .offer-card h2 { font-size: 1.5rem; }
  .proof-grid { min-height: auto; }
  .proof-grid > div { padding: 19px 10px; gap: 9px; }
  .proof-grid p { font-size: .65rem; }
  .proof-index { font-size: 1rem; }
  .section { padding: 72px 0; }
  .signature-grid { grid-template-rows: repeat(3, 420px); }
  .signature-content, .signature-card-tall .signature-content { max-width: 88%; padding: 25px; }
  .signature-card h3 { font-size: 2.7rem; }
  .popular-tag { top: 22px; left: 24px; }
  html[dir="rtl"] .popular-tag { left: auto; right: 24px; }
  .services-bottom { align-items: flex-start; flex-direction: column; }
  .price-group summary { font-size: 1.55rem; }
  .price-row { gap: 10px; }
  .price-row span { font-size: .78rem; }
  .film-poster { min-height: 570px; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: 390px 440px 300px auto; }
  .work-image-a, .work-image-b, .work-image-c, .work-statement { grid-column: auto; grid-row: auto; }
  .work-statement { min-height: 230px; }
  .review-card p { font-size: 2rem; }
  html[dir="rtl"] .review-card p { font-size: 1.4rem; }
  .rating-lockup > span { font-size: 4.8rem; }
  .location-details > div { grid-template-columns: 80px 1fr; }
  .location-actions { display: grid; }
  .closing-section { padding: 100px 0; }
  .closing-actions { display: grid; }
  .footer-links { gap: 16px; }
}

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


/* v1.1 — robust media cards, Arabic refinement and multi-map directions */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 { line-height: 1.28; }
html[dir="rtl"] .hero h1 { font-size: clamp(3.2rem, 7vw, 5.9rem); }
html[dir="rtl"] .hero-lead,
html[dir="rtl"] .section-heading > p,
html[dir="rtl"] .menu-intro > p,
html[dir="rtl"] .location-copy,
html[dir="rtl"] .closing-inner > p { line-height: 1.9; }
html[dir="rtl"] .section-heading h2,
html[dir="rtl"] .menu-intro h2,
html[dir="rtl"] .reviews-heading h2,
html[dir="rtl"] .location-copy h2,
html[dir="rtl"] .closing-inner h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); }
html[dir="rtl"] .hero-proof,
html[dir="rtl"] .proof-grid { direction: rtl; }

.signature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 18px;
}
.signature-card,
.signature-card-tall,
.signature-card-wide {
  grid-column: auto;
  grid-row: auto;
  min-height: 555px;
  border-radius: 2px;
}
.signature-card::before {
  background-position: var(--card-focus, center);
  transform: scale(1.001);
}
.signature-card::after {
  background:
    linear-gradient(0deg, rgba(4,12,10,.98) 0%, rgba(4,12,10,.92) 34%, rgba(4,12,10,.48) 66%, rgba(4,12,10,.08) 100%),
    linear-gradient(90deg, rgba(4,12,10,.26), transparent 62%);
}
html[dir="rtl"] .signature-card::after {
  background:
    linear-gradient(0deg, rgba(4,12,10,.98) 0%, rgba(4,12,10,.92) 34%, rgba(4,12,10,.48) 66%, rgba(4,12,10,.08) 100%),
    linear-gradient(270deg, rgba(4,12,10,.26), transparent 62%);
}
.signature-content,
.signature-card-tall .signature-content {
  width: 100%;
  max-width: none;
  min-height: 100%;
  padding: 34px;
  justify-content: flex-end;
}
.signature-card h3 { max-width: 100%; font-size: clamp(2.45rem, 3vw, 3.55rem); line-height: .96; }
.signature-card p:not(.card-note) { max-width: 31rem; margin-bottom: 24px; font-size: .9rem; line-height: 1.7; }
.signature-footer { margin-top: auto; padding-top: 8px; }
.signature-footer strong { white-space: nowrap; }
html[dir="rtl"] .signature-content { align-items: flex-start; text-align: right; }
html[dir="rtl"] .signature-card h3 { font-size: clamp(2.05rem, 2.6vw, 3rem); line-height: 1.3; }
html[dir="rtl"] .signature-card p:not(.card-note) { line-height: 1.9; }
html[dir="rtl"] .signature-footer { direction: rtl; }

.film-section { background: #071512; }
.film-heading { margin-bottom: 44px; }
.film-heading h2 { color: var(--paper); }
.film-heading > p { color: rgba(240,232,218,.62); }
.video-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.video-story { position: relative; min-height: 690px; padding: 0; border: 0; overflow: hidden; background: #050d0b; color: #fff; cursor: pointer; text-align: left; }
.video-story img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .5s ease; }
.video-story:hover img { transform: scale(1.025); }
.video-story__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,10,8,.95), rgba(3,10,8,.08) 68%); }
.video-story__play { position: absolute; left: 30px; top: 30px; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; background: rgba(3,10,8,.22); backdrop-filter: blur(6px); }
.video-story__play svg { width: 24px; fill: currentColor; }
.video-story__copy { position: absolute; inset: auto 32px 30px; z-index: 2; }
.video-story__copy b, .video-story__copy small { display: block; }
.video-story__copy b { font-family: var(--display); font-size: clamp(2.8rem, 4.5vw, 5.2rem); font-weight: 700; line-height: .86; text-transform: uppercase; }
.video-story__copy small { margin-top: 14px; color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
html[dir="rtl"] .video-story { text-align: right; }
html[dir="rtl"] .video-story__play { left: auto; right: 30px; }
html[dir="rtl"] .video-story__copy b { font-family: var(--arabic); font-size: clamp(2.3rem, 3.8vw, 4rem); line-height: 1.35; text-transform: none; }
html[dir="rtl"] .video-story__copy small { letter-spacing: 0; text-transform: none; }

.work-image-b img { object-position: center 42%; }
.work-image-c img { object-position: center; }

.video-modal { width: min(760px, calc(100% - 28px)); }
.video-modal .modal-shell { grid-template-columns: 1fr; gap: 22px; }
.video-modal .modal-heading { padding-right: 42px; }
html[dir="rtl"] .video-modal .modal-heading { padding-right: 0; padding-left: 42px; }
.video-modal .modal-heading h2 { font-size: clamp(2.8rem, 5.4vw, 5rem); line-height: .9; }
html[dir="rtl"] .video-modal .modal-heading h2 { font-size: clamp(2.2rem, 4.8vw, 3.8rem); line-height: 1.3; }
.video-modal video { max-height: 72vh; object-fit: contain; }

.map-modal { width: min(650px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 120px rgba(0,0,0,.65); }
.map-modal::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(7px); }
.map-modal-shell { position: relative; padding: 38px; }
.map-modal .modal-close { color: var(--ink); }
.map-modal-heading { padding-right: 42px; }
html[dir="rtl"] .map-modal-heading { padding-right: 0; padding-left: 42px; }
.map-modal-heading h2 { margin-bottom: 12px; font-size: clamp(3rem, 6vw, 5rem); line-height: .9; }
.map-modal-heading > p:not(.kicker) { margin-bottom: 26px; color: rgba(17,25,21,.66); }
html[dir="rtl"] .map-modal-heading h2 { font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1.3; }
html[dir="rtl"] .map-modal-heading > p { line-height: 1.85; }
.map-options { border-top: 1px solid var(--line-light); }
.map-option { min-height: 86px; display: grid; grid-template-columns: 50px 1fr 22px; align-items: center; gap: 16px; border-bottom: 1px solid var(--line-light); transition: padding .2s, background .2s; }
.map-option:hover { padding-inline: 8px; background: rgba(162,78,53,.06); }
.map-option-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(17,25,21,.12); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(17,25,21,.08); overflow: hidden; }
.map-option-icon--google { background: #fff; }
.map-option-icon--apple { background: #f5f5f5; }
.map-option-icon--waze { background: #eaf9ff; border-color: rgba(92,200,242,.38); }
.map-brand-icon { width: 27px; height: 27px; display: block; }
.map-brand-icon--apple { width: 25px; height: 25px; fill: #111; }
.map-brand-icon--waze { width: 30px; height: 30px; }
.map-option strong, .map-option small { display: block; }
.map-option strong { font-size: .94rem; }
.map-option small { margin-top: 3px; color: rgba(17,25,21,.55); font-size: .72rem; }
.map-option > svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
html[dir="rtl"] .map-option > svg { transform: scaleX(-1); }

@media (max-width: 1080px) {
  .signature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signature-card:last-child { grid-column: 1 / -1; min-height: 510px; }
  .video-story { min-height: 610px; }
}

@media (max-width: 820px) {
  .signature-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .signature-card,
  .signature-card-tall,
  .signature-card-wide,
  .signature-card:last-child { min-height: 500px; grid-column: auto; }
  .signature-content,
  .signature-card-tall .signature-content { max-width: none; padding: 30px; }
  .video-stories { grid-template-columns: 1fr 1fr; }
  .video-story { min-height: 570px; }
  .mobile-bar { grid-template-columns: repeat(4, 1fr); }
  .mobile-bar a { padding-inline: 4px; font-size: .59rem; }
  .modal-heading { display: block; }
}

@media (max-width: 620px) {
  .video-stories { grid-template-columns: 1fr; }
  .video-story { min-height: 560px; }
  .signature-card,
  .signature-card-tall,
  .signature-card-wide,
  .signature-card:last-child { min-height: 490px; }
  .signature-content,
  .signature-card-tall .signature-content { padding: 26px; }
  .signature-card h3 { font-size: 2.55rem; }
  html[dir="rtl"] .signature-card h3 { font-size: 2.15rem; }
  .map-modal-shell { padding: 30px 22px 22px; }
  .map-option { grid-template-columns: 44px 1fr 18px; gap: 12px; }
  .video-modal .modal-shell { padding: 54px 16px 16px; }
}


/* v1.2 — full-logo rendering. The source asset includes transparent safety padding. */
.brand {
  width: 166px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  flex: 0 0 auto;
}
.brand img {
  display: block;
  width: 166px;
  height: 72px;
  object-fit: contain;
  object-position: center;
}
.footer-logo {
  width: 210px;
  height: 118px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-logo img {
  display: block;
  width: 210px;
  height: 118px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 760px) {
  .brand {
    width: 132px;
    height: 60px;
  }
  .brand img {
    width: 132px;
    height: 60px;
  }
  .footer-logo {
    width: 190px;
    height: 108px;
    margin-inline: auto;
  }
  .footer-logo img {
    width: 190px;
    height: 108px;
  }
}


/* v1.3 — verified Apple Maps / Waze destinations and recognizable brand icons */
.map-option:focus-visible { outline: 3px solid rgba(162,78,53,.28); outline-offset: 3px; }
@media (max-width: 560px) {
  .map-option-icon { width: 44px; height: 44px; border-radius: 13px; }
  .map-brand-icon { width: 25px; height: 25px; }
  .map-brand-icon--waze { width: 28px; height: 28px; }
}
