:root {
  --bg: #f6f3ed;
  --surface: #ffffff;
  --ink: #16181b;
  --muted: #6c706f;
  --line: #dedbd4;
  --dark: #0d1117;
  --dark-2: #161c24;
  --accent: #c7a96b;
  --accent-strong: #e2c58a;
  --radius: 24px;
  --shadow: 0 18px 60px rgba(22, 24, 27, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-dark { position: relative; overflow: hidden; background: var(--dark); color: #fff; }
.section-soft { background: #ece8df; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-160%); background: #fff; padding: 10px 14px; z-index: 9999; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(13, 17, 23, .90);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(226,197,138,.72); border-radius: 50%; color: var(--accent-strong); font-weight: 800; letter-spacing: -.03em; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; font-size: 10px; color: rgba(255,255,255,.58); letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; color: rgba(255,255,255,.82); font-size: 14px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--accent-strong); }
.lang-toggle { border: 1px solid rgba(255,255,255,.22); background: transparent; color: #fff; border-radius: 999px; padding: 7px 10px; cursor: pointer; font-weight: 700; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; }

.hero { min-height: 760px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; padding-top: 72px; padding-bottom: 88px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: #9c7d43; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--accent-strong); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5vw, 78px); line-height: 1.02; letter-spacing: -.045em; }
.hero-text { margin: 28px 0 0; max-width: 700px; color: rgba(255,255,255,.68); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 750; font-size: 14px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent-strong); color: var(--dark); }
.btn-ghost { border: 1px solid rgba(255,255,255,.22); color: #fff; }
.btn-ghost:hover { border-color: rgba(255,255,255,.48); }
.hero-stats { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-stats div { border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; display: grid; gap: 4px; }
.hero-stats strong { color: var(--accent-strong); font-size: 12px; }
.hero-stats span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }

.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; background: radial-gradient(circle, rgba(199,169,107,.18), transparent 65%); top: -180px; right: -80px; }
.hero-glow-two { width: 460px; height: 460px; background: radial-gradient(circle, rgba(80,113,145,.12), transparent 68%); left: 28%; bottom: -250px; }
.sky-card { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; background: linear-gradient(180deg, #1e2b39 0%, #5b6871 48%, #c1a777 100%); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.sky-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 19%, rgba(255,226,174,.58) 0 3%, rgba(255,226,174,.20) 4%, transparent 20%); }
.sky-topline { position: absolute; top: 24px; left: 24px; right: 24px; z-index: 3; display: flex; justify-content: space-between; color: rgba(255,255,255,.70); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.skyline { position: absolute; left: 0; right: 0; bottom: 70px; height: 58%; }
.tower { position: absolute; bottom: 0; display: block; background: rgba(18,25,32,.94); border-radius: 3px 3px 0 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.tower::after { content: ""; position: absolute; top: 12px; left: 7px; width: 3px; height: 3px; background: rgba(226,197,138,.56); box-shadow: 10px 0 0 rgba(226,197,138,.36), 0 12px 0 rgba(226,197,138,.28), 10px 12px 0 rgba(226,197,138,.20); }
.t1{left:2%;width:10%;height:31%}.t2{left:13%;width:9%;height:43%}.t3{left:23%;width:13%;height:36%}.t4{left:38%;width:10%;height:58%}.t5{left:49%;width:15%;height:40%}.t6{left:65%;width:8%;height:51%}.t7{left:75%;width:11%;height:35%}.t8{left:87%;width:10%;height:46%}
.dome { position: absolute; bottom: 0; display: block; background: rgba(14,20,25,.96); border-radius: 50% 50% 3px 3px; }
.d1 { left: 52%; width: 21%; height: 18%; }
.d2 { left: 24%; width: 16%; height: 14%; }
.minaret { position: absolute; bottom: 0; width: 2.2%; height: 38%; background: rgba(14,20,25,.98); }
.minaret::before { content:""; position:absolute; width: 260%; height: 5px; left:-80%; top:24%; background: rgba(14,20,25,.98); border-radius: 999px; }
.minaret::after { content:""; position:absolute; left:50%; transform:translateX(-50%); top:-12px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:12px solid rgba(14,20,25,.98); }
.m1 { left: 47%; }.m2 { left: 75%; height: 34%; }
.sky-bottom { position: absolute; z-index: 4; bottom: 0; left: 0; right: 0; min-height: 98px; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 24px; background: rgba(10,14,18,.86); border-top: 1px solid rgba(255,255,255,.08); }
.sky-bottom span { max-width: 75%; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.45; }
.sky-bottom strong { font-size: 28px; color: var(--accent-strong); }

.trust-strip { background: var(--accent-strong); color: var(--dark); }
.trust-row { min-height: 56px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.trust-row i { width: 4px; height: 4px; background: currentColor; border-radius: 50%; opacity: .55; }

.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 54px; align-items: end; margin-bottom: 44px; }
.section-head h2, .about-copy h2, .contact-card h2 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.06; letter-spacing: -.035em; }
.section-head > p { margin: 0; color: var(--muted); }
.section-head.light > p { color: rgba(255,255,255,.60); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 250px; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(22,24,27,.04); }
.service-card .num { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #f0ebe0; color: #92743d; font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 54px 0 12px; font-size: 20px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.property-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.property-card { overflow: hidden; background: var(--surface); border-radius: 28px; border: 1px solid #d8d3ca; box-shadow: var(--shadow); }
.media-frame { position: relative; background: #111; aspect-ratio: 16 / 10; overflow: hidden; }
.media-frame video { width: 100%; height: 100%; object-fit: cover; }
.media-badge { position: absolute; top: 16px; left: 16px; background: rgba(13,17,23,.82); color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 7px 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; pointer-events: none; }
.property-body { display: flex; justify-content: space-between; gap: 22px; align-items: end; padding: 24px; }
.property-kicker { margin: 0 0 5px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.property-body h3 { margin: 0; font-size: 23px; }
.property-body a { color: #7c6233; font-size: 13px; font-weight: 750; min-width: max-content; }

.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: center; }
.portrait-wrap { position: relative; }
.portrait-wrap img { width: 100%; border-radius: 30px; border: 1px solid var(--line); background: #d9d4ca; box-shadow: var(--shadow); }
.portrait-note { position: absolute; left: 20px; right: 20px; bottom: 20px; display: grid; padding: 15px 18px; border-radius: 18px; background: rgba(13,17,23,.85); backdrop-filter: blur(12px); color: #fff; }
.portrait-note span { font-weight: 800; }
.portrait-note small { color: rgba(255,255,255,.58); }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.about-list { display: grid; gap: 8px; margin: 24px 0 28px; }
.about-list span { padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.45); }
.inline-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.text-link { color: #795f2f; font-weight: 800; }

.process { padding: 104px 0; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.steps li { padding: 26px; min-height: 230px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.04); }
.steps li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--accent-strong); color: var(--dark); font-weight: 900; font-size: 13px; }
.steps h3 { margin: 48px 0 10px; font-size: 18px; }
.steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.contact { padding-top: 90px; padding-bottom: 90px; }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding: 56px; border-radius: 34px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-card p:not(.eyebrow) { color: var(--muted); max-width: 680px; }
.contact-actions { display: grid; gap: 12px; align-content: center; }
.contact-btn { display: grid; gap: 3px; padding: 18px 20px; border-radius: 18px; border: 1px solid var(--line); background: #f7f4ee; transition: transform .2s ease, box-shadow .2s ease; }
.contact-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(22,24,27,.08); }
.contact-btn span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .10em; }
.contact-btn strong { font-size: 15px; overflow-wrap: anywhere; }

.footer { background: var(--dark); color: #fff; padding: 32px 0 88px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-row p { color: rgba(255,255,255,.48); font-size: 12px; }
.mobile-contact { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .contact-btn { transition: none; }
}

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 20px; background: rgba(13,17,23,.98); border-top: 1px solid rgba(255,255,255,.08); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a, .lang-toggle { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; text-align: left; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 620px; width: 100%; justify-self: center; }
  .sky-card { aspect-ratio: 16 / 11; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .portrait-wrap { max-width: 600px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-card { grid-template-columns: 1fr; gap: 30px; padding: 38px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 26px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .site-nav { top: 68px; }
  .brand-copy strong { font-size: 12px; }
  .brand-mark { width: 38px; height: 38px; }
  .section { padding: 68px 0; }
  .hero-grid { padding-top: 44px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(38px, 12vw, 58px); }
  .hero-text { font-size: 16px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; gap: 12px; }
  .hero-stats div { grid-template-columns: 34px 1fr; align-items: center; }
  .sky-card { border-radius: 24px; aspect-ratio: 4 / 5; }
  .trust-row { padding: 12px 0; gap: 9px 12px; font-size: 9px; }
  .service-grid, .property-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: 210px; }
  .service-card h3 { margin-top: 38px; }
  .property-body { align-items: start; flex-direction: column; }
  .about-grid { gap: 42px; }
  .contact-card { padding: 28px 22px; border-radius: 24px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .footer { padding-bottom: 92px; }
  .mobile-contact { position: fixed; z-index: 999; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; background: rgba(13,17,23,.92); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.10); border-radius: 16px; box-shadow: 0 18px 50px rgba(0,0,0,.25); }
  .mobile-contact a { min-height: 44px; display: grid; place-items: center; border-radius: 11px; background: var(--accent-strong); color: var(--dark); font-size: 12px; font-weight: 900; }
  .mobile-contact a:last-child { background: #fff; }
}
