body {
  --ink: #14100F;
  --page: #FBFAF8;
  --panel: #FFF;
  --border: #DDD6CF;
  --hairline: #EAE4DE;
  --muted: #8A837D;
  --body: #4A4441;
  --accent: #C8102E;
  --accent-dark: #8E0C21;
  --tint: #F3EEE9;
  --font-display: 'Newsreader', Georgia, serif;
  --font-ui: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', Menlo, Consolas, monospace;
  color: var(--ink);
  background: var(--page);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

html[dir="rtl"] body {
  --font-display: 'Noto Naskh Arabic', serif;
  --font-ui: 'Noto Naskh Arabic', sans-serif;
  --font-mono: 'Noto Naskh Arabic', sans-serif;
}

html[dir="rtl"] .amro-utility__serving,
html[dir="rtl"] .amro-brand-lockup__tag,
html[dir="rtl"] .amro-footer__label {
  letter-spacing: 0;
}

.amro-utility a,
.amro-home-header a,
.amro-footer a { color: inherit; text-decoration: none; }
.amro-utility a:focus-visible,
.amro-home-header a:focus-visible,
.amro-footer a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.amro-utility { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; padding: 4px 32px; color: #E9E2DA; background: var(--ink); }
.amro-utility__serving,
.amro-brand-lockup__tag,
.amro-footer__label { font-family: var(--font-mono); letter-spacing: .12em; }
.amro-utility__serving { color: #A79E96; font-size: 10.5px; line-height: 1.4; text-transform: uppercase; }
.amro-utility__actions,
.amro-socials,
.amro-languages,
.amro-header-actions { display: flex; align-items: center; }
.amro-utility__actions { gap: 18px; }
.amro-socials { gap: 10px; }
.amro-socials a { display: grid; width: 44px; min-height: 44px; place-items: center; transition: color 140ms ease, border-color 140ms ease; }
.amro-socials--utility { gap: 2px; }
.amro-socials--utility a { color: #E9E2DA; }
.amro-socials--utility a:hover { color: #FFF; }
.amro-languages { gap: 2px; padding-inline-start: 14px; border-inline-start: 1px solid #3A322D; }
.amro-languages a { display: grid; min-width: 44px; min-height: 44px; padding-inline: 7px; place-items: center; color: var(--muted); font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; transition: color 140ms ease; }
.amro-languages a:hover,
.amro-languages a.is-active { color: #FFF; }
.amro-languages a.is-active { font-weight: 600; }
.amro-home-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 70px; padding: 12px 32px; border-bottom: 1px solid var(--hairline); background: rgb(251 250 248 / .92); backdrop-filter: blur(8px); }
.amro-brand-lockup,
.amro-footer__brand { display: flex; align-items: center; gap: 12px; }
.amro-brand-lockup { min-height: 44px; color: var(--ink); }
.amro-monogram { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; color: #FFF; background: var(--accent); font-size: 16px; font-weight: 700; }
.amro-brand-lockup__copy { display: grid; gap: 1px; min-width: 0; }
.amro-brand-lockup__name { font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.amro-brand-lockup__tag { color: var(--muted); font-size: 10px; line-height: 1.3; text-transform: uppercase; }
.amro-primary-nav { display: flex; align-items: center; justify-content: center; gap: 4px 14px; }
.amro-primary-nav a,
.amro-header-phone { display: flex; align-items: center; min-height: 44px; color: var(--body); font-size: 14px; font-weight: 500; transition: color 140ms ease; }
.amro-primary-nav a { padding-inline: 4px; }
.amro-primary-nav a:hover { color: var(--accent); }
.amro-header-phone { color: var(--ink); font-weight: 600; white-space: nowrap; }
.amro-header-actions { gap: 14px; }
.amro-button { display: inline-grid; min-height: 48px; padding: 12px 20px; place-items: center; color: #FFF !important; background: var(--accent); font-size: 15px; font-weight: 600; line-height: 1.2; text-align: center; transition: background-color 140ms ease, color 140ms ease; }
.amro-button:hover { color: #FFF !important; background: var(--accent-dark); }
.amro-button--header { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.amro-socials--outline a { color: var(--ink); border: 1px solid var(--border); }
.amro-socials--outline a:hover { color: var(--accent); border-color: var(--accent); }
.amro-footer { color: #CFC6BD; background: var(--ink); }
.amro-footer .amro-container { width: min(100%, 1240px); margin-inline: auto; padding-inline: 32px; }
body:has(.amro-town) .amro-footer .amro-container { width: min(100%, 1100px); }
body:has(.amro-resource) .amro-footer .amro-container { width: min(100%, 960px); }
.amro-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-top: 56px; padding-bottom: 28px; }
.amro-footer__brand { margin-bottom: 14px; }
.amro-footer__brand .amro-monogram { flex-basis: 36px; width: 36px; height: 36px; }
.amro-footer__brand strong { color: var(--page); font-size: 16px; font-weight: 600; }
.amro-footer p { max-width: 40ch; margin: 0 0 14px; color: #A79E96; font-size: 13.5px; line-height: 1.6; }
.amro-socials--footer a { color: #CFC6BD; border: 1px solid #3A322D; }
.amro-socials--footer a:hover { color: #FFF; border-color: var(--accent); }
.amro-footer__label { display: block; margin-bottom: 6px; color: #6F665F; font-size: 10.5px; text-transform: uppercase; }
.amro-footer nav,
.amro-footer address { display: grid; align-content: start; gap: 2px; font-style: normal; }
.amro-footer nav a,
.amro-footer address a { display: flex; align-items: center; min-height: 44px; color: #CFC6BD; font-size: 14px; transition: color 140ms ease; }
.amro-footer nav a:hover,
.amro-footer address a:hover { color: #FFF; }
.amro-footer address span { margin-top: 4px; color: #A79E96; font-size: 13.5px; line-height: 1.5; }
.amro-footer__legal { border-top: 1px solid #2A231E; }
.amro-footer__legal > .amro-container { display: flex; justify-content: space-between; gap: 14px; padding-top: 18px; padding-bottom: 18px; color: #6F665F; font-size: 12px; }

@media (max-width: 1024px) {
  .amro-home-header { flex-wrap: wrap; }
  .amro-primary-nav { order: 3; width: 100%; justify-content: flex-start; }
  .amro-footer__grid { grid-template-columns: 1.2fr 1fr; }
  .amro-footer__grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .amro-utility { align-items: flex-start; flex-direction: column; padding: 7px 20px; }
  .amro-utility__actions { justify-content: space-between; width: 100%; gap: 8px; }
  .amro-home-header { gap: 8px 12px; padding: 10px 20px; }
  .amro-brand-lockup__tag { font-size: 9px; }
  .amro-header-actions { margin-inline-start: auto; gap: 4px; }
  .amro-header-phone { display: none; }
  .amro-primary-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; width: 100%; }
  .amro-primary-nav a { justify-content: center; padding-inline: 2px; font-size: 13px; text-align: center; }
  .amro-footer .amro-container { padding-inline: 20px; }
  .amro-footer__grid { grid-template-columns: 1fr; gap: 30px; padding-top: 48px; }
  .amro-footer__grid > :first-child { grid-column: auto; }
  .amro-footer__legal > .amro-container { align-items: flex-start; flex-direction: column; }
}
