:root {
  --petrol: #123c3a;
  --ivory: #f5f1e8;
  --stone: #ded8cd;
  --muted: #526664;
  --accent: #6d876e;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-padding-top: 1rem; }
body {
  margin: 0;
  color: var(--petrol);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 2;
  padding: 12px 20px;
  background: var(--ivory);
  color: var(--petrol);
}
.skip-link:focus { top: 12px; }
.site-header { background: var(--petrol); color: var(--ivory); }
.header-inner { min-height: 114px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 24px; text-decoration: none; }
.brand img { width: 56px; height: 54px; object-fit: contain; }
.brand-caption { display: grid; gap: 3px; border-left: 1px solid #5a7470; padding-left: 24px; }
.brand-name { font-size: 17px; font-weight: 700; letter-spacing: .1em; white-space: nowrap; }
.brand-name bdi { font-family: "Noto Naskh Arabic", "Traditional Arabic", "Times New Roman", serif; font-size: 22px; letter-spacing: 0; }
.slogan { font-size: 11px; letter-spacing: .015em; }
.header-contact { padding-block: 12px; font-size: 14px; font-weight: 600; }
.hero { padding-top: clamp(64px, 8vw, 112px); padding-bottom: 52px; text-align: center; }
.eyebrow { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--accent); vertical-align: 1px; }
h1 { margin: 30px 0 24px; font-size: clamp(46px, 7.7vw, 104px); font-weight: 700; letter-spacing: -.065em; line-height: 1.04; }
.title-dot { color: var(--accent); }
.intro { margin: 0 auto; max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.ribbon-button { position: relative; display: inline-flex; min-height: 66px; min-width: 204px; align-items: center; justify-content: center; margin-top: 30px; padding: 16px 38px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; isolation: isolate; }
.ribbon-button::before { position: absolute; z-index: -1; inset: 0; content: ""; background: var(--petrol); border-radius: 28px; }
@supports (mask-image: url("/assets/button-ruban.svg")) {
  .ribbon-button::before { border-radius: 0; mask: url("/assets/button-ruban.svg") center / 100% 100% no-repeat; }
}
.ribbon-button:hover::before { background: #265654; }
.expertise { display: flex; flex-wrap: wrap; gap: 12px 36px; justify-content: center; list-style: none; margin: 64px 0 0; padding: 24px 0 0; border-top: 1px solid var(--stone); color: var(--muted); font-size: 12px; }
.contact-section { background: var(--ivory); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding-block: 48px; }
h2 { margin: 13px 0 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.15; letter-spacing: -.04em; }
.contact-details { display: grid; grid-template-columns: 1fr; gap: 18px; }
.contact-item { display: grid; grid-template-columns: 125px 1fr; align-items: baseline; gap: 16px; }
.contact-label { margin: 0; font-size: 12px; color: var(--muted); }
.contact-item a { display: inline-block; width: fit-content; max-width: 100%; padding-block: 6px; font-size: 19px; font-weight: 600; overflow-wrap: anywhere; }
.site-footer { background: var(--petrol); color: var(--ivory); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px; }
.footer-inner p { margin: 0; font-size: 12px; }

@media (min-width: 1600px) {
  .hero { padding-block: 125px 70px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 96px; }
  .brand { gap: 14px; }
  .brand img { width: 43px; height: 44px; }
  .brand-caption { padding-left: 14px; }
  .brand-name { font-size: 14px; }
  .brand-name bdi { font-size: 20px; }
  .slogan { font-size: 10px; }
  .header-contact { display: none; }
  .hero { padding-top: 58px; padding-bottom: 32px; }
  h1 { margin-top: 27px; font-size: clamp(44px, 10.9vw, 72px); }
  .intro { font-size: 15px; max-width: 470px; }
  .desktop-break { display: none; }
  .expertise { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; margin-top: 40px; padding-top: 24px; font-size: 11px; }
  .contact-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 36px; }
  .contact-details { gap: 15px; }
  .contact-item { grid-template-columns: 86px 1fr; gap: 12px; }
  .contact-item a { font-size: 17px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 8px; padding-block: 22px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: 43px; }
  .contact-item { grid-template-columns: 1fr; gap: 0; }
}
