:root {
  --wine: #AD8B73;
  --graphite: #CEAB93;
  --blush: #E3CAA5;
  --ivory: #FFFBE9;
  --ink: #2D211B;
  --line: rgba(173, 139, 115, .16);
  --light-line: rgba(255, 251, 233, .36);
  --radius-xl: 42px;
  --radius-lg: 30px;
  --shadow: 0 24px 60px rgba(173, 139, 115, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--font-secondary, 'DecoType Naskh', Tahoma, Arial, sans-serif); }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.services-page { overflow: clip; }
.services-section {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(56px, 8vw, 116px) 24px 38px;
  background:
    radial-gradient(circle at 8% 18%, rgba(227, 202, 165,.8) 0 14%, transparent 38%),
    linear-gradient(130deg, #FFFBE9 0%, var(--ivory) 48%, #E3CAA5 100%);
}
.services-section::before,
.services-section::after {
  content: ""; position: absolute; z-index: -2; pointer-events: none;
}
.services-section::before {
  width: 56vw; aspect-ratio: 1; left: -24vw; bottom: -29vw; border: 1px solid rgba(173, 139, 115,.11); border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(173, 139, 115,.025), 0 0 0 88px rgba(173, 139, 115,.018);
}
.services-section::after {
  height: 75%; width: 1px; top: 12%; right: 7%; background: linear-gradient(transparent, rgba(173, 139, 115,.15), transparent);
}

.service-grid-lines { position: absolute; inset: 0; z-index: -3; opacity: .24; background-image: linear-gradient(rgba(173, 139, 115,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(173, 139, 115,.055) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 88%, transparent); }
.service-orbit { position: absolute; z-index: -1; border: 1px solid rgba(173, 139, 115,.13); border-radius: 50%; pointer-events: none; }
.service-orbit-a { width: 160px; height: 160px; top: 25%; right: -70px; }
.service-orbit-b { width: 74px; height: 74px; top: 33%; right: -27px; border-style: dashed; }

.services-container { width: min(1260px, 100%); margin: auto; }
.services-header { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; align-items: end; gap: clamp(24px, 4vw, 66px); margin-bottom: clamp(34px, 5vw, 62px); }
.header-mark { align-self: stretch; display: flex; min-height: 124px; align-items: center; position: relative; padding-left: 18px; border-left: 1px solid var(--line); }
.header-mark::after { content: ""; position: absolute; left: -3px; bottom: 0; width: 5px; height: 32px; background: var(--wine); border-radius: 99px; }
.header-mark-number { font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif); font-size: 44px; color: var(--wine); letter-spacing: -.08em; line-height: 1; }
.header-mark-line { height: 1px; width: 30px; margin: 0 10px; background: var(--wine); opacity: .5; }
.header-mark-caption { font-family: var(--font-secondary, 'DecoType Naskh', Tahoma, Arial, sans-serif); font-size: 8px; letter-spacing: .15em; line-height: 1.4; color: var(--graphite); }
.header-content { max-width: 690px; }
.eyebrow, .card-kicker, .drawer-kicker { margin: 0 0 12px; color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow-dot { width: 9px; height: 9px; background: var(--wine); border-radius: 50%; box-shadow: 0 0 0 5px rgba(173, 139, 115,.09); }
.services-header h1 { margin: 0; color: var(--wine); font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif); font-size: clamp(34px, 5vw, 68px); font-weight: 800; letter-spacing: -.055em; line-height: 1.12; }
.services-header h1 em { color: var(--graphite); font-family: var(--font-secondary, 'DecoType Naskh', Tahoma, Arial, sans-serif); font-weight: 400; letter-spacing: -.06em; }
.header-copy { max-width: 610px; margin: 20px 0 0; color: #5A4032; font-size: 15px; line-height: 2; }
.header-cta { width: 174px; height: 174px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(173, 139, 115,.25); border-radius: 50%; background: rgba(255, 251, 233,.58); color: var(--wine); transition: .35s ease; }
.header-cta:hover { transform: rotate(5deg) scale(1.05); color: var(--ivory); border-color: var(--wine); background: var(--wine); box-shadow: 0 18px 34px rgba(173, 139, 115,.2); }
.header-cta span:first-child { max-width: 84px; font-size: 13px; font-weight: bold; line-height: 1.65; }
.cta-arrow { align-self: flex-end; font-size: 34px; font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif); line-height: 1; }

.services-stage { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 16px; }
.service-card { position: relative; display: flex; overflow: hidden; min-width: 0; isolation: isolate; color: var(--ivory); border: 1px solid rgba(173, 139, 115,.12); background: var(--wine); box-shadow: 0 13px 29px rgba(173, 139, 115,.08); transition: transform .55s cubic-bezier(.2,.75,.25,1), box-shadow .55s ease, border-color .35s ease; outline: none; }
.service-card:focus-visible { box-shadow: 0 0 0 3px var(--ivory), 0 0 0 6px var(--wine); }
.service-card:hover { z-index: 3; transform: translateY(-8px); border-color: rgba(173, 139, 115,.4); box-shadow: var(--shadow); }
.service-card > picture { position: absolute; z-index: -3; inset: 0; display: block; }
.service-card > picture > img,
.service-card > img { position: absolute; z-index: -3; width: 100%; height: 100%; object-fit: cover; inset: 0; filter: saturate(.68) contrast(1.04); transform: scale(1.02); transition: transform 1s cubic-bezier(.2,.75,.25,1), filter .55s ease; }
.service-card:hover > picture > img,
.service-card:hover > img { transform: scale(1.1); filter: saturate(.85) contrast(1.06); }
.media-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(105deg, rgba(25,13,14,.9) 0%, rgba(173, 139, 115,.65) 46%, rgba(173, 139, 115,.14) 100%); transition: background .55s ease; }
.service-card:hover .media-shade { background: linear-gradient(105deg, rgba(25,13,14,.93) 0%, rgba(173, 139, 115,.57) 55%, rgba(173, 139, 115,.06) 100%); }

.service-card--rental { grid-column: span 7; grid-row: span 2; border-radius: var(--radius-xl) 18px var(--radius-xl) 18px; min-height: 456px; }
.service-card--rental > picture > img, .service-card--rental > picture > img, .service-card--rental > img { object-position: 64% center; }
.service-card--rental .media-shade { background: linear-gradient(95deg, rgba(25,13,14,.95) 0%, rgba(173, 139, 115,.75) 36%, rgba(173, 139, 115,.12) 100%); }
.service-card--operators { grid-column: span 5; border-radius: 18px var(--radius-xl) 18px var(--radius-xl); }
.service-card--operators > picture > img, .service-card--operators > picture > img, .service-card--operators > img { object-position: 73% center; }
.service-card--transport { grid-column: span 5; border-radius: var(--radius-xl) 18px var(--radius-xl) 18px; }
.service-card--transport > picture > img, .service-card--transport > picture > img, .service-card--transport > img { object-position: 70% center; }
.service-card--maintenance { grid-column: span 4; border-radius: 18px var(--radius-xl) 18px var(--radius-xl); }
.service-card--maintenance > picture > img, .service-card--maintenance > picture > img, .service-card--maintenance > img { object-position: 70% center; }
.service-card--consulting { grid-column: span 4; border-radius: var(--radius-xl) 18px var(--radius-xl) 18px; }
.service-card--consulting > picture > img, .service-card--consulting > picture > img, .service-card--consulting > img { object-position: 70% center; }
.service-card--integrated { grid-column: span 4; border-radius: 18px var(--radius-xl) 18px var(--radius-xl); }
.service-card--integrated > picture > img, .service-card--integrated > picture > img, .service-card--integrated > img { object-position: 64% center; }

.card-topline { position: absolute; inset: 22px 22px auto; display: flex; justify-content: space-between; align-items: center; direction: ltr; }
.service-index, .card-number { color: rgba(255, 251, 233,.8); font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif); font-size: 17px; letter-spacing: .12em; }
.service-status { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255, 251, 233,.27); border-radius: 99px; background: rgba(173, 139, 115,.3); backdrop-filter: blur(7px); font-size: 10px; font-weight: bold; direction: rtl; }
.service-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--blush); box-shadow: 0 0 0 4px rgba(227, 202, 165,.15); }
.featured-body { align-self: flex-end; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 18px; width: 100%; padding: 30px; }
.card-icon { flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255, 251, 233,.45); color: var(--ivory); background: rgba(173, 139, 115,.25); backdrop-filter: blur(6px); transition: background .35s ease, transform .45s ease, color .35s ease; }
.service-card:hover .card-icon { transform: rotate(-8deg) scale(1.08); color: var(--wine); background: var(--blush); }
.card-icon svg { width: 31px; height: 31px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.featured .card-icon { width: 58px; height: 58px; border-radius: 18px 18px 7px 18px; }
.card-copy { min-width: 0; }
.card-kicker { margin-bottom: 8px; color: var(--blush); font-size: 8px; }
.card-copy h2, .card-content h2 { margin: 0; font-size: 30px; line-height: 1.25; letter-spacing: -.03em; }
.card-copy > p:last-child, .card-content > div > p:last-child { margin: 7px 0 0; color: rgb(0, 0, 0); font-size: 25px; line-height: 1.75; }
.card-action { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 2px; padding: 11px 14px 11px 10px; border: 1px solid rgba(255, 251, 233,.32); border-radius: 99px; color: var(--ivory); background: rgba(173, 139, 115,.38); transition: .3s ease; white-space: nowrap; font-size: 10px; }
.card-action:hover { color: var(--wine); background: var(--ivory); }
.card-action b { display: grid; place-items: center; width: 23px; height: 23px; color: var(--wine); background: var(--blush); border-radius: 50%; font-size: 15px; }
.featured-metrics { position: absolute; left: 30px; top: 86px; display: grid; gap: 8px; padding-left: 14px; border-left: 1px solid rgba(255, 251, 233,.45); direction: rtl; text-align: right; }
.featured-metrics span { color: rgba(255, 251, 233,.7); font-size: 10px; }
.featured-metrics strong { display: block; color: var(--ivory); font-size: 19px; font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif); font-weight: 400; }

.card-number { position: absolute; top: 20px; left: 22px; z-index: 1; font-size: 13px; }
.card-content { align-self: flex-end; display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: end; width: 100%; padding: 24px 22px; }
.card-content .card-icon { width: 46px; height: 46px; border-radius: 50% 50% 50% 11px; }
.card-content .card-icon svg { width: 24px; height: 24px; }
.card-content h2 { font-size: clamp(17px, 1.55vw, 21px); }
.card-content > div > p:last-child { font-size: 25px; line-height: 1.65; }
.card-content .card-kicker { font-size: 7px; margin-bottom: 5px; }
.mini-action { align-self: center; display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 2px; padding: 0; border: 1px solid rgba(255, 251, 233,.38); border-radius: 50%; color: var(--ivory); background: rgba(173, 139, 115,.35); font-size: 17px; transition: .3s ease; }
.service-card:hover .mini-action { color: var(--wine); background: var(--ivory); transform: translateX(-4px); }
.integrated-orbit { position: absolute; left: 20px; top: 53px; width: 36px; height: 36px; border: 1px dashed rgba(255, 251, 233,.45); border-radius: 50%; animation: spin 12s linear infinite; }
.integrated-orbit span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--blush); }
.integrated-orbit span:nth-child(1) { top: -3px; left: 14px; }
.integrated-orbit span:nth-child(2) { top: 25px; left: 30px; }
.integrated-orbit span:nth-child(3) { top: 25px; left: 1px; }

.services-footer { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 26px; color: var(--graphite); }
.footer-seal { display: flex; align-items: center; gap: 5px; color: var(--wine); }
.footer-seal span { display: block; width: 24px; height: 1px; background: currentColor; }
.footer-seal b { font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif); font-size: 12px; letter-spacing: .1em; }
.services-footer p { margin: 0; font-size: 20px; }
.services-footer a { padding: 9px 12px; border-bottom: 1px solid var(--wine); color: var(--wine); font-size: 11px; font-weight: bold; transition: .25s ease; }
.services-footer a:hover { transform: translateX(-4px); }

.service-drawer { position: fixed; z-index: 30; inset: 0; visibility: hidden; pointer-events: none; }
.service-drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(35,22,23,.54); backdrop-filter: blur(3px); opacity: 0; transition: opacity .35s ease; }
.service-drawer.is-open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 18px; bottom: 18px; right: 18px; display: flex; flex-direction: column; width: min(440px, calc(100vw - 36px)); padding: 56px 42px 38px; overflow-y: auto; color: var(--ivory); border-radius: 36px 12px 36px 12px; background: var(--wine); box-shadow: -20px 28px 70px rgba(35,22,23,.3); transform: translateX(calc(100% + 30px)); transition: transform .5s cubic-bezier(.2,.75,.25,1); }
.service-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-close { position: absolute; top: 16px; left: 16px; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255, 251, 233,.38); border-radius: 50%; color: var(--ivory); background: transparent; font-size: 25px; line-height: 1; }
.drawer-index { position: absolute; top: 26px; right: 36px; color: var(--blush); font: 30px Georgia, serif; letter-spacing: .14em; }
.drawer-icon { display: grid; place-items: center; width: 72px; height: 72px; margin-top: 32px; border: 1px solid rgba(255, 251, 233,.36); border-radius: 20px 20px 6px 20px; color: var(--blush); }
.drawer-icon svg { width: 37px; height: 37px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.drawer-kicker { margin: 30px 0 12px; color: var(--blush); font-size: 9px; }
.drawer-panel h2 { margin: 0; font-size: 38px; letter-spacing: -.05em; }
.drawer-panel > p { color: rgba(255, 251, 233,.75); line-height: 2; font-size: 14px; }
.drawer-list { display: grid; gap: 11px; margin: 20px 0 0; padding: 0; list-style: none; }
.drawer-list li { position: relative; padding: 11px 28px 11px 10px; border-bottom: 1px solid rgba(255, 251, 233,.18); color: rgba(255, 251, 233,.92); font-size: 13px; }
.drawer-list li::before { content: ""; position: absolute; top: 17px; right: 4px; width: 11px; height: 11px; border: 1px solid var(--blush); border-radius: 50%; box-shadow: inset 0 0 0 3px var(--wine); background: var(--blush); }
.drawer-cta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 16px 18px; border-radius: 99px; color: var(--wine); background: var(--blush); font-size: 13px; font-weight: bold; }
.drawer-cta span { font-size: 22px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.service-card.reveal:nth-child(2) { transition-delay: .08s; }
.service-card.reveal:nth-child(3) { transition-delay: .13s; }
.service-card.reveal:nth-child(4) { transition-delay: .18s; }
.service-card.reveal:nth-child(5) { transition-delay: .23s; }
.service-card.reveal:nth-child(6) { transition-delay: .28s; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .services-header { grid-template-columns: 90px 1fr; }
  .header-cta { grid-column: 2; width: 132px; height: 132px; justify-self: start; margin-top: -14px; }
  .services-stage { grid-auto-rows: 235px; }
  .service-card--rental { grid-column: span 7; }
  .service-card--operators, .service-card--transport { grid-column: span 5; }
  .service-card--maintenance, .service-card--consulting, .service-card--integrated { grid-column: span 4; }
  .featured-body { grid-template-columns: 52px 1fr; }
  .featured-body .card-action { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
  .services-section { padding: 48px 14px 28px; }
  .services-header { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .header-mark { order: 2; min-height: 0; width: fit-content; padding: 10px 12px 10px 0; border-left: 0; border-right: 1px solid var(--line); }
  .header-mark::after { right: -3px; left: auto; top: auto; bottom: 0; }
  .header-content { order: 1; }
  .services-header h1 { font-size: clamp(36px, 10vw, 48px); }
  .header-copy { font-size: 13px; line-height: 1.95; }
  .header-cta { display: none; }
  .services-stage { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .service-card, .service-card--rental, .service-card--operators, .service-card--transport, .service-card--maintenance, .service-card--consulting, .service-card--integrated { grid-column: auto; grid-row: auto; min-height: 270px; border-radius: 30px 12px 30px 12px; }
  .service-card--rental, .service-card--integrated { min-height: 365px; }
  .service-card--rental > img, .service-card--integrated > img { object-position: 65% center; }
  .featured-body { padding: 24px; gap: 14px; }
  .featured-metrics { left: 24px; top: 74px; }
  .card-content { padding: 21px 19px; grid-template-columns: 45px 1fr auto; }
  .card-copy h2 { font-size: 24px; }
  .services-footer { flex-wrap: wrap; gap: 10px 15px; padding: 4px 8px; }
  .services-footer p { font-size: 20px; }
  .service-orbit-a { right: -105px; }
}
@media (max-width: 420px) {
  .services-section { padding-right: 11px; padding-left: 11px; }
  .services-header h1 { font-size: 34px; }
  .service-card--rental, .service-card--integrated { min-height: 390px; }
  .featured-body { grid-template-columns: 48px 1fr; gap: 12px; }
  .featured-body .card-action { grid-column: 1 / -1; }
  .featured .card-icon { width: 48px; height: 48px; }
  .featured-metrics { font-size: 9px; }
  .featured-metrics strong { font-size: 16px; }
  .card-content h2 { font-size: 18px; }
  .card-content > div > p:last-child { font-size: 20px; }
  .drawer-panel { top: 9px; bottom: 9px; right: 9px; width: calc(100vw - 18px); padding: 52px 24px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Dynamic service drawer: visual evidence, operational content, and WhatsApp conversion. */
.drawer-panel {
  padding: 56px 0 30px;
  border-radius: 46px 14px 46px 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(227, 202, 165,.52) transparent;
}
.drawer-close { z-index: 6; top: 20px; left: 20px; background: rgba(173, 139, 115,.48); backdrop-filter: blur(10px); transition: .25s ease; }
.drawer-close:hover { color: var(--wine); background: var(--ivory); }
.drawer-index { z-index: 5; top: 27px; right: 34px; }
.drawer-visual {
  position: relative;
  isolation: isolate;
  height: 218px;
  margin: 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 251, 233,.34);
  border-radius: 29px 9px 29px 9px;
  background: #2D211B;
}
.drawer-visual > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); transition: transform .8s cubic-bezier(.2,.75,.25,1); }
.service-drawer.is-open .drawer-visual > img { transform: scale(1.05); }
.drawer-visual-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(145deg, rgba(25,13,14,.23), rgba(173, 139, 115,.78) 88%); }
.drawer-visual::before, .drawer-visual::after { content: ""; position: absolute; pointer-events: none; }
.drawer-visual::before { top: 17px; right: 17px; width: 31px; height: 31px; border-top: 1px solid rgba(255, 251, 233,.7); border-right: 1px solid rgba(255, 251, 233,.7); }
.drawer-visual::after { bottom: 17px; left: 17px; width: 31px; height: 31px; border-bottom: 1px solid rgba(255, 251, 233,.7); border-left: 1px solid rgba(255, 251, 233,.7); }
.drawer-visual .drawer-icon { position: absolute; right: 21px; bottom: 19px; display: grid; width: 58px; height: 58px; margin: 0; border-radius: 18px 18px 7px 18px; border-color: rgba(255, 251, 233,.46); color: var(--ivory); background: rgba(173, 139, 115,.34); backdrop-filter: blur(8px); }
.drawer-visual .drawer-icon svg { width: 29px; height: 29px; }
.drawer-visual figcaption { position: absolute; left: 21px; bottom: 26px; display: inline-flex; align-items: center; gap: 7px; color: var(--ivory); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.drawer-visual-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blush); box-shadow: 0 0 0 4px rgba(227, 202, 165,.15); }
.drawer-content { padding: 25px 40px 0; }
.drawer-content .drawer-kicker { margin: 0 0 10px; }
.drawer-content h2 { margin: 0; font-size: clamp(31px, 4vw, 38px); }
.drawer-content > p#drawer-description { margin: 12px 0 0; color: rgba(255, 251, 233,.79); font-size: 13px; line-height: 2; }
.drawer-list { margin-top: 17px; }
.drawer-list li { padding-top: 10px; padding-bottom: 10px; }
.drawer-cta { margin-top: 26px; box-shadow: 0 12px 28px rgba(25,13,14,.19); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.drawer-cta:hover { transform: translateY(-3px); color: var(--ivory); background: var(--graphite); box-shadow: 0 18px 32px rgba(25,13,14,.28); }
.drawer-contact-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 13px 0 0; color: rgba(255, 251, 233,.58); font-size: 10px; text-align: center; }
.drawer-contact-note span { color: var(--blush); font-size: 8px; }
@media (max-width: 520px) {
  .drawer-panel { top: 10px; right: 10px; bottom: 10px; width: calc(100vw - 20px); padding-top: 50px; border-radius: 32px 10px 32px 10px; }
  .drawer-close { top: 13px; left: 13px; }
  .drawer-index { top: 19px; right: 25px; font-size: 25px; }
  .drawer-visual { height: 185px; margin: 0 12px; }
  .drawer-content { padding: 22px 28px 0; }
  .drawer-content > p#drawer-description { font-size: 12px; }
  .drawer-list li { font-size: 12px; }
}

/* Centered service manifesto: the compass leads, then the service proposition follows. */
.services-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: clamp(38px, 5.4vw, 68px);
  text-align: center;
}
.service-compass {
  position: relative;
  display: flex;
  flex: 0 0 174px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  overflow: visible;
  isolation: isolate;
  color: var(--wine);
  border: 1px solid rgba(173, 139, 115,.32);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.61), rgba(227, 202, 165,.62));
  box-shadow: 0 18px 36px rgba(173, 139, 115,.12), inset 0 0 0 8px rgba(255, 251, 233,.38);
  transition: transform .45s cubic-bezier(.2,.75,.25,1), background .35s ease, color .35s ease;
}
.service-compass::before, .service-compass::after { content: ""; position: absolute; inset: -10px; z-index: -1; border: 1px solid rgba(173, 139, 115,.14); border-radius: 50%; transition: transform .55s ease; }
.service-compass::after { inset: -21px; border-style: dashed; opacity: .72; }
.service-compass:hover { color: var(--ivory); background: var(--wine); transform: translateY(-5px) rotate(-4deg); box-shadow: 0 24px 42px rgba(173, 139, 115,.22); }
.service-compass:hover::before { transform: scale(1.07); }
.service-compass:hover::after { transform: rotate(30deg); }
.compass-outer, .compass-inner { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.compass-outer { inset: 15px; border: 1px solid rgba(173, 139, 115,.16); }
.compass-inner { inset: 35px; border: 1px solid rgba(173, 139, 115,.18); }
.service-compass:hover .compass-outer, .service-compass:hover .compass-inner { border-color: rgba(255, 251, 233,.28); }
.compass-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 9px; border: 1px solid currentColor; border-radius: 15px 15px 5px 15px; background: rgba(255, 251, 233,.33); }
.service-compass:hover .compass-icon { background: rgba(255, 251, 233,.12); }
.compass-icon svg { width: 29px; height: 29px; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.compass-label { color: currentColor; font-size: 11px; font-weight: 800; line-height: 1.45; text-align: center; }
.header-content { display: flex; flex-direction: column; align-items: center; max-width: 755px; }
.header-ledger { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 17px; direction: ltr; }
.header-mark-number { font-size: 44px; }
.header-mark-line { width: 42px; margin: 0 12px; }
.header-mark-caption { text-align: left; }
.eyebrow { justify-content: center; margin-bottom: 13px; }
.services-header h1 { max-width: 720px; }
.header-copy { margin: 19px auto 0; }
/* A unified visual language for every in-image service icon and its adjacent copy. */
.card-icon { box-shadow: 0 9px 22px rgba(25,13,14,.18), inset 0 1px 0 rgba(255, 251, 233,.18); }
.card-content .card-icon { border-radius: 15px 15px 5px 15px; }
.card-content { align-items: center; }
.card-copy h2, .card-content h2 { text-shadow: 0 2px 20px rgba(25,13,14,.22); }
.card-copy > p:last-child, .card-content > div > p:last-child { max-width: 42ch; }
@media (max-width: 760px) {
  .services-header { gap: 22px; margin-bottom: 36px; }
  .service-compass { flex-basis: 143px; width: 143px; height: 143px; }
  .service-compass::before { inset: -8px; }
  .service-compass::after { inset: -16px; }
  .compass-outer { inset: 12px; }
  .compass-inner { inset: 28px; }
  .compass-icon { width: 43px; height: 43px; margin-bottom: 7px; border-radius: 13px 13px 5px 13px; }
  .compass-icon svg { width: 25px; height: 25px; }
  .compass-label { font-size: 10px; }
  .header-ledger { margin-bottom: 12px; }
  .header-mark-number { font-size: 37px; }
  .header-mark-line { width: 32px; margin: 0 9px; }
  .services-header h1 { font-size: clamp(31px, 10vw, 45px); }
  .header-copy { margin-top: 15px; font-size: 13px; line-height: 1.9; }
}

/* Mobile first-paint safeguard: service content remains fully legible before any animation cycle. */
@media (max-width: 760px) {
  .services-section .reveal { opacity: 1; transform: none; }
}

/* Fleet load table — local SEO / mid-tail capacity keywords */
.fleet-loads {
  margin-top: clamp(42px, 6vw, 72px);
  padding: clamp(28px, 4vw, 40px) clamp(18px, 3vw, 32px);
  border: 1px solid rgba(173, 139, 115, 0.22);
  border-radius: 28px 28px 18px 18px;
  background:
    linear-gradient(160deg, rgba(255, 251, 233, 0.92) 0%, rgba(227, 202, 165, 0.35) 100%);
  box-shadow: 0 18px 40px rgba(173, 139, 115, 0.1);
}
.fleet-loads-head {
  max-width: 720px;
  margin: 0 auto 1.6rem;
  text-align: center;
}
.fleet-loads-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(173, 139, 115, 0.35);
  border-radius: 999px;
  background: rgba(255, 251, 233, 0.7);
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.fleet-loads-head h2 {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif);
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  font-weight: 800;
  line-height: 1.35;
}
.fleet-loads-head p {
  margin: 0;
  color: rgba(45, 33, 27, 0.78);
  font-size: 0.95rem;
  line-height: 1.85;
}
.fleet-loads-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(173, 139, 115, 0.2);
  border-radius: 16px;
  background: rgba(255, 251, 233, 0.88);
}
.fleet-loads-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  text-align: right;
}
.fleet-loads-table th,
.fleet-loads-table td {
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid rgba(173, 139, 115, 0.14);
  vertical-align: top;
}
.fleet-loads-table thead th {
  background: rgba(173, 139, 115, 0.16);
  color: var(--ink);
  font-family: var(--font-primary, 'Hacen Egypt', Tahoma, Arial, sans-serif);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}
.fleet-loads-table tbody tr:last-child td {
  border-bottom: 0;
}
.fleet-loads-table tbody tr:nth-child(even) td {
  background: rgba(227, 202, 165, 0.18);
}
.fleet-loads-table td:first-child {
  color: var(--wine);
  font-weight: 800;
  white-space: nowrap;
}
.fleet-loads-table td {
  color: rgba(45, 33, 27, 0.88);
  font-size: 0.92rem;
  line-height: 1.7;
}
.fleet-loads-note {
  margin: 1.15rem 0 0;
  text-align: center;
  color: rgba(45, 33, 27, 0.78);
  font-size: 0.92rem;
  line-height: 1.8;
}
.fleet-loads-note a {
  color: var(--wine);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fleet-loads-note a:hover {
  color: var(--ink);
}
@media (max-width: 760px) {
  .fleet-loads {
    margin-top: 34px;
    padding: 22px 14px;
    border-radius: 22px;
  }
  .fleet-loads-table th,
  .fleet-loads-table td {
    padding: 0.8rem 0.75rem;
    font-size: 0.84rem;
  }
}
