:root {
  /* FALQON / LUXURY Q approved brand tokens — verbatim from
     FALQON_LUXURY_Q_Brand_Identity.md §22. Silver stays the dominant
     metallic tone; gold is an accent (SAQR ONE heritage), blue is the
     technology/trust accent (FARENAS heritage). */
  --falqon-silver: #C0C3C8;
  --falqon-gold: #D4AF37;
  --falqon-blue: #0A3D91;
  --falqon-graphite: #0E0F12;
  --falqon-onyx: #090A0C;
  --falqon-white: #FFFFFF;
  --falqon-steel: #7A7F87;

  /* Legacy component names kept as aliases onto the new tokens so the
     existing page structure re-skins to the approved palette without a
     full rewrite of every rule (see docs/DECISIONS.md). */
  --navy-950: var(--falqon-onyx);
  --navy-900: #14161b;
  --navy-800: #1c1f26;
  --navy: var(--falqon-blue);
  --cyan: #3f6fd6;
  --cyan-soft: #b9f5ff;
  --gold: var(--falqon-gold);
  --gold-deep: #a5811f;
  --ivory: #f2f1ee;
  --ivory-2: var(--falqon-silver);
  --paper: var(--falqon-white);
  --ink: var(--falqon-graphite);
  --muted: var(--falqon-steel);
  --green: #10b981;
  --red: #ef4444;
  --line: rgba(14, 15, 18, .12);
  --line-dark: rgba(255, 255, 255, .12);
  --shadow: 0 25px 70px rgba(9, 10, 12, .14);
  --radius: 24px;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 40; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 80px); background: rgba(255, 253, 248, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: var(--navy-950); font-family: Georgia, serif; font-weight: 700; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { letter-spacing: 2.5px; font-size: 14px; }
.brand small { margin-top: 6px; letter-spacing: 3.2px; color: var(--gold-deep); font-size: 8px; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); font-size: 13px; font-weight: 700; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--gold-deep); }
.nav-portal { padding: 11px 18px; color: white !important; background: var(--navy); border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 24px; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; background: linear-gradient(120deg, var(--paper) 0 51%, var(--navy-950) 51%); }
.hero-copy { align-self: center; padding: 70px 5vw 70px 7vw; }
.eyebrow { display: block; margin-bottom: 18px; color: var(--gold-deep); font-size: 11px; font-weight: 800; letter-spacing: 2.5px; }
.hero h1 { margin: 0; max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 5.5vw, 88px); font-weight: 400; line-height: 1.03; letter-spacing: -2px; }
.hero h1 .accent { color: var(--gold-deep); }
.hero-lead { max-width: 650px; margin: 28px 0 8px; color: #37485b; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.85; }
.hero-en { margin: 0; color: var(--muted); font: italic 15px/1.6 Georgia, serif; direction: ltr; text-align: right; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold); box-shadow: 0 12px 30px rgba(167, 121, 36, .18); }
.button-primary:hover { background: #e2c37f; }
.button-ghost { border-color: var(--navy); color: var(--navy); background: transparent; }
.button-dark { color: white; background: var(--navy-950); }
.button-wide { width: 100%; border: 0; }
.hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 720px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero-proof span { padding: 0 12px; color: var(--muted); font-size: 11px; font-weight: 700; text-align: center; border-inline-start: 1px solid var(--line); }
.hero-proof span:first-child { border-inline-start: 0; }
.hero-visual { display: grid; place-items: center; padding: 48px 4vw; background: radial-gradient(circle at 50% 40%, #173d5b 0, var(--navy-950) 62%); }
.visual-frame { position: relative; width: min(620px, 100%); border: 1px solid rgba(215, 180, 106, .4); border-radius: 260px 260px 30px 30px; box-shadow: 0 30px 80px rgba(0, 0, 0, .42); overflow: hidden; }
.visual-frame img { width: 100%; min-height: 620px; object-fit: cover; }
.visual-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 50%, rgba(3, 19, 33, .72)); pointer-events: none; }
.arrival-card { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; color: white; background: rgba(3, 19, 33, .72); border: 1px solid rgba(255, 255, 255, .17); border-radius: 16px; backdrop-filter: blur(12px); }
.arrival-card div { display: grid; gap: 2px; }
.arrival-card small { color: var(--gold); font-size: 9px; letter-spacing: 2px; }
.arrival-card span:last-child { color: #bfcbd6; font-size: 11px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(16,185,129,.13); }
.hero-monogram { position: absolute; z-index: 2; top: 30px; left: 50%; color: rgba(255, 255, 255, .7); font: 30px Georgia, serif; transform: translateX(-50%); }

.partner-strip { display: flex; align-items: center; justify-content: center; gap: 45px; min-height: 110px; padding: 26px 5vw; color: white; background: var(--navy); }
.partner-strip div { display: flex; align-items: baseline; gap: 15px; }
.partner-strip strong { color: var(--gold); letter-spacing: 2px; }
.partner-strip span { color: #b5c6d3; font-size: 12px; direction: ltr; }
.partner-strip i { width: 1px; height: 38px; background: rgba(255,255,255,.2); }

.section { padding: 110px clamp(22px, 6vw, 100px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: 1440px; margin: 0 auto 50px; }
.section-heading h2, .pilot h2, .expo h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 64px); font-weight: 400; line-height: 1.15; }
.section-heading p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.9; }
.pathways { background: var(--ivory); }
.path-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.path-card { position: relative; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; gap: 10px; padding: 25px; color: var(--ink); text-align: right; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 18px; transition: .25s ease; }
.path-card:hover, .path-card.active { color: white; background: var(--navy); border-color: var(--navy); transform: translateY(-5px); box-shadow: var(--shadow); }
.path-index { position: absolute; top: 20px; left: 22px; color: var(--gold); font: 16px Georgia, serif; }
.path-card strong { font-size: 19px; }
.path-card small { color: var(--muted); line-height: 1.7; }
.path-card.active small, .path-card:hover small { color: #b8c5cf; }

.solutions-section { background: var(--paper); }
.service-showcase { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 360px); gap: 18px; }
.service-feature { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: 0 18px 45px rgba(3,19,33,.08); }
.service-feature:first-child { grid-row: span 2; }
.service-feature img { width: 100%; height: 100%; object-fit: cover; }
.service-feature::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 25%, rgba(3, 19, 33, .87)); }
.service-feature > div { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; color: white; }
.service-feature span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.service-feature h3 { max-width: 560px; margin: 10px 0; font: 400 clamp(26px, 2.6vw, 44px)/1.25 Georgia, serif; }
.service-feature p { max-width: 530px; color: #ced8e0; line-height: 1.8; }
.service-feature a { display: inline-block; margin-top: 8px; color: var(--gold); font-weight: 800; font-size: 12px; }
.service-light::after { background: linear-gradient(180deg, transparent 20%, rgba(9,34,55,.9)); }
.service-gold::after { background: linear-gradient(180deg, transparent 20%, rgba(65,43,10,.87)); }

.operations { color: white; background: var(--navy-950); }
.light-heading h2 { color: white; }
.light-heading p { color: #aab9c5; }
.ops-shell { max-width: 1440px; min-height: 660px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr; overflow: hidden; background: #f5f7f9; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; box-shadow: 0 35px 90px rgba(0,0,0,.35); direction: rtl; }
.ops-sidebar { display: flex; flex-direction: column; gap: 7px; padding: 26px 18px; background: var(--navy-900); }
.ops-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: white; }
.ops-brand span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: 13px Georgia, serif; }
.ops-brand strong { font-size: 10px; letter-spacing: 1.5px; }
.ops-sidebar button { padding: 13px 14px; color: #93a8b8; text-align: right; background: transparent; border: 0; border-radius: 10px; }
.ops-sidebar button.active, .ops-sidebar button:hover { color: white; background: rgba(0,217,255,.1); }
.ops-content { padding: 32px; color: var(--ink); }
.ops-content > header { display: flex; align-items: center; justify-content: space-between; }
.ops-content header small { color: var(--muted); }
.ops-content header h3 { margin: 6px 0 0; font-size: 28px; }
.status-pill { padding: 9px 13px; color: #087454; background: #dff8ee; border-radius: 999px; font-size: 11px; font-weight: 800; }
.ops-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 28px 0; }
.ops-metrics > div { display: grid; gap: 5px; padding: 20px; background: white; border: 1px solid #e4e9ed; border-radius: 15px; }
.ops-metrics small { color: var(--muted); }
.ops-metrics strong { font: 38px Georgia, serif; }
.ops-metrics span { color: #7d8c99; font-size: 11px; }
.ops-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }
.ops-list, .ai-box { padding: 22px; background: white; border: 1px solid #e4e9ed; border-radius: 15px; }
.panel-title { display: flex; justify-content: space-between; margin-bottom: 12px; }
.panel-title span { color: var(--gold-deep); font-size: 11px; font-weight: 700; }
.trip { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid #edf0f2; }
.trip:last-child { border: 0; }
.trip b { width: 44px; height: 44px; display: grid; place-items: center; color: var(--cyan); background: var(--navy); border-radius: 11px; font-size: 9px; }
.trip div { display: grid; gap: 4px; }
.trip small { color: var(--muted); }
.tag { padding: 7px 9px; color: var(--muted); background: #eef1f3; border-radius: 999px; font-size: 9px; }
.active-tag { color: #087454; background: #dff8ee; }
.ai-box { color: white; background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); border-color: rgba(0,217,255,.25); }
.ai-spark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cyan); background: rgba(0,217,255,.1); border-radius: 13px; }
.ai-box h4 { margin: 18px 0 8px; font-size: 20px; }
.ai-box p { min-height: 85px; color: #c6d4de; font-size: 13px; line-height: 1.8; }
.ai-input { display: flex; gap: 7px; }
.ai-input input { width: 100%; padding: 12px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; outline: 0; }
.ai-input button { padding: 0 15px; color: var(--navy); background: var(--cyan); border: 0; border-radius: 9px; font-weight: 800; }
.ai-box > small { display: block; margin-top: 11px; color: #748b9c; }

.pilot { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; background: var(--ivory); }
.pilot-copy { max-width: 650px; }
.pilot h2 span { color: var(--gold-deep); }
.pilot-copy p { margin: 25px 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.pilot-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pilot-steps li { display: grid; grid-template-columns: 85px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.pilot-steps li > span { color: var(--gold-deep); font: 24px Georgia, serif; }
.pilot-steps strong { font-size: 19px; }
.pilot-steps p { margin: 7px 0 0; color: var(--muted); }

.expo { background: var(--paper); }
.expo-ticket { max-width: 1380px; min-height: 420px; margin: 0 auto; display: grid; grid-template-columns: 170px 1fr 210px; overflow: hidden; background: var(--gold); border-radius: 26px; box-shadow: var(--shadow); }
.ticket-side { display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--navy); writing-mode: vertical-rl; transform: rotate(180deg); }
.ticket-side span { letter-spacing: 5px; }
.ticket-side strong { margin: 12px 0; color: var(--gold); font: 48px Georgia, serif; }
.ticket-side small { letter-spacing: 2px; }
.ticket-main { align-self: center; padding: 60px; }
.ticket-main p { max-width: 640px; font-size: 17px; line-height: 1.9; }
.ticket-qr { align-self: center; justify-self: center; width: 135px; height: 135px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; padding: 14px; background: var(--paper); border-radius: 12px; transform: rotate(2deg); }
.ticket-qr span { background: var(--navy); }
.ticket-qr span:nth-child(2), .ticket-qr span:nth-child(6) { background: var(--gold-deep); }
.ticket-qr small { grid-column: 1/-1; margin-top: 5px; text-align: center; font-size: 8px; letter-spacing: 1px; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; color: white; background: var(--navy-950); }
.contact-copy { padding-top: 30px; }
.contact-copy p { color: #aab9c5; font-size: 17px; line-height: 1.9; }
.contact-note { display: grid; gap: 12px; margin-top: 35px; padding: 22px; color: #bdc9d1; background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); border-radius: 16px; }
.contact-note strong { color: var(--gold); margin-bottom: 5px; }
.lead-form { position: relative; display: grid; gap: 18px; padding: 38px; color: var(--ink); background: var(--paper); border-radius: 24px; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.form-badge { position: absolute; top: 18px; left: 22px; padding: 7px 10px; color: var(--gold-deep); background: var(--ivory); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.lead-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.lead-form input, .lead-form select { width: 100%; height: 48px; padding: 0 14px; color: var(--ink); background: white; border: 1px solid #d8dfe4; border-radius: 10px; outline: 0; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,180,106,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent-check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; line-height: 1.7; }
.consent-check input { width: 16px; height: 16px; margin-top: 3px; }
.form-status { min-height: 20px; margin: 0; text-align: center; font-size: 12px; }
.form-status.success { color: #087454; }
.form-status.error { color: var(--red); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px 6vw; color: #8da0ae; background: #020d16; border-top: 1px solid var(--line-dark); }
.site-footer .brand strong { color: white; }
.site-footer p { font-size: 12px; direction: ltr; }
.site-footer > div:last-child { display: flex; gap: 20px; font-size: 12px; }

.reveal, .section { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible, .section.visible { opacity: 1; transform: none; }
.hero .reveal { opacity: 1; transform: none; }

/* CRM */
.crm-body { min-height: 100vh; background: #eef2f5; }
.crm-shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; direction: rtl; }
.crm-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 24px 18px; color: white; background: var(--navy-950); }
.crm-sidebar .brand { margin-bottom: 38px; }
.crm-sidebar .brand strong { color: white; }
.crm-nav { display: grid; gap: 6px; }
.crm-nav button { display: flex; align-items: center; gap: 12px; padding: 13px 14px; color: #91a4b2; text-align: right; background: transparent; border: 0; border-radius: 10px; }
.crm-nav button::before { content: attr(data-icon); width: 24px; color: var(--gold); text-align: center; }
.crm-nav button.active, .crm-nav button:hover { color: white; background: rgba(0,217,255,.09); }
.crm-side-footer { margin-top: auto; padding: 15px; color: #7d909e; background: rgba(255,255,255,.04); border-radius: 12px; font-size: 11px; line-height: 1.7; }
.crm-main { min-width: 0; }
.crm-header { min-height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 17px 32px; background: rgba(255,255,255,.92); border-bottom: 1px solid #dce3e8; backdrop-filter: blur(12px); }
.crm-title h1 { margin: 0; font-size: 24px; }
.crm-title span { color: var(--muted); font-size: 12px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mode-badge { padding: 9px 13px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.mode-badge.dry { color: #8a5a00; background: #fff2cf; }
.mode-badge.live { color: #9c1c1c; background: #ffe0e0; }
.crm-content { padding: 30px; }
.crm-view { display: none; }
.crm-view.active { display: block; }
.view-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.view-heading h2 { margin: 0; font-size: 24px; }
.view-heading p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.small-button { min-height: 40px; padding: 0 17px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-card { position: relative; min-height: 142px; display: grid; align-content: space-between; padding: 20px; background: white; border: 1px solid #e1e7eb; border-radius: 16px; }
.metric-card small { color: var(--muted); }
.metric-card strong { font: 38px Georgia, serif; }
.metric-card span { color: #81909b; font-size: 10px; }
.metric-card i { position: absolute; top: 18px; left: 18px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.dashboard-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; margin-top: 14px; }
.crm-panel { padding: 22px; background: white; border: 1px solid #e1e7eb; border-radius: 16px; }
.crm-panel h3 { margin: 0 0 18px; font-size: 16px; }
.funnel-row { display: grid; grid-template-columns: 110px 1fr 40px; align-items: center; gap: 10px; margin: 13px 0; font-size: 11px; }
.funnel-bar { height: 8px; overflow: hidden; background: #edf1f3; border-radius: 999px; }
.funnel-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--navy), var(--cyan)); border-radius: inherit; }
.activity-list { display: grid; gap: 11px; }
.activity-item { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 10px; padding-bottom: 11px; border-bottom: 1px solid #eef1f3; font-size: 11px; }
.activity-item i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.activity-item small { color: #8a98a2; }
.table-wrap { overflow: auto; background: white; border: 1px solid #e1e7eb; border-radius: 16px; }
.data-table { width: 100%; border-collapse: collapse; white-space: nowrap; }
.data-table th, .data-table td { padding: 14px 16px; text-align: right; border-bottom: 1px solid #edf1f3; font-size: 11px; }
.data-table th { color: var(--muted); background: #f9fafb; font-weight: 800; }
.data-table tr:last-child td { border-bottom: 0; }
.stage, .consent, .message-status { display: inline-flex; padding: 5px 8px; border-radius: 999px; font-size: 9px; font-weight: 800; }
.stage { color: var(--navy); background: #e5edf4; }
.consent.granted, .message-status.sent { color: #087454; background: #dff8ee; }
.consent.unknown { color: #7e5c08; background: #fff2cf; }
.consent.withdrawn, .message-status.failed { color: #9c1c1c; background: #ffe0e0; }
.message-status.dry_run { color: #6d4ea3; background: #eee6ff; }
.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.template-card { display: grid; gap: 12px; padding: 20px; background: white; border: 1px solid #e1e7eb; border-radius: 16px; }
.template-card > span { color: var(--gold-deep); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.template-card h3 { margin: 0; font-size: 16px; }
.template-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.template-card button { justify-self: start; padding: 7px 11px; color: var(--navy); background: var(--ivory); border: 0; border-radius: 8px; font-size: 10px; font-weight: 800; }
.compliance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-list { display: grid; gap: 12px; }
.check-item { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.check-item b { width: 24px; height: 24px; display: grid; place-items: center; color: #087454; background: #dff8ee; border-radius: 50%; }
.check-item strong { display: block; font-size: 12px; }
.check-item p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.warning-box { padding: 15px; color: #754c00; background: #fff4d8; border: 1px solid #f5dda5; border-radius: 12px; font-size: 11px; line-height: 1.8; }
.modal { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(3,19,33,.68); }
.modal.open { display: grid; }
.modal-card { width: min(680px, 100%); max-height: 90vh; overflow: auto; padding: 26px; background: white; border-radius: 20px; box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.modal-head h3 { margin: 0; }
.modal-close { width: 35px; height: 35px; border: 0; border-radius: 50%; background: #edf1f3; }
.crm-form { display: grid; gap: 14px; }
.crm-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; }
.crm-form input, .crm-form select, .crm-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #dce3e8; border-radius: 9px; }
.crm-form textarea { min-height: 90px; resize: vertical; }
.form-help { color: var(--muted); font-size: 10px; line-height: 1.6; }
.preview-frame { width: 100%; min-height: 500px; border: 1px solid #dce3e8; border-radius: 12px; }
.toast { position: fixed; z-index: 120; left: 24px; bottom: 24px; max-width: 390px; padding: 14px 18px; color: white; background: var(--navy); border-radius: 12px; box-shadow: var(--shadow); font-size: 12px; transform: translateY(100px); opacity: 0; transition: .25s ease; }
.toast.show { transform: none; opacity: 1; }

.unsubscribe-page { min-height: 100vh; display: grid; place-items: center; padding: 22px; background: radial-gradient(circle at top, #14335f, var(--navy-950)); }
.unsubscribe-card { width: min(560px,100%); padding: 42px; text-align: center; background: var(--paper); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.unsubscribe-card .brand { margin-bottom: 28px; justify-content: center; }
.unsubscribe-card h1 { font: 38px Georgia, serif; }
.unsubscribe-card p { color: var(--muted); line-height: 1.8; }
.stack-form { display: grid; gap: 16px; margin: 26px 0; text-align: right; }
.stack-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.stack-form input { width: 100%; height: 46px; padding: 0 14px; color: var(--ink); background: white; border: 1px solid #d8dfe4; border-radius: 10px; outline: 0; }
.stack-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.16); }
.link-button { padding: 0; color: var(--cyan); background: none; border: 0; font: inherit; font-weight: 800; text-decoration: underline; cursor: pointer; }

/* Shared marketing-page hero, used by every page except the homepage
   (which keeps its bespoke split hero). Reuses .section spacing so it sits
   consistently under the shared header across pages. */
.page-hero { display: grid; gap: 18px; max-width: 900px; padding: 90px clamp(22px, 6vw, 100px) 50px; margin: 0 auto; }
.page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.4vw, 64px); font-weight: 400; line-height: 1.15; }
.page-hero p { max-width: 640px; margin: 0; color: var(--muted); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.85; }
.page-hero .hero-actions { margin-top: 6px; }
.luxury-eyebrow { color: var(--gold-deep); }

.content-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 30px rgba(9,10,12,.05); }
.content-card h3 { margin: 0 0 10px; font-size: 19px; }
.content-card p { margin: 0; color: var(--muted); line-height: 1.8; font-size: 13px; }
.content-card ul { margin: 12px 0 0; padding-inline-start: 18px; color: var(--muted); font-size: 13px; line-height: 1.9; }

.progress-form { max-width: 720px; margin: 0 auto; display: grid; gap: 18px; padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.progress-steps { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.progress-steps span { padding: 6px 12px; color: var(--muted); background: var(--ivory); border-radius: 999px; font-size: 11px; font-weight: 800; }
.progress-steps span.active { color: white; background: var(--navy); }

.empty-state { max-width: 1440px; margin: 0 auto; padding: 60px; text-align: center; color: var(--muted); background: var(--ivory); border-radius: var(--radius-lg); }
.empty-state strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 18px; }

.vehicle-card { display: grid; overflow: hidden; padding: 0; }
.vehicle-card img { width: 100%; height: 180px; object-fit: cover; background: var(--ivory); }
.vehicle-card .vehicle-card-body { padding: 20px; }
.vehicle-card h3 { margin: 0 0 6px; font-size: 18px; }
.vehicle-card .vehicle-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; color: var(--muted); font-size: 12px; }
.vehicle-card .vehicle-price { margin: 10px 0; color: var(--gold-deep); font-weight: 800; }
.vehicle-detail-gallery { display: grid; gap: 10px; }
.vehicle-detail-gallery img { width: 100%; border-radius: var(--radius-md); object-fit: cover; max-height: 420px; }
.vehicle-detail-panel { margin-top: 20px; }
.vehicle-detail-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin: 18px 0; }
.vehicle-detail-specs div { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }

.lang-toggle { min-height: 36px; padding: 0 14px; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; }

.flush-top { padding-top: 0; }
.text-center { text-align: center; }
.centered-actions { justify-content: center; margin-top: 20px; }
.lead-form.narrow { max-width: 640px; margin: 0 auto; }
.card-wide { max-width: 1440px; margin: 0 auto; }
.cta-banner { max-width: 780px; margin: 0 auto; padding: 60px clamp(22px, 6vw, 100px); text-align: center; background: var(--ivory); }
.cta-banner h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; }
.cta-banner p { margin: 16px 0 26px; color: var(--muted); font-size: 15px; line-height: 1.8; }

@media (max-width: 760px) {
  .content-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 70px 20px 40px; }
}

/* Quote print — bilingual (AR then EN) business document. No new
   dependency: "PDF-ready" means print CSS + window.print(), not a
   server-rendered PDF file. */
.quote-print-page { min-height: 100vh; background: #eef2f5; }
.quote-print-toolbar { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 22px; background: var(--navy-950); color: white; font-size: 12px; }
.quote-print { max-width: 820px; margin: 0 auto; padding: 40px; background: white; }
.quote-print-header { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid var(--falqon-gold); font-size: 14px; }
.quote-print-header small { color: var(--muted); }
.quote-lang-block { margin: 18px 0; }
.quote-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 20px; margin-bottom: 14px; font-size: 13px; }
.quote-print .data-table { width: 100%; margin: 14px 0; }
.quote-totals { width: min(360px, 100%); margin: 14px 0 14px auto; font-size: 13px; }
.quote-totals td { padding: 5px 8px; }
.quote-totals td:last-child { text-align: end; }
.quote-total-row td { border-top: 1px solid var(--line); font-weight: 800; }
.quote-print hr { margin: 28px 0; border: 0; border-top: 1px dashed var(--line); }

@media print {
  .no-print { display: none !important; }
  .quote-print-page { background: white; }
  .quote-print { padding: 0; max-width: none; }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; background: var(--paper); }
  .hero-copy { padding: 75px 7vw 50px; }
  .hero-visual { min-height: 680px; }
  .path-grid { grid-template-columns: repeat(2,1fr); }
  .service-showcase { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 330px; }
  .service-feature:first-child { grid-column: 1/-1; grid-row: auto; }
  .ops-shell { grid-template-columns: 180px 1fr; }
  .ops-grid { grid-template-columns: 1fr; }
  .pilot, .contact { grid-template-columns: 1fr; }
  .expo-ticket { grid-template-columns: 130px 1fr; }
  .ticket-qr { display: none; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .template-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 70px; padding: 0 18px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; right: 12px; left: 12px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 60px 22px 42px; }
  .hero h1 { font-size: clamp(43px, 14vw, 62px); }
  .hero-proof { grid-template-columns: repeat(2,1fr); gap: 12px 0; }
  .hero-visual { min-height: auto; padding: 35px 20px; }
  .visual-frame img { min-height: 500px; }
  .partner-strip { flex-direction: column; gap: 15px; text-align: center; }
  .partner-strip div { flex-direction: column; align-items: center; gap: 6px; }
  .partner-strip i { width: 60px; height: 1px; }
  .section { padding: 75px 20px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .path-grid, .service-showcase { grid-template-columns: 1fr; }
  .path-card { min-height: 155px; }
  .service-showcase { grid-template-rows: repeat(3, 410px); }
  .service-feature:first-child { grid-column: auto; }
  .ops-shell { grid-template-columns: 1fr; }
  .ops-sidebar { display: none; }
  .ops-content { padding: 17px; }
  .ops-content header h3 { font-size: 21px; }
  .status-pill { display: none; }
  .ops-metrics { grid-template-columns: 1fr; }
  .pilot { gap: 45px; }
  .pilot-steps li { grid-template-columns: 55px 1fr; }
  .expo-ticket { grid-template-columns: 1fr; }
  .ticket-side { min-height: 85px; flex-direction: row; gap: 15px; writing-mode: initial; transform: none; }
  .ticket-side strong { font-size: 30px; }
  .ticket-main { padding: 35px 25px; }
  .form-row { grid-template-columns: 1fr; }
  .lead-form { padding: 30px 20px; }
  .form-badge { position: static; justify-self: start; }
  .site-footer { flex-direction: column; text-align: center; }
  .crm-shell { grid-template-columns: 1fr; }
  .crm-sidebar { position: static; height: auto; padding: 14px; }
  .crm-sidebar .brand, .crm-side-footer { display: none; }
  .crm-nav { display: flex; overflow-x: auto; }
  .crm-nav button { flex: 0 0 auto; }
  .crm-header { padding: 14px 18px; }
  .crm-content { padding: 18px; }
  .metric-grid, .dashboard-grid, .template-grid, .compliance-grid { grid-template-columns: 1fr; }
  .view-heading { align-items: flex-start; flex-direction: column; }
}


/* Verified mobile action bar — public contact actions only. */
.mobile-action-bar { display: none; }
@media (max-width: 760px) {
  body.site-page { padding-bottom: 84px; }
  .mobile-action-bar { position: fixed; z-index: 80; right: 12px; bottom: 12px; left: 12px; display: grid; grid-template-columns: 1fr 1.12fr 1fr; gap: 8px; padding: 8px; background: rgba(8, 20, 32, .94); border: 1px solid rgba(215, 180, 106, .42); border-radius: 16px; box-shadow: 0 18px 45px rgba(3, 19, 33, .28); backdrop-filter: blur(14px); }
  .mobile-action { min-height: 46px; display: grid; place-items: center; border-radius: 10px; font-size: 12px; font-weight: 800; text-decoration: none; }
  .mobile-action.whatsapp { color: var(--navy-950); background: #e7e1cf; }
  .mobile-action.booking { color: white; background: var(--gold-deep); }
  .mobile-action.call { color: white; border: 1px solid rgba(255,255,255,.26); }
  .visual-frame img { min-height: 440px; object-position: 50% 50%; }
}


/* Music control remains intentionally secondary until a licensed source is configured. */
.ambient-player { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px clamp(22px, 5vw, 80px); color: white; background: linear-gradient(100deg, #091d2c, #102f49); }
.ambient-player div { display: grid; gap: 4px; }
.ambient-player strong { font-family: Georgia, serif; font-size: 21px; }
.ambient-player small { color: rgba(255,255,255,.7); }
.ambient-player button { min-height: 42px; padding: 0 18px; color: #fff; background: transparent; border: 1px solid rgba(215,180,106,.56); border-radius: 999px; cursor: pointer; font: inherit; font-weight: 800; }
.ambient-player button:hover { background: rgba(215,180,106,.15); }
@media (max-width: 760px) {
.ambient-player { align-items: flex-start; padding: 18px 20px; }
.ambient-player strong { font-size: 18px; }
.ambient-player button { min-width: 112px; padding: 0 12px; font-size: 11px; }
}


/* Verified hero layout correction: eliminate mobile clipping and balance the partner system. */
body.site-page { overflow-x: clip; }
.hero { background: linear-gradient(120deg, #07111a 0%, #0b2030 56%, #07111a 100%); }
.hero-copy { min-width: 0; position: relative; z-index: 2; }
.hero-partner-lockup { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; color: #f5e8c2; font-size: 12px; font-weight: 900; letter-spacing: 1.2px; }
.hero-partner-lockup i { color: var(--gold); font-style: normal; font-size: 18px; }
.hero-partner-lockup small { padding: 5px 8px; border: 1px solid rgba(215,180,106,.45); border-radius: 999px; color: rgba(255,255,255,.8); font-size: 9px; letter-spacing: 1.4px; }
.hero-visual { background: radial-gradient(circle at 50% 40%, #173d5b 0, #07111a 67%); }
@media (max-width: 760px) {
  .site-header { overflow: hidden; direction: rtl; }
  .brand { min-width: 0; max-width: 178px; }
  .brand strong { font-size: 11px; letter-spacing: 1.7px; }
  .brand small { font-size: 7px; letter-spacing: 2px; }
  .hero { grid-template-columns: minmax(0, 1fr); overflow: clip; background: linear-gradient(150deg, #07111a 0%, #0b2030 100%); }
  .hero-copy { width: 100%; padding: 44px 20px 30px; overflow: hidden; }
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy p, .hero-copy .hero-actions, .hero-copy .hero-proof { width: 100%; max-width: 100%; min-width: 0; }
  .hero-copy .eyebrow { font-size: 9px; line-height: 1.45; letter-spacing: 1px; white-space: normal; }
  .hero h1 { font-size: clamp(34px, 10.5vw, 46px); line-height: 1.23; overflow-wrap: anywhere; }
  .hero-copy p { font-size: 15px; line-height: 1.9; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
  .hero-actions .button { flex: 1 1 142px; min-width: 0; }
  .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-visual { min-height: auto; padding: 18px 20px 34px; }
  .visual-frame { width: min(100%, 420px); border-radius: 34px 34px 20px 20px; }
  .visual-frame img { min-height: 450px; object-position: 50% 56%; }
  .hero-partner-lockup { gap: 8px; margin-bottom: 15px; font-size: 10px; letter-spacing: .8px; }
  .hero-partner-lockup small { font-size: 8px; }
}


/* Final narrow-viewport constraints for the public hero. */
.hero-partner-lockup { direction: ltr; }
@media (max-width: 760px) {
  html, body, body.site-page, main { width: 100%; max-width: 100%; overflow-x: hidden; }
  .hero, .hero-copy, .hero-visual, .hero-copy * { box-sizing: border-box; max-width: 100%; }
  .hero-copy { direction: rtl; text-align: right; }
  .hero-partner-lockup { display: flex; width: 100%; justify-content: flex-start; min-width: 0; white-space: normal; }
  .hero-copy .eyebrow { display: block; width: 100%; overflow-wrap: anywhere; }
  .hero h1 { letter-spacing: 0; overflow-wrap: anywhere; }
  .hero h1 span { white-space: normal; }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .hero-actions .button { width: 100%; padding: 0 10px; font-size: 12px; }
}


/* Strict 390 px mobile hero containment. */
@media (max-width: 760px) {
  .site-header { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 0; }
  .site-header .brand { grid-column: 2; justify-self: end; width: auto; max-width: 132px; overflow: hidden; }
  .site-header .brand-mark { width: 34px; height: 34px; flex: 0 0 34px; font-size: 12px; }
  .site-header .brand small { display: none; }
  .site-header .brand strong { display: block; max-width: 76px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .site-header .nav-toggle { grid-column: 1; grid-row: 1; }
  .hero-copy { width: 100vw; max-width: 100vw; padding-right: 20px; padding-left: 20px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .45px; }
  .hero h1 { width: 100%; font-size: clamp(31px, 9vw, 39px); line-height: 1.34; }
  .hero-copy p { width: 100%; font-size: 14px; line-height: 1.75; }
  .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 24px 0; }
  .hero-actions .button { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .hero-proof { width: 100%; gap: 8px 0; }
  .hero-proof span { min-width: 0; padding: 0 5px; font-size: 10px; overflow-wrap: anywhere; }
}


/* Final mobile hero reading hierarchy. */
@media (max-width: 760px) {
  .hero-copy .eyebrow { display: none; }
  .hero h1 { color: #f5f1e6; font-size: clamp(30px, 8.8vw, 35px); line-height: 1.42; text-align: center; }
  .hero h1 span:first-child { color: #f5f1e6; }
  .hero h1 .accent { color: #ddb23c; }
  .hero-copy p { color: rgba(240, 245, 248, .8); text-align: center; }
  .hero-copy > em, .hero-copy em { color: #e5d8ba; display: block; text-align: center; }
  .hero-actions { margin-top: 22px; }
}


/* Mobile RTL headline blocks: no edge clipping. */
@media (max-width: 760px) {
  .hero h1 { font-size: clamp(28px, 7.8vw, 31px); }
  .hero h1 span, .hero h1 .accent { display: block; width: 100%; max-width: 100%; text-align: center; white-space: normal; overflow-wrap: anywhere; }
  .hero-copy p { padding-inline: 8px; }
}


/* Equal mobile action and proof grids. */
@media (max-width: 760px) {
  .hero-actions { direction: rtl; grid-auto-columns: minmax(0, 1fr); }
  .hero-actions > .button { width: 100% !important; min-width: 0 !important; max-width: 100% !important; margin: 0 !important; }
  .hero-proof { direction: rtl; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-proof > span { width: 100%; min-width: 0; }
}


/* Explicit dimensions prevent intrinsic anchor widths from exceeding 390 px. */
@media (max-width: 760px) {
  .hero-actions { display: grid !important; grid-template-columns: calc((100% - 8px) / 2) calc((100% - 8px) / 2) !important; width: 100% !important; overflow: hidden; }
  .hero-actions > a.button { display: inline-flex; width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
  .hero-proof { display: grid !important; grid-template-columns: calc((100% - 8px) / 2) calc((100% - 8px) / 2) !important; width: 100% !important; overflow: hidden; }
}


/* ==========================================================================
   Q LUXURY royal layer — Burgundy / Black / Gold / Silver.
   Applied on top of the FALQON base skin; photography stays untouched and no
   text is ever burned into an image.
   ========================================================================== */
:root {
  --royal-burgundy: #4a0b1c;
  --royal-wine: #21050e;
  --royal-gold: #d9b367;
  --royal-silver: #d8dce0;
}
.site-header { background: rgba(24, 4, 11, .94); border-bottom-color: rgba(217, 179, 103, .3); }
.site-header .brand strong { color: var(--royal-silver); }
.site-header .brand small { color: var(--royal-gold); }
.site-header .brand-mark { color: var(--royal-gold); border-color: var(--royal-gold); background: var(--royal-wine); }
.site-nav a { color: rgba(247, 241, 227, .88); }
.site-nav a:hover, .site-nav a.national-nav { color: var(--royal-gold); }
.site-nav .lang-toggle { color: var(--royal-silver); border-color: rgba(217, 179, 103, .4); }
.nav-portal { color: #fff !important; background: var(--royal-burgundy); border: 1px solid rgba(217, 179, 103, .45); }
.header-partnership { display: inline-flex; align-items: center; gap: 9px; color: var(--royal-silver); font-size: 10px; font-weight: 800; letter-spacing: 1.1px; direction: ltr; }
.header-partnership b { color: var(--royal-gold); font-family: Georgia, serif; font-weight: 700; }
.header-partnership i { color: rgba(217, 179, 103, .72); font-style: normal; }
.hero { background: linear-gradient(120deg, #2a0712 0%, #14040a 55%, #060407 100%); }
.hero-visual { background: radial-gradient(circle at 55% 36%, #5d2c3e 0%, #1b050d 44%, #060407 78%); }
.visual-frame { border-color: rgba(217, 179, 103, .42); }
.hero h1 .accent, .hero .eyebrow, .luxury-eyebrow { color: var(--royal-gold); }
.hero-lead { color: rgba(247, 241, 227, .82); }
.hero-partner-lockup { color: var(--royal-silver); }
.hero-partner-lockup i { color: var(--royal-gold); }
.heritage-statement { max-width: 620px; margin: 16px 0 0; padding-inline-start: 15px; border-inline-start: 2px solid var(--royal-gold); color: rgba(247, 241, 227, .78); font-size: 13px; line-height: 1.85; }
.button-primary { color: #22050d; background: linear-gradient(120deg, #e6cb88, #b98a35); box-shadow: 0 14px 34px rgba(74, 11, 28, .3); }
.button-primary:hover { background: linear-gradient(120deg, #f0d999, #c79640); }
.button-ghost { color: var(--royal-silver); border-color: rgba(217, 179, 103, .62); }
.seasonal-link { display: inline-flex; align-items: center; min-height: 48px; color: var(--royal-gold); font-size: 12px; font-weight: 800; letter-spacing: .6px; }
.partner-strip { background: linear-gradient(90deg, #21050e, var(--royal-burgundy) 50%, #21050e); }
.partner-strip strong { color: var(--royal-gold); }
.partner-strip span { color: rgba(247, 241, 227, .72); }

/* National Day 96 — homepage block */
.national-day-section { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(26px, 4.5vw, 68px); align-items: center; overflow: hidden; padding: 108px clamp(22px, 6vw, 100px); color: #f9f3e7; background: radial-gradient(circle at 6% 18%, rgba(217, 179, 103, .16), transparent 32%), linear-gradient(125deg, #21050e, #4f0d20 56%, #120309); }
.national-intro { position: relative; z-index: 2; max-width: 540px; }
.national-intro h2 { margin: 12px 0 0; font: 400 clamp(40px, 4.6vw, 70px)/1.1 Georgia, "Times New Roman", serif; }
.national-intro p { margin: 20px 0 0; color: rgba(247, 241, 227, .78); font-size: 17px; line-height: 2; }
.national-day-section .eyebrow { color: var(--royal-gold); }
.national-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.national-gallery { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.national-gallery figure { margin: 0; overflow: hidden; background: #09080a; border: 1px solid rgba(217, 179, 103, .34); border-radius: 20px; box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }
.national-gallery figure:first-child { transform: translateY(22px); }
.national-gallery img { width: 100%; height: 340px; object-fit: cover; }
.national-gallery figcaption { padding: 13px 16px; color: var(--royal-silver); font-size: 11px; line-height: 1.65; }
.national-fireworks { position: absolute; z-index: 1; inset: 0; opacity: .6; pointer-events: none; }
.national-fireworks i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--royal-gold); box-shadow: 0 0 0 1px rgba(255, 255, 255, .5), 26px 13px 1px #fff, -19px 27px 1px var(--royal-gold), 36px -19px 1px #fff, -31px -21px 1px var(--royal-gold), 47px 29px 1px #fff, -44px 6px 1px var(--royal-gold); }
.national-fireworks i:nth-child(1) { top: 17%; left: 17%; }
.national-fireworks i:nth-child(2) { top: 44%; right: 15%; }
.national-fireworks i:nth-child(3) { bottom: 17%; left: 45%; }
@media (prefers-reduced-motion: no-preference) {
  .national-fireworks i { animation: royal-spark 3.6s ease-in-out infinite; }
  .national-fireworks i:nth-child(2) { animation-delay: 1.15s; }
  .national-fireworks i:nth-child(3) { animation-delay: 2.3s; }
  @keyframes royal-spark { 0%, 100% { transform: scale(.5); opacity: .12; } 45% { transform: scale(1.5); opacity: 1; } }
}

/* Reception ambience player — UI only until licensed audio is supplied */
.royal-audio { display: grid; grid-template-columns: 1.1fr .9fr auto; gap: clamp(18px, 3vw, 34px); align-items: center; padding: 38px clamp(22px, 6vw, 100px); color: #f9f3e7; background: #120309; border-top: 1px solid rgba(217, 179, 103, .22); }
.royal-audio-copy .eyebrow { color: var(--royal-gold); }
.royal-audio-copy strong { display: block; margin-top: 10px; font: 400 27px/1.2 Georgia, serif; }
.royal-audio-copy p { margin: 8px 0 0; color: rgba(247, 241, 227, .62); font-size: 12px; line-height: 1.75; }
.track-list { display: grid; gap: 8px; }
.track-list button { padding: 11px 14px; color: var(--royal-silver); text-align: start; background: rgba(255, 255, 255, .04); border: 1px solid rgba(217, 179, 103, .24); border-radius: 11px; transition: background .18s cubic-bezier(.23, 1, .32, 1), color .18s ease; }
.track-list button:hover { background: rgba(217, 179, 103, .14); }
.track-list button.active { color: #22050d; background: var(--royal-gold); border-color: var(--royal-gold); }
.audio-controls { display: grid; gap: 10px; min-width: 190px; }
.audio-controls button { min-height: 44px; color: var(--royal-silver); background: transparent; border: 1px solid rgba(217, 179, 103, .6); border-radius: 999px; font-weight: 800; transition: transform .16s cubic-bezier(.23, 1, .32, 1), background .16s ease; }
.audio-controls button:active { transform: scale(.97); }
.audio-controls label { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: rgba(247, 241, 227, .68); font-size: 11px; font-weight: 700; }
.audio-controls input[type="range"] { width: 110px; accent-color: var(--royal-gold); }
.audio-status { grid-column: 1 / -1; margin: 0; color: rgba(247, 241, 227, .5); font-size: 11px; }

/* National Day page */
.national-page { background: #120309; }
.national-page-hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; overflow: hidden; min-height: calc(100vh - 82px); padding: 88px clamp(22px, 7vw, 118px); color: #f8f2e7; background: radial-gradient(circle at 14% 18%, rgba(217, 179, 103, .17), transparent 32%), linear-gradient(135deg, #4f0d20, #130308 64%); }
.national-page-copy, .national-page-figure { position: relative; z-index: 2; }
.national-page-copy .eyebrow { color: var(--royal-gold); }
.national-page-hero h1 { margin: 12px 0 0; font: 400 clamp(40px, 4.8vw, 74px)/1.08 Georgia, "Times New Roman", serif; }
.national-page-hero p { max-width: 620px; margin: 22px 0 0; color: rgba(247, 241, 227, .76); font-size: 18px; line-height: 2; }
.national-page-figure { margin: 0; overflow: hidden; background: #09080a; border: 1px solid rgba(217, 179, 103, .34); border-radius: 22px; box-shadow: 0 34px 80px rgba(0, 0, 0, .4); }
.national-page-figure img { width: 100%; height: min(60vh, 600px); object-fit: cover; }
.national-page-figure figcaption { padding: 14px 18px; color: var(--royal-silver); font-size: 11px; line-height: 1.65; }
.national-flag { display: flex; gap: 6px; margin-top: 26px; }
.national-flag span { width: 46px; height: 6px; border-radius: 999px; background: linear-gradient(90deg, #0f6b3c, #17a45c); }
.national-flag span:nth-child(2) { background: linear-gradient(90deg, #17a45c, var(--royal-gold)); }
.national-flag span:nth-child(3) { background: linear-gradient(90deg, var(--royal-gold), #f0d999); }
.national-offers { color: #f4eee1; background: #0b090a; }
.national-offers .section-heading h2 { color: #f8f2e7; }
.national-offers .section-heading p { color: rgba(247, 241, 227, .6); }
.national-offers .eyebrow { color: var(--royal-gold); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1440px; margin: 0 auto; }
.offer-grid article { padding: 30px; background: linear-gradient(150deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .01)); border: 1px solid rgba(217, 179, 103, .24); border-radius: 20px; }
.offer-grid span { color: var(--royal-gold); font: 25px Georgia, serif; }
.offer-grid h3 { margin: 10px 0; font: 400 27px Georgia, serif; }
.offer-grid p { margin: 0; color: rgba(247, 241, 227, .66); line-height: 1.9; font-size: 14px; }
.national-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; max-width: 1440px; margin: 26px auto 0; padding: 26px 30px; background: rgba(217, 179, 103, .08); border: 1px solid rgba(217, 179, 103, .26); border-radius: 20px; }
.national-cta p { margin: 0; max-width: 640px; color: rgba(247, 241, 227, .78); font-size: 14px; line-height: 1.85; }
.national-page .site-footer { background: #060407; }

@media (max-width: 1050px) {
  .national-day-section, .national-page-hero { grid-template-columns: 1fr; }
  .national-gallery figure:first-child { transform: none; }
  .royal-audio { grid-template-columns: 1fr 1fr; }
  .audio-status { grid-column: 1 / -1; }
  .offer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .header-partnership { display: none; }
  .national-day-section { padding: 72px 20px; }
  .national-intro h2 { font-size: clamp(34px, 10vw, 46px); }
  .national-intro p { font-size: 15px; }
  .national-gallery { grid-template-columns: 1fr; gap: 14px; }
  .national-gallery img { height: 280px; }
  .national-actions { display: grid; grid-template-columns: 1fr; }
  .national-actions .button { width: 100%; }
  .seasonal-link { justify-content: center; width: 100%; }
  .royal-audio { grid-template-columns: 1fr; padding: 32px 20px; }
  .audio-controls { min-width: 0; }
  .audio-controls input[type="range"] { width: 130px; }
  .national-page-hero { min-height: auto; padding: 52px 20px 78px; }
  .national-page-hero h1 { font-size: clamp(32px, 9.4vw, 42px); }
  .national-page-hero p { font-size: 15px; }
  .national-page-figure img { height: 330px; }
  .national-page .site-nav { background: #1b050d; border-color: rgba(217, 179, 103, .3); }
  .national-cta { padding: 22px 20px; }
  .national-cta .button { width: 100%; }
}


/* Royal second-pass mobile corrections — verified on a 390x844 capture. */
@media (max-width: 760px) {
  .hero-visual { padding: 8px 20px 30px; }
  .visual-frame { position: relative; display: block; width: min(100%, 420px); overflow: hidden; border-radius: 26px; }
  .visual-frame img { display: block; width: 100%; height: 430px; min-height: 0; object-fit: cover; object-position: 50% 54%; }
  .hero-monogram { top: 16px; font-size: 22px; color: rgba(247, 241, 227, .78); }
  .arrival-card { right: 14px; bottom: 14px; left: 14px; gap: 10px; padding: 12px 14px; background: rgba(18, 3, 9, .82); border-color: rgba(217, 179, 103, .4); }
  .arrival-card small { font-size: 8px; letter-spacing: 1.4px; }
  .arrival-card strong { font-size: 13px; }
  .arrival-card span:last-child { font-size: 10px; }
  .seasonal-link { min-height: 40px; margin-top: 12px; justify-content: center; padding: 0 14px; border: 1px solid rgba(217, 179, 103, .38); border-radius: 999px; }
  .national-page-hero { display: flex; flex-direction: column; }
  .national-page-hero .national-page-figure { order: 1; }
  .national-page-hero .national-page-copy { order: 2; }
  .national-flag { justify-content: center; margin-top: 20px; }
  .national-page-copy { text-align: center; }
  .national-page-hero p { margin-inline: auto; }
}
