/* tokens.css */
/*
 * TouchScreens Oman — design tokens (owner: chrome).
 * Values are README §6 exactly. Everything else in the theme reads these.
 */
:root {
  /* Surfaces */
  --bg: #faf7f2;
  --surface: #fff;
  --surface-warm: #fffdf9;
  --sand: #f3ede4;
  --sand-deep: #f1e9dd;
  --cream: #fbf5ec;

  /* Text */
  --ink: #1d1510;
  --text: #2e241b;
  --text-ui: #4a3d31;
  --lede: #5c4e40;
  --muted: #66584a;
  --muted-2: #76685a;
  --muted-3: #73665a; /* design #7d6f61 (4.17:1 on --sand); darkened for WCAG AA: 4.78:1 on --sand, 5.56:1 on #fff */
  --muted-4: #75685b; /* design #8a7a69 (3.56:1 on --sand, 4.14:1 on #fff); darkened for WCAG AA: 4.64:1 on --sand, 5.4:1 on #fff */
  --on-ink: #faf7f2;

  /* Brand */
  --cta: #e98a2c;
  --cta-hover: #f29d45;
  --cta-ink: #1d1106;
  --cta-soft: rgba(233, 138, 44, .14);
  --cta-softer: rgba(233, 138, 44, .08);
  --copper: #a6560f; /* design #b45f14 is 4.28:1 on --bg; darkened to pass WCAG AA (4.96:1 on --bg, 4.56:1 on --sand) */
  --copper-hover: #8a4510;
  --copper-line: #c26a1a;
  --oman-red: #d6282e;
  --oman-red-ink: #b3261e;
  --oman-green: #1b8a3a;
  --oman-white: #e4dccf;
  --wa: #25d366;
  --wa-ink: #04230f;
  --wa-text: #137a3a;
  --stock-bg: rgba(27, 138, 58, .12);
  --stock-fg: #137a3a;

  /* Deep red panel */
  --deep-red: linear-gradient(165deg, #3a0d0f, #5b1418);
  --deep-red-banner: linear-gradient(90deg, #3a0d0f, #5b1418 50%, #3a0d0f);
  --deep-red-text: #fff7ee;
  --deep-red-body: #f2cfc0;
  --deep-red-soft: #ffe4d2;
  --deep-red-eyebrow: #ffb3a8;

  /* Borders */
  --line-06: rgba(40, 28, 16, .06);
  --line-07: rgba(40, 28, 16, .07);
  --line: rgba(40, 28, 16, .08);
  --line-10: rgba(40, 28, 16, .1);
  --line-12: rgba(40, 28, 16, .12);
  --line-14: rgba(40, 28, 16, .14);
  --line-16: rgba(40, 28, 16, .16);
  --line-18: rgba(40, 28, 16, .18);
  --accent-line: rgba(194, 106, 26, .3);
  --accent-line-strong: rgba(194, 106, 26, .45);
  --tint: rgba(40, 28, 16, .05);
  --tint-06: rgba(40, 28, 16, .06);

  /* Radii */
  --r-pill: 99px;
  --r-xs: 8px;
  --r-sm: 10px;
  --r-md: 12px;
  --r-input: 12px;
  --r-lg: 14px;
  --r-card: 22px;
  --r-card-lg: 26px;
  --r-hero: 28px;

  /* Shadows */
  --sh-card: 0 22px 50px rgba(70, 45, 20, .10);
  --sh-pop: 0 24px 60px rgba(70, 45, 20, .16);
  --sh-mega: 0 40px 90px rgba(70, 45, 20, .18);
  --sh-modal: 0 40px 120px rgba(70, 45, 20, .25);
  --sh-cta: 0 14px 40px rgba(233, 138, 44, .30);
  --sh-bar: 0 10px 30px rgba(70, 45, 20, .08);
  --sh-dock: 0 20px 60px rgba(70, 45, 20, .16);
  --sh-flag: 0 0 0 1px rgba(40, 28, 16, .12), 0 6px 14px rgba(70, 45, 20, .15);

  /* Motion */
  --ease: cubic-bezier(.2, .7, .2, 1);
  --t-hover: .25s;
  --t-panel: .35s;
  --t-reveal: .9s;

  /* Type */
  --font: 'Manrope', 'Noto Kufi Arabic', system-ui, sans-serif;
  --serif: 'Instrument Serif', serif;
  --ruqaa: 'Aref Ruqaa', serif;
  --accent-font: 'Instrument Serif', 'Aref Ruqaa', serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
  --track-eyebrow: .16em;
  --track-eyebrow-sm: .14em;
  --track-tight: -.035em;
  --track-logo: -.02em;

  --fs-h1: clamp(40px, 5.4vw, 80px);
  --fs-h2: clamp(30px, 3.8vw, 52px);
  --fs-h2-xl: clamp(34px, 4.6vw, 66px);
  --fs-h2-md: clamp(28px, 3.4vw, 44px);

  /* Layout */
  --container: 1400px;
  --gutter: clamp(16px, 4vw, 48px);
  --section-y: clamp(70px, 9vw, 130px);

  /* Chrome geometry — first-paint values; header.js refines --o-header-h. */
  --o-header-h: 131px;
  --o-dock-space: 84px;
  --z-dock: 50;
  --z-tray: 55;
  --z-header: 60;
  --z-modal: 100;
  --z-cflag: 9999;
}

@media (max-width: 1180px) {
  :root { --o-header-h: 79px; }
}

[dir="rtl"] {
  --track-eyebrow: 0;
  --track-eyebrow-sm: 0;
  --track-tight: 0;
  --track-logo: 0;
}

/* base.css */
/*
 * TouchScreens Oman — base: reset, typography, layout primitives, utilities (owner: chrome).
 * Logical properties throughout; [dir=rtl] letter-spacing is 0 via tokens.
 */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--o-header-h) + 12px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
[dir="rtl"] body, [dir="rtl"] { letter-spacing: 0; }
img, svg, video { max-width: 100%; }
img { height: auto; }
a { color: var(--copper); text-decoration: none; }
a:hover { color: var(--copper-hover); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
summary { cursor: pointer; }
summary::-webkit-details-marker { display: none; }
[hidden] { display: none !important; }

/* Focus — SEO-GEO §11 */
:focus-visible { outline: 2px solid var(--cta); outline-offset: 2px; }
:focus:not(:focus-visible) { outline: none; }

/* Skip link */
.o-skip {
  position: fixed; inset-inline-start: 12px; top: 10px; z-index: 1000;
  padding: 10px 16px; border-radius: var(--r-pill); background: var(--ink); color: var(--on-ink);
  font-weight: 700; font-size: 14px; transform: translateY(-160%); transition: transform .2s;
}
.o-skip:focus, .o-skip:focus-visible { transform: none; color: var(--on-ink); }

/* Layout */
.o-container { max-width: var(--container); margin-inline: auto; }
.o-wrap { padding-inline: var(--gutter); }
.o-section { padding: var(--section-y) var(--gutter); position: relative; }
.o-section--sand { background: var(--sand); border-top: 1px solid var(--line-06); }
.o-section--sand-deep { background: var(--sand-deep); border-block: 1px solid var(--line-06); }
.o-section--tight { padding-block: clamp(56px, 7vw, 100px); }
.o-main { display: block; }
.o-main--offset { padding-top: var(--o-header-h); }

/* Typography */
.o-h1 { font-size: var(--fs-h1); line-height: 1.02; letter-spacing: var(--track-tight); font-weight: 800; text-wrap: balance; }
.o-h2 { font-size: var(--fs-h2); line-height: 1.08; letter-spacing: var(--track-tight); font-weight: 800; text-wrap: balance; }
.o-h2--xl { font-size: var(--fs-h2-xl); line-height: 1.05; }
.o-h2--md { font-size: var(--fs-h2-md); line-height: 1.1; }
.o-h3 { font-size: 19px; line-height: 1.35; font-weight: 700; }
.o-lede { color: var(--lede); font-size: 17px; line-height: 1.7; text-wrap: pretty; }
.o-body { color: var(--muted); line-height: 1.75; }
.o-small { font-size: 13px; color: var(--muted-2); }
.o-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: var(--track-eyebrow); text-transform: uppercase; color: var(--copper);
}
.o-eyebrow--muted { color: var(--muted-3); }
.o-accent { font-family: var(--accent-font); font-style: italic; font-weight: 400; color: var(--copper); letter-spacing: 0; }
.o-ruqaa { font-family: var(--ruqaa); letter-spacing: 0; }
.o-muted { color: var(--muted-4); }
.o-mono { font-family: var(--mono); }
.o-ltr { direction: ltr; unicode-bidi: isolate; }
[dir="rtl"] .o-ltr-start { text-align: end; }
.o-nowrap { white-space: nowrap; }
.o-tabular { font-variant-numeric: tabular-nums; }

/* Prose (CMS / guide bodies) */
.o-prose { color: var(--text); font-size: 16px; line-height: 1.8; }
.o-prose > * + * { margin-top: 1em; }
.o-prose h2 { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.2; font-weight: 800; letter-spacing: var(--track-tight); margin-top: 1.6em; }
.o-prose h3 { font-size: 19px; font-weight: 700; margin-top: 1.4em; }
.o-prose ul, .o-prose ol { padding-inline-start: 1.3em; }
.o-prose a { text-decoration: underline; text-underline-offset: 3px; }
.o-prose table { width: 100%; border-collapse: collapse; font-size: 14px; }
.o-prose th, .o-prose td { padding: 10px 12px; border-bottom: 1px solid var(--line-10); text-align: start; }
[dir="rtl"] .o-prose { line-height: 1.9; }

/* Visually hidden */
.o-sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Oman flag stripe (4px default; --h to change) */
.o-flagbar { display: flex; height: var(--h, 4px); }
.o-flagbar > span, .o-flagbar::before, .o-flagbar::after { flex: 1; }
.o-flagbar::before { content: ""; background: var(--oman-red); }
.o-flagbar > span { background: var(--oman-white); }
.o-flagbar::after { content: ""; background: var(--oman-green); }
.o-flagbar--sm { --h: 3px; }
.o-flagbar--mark { width: 66px; height: 4px; border-radius: 2px; overflow: hidden; }
.o-flagbars { display: flex; gap: 6px; }
.o-flagbars > span { width: 22px; height: 4px; border-radius: 2px; }
.o-flagbars > span:nth-child(1) { background: var(--oman-red); }
.o-flagbars > span:nth-child(2) { background: var(--oman-white); }
.o-flagbars > span:nth-child(3) { background: var(--oman-green); }

/* Decorative girih / 45° line pattern (README §6 "Pattern"). Put on a positioned parent. */
.o-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(45deg, rgba(194, 106, 26, .05) 1px, transparent 1px), linear-gradient(-45deg, rgba(194, 106, 26, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent);
  mask-image: linear-gradient(180deg, #000, transparent);
}
.o-pattern--hero {
  background-image: linear-gradient(45deg, rgba(194, 106, 26, .05) 1px, transparent 1px), linear-gradient(-45deg, rgba(194, 106, 26, .05) 1px, transparent 1px), linear-gradient(0deg, rgba(194, 106, 26, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(194, 106, 26, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 50%, #000, transparent 70%);
  mask-image: radial-gradient(ellipse at 70% 50%, #000, transparent 70%);
}
.o-pattern--flat {
  background-image: linear-gradient(45deg, rgba(194, 106, 26, .045) 1px, transparent 1px), linear-gradient(-45deg, rgba(194, 106, 26, .045) 1px, transparent 1px);
  background-size: 40px 40px; -webkit-mask-image: none; mask-image: none;
}
/* Placeholder box (no photo): hatched cream, like the design's image slots. */
.o-hatch {
  background: repeating-linear-gradient(135deg, rgba(40, 28, 16, .035) 0 10px, transparent 10px 20px), linear-gradient(160deg, #fbf5ec, #efe4d4);
}

/* Arabic watermark word — physical right, never mirrors (README §6). */
.o-watermark {
  position: absolute; right: -1%; top: 0; font-family: var(--ruqaa); line-height: 1; color: rgba(180, 95, 20, .06);
  pointer-events: none; user-select: none; letter-spacing: 0; white-space: nowrap;
}

/* Scroll reveal: visible by default; hidden only once JS is running and motion is allowed. */
@media (prefers-reduced-motion: no-preference) {
  .o-js [data-reveal]:not(.is-in) { opacity: 0; transform: translateY(28px); }
  .o-js [data-reveal] { transition: opacity var(--t-reveal) var(--ease), transform var(--t-reveal) var(--ease); transition-delay: calc(var(--reveal-i, 0) * 70ms); }
}

/* Reduced motion: stop everything (README §6). */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Scroll lock (drawer / modals) */
html.o-lock { overflow: hidden; }
html.o-lock body { overflow: hidden; }

/* components.css */
/*
 * TouchScreens Oman — shared components (owner: chrome).
 * Buttons, chips, spec chips, product card, breadcrumb, section head, FAQ, deep-red panel, compare tray, form fields.
 * Values are the design's inline styles (Category / Home / Site Header .dc.html).
 */

/* Icons */
.o-icon { display: inline-block; flex: none; vertical-align: -0.125em; }
[dir="rtl"] .o-flip { transform: scaleX(-1); }

/* ---------- Buttons ---------- */
.o-btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: var(--r-pill); padding: 11px 18px;
  font: 700 13.5px var(--font); text-align: center; white-space: nowrap; text-decoration: none; cursor: pointer;
  transition: background-color var(--t-hover), color var(--t-hover), border-color var(--t-hover), box-shadow var(--t-hover);
}
.o-btn__label { position: relative; }
.o-btn--cta { background: var(--cta); color: var(--cta-ink); }
.o-btn--cta:hover { background: var(--cta-hover); color: var(--cta-ink); }
.o-btn--ink { background: var(--ink); color: var(--on-ink); }
.o-btn--ink:hover { background: #3a2c21; color: var(--on-ink); }
.o-btn--ghost { background: none; border: 1px solid var(--line-18); color: var(--ink); font-weight: 600; }
.o-btn--ghost:hover { border-color: var(--cta); color: var(--ink); }
.o-btn--light { background: var(--surface); border: 1px solid var(--line-18); color: var(--ink); }
.o-btn--light:hover { border-color: var(--cta); color: var(--ink); }
.o-btn--outline { background: none; border: 1px solid var(--accent-line-strong); color: var(--copper-hover); }
.o-btn--outline:hover { background: var(--cta); border-color: var(--cta); color: var(--cta-ink); }
.o-btn--whatsapp { background: var(--wa); color: var(--wa-ink); }
.o-btn--whatsapp:hover { background: #3be07a; color: var(--wa-ink); }
.o-btn--wa-outline { background: none; border: 1px solid rgba(37, 211, 102, .5); color: var(--wa-text); font-weight: 600; gap: 10px; }
.o-btn--wa-outline::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--wa); flex: none; }
.o-btn--wa-outline:hover { border-color: var(--wa); color: var(--wa-text); }
.o-btn--sm { padding: 9px 12px; font-size: 12.5px; }
.o-btn--lg { padding: 17px 28px; font-size: 16px; }
.o-btn--lg.o-btn--wa-outline, .o-btn--lg.o-btn--ghost { padding: 16px 24px; }
.o-btn--block { display: flex; width: 100%; }
.o-btn--glow { box-shadow: 0 14px 50px rgba(233, 138, 44, .3); }
.o-btn[disabled], .o-btn[aria-disabled="true"] { opacity: .6; cursor: default; }
.o-btn__sheen {
  position: absolute; top: 0; bottom: 0; left: 0; width: 35%; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: translateX(-120%) skewX(-20deg);
}
@media (prefers-reduced-motion: no-preference) {
  .o-btn__sheen { animation: o-sheen 3.2s ease-in-out infinite; }
}
@keyframes o-sheen { 0% { transform: translateX(-120%) skewX(-20deg); } 100% { transform: translateX(320%) skewX(-20deg); } }

/* ---------- Chips ---------- */
.o-chip {
  display: inline-flex; align-items: center; gap: 8px; border-radius: var(--r-pill);
  font-size: 12.5px; line-height: 1.3; padding: 7px 12px;
  background: var(--tint); border: 1px solid var(--line); color: var(--text-ui);
}
.o-chip--filter {
  padding: 10px 16px; background: var(--surface); border: 1px solid var(--line-14); color: var(--ink);
  font: 600 13.5px var(--font); cursor: pointer; transition: background-color .2s, color .2s, border-color .2s;
}
.o-chip--filter:hover { border-color: var(--accent-line-strong); color: var(--ink); }
.o-chip--filter.is-active { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.o-chip__count { font-size: 11.5px; opacity: .7; }
.o-chip--removable { border: 0; background: var(--cta-soft); color: var(--copper-hover); font: 600 12.5px var(--font); cursor: pointer; }
.o-chip--removable:hover { background: rgba(233, 138, 44, .22); color: var(--copper-hover); }
.o-chip__x { opacity: .7; font-size: 11px; }
.o-chips { display: flex; flex-wrap: wrap; gap: 8px; }

/* ---------- Spec chips ---------- */
.o-specs { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.o-spec {
  font-size: 11.5px; font-weight: 600; line-height: 1.3; padding: 5px 9px; border-radius: var(--r-xs);
  background: var(--bg); border: 1px solid var(--line); color: var(--text-ui); unicode-bidi: isolate;
}

/* ---------- Product card ---------- */
.o-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.o-card-grid--list { grid-template-columns: 1fr; }
.o-card {
  position: relative; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 14px;
  border-radius: var(--r-card); border: 1px solid var(--line); background: var(--surface); padding: 14px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.o-card:hover { transform: translateY(-4px); box-shadow: var(--sh-card); }
.o-card.is-compared { border-color: rgba(194, 106, 26, .55); }
@media (prefers-reduced-motion: no-preference) {
  .o-card { animation: o-card-in .55s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 40ms); }
  /* Above-the-fold (eager) cards rise without the fade, so their image — often the LCP — paints as soon as it loads. */
  .o-card--eager { animation-name: o-card-rise; }
}
@keyframes o-card-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes o-card-rise { from { transform: translateY(18px); } to { transform: none; } }
.o-card--list { grid-template-columns: minmax(160px, 240px) minmax(0, 1fr); grid-template-rows: auto; }
.o-card__media {
  position: relative; display: block; aspect-ratio: 4 / 3; border-radius: var(--r-lg);
  background: #fff; overflow: hidden;
}
.o-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.o-card__noimg { position: absolute; inset: 0; }
.o-card__badge {
  position: absolute; top: 10px; inset-inline-end: 10px; font-size: 11px; font-weight: 700; line-height: 1.3;
  padding: 5px 9px; border-radius: var(--r-pill); background: var(--ink); color: var(--on-ink);
}
.o-card__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.o-card__meta { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; min-width: 0; }
.o-card__brand { font-weight: 800; color: var(--copper); letter-spacing: .04em; white-space: nowrap; }
[dir="rtl"] .o-card__brand { letter-spacing: 0; }
.o-card__mpn { font-family: var(--mono); color: var(--muted-4); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.o-card__title { margin: 0; font-size: 15.5px; font-weight: 700; line-height: 1.35; }
.o-card__title a { color: var(--ink); }
.o-card__title a:hover { color: var(--copper-hover); }
.o-card__title a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: 0; }
.o-card__actions { position: relative; z-index: 1; }
.o-card__por { font-size: 12px; font-weight: 700; color: var(--copper); }
.o-card__actions {
  margin-top: auto; padding-top: 10px; display: flex; gap: 8px; align-items: center; border-top: 1px solid var(--line-06);
}
.o-card__cta { flex: 1; padding: 11px 14px; font-size: 13px; }
.o-card__cmp {
  display: inline-flex; gap: 6px; align-items: center; cursor: pointer; white-space: nowrap;
  border: 1px solid var(--line-16); background: transparent; color: var(--text-ui);
  border-radius: var(--r-pill); padding: 10px 12px; font: 700 12px var(--font);
  transition: background-color .2s, color .2s, border-color .2s;
}
.o-card__cmp:hover { border-color: var(--ink); }
.o-card__cmp [data-on] { display: none; }
.o-card__cmp[aria-pressed="true"] { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.o-card__cmp[aria-pressed="true"] [data-on] { display: inline-flex; }
.o-card__cmp[aria-pressed="true"] [data-off] { display: none; }
@media (max-width: 640px) {
  .o-card--list { grid-template-columns: 1fr; }
  .o-card__cta { padding-block: 13px; }
  .o-card__cmp { padding-block: 12px; }
}

/* ---------- Breadcrumb ---------- */
.o-crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; font-size: 13px; color: var(--muted-3); }
.o-crumbs li { display: inline-flex; gap: 8px; align-items: center; }
/* The separator ends each crumb (not starts the next), so a wrapped trail never begins a line with "›" (design phone) */
.o-crumbs li:not(:last-child)::after { content: "\203A"; }
[dir="rtl"] .o-crumbs li:not(:last-child)::after { content: "\2039"; }
.o-ghead__crumbs li:nth-last-child(2)::after, [dir="rtl"] .o-ghead__crumbs li:nth-last-child(2)::after { content: none; } /* guide header hides the last crumb (guides.css) */
.o-crumbs a { color: var(--muted-3); }
.o-crumbs a:hover { color: var(--copper); }
.o-crumbs__current { color: var(--ink); font-weight: 600; }
.o-crumbs--center ol { justify-content: center; }

/* ---------- Section head ---------- */
.o-shead { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 24px; align-items: end; }
.o-shead__text { min-width: 0; max-width: 100%; }
.o-shead__eyebrow { margin-bottom: 14px; }
.o-shead__lede { margin-top: 18px; max-width: 560px; color: var(--muted); line-height: 1.7; }
.o-shead__link { display: inline-flex; gap: 6px; align-items: center; font-weight: 600; font-size: 14px; }
.o-shead--center { flex-direction: column; align-items: center; text-align: center; }
.o-shead--center .o-shead__lede { margin-inline: auto; }

/* ---------- FAQ ---------- */
.o-faq__h { margin: 0 0 18px; font-size: clamp(26px, 3vw, 40px); font-weight: 700; line-height: 1.15; }
.o-faq__list { display: flex; flex-direction: column; border-bottom: 1px solid var(--line-10); }
.o-faq__item { border-top: 1px solid var(--line-10); }
.o-faq__q { list-style: none; padding: 22px 0; font-size: 17px; font-weight: 600; line-height: 1.45; display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.o-faq__q:hover { color: var(--copper-hover); }
.o-faq__plus { color: var(--copper); font-size: 18px; margin-top: 2px; transition: transform .25s var(--ease); }
.o-faq__item[open] .o-faq__plus { transform: rotate(45deg); }
.o-faq__a { margin: 0 0 22px; color: var(--muted); line-height: 1.75; }
.o-faq__a a { text-decoration: underline; text-underline-offset: 3px; }
.o-faq--sm .o-faq__h { margin-bottom: 6px; font-size: 20px; font-weight: 800; }
.o-faq--sm .o-faq__list { border-bottom: 0; }
.o-faq--sm .o-faq__item { border-top: 0; border-bottom: 1px solid var(--line-10); }
.o-faq--sm .o-faq__q { padding: 18px 0; font-size: 15.5px; font-weight: 700; }
.o-faq--sm .o-faq__a { margin-bottom: 18px; font-size: 16px; color: var(--lede); } /* design: product, category and sector answers inherit 16px */
[dir="rtl"] .o-faq__a { line-height: 1.9; }

/* ---------- Deep-red panel ---------- */
.o-redpanel {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 12px;
  border-radius: var(--r-card-lg); padding: 28px; background: var(--deep-red); color: var(--deep-red-soft);
}
a.o-redpanel:hover { color: var(--deep-red-soft); }
.o-redpanel > * { position: relative; }
.o-redpanel__wm {
  position: absolute !important; right: -20px; bottom: -40px; font-family: var(--ruqaa); font-size: 150px; line-height: 1;
  color: rgba(255, 228, 210, .08); pointer-events: none; user-select: none; letter-spacing: 0;
}
.o-redpanel__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: var(--track-eyebrow); text-transform: uppercase; color: var(--deep-red-eyebrow); }
.o-redpanel__title { font-size: 22px; font-weight: 800; line-height: 1.25; color: var(--deep-red-text); margin: 0; }
.o-redpanel__body { font-size: 14px; line-height: 1.6; color: var(--deep-red-body); display: flex; flex-direction: column; gap: 12px; }
.o-redpanel__body a:not(.o-btn) { color: var(--deep-red-text); text-decoration: underline; }

/* ---------- Form fields (quote modal, brief, contact) ---------- */
.o-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; font-size: 12.5px; font-weight: 600; color: var(--text-ui); }
.o-field--full { grid-column: 1 / -1; }
.o-input {
  width: 100%; background: var(--bg); border: 1px solid var(--line-12); border-radius: var(--r-input);
  padding: 13px; color: var(--ink); font: 14px var(--font); transition: border-color .2s, background-color .2s;
}
.o-input::placeholder { color: var(--muted-4); }
.o-input:focus { border-color: var(--cta); background-color: var(--surface); }
.o-input[aria-invalid="true"] { border-color: var(--oman-red); background-color: #fff7f6; }
.o-select { appearance: none; -webkit-appearance: none; padding-inline-end: 38px;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted-2) 50%), linear-gradient(135deg, var(--muted-2) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
[dir="rtl"] .o-select { background-position: 15px 50%, 20px 50%; }
.o-field__err { margin: 0; font-size: 12px; font-weight: 600; color: #b3261e; line-height: 1.45; }
/* Honeypot: clipped in place (no off-screen offset, which made RTL pages 10,000px wide) */
.o-hp { position: absolute !important; inset-block-start: 0; inset-inline-start: 0; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; opacity: 0; pointer-events: none; }

/* Toggle pills (checkbox) — "+ Installation" / "✓ Installation" */
.o-toggle { position: relative; display: inline-flex; }
.o-toggle input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.o-toggle__ui {
  display: inline-flex; gap: 6px; align-items: center; cursor: pointer; user-select: none;
  border: 1px solid var(--line-18); background: transparent; color: var(--text-ui);
  font: 600 12.5px var(--font); padding: 8px 13px; border-radius: var(--r-pill);
  transition: background-color .2s, color .2s, border-color .2s;
}
.o-toggle__mark { position: relative; display: inline-block; width: 9px; height: 9px; flex: none; }
.o-toggle__mark::before, .o-toggle__mark::after { content: ""; position: absolute; background: currentColor; border-radius: 1px; }
.o-toggle__mark::before { left: 4px; top: 0; width: 1.6px; height: 9px; }
.o-toggle__mark::after { left: 0; top: 3.7px; width: 9px; height: 1.6px; }
.o-toggle input:checked + .o-toggle__ui { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.o-toggle input:checked + .o-toggle__ui .o-toggle__mark::before { left: 3px; top: -1px; width: 4px; height: 8px; background: none; border: solid currentColor; border-width: 0 1.8px 1.8px 0; transform: rotate(45deg); border-radius: 0; }
.o-toggle input:checked + .o-toggle__ui .o-toggle__mark::after { display: none; }
.o-toggle input:focus-visible + .o-toggle__ui { outline: 2px solid var(--cta); outline-offset: 2px; }
.o-toggle:hover .o-toggle__ui { border-color: var(--ink); }

/* ---------- Compare tray (README §5.4) — physical bottom-left in both directions ---------- */
.o-tray { position: fixed; left: 18px; bottom: 18px; z-index: var(--z-tray); }
@media (prefers-reduced-motion: no-preference) {
  .o-tray:not([hidden]) { animation: o-tray-up .45s var(--ease) both; }
}
@keyframes o-tray-up { from { transform: translateY(140%); } to { transform: none; } }
.o-tray__drawer {
  position: absolute; left: 0; bottom: 100%; padding-bottom: 10px; width: max(100%, 320px);
  opacity: 0; transform: translateY(8px); pointer-events: none; visibility: hidden;
  transition: opacity .25s, transform .25s var(--ease), visibility 0s .25s;
}
.o-tray:hover .o-tray__drawer, .o-tray:focus-within .o-tray__drawer, .o-tray__drawer.is-open {
  opacity: 1; transform: none; pointer-events: auto; visibility: visible; transition: opacity .25s, transform .25s var(--ease), visibility 0s;
}
@media (hover: none) { .o-tray:hover .o-tray__drawer:not(.is-open) { opacity: 0; pointer-events: none; visibility: hidden; } }
.o-tray__box { border-radius: 18px; background: var(--surface); border: 1px solid var(--line-10); box-shadow: 0 24px 60px rgba(40, 28, 16, .22); padding: 8px; color: var(--ink); }
.o-tray__h { padding: 8px 10px; font-size: 11px; font-weight: 800; letter-spacing: .12em; color: var(--muted-3); text-transform: uppercase; }
[dir="rtl"] .o-tray__h { letter-spacing: 0; }
.o-tray__list { list-style: none; margin: 0; padding: 0; }
.o-tray__item { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 12px; }
.o-tray__thumb { width: 40px; height: 30px; flex: none; border-radius: 8px; background: #fff; border: 1px solid var(--line); object-fit: contain; }
.o-tray__thumb--none { background: repeating-linear-gradient(135deg, rgba(40, 28, 16, .05) 0 6px, transparent 6px 12px), #f6efe4; border: 0; }
.o-tray__text { flex: 1; min-width: 0; line-height: 1.3; }
.o-tray__name { display: block; font-weight: 700; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink); }
.o-tray__name:hover { color: var(--copper-hover); }
.o-tray__brand { display: block; font-size: 11.5px; font-weight: 800; color: var(--copper); }
.o-tray__rm { border: 0; background: var(--tint-06); width: 28px; height: 28px; border-radius: 50%; color: var(--text-ui); flex: none; display: grid; place-items: center; font-size: 12px; padding: 0; cursor: pointer; }
.o-tray__rm:hover { background: var(--ink); color: var(--on-ink); }
@media (pointer: coarse) { .o-tray__rm { width: 36px; height: 36px; } }
.o-tray__pill { display: flex; gap: 8px; align-items: center; padding: 8px; padding-inline-start: 16px; border-radius: var(--r-pill); background: var(--ink); color: var(--on-ink); box-shadow: 0 24px 60px rgba(40, 28, 16, .35); }
.o-tray__toggle { border: 0; background: none; color: var(--on-ink); font: 700 13px var(--font); white-space: nowrap; display: flex; gap: 8px; align-items: center; padding: 0; cursor: pointer; min-height: 36px; }
.o-tray__n { min-width: 22px; height: 22px; padding: 0 6px; border-radius: var(--r-pill); background: var(--cta); color: var(--cta-ink); display: grid; place-items: center; font-size: 12px; }
.o-tray__go { border: 0; background: var(--cta); color: var(--cta-ink); border-radius: var(--r-pill); padding: 10px 16px; font: 700 13px var(--font); white-space: nowrap; cursor: pointer; }
.o-tray__go:hover { background: var(--cta-hover); }
@media (max-width: 1300px) { .o-tray { bottom: 84px; } }
@media (max-width: 900px) { .o-tray { bottom: 80px; left: 10px; } }
@media (max-width: 640px) { .o-tray { bottom: calc(76px + env(safe-area-inset-bottom)); } }

/* Toast (compare feedback) */
.o-toast {
  position: fixed; left: 50%; bottom: calc(var(--o-dock-space) + 12px); z-index: 70; transform: translateX(-50%);
  max-width: min(92vw, 420px); padding: 10px 16px; border-radius: 14px; background: var(--ink); color: var(--on-ink);
  font-size: 13px; font-weight: 600; box-shadow: var(--sh-pop); text-align: center; pointer-events: none;
}
/* Phones: the centred toast would sit on the compare tray pill — lift it clear of the tray */
@media (max-width: 640px) { body:has(.o-tray:not([hidden])) .o-toast { bottom: calc(136px + env(safe-area-inset-bottom)); } }

/* header.css */
/*
 * TouchScreens Oman — header, mega menu, search bar, drawer, dock, cursor flag (owner: chrome).
 * README §5.1 / design/Site Header.dc.html. Breakpoint 1180px swaps to the drawer (CSS only, correct on first paint) —
 * the design's 1020px left the six-item nav pill clipping its last items on 1021–1180px laptops; 1181–1320px compacts the bar.
 */
@keyframes o-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes o-pulse { 0%, 100% { opacity: .4; } 50% { opacity: 1; } }

.o-header { position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-header); color: var(--ink); font-family: var(--font); }

/* National Day banner */
.o-natday {
  position: relative; overflow: hidden; background: var(--deep-red-banner); text-align: center;
  padding: 8px 16px; font-size: 13px; font-weight: 600; line-height: 1.4; color: var(--deep-red-soft);
}

/* Utility bar */
.o-util { border-bottom: 1px solid var(--line-06); background: var(--sand); }
.o-util__in {
  max-width: var(--container); margin: 0 auto; padding: 8px var(--gutter);
  display: flex; flex-wrap: wrap; gap: 6px 22px; justify-content: space-between; align-items: center;
  font-size: 12.5px; line-height: normal; color: var(--muted);
}
.o-util__group { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.o-util a { color: var(--text-ui); }
.o-util a:hover { color: var(--copper); }
.o-util__omr { color: var(--copper); }
.o-desk { display: flex; gap: 8px; align-items: center; }
.o-desk__dot { width: 7px; height: 7px; border-radius: 50%; flex: none; background: var(--cta); }
.o-desk__dot--pulse { box-shadow: 0 0 10px var(--cta); }
.o-desk__dot.is-open { background: var(--wa); }
.o-desk__dot--pulse.is-open { box-shadow: 0 0 10px var(--wa); }
@media (prefers-reduced-motion: no-preference) {
  .o-desk__dot--pulse { animation: o-pulse 2s infinite; }
}

/* Scrolled: banner + utility bar go, main bar compacts */
.o-header.is-scrolled .o-util, .o-header.is-scrolled .o-natday { display: none; }

/* Main bar */
.o-bar {
  background: rgba(250, 247, 242, .94); border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transition: box-shadow var(--t-panel);
}
.o-header.is-scrolled .o-bar { box-shadow: var(--sh-bar); }
.o-bar__in {
  max-width: var(--container); margin: 0 auto; padding: 16px var(--gutter);
  display: flex; flex-wrap: nowrap; gap: 16px; align-items: center; justify-content: space-between;
  transition: padding var(--t-panel);
}
.o-header.is-scrolled .o-bar__in { padding-block: 12px; }

/* Logo — the flag never mirrors */
.o-logo { display: flex; gap: 12px; align-items: center; color: var(--ink); flex: none; }
.o-logo:hover { color: var(--ink); }
.o-logo__flag {
  width: 56px; height: auto; aspect-ratio: 7 / 4; border-radius: 6px; object-fit: cover; flex: none;
  box-shadow: var(--sh-flag); transform: none;
}
.o-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.o-logo__word { font-size: 19px; font-weight: 800; letter-spacing: var(--track-logo); white-space: nowrap; }
.o-logo__tag { font-size: 10.5px; letter-spacing: var(--track-eyebrow); color: var(--muted-3); white-space: nowrap; }

/* Nav pill */
.o-nav {
  display: flex; min-width: 0; overflow-x: auto; scrollbar-width: none;
  padding: 5px; border-radius: var(--r-pill); background: var(--tint); border: 1px solid var(--line); font-size: 13.5px;
}
.o-nav::-webkit-scrollbar { display: none; }
/* Overflow cue (safety net: the drawer breakpoint + the 1181–1320px compaction below keep all items visible): fade the clipped edge(s). header.js sets the classes. */
.o-nav.is-clip-end { -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); }
.o-nav.is-clip-start { -webkit-mask-image: linear-gradient(270deg, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(270deg, #000 calc(100% - 48px), transparent); }
.o-nav.is-clip-start.is-clip-end { -webkit-mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent); }
[dir="rtl"] .o-nav.is-clip-end { -webkit-mask-image: linear-gradient(270deg, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(270deg, #000 calc(100% - 48px), transparent); }
[dir="rtl"] .o-nav.is-clip-start { -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); }
[dir="rtl"] .o-nav.is-clip-start.is-clip-end { -webkit-mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(90deg, transparent, #000 48px, #000 calc(100% - 48px), transparent); }
.o-nav__list { display: flex; flex-wrap: nowrap; white-space: nowrap; gap: 4px; list-style: none; margin: 0; padding: 0; }
.o-nav__link {
  display: flex; gap: 6px; align-items: center; padding: 8px 14px; border-radius: var(--r-pill);
  color: var(--text-ui); line-height: normal; transition: background-color .2s, color .2s;
}
.o-nav__link:hover, .o-nav__link[aria-expanded="true"] { color: var(--copper-hover); background: rgba(233, 138, 44, .14); }
.o-nav__chev { font-size: 9px; margin-inline: -2px; opacity: .6; transition: transform .25s; }
.o-nav__link[aria-expanded="true"] .o-nav__chev { transform: rotate(180deg); }

/* Actions */
.o-bar__actions { display: flex; gap: 10px; align-items: center; font-size: 13px; flex: none; }
.o-iconbtn {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-14); padding: 0;
  background: var(--surface); color: var(--ink); font-size: 16px; display: grid; place-items: center;
  transition: background-color .2s, color .2s;
}
.o-iconbtn:hover { border-color: var(--ink); }
.o-iconbtn[aria-expanded="true"] { background: var(--ink); color: var(--on-ink); }
.o-lang {
  display: inline-block; border: 1px solid var(--line-14); border-radius: var(--r-pill); padding: 8px 13px;
  color: var(--text-ui); font: 600 13px var(--font); white-space: nowrap;
}
.o-lang:hover { border-color: var(--ink); color: var(--ink); }
.o-bar__cta { font-size: 13.5px; padding: 11px 18px; }
.o-burger {
  display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line-14); padding: 0;
  background: var(--surface); color: var(--ink); font-size: 18px; place-items: center;
}
.o-burger[aria-expanded="true"] { background: var(--ink); color: var(--on-ink); }
.o-burger__close, .o-burger[aria-expanded="true"] .o-burger__open { display: none; }
.o-burger[aria-expanded="true"] .o-burger__close { display: block; }
.o-narrow-only { display: none; }

/* Search bar */
.o-searchbar { padding: 0 var(--gutter); }
.o-searchbar__form {
  max-width: 860px; margin: 10px auto 0; display: flex; align-items: center; gap: 12px;
  border-radius: 20px; background: var(--surface); border: 1px solid var(--line-12);
  box-shadow: 0 30px 70px rgba(70, 45, 20, .16); padding: 10px; padding-inline-start: 22px;
}
.o-searchbar__form:focus-within { border-color: var(--cta); }
.o-searchbar__icon { font-size: 18px; color: var(--copper); }
.o-searchbar__input {
  flex: 1; min-width: 0; border: 0; outline: 0; background: none;
  font: 500 16px var(--font); color: var(--ink); padding: 10px 0;
}
.o-searchbar__input::-webkit-search-cancel-button { -webkit-appearance: none; }
.o-searchbar__go {
  border: 0; background: var(--ink); color: var(--on-ink); font: 700 14px var(--font);
  padding: 13px 20px; border-radius: 14px; cursor: pointer;
}
.o-searchbar__go:hover { background: #3a2c21; }

/* Mega menu */
.o-mega { padding: 0 var(--gutter); }
.o-mega__box {
  max-width: var(--container); margin: 10px auto 0; border-radius: var(--r-card-lg);
  background: rgba(255, 253, 249, .98); border: 1px solid var(--line-10); box-shadow: var(--sh-mega); overflow: hidden;
}
.o-mega__grid { display: grid; grid-template-columns: minmax(200px, 1fr) minmax(0, 2.4fr) minmax(220px, 1.1fr); }
.o-mega__links { padding: 28px; border-inline-end: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.o-mega__links ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.o-mega__h { font-size: 11px; font-weight: 700; letter-spacing: var(--track-eyebrow); color: var(--copper); margin-bottom: 10px; }
.o-mega__link {
  display: flex; justify-content: space-between; gap: 10px; padding: 10px 12px; border-radius: 12px;
  color: var(--ink); font-weight: 600; font-size: 14.5px; line-height: 1.35;
}
.o-mega__link:hover, .o-mega__link:focus-visible { background: rgba(233, 138, 44, .1); color: var(--copper-hover); }
.o-mega__count { font-size: 12px; color: var(--muted-4); font-weight: 500; flex: none; }
.o-mega__all { margin-top: 10px; padding: 10px 12px; font-weight: 700; font-size: 13.5px; color: var(--copper); display: inline-flex; gap: 6px; align-items: center; align-self: flex-start; }
.o-mega__feat { padding: 28px; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.o-mega__feathead { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.o-mega__featlabel { font-size: 11px; font-weight: 700; letter-spacing: var(--track-eyebrow); color: var(--muted-3); text-transform: uppercase; }
.o-mega__featnote { font-size: 12px; color: var(--muted-4); }
.o-mega__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.o-mcard {
  border-radius: 18px; border: 1px solid var(--line); background: var(--surface); padding: 12px;
  display: flex; flex-direction: column; gap: 10px; min-width: 0; transition: transform .3s, border-color .3s;
}
.o-mcard:hover { transform: translateY(-3px); border-color: rgba(194, 106, 26, .4); }
.o-mcard__img { display: grid; place-items: center; aspect-ratio: 4 / 3; border-radius: 12px; background: #fff; overflow: hidden; }
.o-mcard__img img { width: 100%; height: 100%; object-fit: contain; }
.o-mcard__img.o-hatch { background: repeating-linear-gradient(135deg, rgba(40, 28, 16, .035) 0 10px, transparent 10px 20px), linear-gradient(160deg, #fbf5ec, #efe4d4); } /* no distinct photo */
.o-mcard__name {
  font-weight: 700; font-size: 14px; line-height: 1.35; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.o-mcard__name:hover { color: var(--copper-hover); }
.o-mcard__spec { font-size: 12px; color: var(--muted-2); line-height: 1.4; }
.o-mcard__spec .o-iso { unicode-bidi: isolate; }
.o-mcard__cta { margin-top: auto; }
.o-mega__promo {
  position: relative; overflow: hidden; padding: 28px; background: var(--deep-red); color: var(--deep-red-soft);
  display: flex; flex-direction: column; gap: 12px;
}
.o-mega__promo > * { position: relative; }
.o-mega__wm {
  position: absolute !important; right: -20px; bottom: -40px; font-family: var(--ruqaa); font-size: 150px; line-height: 1;
  color: rgba(255, 228, 210, .08); pointer-events: none; user-select: none; letter-spacing: 0;
}
.o-mega__promoey { font-size: 11px; font-weight: 700; letter-spacing: var(--track-eyebrow); color: var(--deep-red-eyebrow); text-transform: uppercase; }
.o-mega__promoh { font-size: 22px; font-weight: 800; line-height: 1.25; color: var(--deep-red-text); }
.o-mega__promop { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--deep-red-body); }
.o-mega__promocta { margin-top: auto; align-self: flex-start; padding: 12px 18px; }

@media (prefers-reduced-motion: no-preference) {
  .o-searchbar:not([hidden]) .o-searchbar__form { animation: o-rise .3s var(--ease) both; }
  .o-mega:not([hidden]) .o-mega__box { animation: o-rise .35s var(--ease) both; }
  .o-mega.is-swap .o-mega__box { animation: none; }
  .o-drawer:not([hidden]) { animation: o-rise .3s var(--ease) both; }
}

/* Drawer — ≤1180px only */
.o-drawer { display: none; }
.o-drawer__search {
  display: flex; align-items: center; gap: 10px; border-radius: 14px; background: var(--surface);
  border: 1px solid var(--line-14); padding: 6px; padding-inline-start: 14px;
}
.o-drawer__search:focus-within { border-color: var(--cta); }
.o-drawer__searchicon { color: var(--copper); }
.o-drawer__search input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font: 500 16px var(--font); color: var(--ink); padding: 10px 0; }
.o-drawer__search button { border: 0; background: var(--ink); color: var(--on-ink); border-radius: 10px; padding: 12px 14px; font: 700 13px var(--font); }
.o-acc { margin-top: 14px; display: flex; flex-direction: column; border-radius: 18px; background: var(--surface); border: 1px solid var(--line); overflow: hidden; }
.o-acc__item { border-bottom: 1px solid var(--line-07); }
.o-acc__item:last-child { border-bottom: 0; }
.o-acc__btn {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 18px;
  border: 0; background: none; font: 700 16px var(--font); color: var(--ink); text-align: start; cursor: pointer; min-height: 54px;
}
.o-acc__chev { font-size: 13px; color: var(--copper); transition: transform .25s; }
.o-acc__btn[aria-expanded="true"] .o-acc__chev { transform: rotate(180deg); }
.o-acc__panel { padding: 0 10px 12px; display: flex; flex-direction: column; }
.o-acc__link { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 11px 10px; min-height: 44px; border-radius: 10px; color: var(--text-ui); font-weight: 600; font-size: 14.5px; line-height: normal; }
.o-acc__link:hover { background: rgba(233, 138, 44, .1); color: var(--copper-hover); }
.o-acc__count { font-size: 12px; color: var(--muted-4); flex: none; }
.o-acc__all { display: inline-flex; gap: 6px; align-items: center; padding: 11px 10px; min-height: 44px; font-weight: 800; font-size: 14px; color: var(--copper); }
.o-drawer__duo { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.o-drawer__lang, .o-drawer__brief { display: grid; place-items: center; border-radius: 14px; padding: 14px; min-height: 50px; font: 700 14px var(--font); text-align: center; }
.o-drawer__lang { border: 1px solid var(--line-14); background: var(--surface); color: var(--ink); }
.o-drawer__brief { background: var(--ink); color: var(--on-ink); }
.o-drawer__lang:hover { color: var(--ink); border-color: var(--ink); }
.o-drawer__brief:hover { color: var(--on-ink); background: #3a2c21; }
.o-drawer__desk { margin-top: 14px; border-radius: 18px; background: var(--sand); padding: 16px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: normal; }
.o-drawer__status { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; color: var(--text-ui); }
.o-drawer__strong { font-weight: 700; color: var(--ink); text-align: start; }
.o-drawer__omr { color: var(--copper); }

/* 1181–1320px: tighten the bar so all six nav items fit without clipping. */
@media (min-width: 1181px) and (max-width: 1320px) {
  .o-bar__in { gap: 12px; }
  .o-logo__flag { width: 48px; }
  .o-nav { font-size: 13px; }
  .o-nav__list { gap: 2px; }
  .o-nav__link { padding-inline: 9px; }
  .o-bar__actions { gap: 8px; }
  .o-bar__cta .o-wide-only { display: none; }
  .o-bar__cta .o-narrow-only { display: inline; }
}
@media (max-width: 1180px) {
  .o-util, .o-nav, .o-bar__search, .o-lang, .o-logo__tag, .o-wide-only, .o-mega, .o-searchbar { display: none !important; }
  .o-narrow-only { display: inline; }
  .o-burger { display: grid; }
  .o-logo__flag { width: 44px; }
  .o-logo__word { font-size: 16px; }
  .o-bar__cta { padding: 10px 14px; }
  .o-drawer:not([hidden]) {
    display: block; height: calc(100vh - var(--o-bar-bottom, var(--o-header-h))); height: calc(100dvh - var(--o-bar-bottom, var(--o-header-h)));
    overflow: auto; overscroll-behavior: contain; background: var(--bg);
    border-bottom: 1px solid var(--line-10); padding: 16px 16px 120px;
  }
}
@media (max-width: 380px) {
  .o-logo { gap: 9px; }
  .o-logo__word { font-size: 15px; }
  .o-bar__in { gap: 10px; }
  .o-bar__actions { gap: 8px; }
}

/* Dock (all pages) — fixed bottom-centre; physical centring, so it does not mirror. */
.o-dock {
  position: fixed; left: 50%; bottom: calc(18px + env(safe-area-inset-bottom)); transform: translateX(-50%); z-index: var(--z-dock);
  display: flex; gap: 6px; padding: 6px; border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .92); border: 1px solid var(--line-10);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: var(--sh-dock); white-space: nowrap;
}
.o-dock__wa, .o-dock__cta, .o-dock__call { display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-pill); font: 700 13.5px var(--font); padding: 10px 16px; }
.o-dock__wa { background: var(--wa); color: var(--wa-ink); }
.o-dock__wa:hover { background: #3be07a; color: var(--wa-ink); }
.o-dock__cta { border: 0; background: var(--cta); color: var(--cta-ink); cursor: pointer; }
.o-dock__cta:hover { background: var(--cta-hover); }
.o-dock__call { color: var(--ink); font-weight: 400; padding: 10px 14px; border: 1px solid var(--line-14); }
.o-dock__call:hover { color: var(--ink); border-color: var(--ink); }
@media (max-width: 640px) {
  .o-dock { bottom: calc(10px + env(safe-area-inset-bottom)); }
  .o-dock__wa, .o-dock__cta, .o-dock__call { min-height: 44px; padding-block: 11px; }
}
html.o-lock .o-dock, html.o-lock .o-tray { visibility: hidden; }

/* Cursor flag (README §5.1) — desktop, pointer:fine, motion allowed. Built by assets (demo/cursor-flag-demo.html). */
.o-cflag { direction: ltr; position: fixed; left: 0; top: 0; z-index: var(--z-cflag); pointer-events: none; opacity: 0; transition: opacity .3s; will-change: transform; }
.o-cflag.is-on { opacity: 1; }
.o-cflag__in { position: relative; width: 34px; height: 26px; transform-origin: 1px 25px; }
.o-cflag__pole { position: absolute; left: 0; top: 0; width: 2px; height: 26px; border-radius: 1px; background: linear-gradient(90deg, #6b5a45, #cdbb9f, #6b5a45); }
.o-cflag__ball { position: absolute; left: -1.5px; top: -3px; width: 5px; height: 5px; border-radius: 50%; background: #e0b04a; }
.o-cflag__cloth { position: absolute; left: 2px; top: 1px; width: 30px; height: 17px; display: flex; overflow: hidden; box-shadow: 0 3px 8px rgba(70, 45, 20, .25); }
.o-cflag__cloth > i { flex: 1; height: 100%; background: url(../img/oman-flag-112.webp) calc(var(--i) * -3px) 0 / 30px 17px no-repeat; }
@media (prefers-reduced-motion: no-preference) {
  .o-cflag__cloth > i { animation: o-miniwave 1.1s ease-in-out infinite; animation-delay: calc(var(--i) * -.08s); }
}
@keyframes o-miniwave { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-1.5px); } }
@media (pointer: coarse), (prefers-reduced-motion: reduce) { .o-cflag { display: none !important; } }

/* footer.css */
/*
 * TouchScreens Oman — footer (owner: chrome). design/Site Footer.dc.html.
 * Bottom padding 110px keeps the last line clear of the floating dock. One grid at every width, as in the design
 * (auto-fit minmax(180px): 4 across at 1024+, one column on phones); link pitch = 9px gap + line-height normal.
 */
.o-footer {
  border-top: 1px solid var(--line-10); padding: 56px var(--gutter) 110px;
  font-size: 13.5px; line-height: normal; background: var(--sand); color: var(--ink);
}
.o-footer__grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; }
.o-footer__logo { font-size: 20px; font-weight: 800; line-height: 1.3; }
.o-footer__brand p { color: var(--muted-3); line-height: 1.7; margin: 10px 0 0; max-width: 320px; }
.o-footer__col { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.o-footer__h { font-size: 11px; letter-spacing: var(--track-eyebrow); color: var(--muted-3); }
.o-footer__col a { color: var(--text-ui); }
.o-footer__col a:hover { color: var(--copper); }
.o-footer__col a.o-footer__strong { color: var(--ink); }
.o-footer__col a.o-footer__strong:hover { color: var(--copper); }
/* Arabic: the LTR phone number sits at the column's physical left, as in the design (email stays at the right) */
[dir="rtl"] .o-footer__col a.o-footer__strong[dir="ltr"] { align-self: flex-end; }
.o-footer__muted { color: var(--muted-3); }
.o-footer__bottom {
  max-width: var(--container); margin: 36px auto 0; padding-top: 20px; border-top: 1px solid var(--line-10);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px;
  font-size: 12px; color: var(--muted-4);
}
.o-footer__bottom .o-flagbar--mark { align-self: center; }

/* modal.css */
/*
 * TouchScreens Oman — modals (owner: chrome): shared shell, quote modal (README §5.2), comparison modal (§5.4).
 */
.o-modal {
  position: fixed; inset: 0; z-index: var(--z-modal); display: flex; padding: 16px;
  overflow: auto; overscroll-behavior: contain;
  background: rgba(40, 28, 16, .45); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.o-modal__dialog {
  position: relative; overflow: hidden; width: 100%; max-width: 600px; margin: auto; border-radius: var(--r-card-lg);
  background: var(--surface); border: 1px solid rgba(194, 106, 26, .25); box-shadow: var(--sh-modal);
  padding: clamp(22px, 4vw, 34px); color: var(--ink);
}
.o-modal__dialog:focus { outline: none; }
@media (prefers-reduced-motion: no-preference) {
  .o-modal:not([hidden]) .o-modal__dialog { animation: o-rise .35s var(--ease) both; }
}
.o-modal__flag { position: absolute; top: 0; left: 0; right: 0; }
.o-modal__head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.o-modal__title { margin: 0; font-size: 30px; font-weight: 800; line-height: 1.2; }
.o-modal__x {
  flex: none; width: 34px; height: 34px; border-radius: 50%; border: 0; padding: 0; background: var(--tint-06);
  color: var(--text-ui); display: grid; place-items: center; font-size: 15px; cursor: pointer;
}
.o-modal__x:hover { background: var(--ink); color: var(--on-ink); }
@media (pointer: coarse) { .o-modal__x { width: 44px; height: 44px; } }
.o-modal__sub { margin: 8px 0 0; color: var(--muted-2); font-size: 14px; line-height: 1.6; }

/* Quote form */
.o-qform { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.o-needs { border: 0; margin: 0; padding: 0; min-width: 0; }
.o-needs__list { display: flex; flex-wrap: wrap; gap: 8px; }
.o-qform__formerr {
  grid-column: 1 / -1; margin: 0; padding: 10px 14px; border-radius: 12px;
  background: #fdecea; border: 1px solid rgba(214, 40, 46, .3); color: #8f1d17; font-size: 13px; font-weight: 600; line-height: 1.5;
}
.o-qform__send { grid-column: 1 / -1; margin-top: 4px; padding: 16px; font-size: 15px; }
.o-qform__send.is-busy { opacity: .75; cursor: progress; }
.o-qform__foot { grid-column: 1 / -1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12px; line-height: 1.5; color: var(--muted-3); }
.o-qform__foot a { color: var(--copper); }
.o-qform__foot > span a { text-decoration: underline; text-underline-offset: 2px; }
.o-qform__brief { font-weight: 700; display: inline-flex; gap: 5px; align-items: center; }
/* Arabic: the design renders the modal at line-height:normal, which is tall for Noto Kufi Arabic — don't clamp it. */
[dir="rtl"] .o-quote .o-modal__title, [dir="rtl"] .o-qform .o-field > label, [dir="rtl"] .o-qform__foot { line-height: normal; }
@media (max-width: 640px) {
  .o-qform { grid-template-columns: 1fr; }
  .o-input { padding-block: 13px; font-size: 16px; }
  .o-qform .o-toggle__ui { padding-block: 11px; }
}

/* Success state */
.o-quote__sent { text-align: center; padding: 20px 0; }
.o-quote__shukran { font-family: var(--ruqaa); font-size: 52px; line-height: 1.2; color: var(--copper); }
.o-quote__thanks { font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--text-ui); line-height: 1.3; }
.o-quote__sentp { color: var(--muted); line-height: 1.7; margin: 14px auto 0; max-width: 380px; }
.o-quote__ref { margin-top: 10px; font-family: var(--mono); font-size: 13px; color: var(--copper-hover); }
.o-quote__close { margin-top: 20px; padding: 11px 22px; font: 600 14px var(--font); }

/* Comparison modal */
.o-modal__dialog.o-cmp { max-width: 980px; max-height: 88vh; overflow: auto; padding: clamp(20px, 3vw, 32px); border: 0; }
.o-cmp__title { font-size: 26px; }
.o-cmp__scroll { margin-top: 20px; overflow-x: auto; }
.o-cmp__grid {
  --n: 3; min-width: 560px; display: grid; grid-template-columns: 140px repeat(var(--n), minmax(0, 1fr));
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
}
.o-cmp__cell { padding: 13px 14px; border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); font-size: 14px; line-height: 1.45; min-width: 0; overflow-wrap: anywhere; }
.o-cmp__cell--label { border-inline-start: 0; font-size: 12.5px; font-weight: 700; color: var(--muted-3); }
.o-cmp__cell--head { border-top: 0; background: var(--bg); display: flex; flex-direction: column; gap: 8px; padding: 14px; }
.o-cmp__cell--corner { border-top: 0; border-inline-start: 0; background: var(--bg); }
.o-cmp__brand { font-weight: 800; color: var(--copper); font-size: 12px; }
.o-cmp__name { font-weight: 700; font-size: 14px; line-height: 1.35; color: var(--ink); }
.o-cmp__name:hover { color: var(--copper-hover); }
.o-cmp__cta { margin-top: auto; padding: 9px 12px; font-size: 12.5px; }
.o-cmp__empty { color: var(--muted-4); }
.o-cmp__status { margin: 12px 0 0; font-size: 13px; color: var(--muted-2); }
.o-cmp__status:empty { display: none; }

