/*
#المسار: /assets/css/style.css
#فائده الصفحه: الهوية البصرية والتخطيط المتجاوب والحركة البصرية لصفحة المسار المتكامل، بهوية هادئة قريبة من التصميم المرجعي.
#الإصدار: 3.0.0
#النوع: Stylesheet
#الكاتب: Dr.Tridz
*/
:root {
  --ink: #27263f;
  --ink-deep: #1f1e34;
  --ink-soft: #393752;
  --muted: #73707b;
  --gold: #b99555;
  --gold-2: #d5bd8f;
  --gold-soft: #eee2ca;
  --cream: #f8f5ef;
  --cream-2: #fdfbf8;
  --paper: #ffffff;
  --line: rgba(39, 38, 63, .10);
  --line-strong: rgba(39, 38, 63, .16);
  --line-gold: rgba(185, 149, 85, .30);
  --shadow: 0 28px 80px rgba(35, 31, 48, .11);
  --shadow-soft: 0 16px 40px rgba(35, 31, 48, .07);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1240px;
  --ease: cubic-bezier(.2,.78,.2,1);
  --font-body: "IBM Plex Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif;
  --font-display: "Noto Kufi Arabic", "IBM Plex Sans Arabic", Tahoma, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-2);
  font-family: var(--font-body);
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; top: 10px; right: 10px; z-index: 9999; transform: translateY(-170%); background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 84px;
  display: flex;
  align-items: center;
  transition: background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  background: rgba(253, 251, 248, .90);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 1px 0 rgba(39,38,63,.06), 0 12px 34px rgba(39,38,63,.05);
}
.nav-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 230px; }
.brand img { width: 54px; height: 54px; }
.brand span { display: grid; line-height: 1.18; }
.brand strong, .footer-brand strong { font-family: var(--font-display); font-size: 1rem; font-weight: 700; letter-spacing: -.03em; }
.brand small, .footer-brand small { margin-top: 5px; color: #625f6e; font-size: .74rem; letter-spacing: .07em; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: #625f6b; font-size: .9rem; font-weight: 500; transition: color .25s ease; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -11px; height: 2px; border-radius: 4px; background: var(--ink); transition: left .25s ease, right .25s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.is-active::after { left: 0; right: 0; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.city-link { display: inline-flex; align-items: center; gap: 7px; color: #74717a; font-size: .85rem; white-space: nowrap; }
.city-link svg { width: 18px; fill: var(--gold); }
.city-link:hover { color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

.btn { min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 700; font-size: .9rem; transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn svg { width: 20px; height: 20px; fill: currentColor; }
.btn-dark { background: linear-gradient(135deg, var(--ink), #312f4b); color: #fff; box-shadow: 0 12px 28px rgba(39,38,63,.20); }
.btn-dark:hover { box-shadow: 0 17px 38px rgba(39,38,63,.25); }
.btn-gold { background: linear-gradient(135deg, #c2a46c, #a98347); color: #fff; box-shadow: 0 12px 28px rgba(185,149,85,.22); }
.btn-outline { background: rgba(255,255,255,.62); border-color: rgba(39,38,63,.21); color: var(--ink); backdrop-filter: blur(10px); }
.btn-outline:hover { border-color: rgba(185,149,85,.62); }
.btn-small { min-height: 44px; padding-inline: 17px; font-size: .82rem; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 145px 0 90px;
  background:
    radial-gradient(circle at 78% 17%, rgba(185,149,85,.10), transparent 22rem),
    linear-gradient(180deg, #fbf8f3 0%, #f8f4ee 56%, #fcfaf7 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(185,149,85,.34), transparent); }
.hero-rings { position: absolute; inset: 0; opacity: .30; pointer-events: none; background-image: repeating-radial-gradient(ellipse at 52% 34%, transparent 0 43px, rgba(185,149,85,.20) 44px 45px, transparent 46px 84px); mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent); }
.hero-pattern { position: absolute; width: 250px; height: 250px; opacity: .32; pointer-events: none; background: linear-gradient(45deg, transparent 47%, rgba(185,149,85,.20) 48% 52%, transparent 53%), linear-gradient(-45deg, transparent 47%, rgba(185,149,85,.20) 48% 52%, transparent 53%); background-size: 42px 42px; mask-image: radial-gradient(circle, #000 0 30%, transparent 72%); }
.hero-pattern-a { right: -44px; top: 76px; }
.hero-pattern-b { left: -96px; bottom: 8px; transform: rotate(18deg); opacity: .20; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.hero-copy { padding-top: 8px; }
.eyebrow { width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--line-gold); border-radius: 999px; background: rgba(255,255,255,.72); color: #6d6255; font-size: .76rem; box-shadow: 0 8px 24px rgba(52,44,33,.04); }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(185,149,85,.12); }
.hero-brandline { margin: 24px 0 0; color: var(--ink-soft); font-family: var(--font-display); font-size: .96rem; font-weight: 600; }
.hero h1 { margin: 10px 0 20px; font-family: var(--font-display); font-size: clamp(3.45rem, 6.5vw, 6.65rem); line-height: 1.18; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { color: var(--ink-deep); }
.hero-lead { max-width: 690px; margin: 0; color: #676472; font-size: 1.05rem; line-height: 2.05; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 32px; width: fit-content; max-width: 650px; padding: 13px 16px; background: rgba(255,255,255,.66); border: 1px solid rgba(39,38,63,.08); border-radius: 15px; box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.hero-note-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: rgba(185,149,85,.16); font-weight: 800; }
.hero-note p { display: grid; margin: 0; line-height: 1.45; }
.hero-note strong { font-size: .88rem; }
.hero-note small { margin-top: 4px; color: #797680; font-size: .73rem; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; perspective: 1200px; }
.photo-orbit { position: absolute; width: 535px; height: 535px; border-radius: 50%; border: 1px solid rgba(185,149,85,.21); box-shadow: inset 0 0 0 24px rgba(255,255,255,.12), inset 0 0 0 25px rgba(185,149,85,.09); transform: translate(-22px, 20px); }
.photo-orbit::after { content: ""; position: absolute; inset: 34px; border: 1px dashed rgba(185,149,85,.20); border-radius: inherit; }
.photo-frame { position: relative; width: min(100%, 500px); aspect-ratio: 4/5; border-radius: 46px 118px 46px 46px; padding: 7px; background: linear-gradient(145deg, rgba(185,149,85,.96), rgba(185,149,85,.13) 40%, rgba(39,38,63,.78)); box-shadow: 0 42px 96px rgba(35,31,48,.22); transform: rotate(-1deg); overflow: hidden; }
.photo-frame::before { content: ""; position: absolute; inset: 7px; z-index: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 40px 112px 40px 40px; pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 41%; border-radius: 40px 112px 40px 40px; filter: saturate(.90) contrast(1.04); }
.photo-frame::after { content: ""; position: absolute; inset: 7px; border-radius: 40px 112px 40px 40px; background: linear-gradient(160deg, rgba(31,30,47,.06), transparent 45%, rgba(31,30,47,.18)); pointer-events: none; }
.photo-shine { position: absolute; z-index: 2; top: -30%; left: -55%; width: 46%; height: 170%; transform: rotate(20deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); animation: shine 8s ease-in-out infinite 1.2s; }
@keyframes shine { 0%,58% { left: -55%; } 78%,100% { left: 120%; } }
.floating-tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 14px; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); box-shadow: 0 20px 40px rgba(39,38,63,.13); color: var(--ink); font-size: .75rem; font-weight: 700; animation: float 5s ease-in-out infinite; }
.floating-tag i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(185,149,85,.11); }
.tag-top { top: 13%; right: -2%; }
.tag-bottom { bottom: 13%; left: -1%; animation-delay: -2.4s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.section-heading { max-width: 780px; }
.section-heading.center { text-align: center; margin: 0 auto 54px; }
.kicker { display: inline-block; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .04em; }
.section-heading h2, .approach h2, .contact-card h2, .map-caption h2 { margin: 8px 0 14px; font-family: var(--font-display); font-size: clamp(1.95rem, 4vw, 3.25rem); line-height: 1.45; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); }

.services { position: relative; background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 370px; padding: 31px 26px; border: 1px solid rgba(39,38,63,.08); border-radius: 22px; background: linear-gradient(180deg,#fff,#fcfbf8); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.service-card::before { content: ""; position: absolute; right: -58px; top: -58px; width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(185,149,85,.14); box-shadow: 0 0 0 18px rgba(185,149,85,.035), 0 0 0 36px rgba(185,149,85,.025); }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(39,38,63,.12); border-color: rgba(185,149,85,.31); }
.service-icon { position: relative; z-index: 1; width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: var(--gold-2); background: linear-gradient(145deg, #34324f, #24233b); box-shadow: 0 0 0 5px #f0e7d8, 0 12px 24px rgba(39,38,63,.15); }
.service-icon svg { width: 31px; fill: currentColor; }
.service-card h3 { position: relative; z-index: 1; margin: 0 0 17px; font-family: var(--font-display); font-size: 1.04rem; line-height: 1.7; }
.service-card ul { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; color: #696674; }
.service-card li { position: relative; padding-right: 16px; margin: 6px 0; font-size: .91rem; }
.service-card li::before { content: ""; position: absolute; right: 0; top: .82em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.service-bands { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.service-band { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 25px 26px; border: 1px solid rgba(39,38,63,.08); border-radius: 20px; background: linear-gradient(135deg, #fbf8f3, #fff); }
.band-mark { width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg, var(--gold-soft), #f7f0e4); border: 1px solid rgba(185,149,85,.30); position: relative; }
.band-mark::before, .band-mark::after { content: ""; position: absolute; inset: 10px; border: 1px solid var(--gold); transform: rotate(45deg); }
.band-mark::after { inset: 15px; }
.service-band h3 { margin: 0 0 7px; font-family: var(--font-display); font-size: .98rem; }
.service-band p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.9; }

.approach { background: linear-gradient(180deg, #fbf8f3, #f7f3ec); }
.approach-card { min-height: 465px; display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid rgba(39,38,63,.08); border-radius: 30px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); overflow: hidden; }
.approach-copy { padding: 62px 58px; align-self: center; }
.approach-copy p { margin: 0; color: var(--muted); font-size: .97rem; }
.approach-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; color: #605d6b; font-size: .82rem; }
.approach-points span { display: inline-flex; align-items: center; gap: 8px; }
.approach-points i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(185,149,85,.11); }
.approach-art { position: relative; overflow: hidden; min-height: 420px; background: radial-gradient(circle at 76% 28%, rgba(185,149,85,.18), transparent 15rem), linear-gradient(145deg, #efe8dd, #fbf8f3); }
.approach-art::before { content: ""; position: absolute; inset: 0; opacity: .30; background-image: linear-gradient(45deg, rgba(185,149,85,.14) 1px, transparent 1px), linear-gradient(-45deg, rgba(185,149,85,.14) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 10%, #000 70%); }
.desk-shadow { position: absolute; left: 8%; right: 8%; bottom: 12%; height: 26%; background: rgba(39,38,63,.08); filter: blur(25px); border-radius: 50%; transform: rotate(-8deg); }
.paper { position: absolute; border-radius: 12px; box-shadow: 0 25px 55px rgba(39,38,63,.11); }
.paper-a { width: 56%; height: 52%; left: 12%; bottom: 17%; background: #fff; transform: rotate(-8deg); }
.paper-b { width: 51%; height: 47%; right: 9%; bottom: 11%; background: #2b2a44; transform: rotate(7deg); }
.pen { position: absolute; z-index: 3; width: 49%; height: 12px; left: 22%; bottom: 29%; border-radius: 999px; background: linear-gradient(90deg, #202036 0 78%, #b99555 78% 90%, #28273d 90%); transform: rotate(-11deg); box-shadow: 0 9px 15px rgba(39,38,63,.17); }
.wire-shape { position: absolute; z-index: 4; top: 22%; right: 20%; width: 104px; height: 104px; border: 2px solid rgba(185,149,85,.68); transform: rotate(45deg); box-shadow: 0 15px 35px rgba(185,149,85,.12); }
.wire-shape span { position: absolute; inset: 16px; border: 1px solid rgba(185,149,85,.55); }
.wire-shape span:nth-child(2) { inset: 31px; }
.wire-shape span:nth-child(3) { left: 50%; right: auto; top: -2px; bottom: -2px; width: 1px; background: rgba(185,149,85,.5); border: 0; transform: translateX(-50%); }
.wire-shape span:nth-child(4) { top: 50%; bottom: auto; left: -2px; right: -2px; height: 1px; background: rgba(185,149,85,.5); border: 0; transform: translateY(-50%); }

.location { background: #fff; }
.location-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.map-card { grid-column: 2; grid-row: 1; position: relative; min-height: 560px; display: grid; grid-template-rows: 1fr auto; border: 1px solid rgba(39,38,63,.09); border-radius: 28px; background: #f2ede4; overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .35s var(--ease), box-shadow .35s ease; }
.map-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.map-canvas { position: relative; min-height: 355px; overflow: hidden; background: #ebe5db; }
.map-canvas::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 68% 30%, rgba(207,186,144,.34), transparent 19rem), linear-gradient(135deg, rgba(255,255,255,.65), rgba(248,244,236,.1)); }
.road { position: absolute; z-index: 2; display: block; height: 22px; width: 130%; background: #faf8f4; border: 1px solid rgba(39,38,63,.055); box-shadow: inset 0 1px rgba(255,255,255,.8); transform-origin: center; }
.r1 { top: 22%; right: -16%; transform: rotate(-18deg); }
.r2 { top: 58%; right: -13%; transform: rotate(13deg); }
.r3 { top: 40%; right: -18%; transform: rotate(54deg); }
.r4 { top: 12%; right: -31%; transform: rotate(71deg); }
.r5 { top: 74%; right: -14%; transform: rotate(-38deg); }
.r6 { top: 49%; right: -18%; transform: rotate(-3deg); height: 13px; }
.block { position: absolute; z-index: 1; display: block; border-radius: 22px; background: rgba(211,194,160,.42); border: 1px solid rgba(185,149,85,.12); }
.b1 { width: 190px; height: 110px; top: 7%; left: 6%; transform: rotate(-8deg); }
.b2 { width: 160px; height: 130px; right: 8%; top: 12%; transform: rotate(11deg); }
.b3 { width: 210px; height: 105px; left: 15%; bottom: 6%; transform: rotate(8deg); }
.b4 { width: 145px; height: 120px; right: 15%; bottom: 9%; transform: rotate(-11deg); }
.map-pin { position: absolute; z-index: 5; left: 50%; top: 50%; width: 72px; height: 88px; background: linear-gradient(145deg, #34324f, #24233b); border-radius: 50% 50% 50% 8%; transform: translate(-50%,-58%) rotate(-45deg); box-shadow: 0 18px 38px rgba(39,38,63,.27), 0 0 0 9px rgba(255,255,255,.65); }
.map-pin i { position: absolute; width: 24px; height: 24px; left: 24px; top: 23px; border-radius: 50%; background: var(--gold-2); transform: rotate(45deg); box-shadow: inset 0 0 0 7px #f5ecdb; }
.map-caption { padding: 28px 30px 30px; background: rgba(255,255,255,.93); }
.google-maps-label { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border-radius: 999px; background: #f3ede3; color: #6f665c; font-size: .72rem; font-weight: 700; }
.map-caption h2 { margin-bottom: 4px; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.map-caption p { margin: 0; color: var(--muted); }
.map-cta { margin-top: 17px; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 800; font-size: .86rem; }
.map-cta svg { width: 19px; fill: var(--gold); }

.contact-card { grid-column: 1; grid-row: 1; padding: 45px 42px; border: 1px solid rgba(39,38,63,.09); border-radius: 28px; background: linear-gradient(180deg,#fff,#fbfaf7); box-shadow: var(--shadow-soft); }
.contact-card > p { margin: 0; color: var(--muted); }
.contact-list { margin-top: 30px; border: 1px solid rgba(39,38,63,.08); border-radius: 19px; overflow: hidden; background: #fff; }
.contact-row { display: grid; grid-template-columns: 50px 1fr auto; gap: 14px; align-items: center; min-height: 92px; padding: 15px 18px; border-bottom: 1px solid rgba(39,38,63,.07); }
.contact-row:last-child { border-bottom: 0; }
.contact-row:hover { background: #fdfbf8; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #f6f2eb; border: 1px solid rgba(39,38,63,.09); }
.contact-icon svg { width: 20px; fill: var(--ink); }
.contact-row > div { display: grid; }
.contact-row small { color: var(--muted); font-size: .73rem; }
.contact-row a, .contact-row strong { margin-top: 3px; font-size: .95rem; font-weight: 700; }
.icon-button { min-height: 38px; padding: 0 13px; border: 1px solid rgba(39,38,63,.14); border-radius: 10px; background: #fff; color: var(--ink); cursor: pointer; font-size: .76rem; font-weight: 800; transition: background .2s ease, border-color .2s ease; }
.icon-button:hover { background: #f4efe7; border-color: rgba(185,149,85,.45); }
.icon-button.static { display: inline-flex; align-items: center; cursor: inherit; }
.location-row { color: inherit; }

.site-footer { color: #fff; background: #24233b; position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(45deg, rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(-45deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; }
.footer-main { position: relative; z-index: 1; min-height: 210px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.footer-brand img { width: 60px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand span { display: grid; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: rgba(255,255,255,.65); }
.footer-main > p { justify-self: center; max-width: 360px; margin: 0; color: rgba(255,255,255,.64); text-align: center; font-size: .86rem; }
.footer-links { justify-self: end; display: flex; flex-wrap: wrap; gap: 14px 20px; max-width: 320px; }
.footer-links a, .footer-links button { border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.76); cursor: pointer; font: inherit; font-size: .79rem; }
.footer-links a:hover, .footer-links button:hover { color: #fff; }
.legal-strip { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.08); background: rgba(20,19,36,.34); }
.legal-content { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legal-content p { margin: 0; color: rgba(255,255,255,.60); font-size: .69rem; }
.legal-content p span { margin-inline: 6px; color: rgba(213,189,143,.65); }
.legal-content b { color: rgba(255,255,255,.78); font-weight: 600; }
.credit { white-space: nowrap; }
.credit a { color: var(--gold-2); font-weight: 700; }

.contact-dialog { width: min(92vw, 540px); border: 0; padding: 0; border-radius: 24px; background: transparent; color: var(--ink); }
.contact-dialog::backdrop { background: rgba(24,23,39,.54); backdrop-filter: blur(7px); }
.dialog-shell { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.65); border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(21,20,35,.30); }
.dialog-close { position: absolute; left: 18px; top: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f5f1eb; color: var(--ink); cursor: pointer; font-size: 1.4rem; line-height: 1; }
.dialog-kicker { color: var(--gold); font-size: .78rem; font-weight: 800; }
.dialog-shell h2 { margin: 6px 0 8px; font-family: var(--font-display); font-size: 1.7rem; }
.dialog-shell > p { margin: 0 0 22px; color: var(--muted); font-size: .87rem; }
.contact-choice { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 16px; border: 1px solid rgba(39,38,63,.09); border-radius: 15px; background: #fdfbf8; }
.contact-choice + .contact-choice { margin-top: 10px; }
.contact-choice > div:first-child { display: grid; }
.contact-choice small { color: var(--muted); }
.contact-choice strong { margin-top: 4px; }
.choice-actions { display: flex; gap: 8px; }
.choice-actions a { min-width: 82px; text-align: center; padding: 10px 12px; border-radius: 10px; background: var(--ink); color: #fff; font-size: .77rem; font-weight: 700; }
.choice-actions a:last-child { background: #ad884b; }
.contact-choice.is-emphasized { border-color: rgba(185,149,85,.58); box-shadow: 0 0 0 4px rgba(185,149,85,.08); }

.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .78s var(--ease), transform .78s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .nav-actions .city-link { display: none; }
  .hero-grid { gap: 45px; }
  .photo-orbit { width: 470px; height: 470px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-card { grid-template-columns: 1fr .78fr; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .site-header { height: 72px; }
  .nav-shell { grid-template-columns: auto auto; justify-content: space-between; }
  .brand { min-width: auto; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .68rem; }
  .menu-button { display: block; justify-self: end; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 72px; right: 20px; left: 20px; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(39,38,63,.08); border-radius: 20px; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); box-shadow: var(--shadow); transform: translateY(-18px) scale(.98); opacity: 0; visibility: hidden; transition: .25s var(--ease); }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 12px; border-radius: 12px; }
  .main-nav a::after { display: none; }
  .main-nav a:hover, .main-nav a.is-active { background: #f5f1eb; }
  .nav-actions { display: none; }
  .hero { min-height: auto; padding: 112px 0 76px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-note { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero h1 { font-size: clamp(3rem, 12vw, 5.2rem); }
  .hero-visual { min-height: 520px; }
  .photo-frame { width: min(88vw, 470px); }
  .photo-orbit { width: min(82vw, 470px); height: min(82vw, 470px); }
  .tag-top { right: 3%; }
  .tag-bottom { left: 3%; }
  .service-bands { grid-template-columns: 1fr; }
  .approach-card { grid-template-columns: 1fr; }
  .approach-art { min-height: 330px; grid-row: 1; }
  .approach-copy { padding: 42px 34px; }
  .location-grid { grid-template-columns: 1fr; }
  .map-card, .contact-card { grid-column: auto; grid-row: auto; }
  .contact-card { padding: 38px 30px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; padding: 38px 0; }
  .footer-brand, .footer-links { justify-self: center; }
  .footer-main > p { justify-self: center; }
  .legal-content { padding: 22px 0; flex-direction: column; text-align: center; justify-content: center; gap: 8px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  body { padding-bottom: 70px; }
  .brand img { width: 41px; height: 41px; }
  .brand strong { font-size: .82rem; }
  .brand small { font-size: .63rem; }
  .hero { padding-top: 103px; }
  .hero-brandline { font-size: .84rem; }
  .hero h1 { font-size: clamp(2.55rem, 14vw, 4rem); line-height: 1.25; }
  .hero-lead { font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { width: 100%; min-height: 50px; padding-inline: 12px; font-size: .79rem; }
  .hero-actions .btn-outline { grid-column: 1 / -1; }
  .hero-note { width: 100%; text-align: right; }
  .hero-visual { min-height: 445px; }
  .photo-frame { width: min(88vw, 390px); border-radius: 34px 82px 34px 34px; }
  .photo-frame img, .photo-frame::before, .photo-frame::after { border-radius: 28px 76px 28px 28px; }
  .photo-orbit { width: min(82vw, 390px); height: min(82vw, 390px); }
  .floating-tag { font-size: .67rem; padding: 9px 11px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 27px 24px; }
  .section-heading.center { margin-bottom: 36px; }
  .service-band { grid-template-columns: 1fr; gap: 12px; }
  .approach-copy { padding: 36px 24px; }
  .approach-art { min-height: 280px; }
  .map-card { min-height: 500px; }
  .map-canvas { min-height: 315px; }
  .map-caption { padding: 24px 22px 26px; }
  .contact-card { padding: 32px 22px; }
  .contact-row { grid-template-columns: 44px 1fr; }
  .contact-row .icon-button { grid-column: 2; justify-self: start; }
  .contact-choice { grid-template-columns: 1fr; }
  .choice-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .choice-actions a { min-width: 0; }
  .legal-content p { font-size: .65rem; }
  .credit { white-space: normal; }
  .mobile-bar { position: fixed; z-index: 900; right: 12px; left: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1.05fr .95fr; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; background: rgba(255,255,255,.90); backdrop-filter: blur(18px); box-shadow: 0 14px 40px rgba(39,38,63,.20); }
  .mobile-bar button, .mobile-bar a { min-height: 48px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: inherit; font-size: .77rem; font-weight: 800; }
  .mobile-bar button { background: var(--ink); color: #fff; }
  .mobile-bar a { background: #f3eee6; color: var(--ink); }
  .mobile-bar svg { width: 19px; fill: currentColor; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
