/* ==========================================================================
   OUMFATIMA MASTER — single source of truth
   Editorial Moroccan brand · charcoal + brass + WA green (action only)
   Replaces the entire previous cascade. Built to be read in 10 minutes.
   ========================================================================== */

/* 0) FONTS */
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap");

/* 1) TOKENS */
:root {
  --bg: #0e0d0c;
  --bg-soft: #151311;
  --surface: #1a1714;
  --surface-2: #221e1a;
  --line: rgba(242, 235, 225, 0.09);
  --line-strong: rgba(196, 165, 116, 0.32);
  --text: #f2ebe1;
  --text-2: #c9c0b3;
  --muted: #8f877c;
  --brass: #c4a574;
  --brass-2: #d4b896;
  --brass-deep: #9a7a4f;
  --wa: #1f9a54;
  --wa-deep: #0f6b36;
  --serif: "Amiri", "Times New Roman", serif;
  --sans: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
  --r: 3px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;
}

/* 2) RESET / BASE */
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; -webkit-text-smoothing: antialiased; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text-2);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.75;
  min-height: 100vh;
  padding-bottom: 84px; /* room for sticky CTA */
}
img, video { max-width: 100%; height: auto; display: block; }
video { display: none; }
a { color: var(--text-2); text-decoration: none; transition: color .18s var(--ease); }
a:hover { color: var(--brass-2); }
ul, ol { padding-inline-start: 1.25rem; }
::selection { background: rgba(196, 165, 116, 0.3); color: var(--text); }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; }

/* film grain — physical, quiet */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
  z-index: 60;
  mix-blend-mode: overlay;
}

/* kill legacy decorative layers */
#ambient-background, .os-glow, .os-gridfx, .os-vignette, #spiritual-star-canvas,
.navy-grid-mosaic, .zellige-mosaic, .animated-bar, .os-pulse,
.hero-video, .hero-poster-fallback { display: none !important; }

/* skip link */
.os-skip {
  position: absolute; width: 1px; height: 1px;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}
.os-skip:focus {
  position: fixed; top: 12px; right: 12px;
  width: auto; height: auto; clip: auto;
  background: var(--brass); color: #0e0d0c;
  padding: 0.7rem 1.2rem; border-radius: var(--r);
  font-weight: 700; z-index: 9999;
}

/* 3) LAYOUT */
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
main { display: block; }
section.container, .section {
  padding-block: clamp(3rem, 7vw, 5.5rem);
  border-top: 1px solid var(--line);
}
.section-header { max-width: 42rem; margin: 0 0 2.25rem; }
.section-header::before {
  content: ""; display: block; width: 44px; height: 1px;
  background: var(--brass); margin-bottom: 1rem;
}

/* 4) TYPE */
h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--text);
  line-height: 1.25;
  margin: 0 0 0.75rem;
  font-weight: 700;
}
h1 { font-size: clamp(2.1rem, 5.5vw, 3.6rem); line-height: 1.18; max-width: 15ch; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; color: var(--muted); max-width: 65ch; }
.lead { font-size: clamp(1rem, 1.5vw, 1.1rem); line-height: 1.85; }
strong { color: var(--text-2); }
.breadcrumb { font-size: 0.78rem; letter-spacing: 0.05em; color: var(--muted); }
.breadcrumb a { color: var(--muted); }

/* badge = editorial label, not a pill */
.os-badge, .badge-gold, .eyebrow {
  display: inline-block;
  background: none; border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  padding: 0 0 0.3rem; margin-bottom: 0.4rem;
  color: var(--brass);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em;
}

/* 5) BUTTONS — 3 tiers only */
.btn, button.btn, a.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  min-height: 48px; padding: 0.7rem 1.4rem;
  border-radius: var(--r);
  font-family: var(--sans); font-weight: 600; font-size: 0.92rem;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}
/* primary action = WhatsApp */
.btn-whatsapp, .btn.btn-whatsapp,
a.btn[href*="wa.me"], .mc-sticky-wa a, .mc-cta-card .mc-btn,
.mc-inline-nudge a, .floating-wa,
.os-header .btn-whatsapp, .header-actions .btn-whatsapp {
  background: var(--wa); border-color: var(--wa-deep); color: #fff;
}
.btn-whatsapp:hover, .mc-sticky-wa a:hover, .mc-cta-card .mc-btn:hover { background: #178a48; color: #fff; }
/* secondary = brass */
.os-btn-primary, .btn.os-btn-primary { background: var(--brass); border-color: var(--brass-deep); color: #0e0d0c; }
.os-btn-primary:hover { background: var(--brass-2); color: #0e0d0c; }
/* tertiary = outline */
.btn-outline-gold, .btn.btn-outline-gold, .btn-ghost, .btn-line, .header-line {
  background: transparent; border-color: var(--line-strong); color: var(--text-2);
}
.btn-outline-gold:hover, .btn-ghost:hover { border-color: var(--brass); color: var(--brass-2); background: rgba(196,165,116,0.06); }
.os-btn-ice {
  background: transparent; border: 1px solid var(--line-strong); color: var(--text-2);
  border-radius: var(--r); min-height: 32px; padding: 0.25rem 0.7rem; font-size: 0.72rem;
}

/* text-link CTA inside cards */
.service-card .btn, .location-card .btn, .card-action {
  background: none; border: 0; border-bottom: 1px solid var(--brass);
  border-radius: 0; min-height: 0; padding: 0.35rem 0;
  color: var(--brass); box-shadow: none; justify-content: flex-start;
}
.service-card .btn:hover { color: var(--brass-2); border-bottom-color: var(--brass-2); background: none; }

/* 6) TOP RAILS: ticker + utility */
.os-ticker { background: var(--bg); border-bottom: 1px solid var(--line); }
.os-ticker-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.6rem 1rem; padding-block: 0.5rem; }
.os-ticker-text { color: var(--text-2); font-size: 0.8rem; }
.os-ticker-text strong { color: var(--brass-2); font-weight: 600; }
.os-ticker-actions { display: flex; gap: 0.4rem; }
.os-utility { background: var(--bg-soft); border-bottom: 1px solid var(--line); font-size: 0.72rem; color: var(--muted); }
.os-utility-content { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.4rem 1rem; padding-block: 0.35rem; }
.os-utility-item { display: inline-flex; align-items: center; gap: 0.35rem; white-space: nowrap; }
.os-ico, .os-utility svg, .os-ticker svg, .os-header svg, .trust-icon svg, .service-icon svg {
  width: 16px; height: 16px; max-width: 16px; max-height: 16px;
  flex: 0 0 16px; overflow: hidden; vertical-align: middle;
}

/* 7) NAV — thin editorial bar */
.os-header, header.nav, #siteNav {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(14, 13, 12, 0.95);
  border-bottom: 1px solid var(--line);
}
.os-nav-wrap {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
  gap: 0.75rem 1.5rem; min-height: 64px; padding-block: 0.7rem;
}
.os-brand { display: flex; align-items: center; gap: 0.7rem; }
.os-mark {
  width: 40px; height: 40px; flex: 0 0 40px;
  border: 1px solid var(--line-strong); border-radius: var(--r);
  overflow: hidden; background: var(--surface-2);
}
.os-mark img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15) contrast(1.05); }
.os-brand-title { font-family: var(--serif); font-size: 1.12rem; font-weight: 700; color: var(--text); line-height: 1.2; }
.os-brand-sub { font-size: 0.68rem; color: var(--muted); letter-spacing: 0.05em; }
.os-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 0.1rem; list-style: none; margin: 0; padding: 0; }
.os-link {
  position: relative; padding: 0.45rem 0.65rem;
  font-size: 0.82rem; font-weight: 500; color: var(--text-2);
  border-radius: 0; background: none;
}
.os-link:hover { color: var(--text); background: none; }
.os-link.active { color: var(--brass-2); }
.os-link.active::after, .os-link:hover::after {
  content: ""; position: absolute; right: 0.65rem; left: 0.65rem; bottom: 0.1rem;
  height: 1px; background: var(--brass);
}
.header-actions { display: flex; align-items: center; gap: 0.5rem; }
.header-actions .btn, .os-header .btn { min-height: 36px; padding: 0.4rem 0.9rem; font-size: 0.75rem; }
.header-actions .header-line, .os-header .btn-line { background: transparent; border: 1px solid var(--line-strong); color: var(--text); }

/* drawer */
.mobile-drawer {
  position: fixed; inset: 0; z-index: 2000;
  background: var(--bg); display: flex; flex-direction: column;
  padding: 1.25rem; overflow-y: auto;
  transform: translate3d(100%, 0, 0); visibility: hidden; opacity: 0;
  pointer-events: none;
  transition: transform .3s var(--ease), opacity .2s, visibility .2s;
}
.mobile-drawer.open, .mobile-drawer[aria-hidden="false"] {
  transform: none; visibility: visible; opacity: 1; pointer-events: auto;
}
.drawer-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); margin-bottom: 1rem; }
.drawer-close {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 44px;
  background: var(--surface); border: 1px solid var(--line-strong);
  color: var(--text); font-size: 1.3rem; cursor: pointer;
}
.drawer-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.25rem; }
.drawer-link, .drawer-nav a {
  display: block; padding: 0.8rem 0.5rem;
  font-family: var(--serif); font-size: 1.2rem; color: var(--text);
  border-bottom: 1px solid var(--line); border-radius: 0;
}
#openDrawer, .mobile-menu-btn { background: none; border: 1px solid var(--line-strong); border-radius: var(--r); color: var(--text); width: 40px; height: 40px; display: none; align-items: center; justify-content: center; cursor: pointer; }

/* 8) HERO */
.hero-section, .page-hero, .hero {
  background: var(--bg); position: relative;
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}
.hero-section::before, .hero-section::after, .hero::before { content: none; }
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: end;
}
.hero-content h1 { margin: 1rem 0 1.25rem; }
.hero-sub { color: var(--brass); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; margin-bottom: 0.75rem; border: 0; padding: 0; background: none; display: block; }
.hero-desc { color: var(--muted); font-size: clamp(0.98rem, 1.4vw, 1.08rem); line-height: 1.85; max-width: 36rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.6rem; }
.hero-actions .btn { flex: 0 1 auto; }
.hero-artwork, .hero-media-wrapper, .navy-grid-panel {
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
  aspect-ratio: 4/5; max-height: 560px; position: relative; box-shadow: none;
}
.hero-artwork img, .hero-media-wrapper img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.2) saturate(0.8) contrast(1.06);
  transition: transform 1.2s var(--ease);
}
.hero-artwork:hover img { transform: scale(1.03); }
.hero-shade, .hero-overlay, .hero-media-overlay, .page-hero-shade {
  background: linear-gradient(180deg, transparent 45%, rgba(14,13,12,0.6));
}
.location-pill, .hero-location { background: var(--surface); border: 1px solid var(--line); color: var(--muted); border-radius: var(--r); padding: 0.3rem 0.7rem; font-size: 0.78rem; }

/* 9) TRUST RAIL */
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line); background: var(--bg-soft);
}
.trust-item {
  padding: 1.25rem 1.1rem; text-align: start;
  border-inline-start: 1px solid var(--line);
  background: none; border-radius: 0; box-shadow: none;
}
.trust-item:first-child { border-inline-start: 0; }
.trust-title { color: var(--text); font-size: 0.88rem; font-weight: 600; margin: 0.35rem 0 0.2rem; }
.trust-text { color: var(--muted); font-size: 0.78rem; margin: 0; }
.trust-icon { color: var(--brass); opacity: 0.8; }

/* 10) SERVICES — editorial grid, not card farm */
.services-grid, .locations-grid, .case-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--line);
}
.service-card, .card, a.card, .plan, .blog-card, .location-card, .os-elev {
  background: transparent;
  border: 0; border-bottom: 1px solid var(--line); border-inline-end: 1px solid var(--line);
  border-radius: 0; box-shadow: none;
  padding: 1.25rem; position: relative;
  transition: background .2s var(--ease);
}
.service-card:nth-child(2n), .location-card:nth-child(2n) { border-inline-end: 0; }
.service-card::before, .location-card::before, .os-elev::before, .hub-card-grid > a.card::before { content: none; }
.service-card:hover, .card:hover, a.card:hover, .plan:hover, .location-card:hover, .blog-card:hover {
  background: var(--surface); transform: none; box-shadow: none;
}
.service-media-frame {
  aspect-ratio: 16/10; overflow: hidden; border-radius: var(--r);
  border: 1px solid var(--line); background: var(--surface-2); margin-bottom: 1rem;
}
.service-media-frame img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.25) saturate(0.8) contrast(1.05);
  transition: filter .5s var(--ease), transform .8s var(--ease);
}
.service-card:hover .service-media-frame img { filter: grayscale(0) saturate(0.95); transform: scale(1.02); }
.service-card__content { padding: 0; }
.service-card h3, .location-card h3 { font-family: var(--serif); font-size: 1.3rem; }
.service-card p, .location-card p { color: var(--muted); font-size: 0.9rem; }
.service-icon, .service-header svg { color: var(--brass); opacity: 0.5; }

/* location / geo cards */
a.location-card { display: block; color: inherit; }
.loc-code { font-family: var(--sans); font-size: 1.3rem; font-weight: 700; color: var(--brass); letter-spacing: 0.08em; margin-bottom: 0.4rem; }
.loc-link { display: inline-block; margin-top: 0.6rem; color: var(--brass); font-size: 0.85rem; }
.location-card.highlight { border-color: var(--line-strong); background: var(--surface); }
.geo-strategy-grid { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) { .geo-strategy-grid { grid-template-columns: repeat(4, 1fr); } }

/* geo focus blocks */
.geo-focus { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.geo-focus h2 { margin-bottom: 0.6rem; }

/* 11) PANELS (only where containment earns it) */
.agadir-card, .vip-featured-box, .form-card, .mc-cta-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: clamp(1.5rem, 3.5vw, 2.5rem);
  box-shadow: none;
}
.agadir-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: center; }
.agadir-cta-group { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.plan { border-inline-end: 0; }
.plan h3 { color: var(--brass-2); }

/* 12) FORMS */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.15rem; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { display: block; margin-bottom: 0.35rem; font-size: 0.82rem; font-weight: 500; color: var(--text-2); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; min-height: 48px; padding: 0.65rem 0.9rem;
  background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--r);
  color: var(--text); font-family: var(--sans); font-size: 0.95rem;
  transition: border-color .18s var(--ease);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: 1px solid var(--brass); border-color: var(--brass);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--muted); opacity: 0.7; }
.form-group textarea { min-height: 120px; resize: vertical; }

/* consultation sheet */
.consultation-sheet {
  position: fixed; inset: 0; z-index: 350; display: flex; align-items: flex-end; justify-content: center;
  background: rgba(14,13,12,0.9); opacity: 0; pointer-events: none; transition: opacity .25s;
}
.consultation-sheet.open { opacity: 1; pointer-events: auto; }
.sheet-content {
  background: var(--surface); border: 1px solid var(--line-strong);
  width: 100%; max-width: 640px; max-height: 92dvh; overflow-y: auto; padding: 1.5rem;
}

/* 13) FOOTER */
.site-footer, footer {
  background: var(--bg); border-top: 1px solid var(--line);
  margin-top: 0; padding: 3.5rem 0 1.5rem;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
.footer-col h4, .footer-col strong {
  font-family: var(--serif); color: var(--text); font-size: 1.02rem;
  border-bottom: 1px solid var(--line); padding-bottom: 0.6rem;
  margin-bottom: 1rem; display: inline-block;
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links a { display: inline-block; padding: 0.25rem 0; color: var(--muted); font-size: 0.88rem; }
.footer-links a:hover { color: var(--brass-2); }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.8rem; text-align: center; }

/* 14) BLOG / ARTICLE / FAQ */
.blog-card, article { border-radius: 0; }
.prose h2, article h2 { border-bottom: 1px solid var(--line); padding-bottom: 0.5rem; }
.faq details, details.faq-item {
  background: none; border: 0; border-bottom: 1px solid var(--line);
  border-radius: 0; padding: 1rem 0;
}
.faq summary { cursor: pointer; font-weight: 700; color: var(--text); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.blog-toc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1rem 1.25rem; }

/* 15) MONEY CONVERT — quiet but always there */
.mc-sticky-wa {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1300;
  display: flex; justify-content: center;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent, rgba(14,13,12,0.94) 40%);
  pointer-events: none;
}
.mc-sticky-wa a {
  pointer-events: auto; width: 100%; max-width: 640px;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 52px; border-radius: var(--r);
  background: var(--wa); border: 1px solid var(--wa-deep);
  color: #fff; font-weight: 700; font-size: clamp(0.9rem, 2.2vw, 1rem);
}
.mc-cta-card { max-width: 920px; margin: 2.5rem auto; text-align: center; border-color: var(--line-strong); }
.mc-cta-card .mc-title { font-family: var(--serif); font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: var(--text); margin-bottom: 0.6rem; }
.mc-cta-card p { margin: 0 auto 1rem; max-width: 36rem; }
.mc-cta-card .mc-phone { display: block; direction: ltr; margin-bottom: 0.9rem; color: var(--brass-2); font-weight: 700; }
.mc-cta-card .mc-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem 1rem; margin-top: 1rem; color: var(--muted); font-size: 0.78rem; }
.mc-cta-card .mc-trust span::before { content: "✓ "; color: var(--wa); font-weight: 700; }
.mc-cluster { padding: 1.5rem 0 1.75rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mc-cluster-title { font-family: var(--serif); color: var(--text); font-size: 1.15rem; margin-bottom: 0.3rem; }
.mc-cluster-sub { text-align: center; color: var(--muted); font-size: 0.88rem; margin-bottom: 1rem; }
.mc-cluster-grid { display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: center; }
.mc-cluster-grid a, a.mc-city-pill, a.mc-kw-pill {
  display: inline-flex; padding: 0.4rem 0.85rem;
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--surface); color: var(--text-2);
  font-size: 0.84rem; font-weight: 600;
}
.mc-cluster-grid a:hover, a.mc-city-pill:hover, a.mc-kw-pill:hover { border-color: var(--brass); color: var(--brass-2); transform: none; }
.mc-cluster-grid a.mc-hot { border-color: rgba(31,154,84,0.45); color: #9fdcb6; background: rgba(31,154,84,0.08); }
.mc-inline-nudge {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem;
  margin: 1.25rem 0; padding: 0.9rem 1rem;
  background: rgba(31,154,84,0.06); border: 1px solid rgba(31,154,84,0.25); border-radius: var(--r);
}
.mc-inline-nudge p { margin: 0; color: var(--text-2); font-size: 0.92rem; font-weight: 600; }
.mc-inline-nudge a { background: var(--wa); border: 1px solid var(--wa-deep); color: #fff; border-radius: var(--r); padding: 0.5rem 1rem; font-weight: 700; font-size: 0.86rem; white-space: nowrap; }

/* floating + back-top */
.floating-wa {
  position: fixed; bottom: 28px; left: 28px; z-index: 90;
  width: 48px; height: 48px; border-radius: var(--r);
  background: var(--wa); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.back-top {
  position: fixed; bottom: 88px; right: 16px; z-index: 90;
  width: 44px; height: 44px; border-radius: var(--r);
  background: var(--surface); border: 1px solid var(--line-strong); color: var(--brass);
  cursor: pointer;
}
.mobile-bar, .mobile-contact-bar { display: none !important; }
.geo-strategy-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.geo-hub-nav { padding: 1rem 0; border-top: 1px solid var(--line); font-size: 0.9rem; }
.geo-hub-nav a, .geo-focus a { color: var(--brass-2); }
.geo-deprioritized { opacity: 0.85; font-size: 0.9rem; border: 1px solid var(--line-strong); padding: 1rem; margin: 1rem 0; }
.geo-hub-list { list-style: none; padding: 0; }
.geo-hub-list a { display: block; padding: 0.6rem 0; border-bottom: 1px solid var(--line); color: var(--text-2); }
.chip {
  background: transparent; border: 1px solid var(--line-strong); border-radius: var(--r);
  color: var(--text-2); padding: 0.4rem 0.9rem; cursor: pointer; font-family: var(--sans);
}
.chip.active, .chip.is-filter.active { border-color: var(--brass); color: var(--brass-2); }

/* 16) RESPONSIVE */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-artwork { aspect-ratio: 16/11; order: -1; max-height: 380px; }
  .hero-content h1 { max-width: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { border-top: 1px solid var(--line); }
  .agadir-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .os-nav, .os-utility, .os-ticker-actions, .header-actions .header-line { display: none !important; }
  #openDrawer, .mobile-menu-btn { display: inline-flex; }
  .services-grid, .locations-grid, .geo-strategy-grid { grid-template-columns: 1fr; }
  .service-card, .location-card { border-inline-end: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  h1 { font-size: clamp(1.9rem, 8.5vw, 2.6rem); }
  .floating-wa, .back-top { display: none; }
}

/* 17) MOTION (minimal, meaningful) */
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hero-content > * { animation: fadeUp .6s var(--ease) both; }
.hero-content > *:nth-child(2) { animation-delay: .06s; }
.hero-content > *:nth-child(3) { animation-delay: .12s; }
.hero-content > *:nth-child(4) { animation-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .hero-artwork:hover img, .service-card:hover .service-media-frame img { transform: none !important; }
}

/* 18) PRINT */
@media print {
  .os-header, .os-ticker, .os-utility, .mc-sticky-wa, .floating-wa, .back-top,
  .mobile-bar, body::before { display: none !important; }
  body { background: #fff; color: #000; padding: 0; }
  h1, h2, h3 { color: #000; }
}
