:root {
  --brand: #bfa26f;
  --brand-dark: #80602f;
  --ink: #122338;
  --ink-soft: #435064;
  --muted: #f5f3ee;
  --line: #e5e2dc;
  --white: #fff;
  --dark: #0e1c2d;
  --success: #118b4e;
  --radius: 20px;
  --shadow: 0 16px 50px rgba(16, 36, 58, .09);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; direction: rtl; color: var(--ink-soft); background: #fff; font-family: Tahoma, Arial, sans-serif; font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--brand-dark); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6 { color: var(--ink); line-height: 1.4; margin: 0 0 .75em; font-weight: 800; text-wrap: balance; }
h1 { font-size: clamp(2.15rem, 5vw, 4.6rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin-top: 0; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link:focus { clip: auto!important; width: auto; height: auto; top: 10px; right: 10px; background: #fff; padding: 10px 16px; z-index: 99999; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--brand-dark); font-weight: 800; font-size: .88rem; margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border: 1px solid var(--brand); border-radius: 12px; background: var(--brand); color: #101820; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.button--outline { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button--outline:hover { background: #fff; color: var(--ink); }
.button--dark { background: var(--dark); border-color: var(--dark); color: #fff; }
.button--light { background: #fff; border-color: #fff; color: var(--ink); }
.button--outline-dark { background: transparent; border-color: var(--ink); color: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--ink); font-weight: 800; }
.text-link:hover { color: var(--brand-dark); }

.site-header { position: sticky; top: 0; z-index: 1000; background: #fff; box-shadow: 0 1px 0 rgba(15,31,48,.08); }
.site-header.is-scrolled .main-header { box-shadow: 0 14px 34px rgba(14,28,45,.08); }
.topbar { color: rgba(255,255,255,.76); background: var(--dark); font-size: .82rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar__contact { display: flex; gap: 20px; }
.topbar a { color: #fff; }
.main-header { position: relative; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); transition: box-shadow .2s ease; }
.main-header__inner { min-height: 86px; display: grid; grid-template-columns: minmax(180px, 270px) 1fr auto; align-items: center; gap: 28px; }
.branding { min-width: 0; }
.custom-logo-link, .site-logo-link { display: inline-flex; }
.custom-logo, .site-logo { width: auto; max-width: 260px; height: auto; max-height: 54px; object-fit: contain; }
.site-name { font-weight: 900; font-size: 1.25rem; }
.primary-menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 34px); }
.primary-menu li { position: relative; }
.primary-menu a { display: block; color: var(--ink); font-weight: 700; font-size: .94rem; padding-block: 12px; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--brand-dark); }
.primary-menu .sub-menu { position: absolute; right: 0; top: 100%; list-style: none; min-width: 220px; margin: 0; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.primary-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-cta { display: inline-flex; min-height: 48px; align-items: center; padding: 10px 20px; border-radius: 11px; background: var(--ink); color: #fff; font-weight: 800; white-space: nowrap; }
.header-cta:hover { color: #fff; background: var(--brand-dark); }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--muted); cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }


.home-project-hero { position: relative; overflow: hidden; background: var(--dark); }
.home-project-slider { position: relative; min-height: clamp(650px, 78vh, 820px); overflow: hidden; background: var(--dark); }
.home-project-slider__track { display: flex; min-height: inherit; direction: ltr; transition: transform .7s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.home-project-slide { position: relative; min-width: 100%; min-height: inherit; display: grid; align-items: center; overflow: hidden; direction: rtl; isolation: isolate; }
.home-project-slide__image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: transform 7s ease; }
.home-project-slide.is-active .home-project-slide__image { transform: scale(1.07); }
.home-project-slide__overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,17,30,.16) 0%, rgba(6,17,30,.48) 48%, rgba(6,17,30,.94) 100%); }
.home-project-slide__inner { width: min(calc(100% - 36px), var(--container)); padding-block: 110px 150px; }
.home-project-slide__content { max-width: 700px; color: #fff; }
.home-project-slide__brand { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--brand); font-size: .92rem; font-weight: 900; }
.home-project-slide__brand::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.home-project-slide__company { margin: 0 0 15px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.6vw, 1.28rem); font-weight: 800; line-height: 1.5; }
.home-project-slide__title { max-width: 760px; margin-bottom: 18px; color: #fff; font-size: clamp(2rem, 3.15vw, 3.25rem); line-height: 1.28; text-shadow: 0 4px 22px rgba(0,0,0,.22); }
.home-project-slide__content > p { max-width: 650px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: rgba(255,255,255,.86); font-size: clamp(.96rem, 1.15vw, 1.08rem); }
.home-project-slider__ui { position: absolute; right: 50%; bottom: 38px; z-index: 5; width: min(calc(100% - 36px), var(--container)); display: flex; align-items: center; justify-content: space-between; transform: translateX(50%); pointer-events: none; }
.home-project-slider__dots, .home-project-slider__controls { display: flex; align-items: center; gap: 4px; pointer-events: auto; }
.home-project-slider__dot { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 999px; background: transparent; cursor: pointer; }
.home-project-slider__dot > span { width: 10px; height: 10px; display: block; border-radius: 999px; background: rgba(255,255,255,.72); transition: width .22s ease, background .22s ease, transform .22s ease; }
.home-project-slider__dot.is-active > span { width: 30px; background: var(--brand); }
.home-project-slider__dot:hover > span { background: #fff; transform: scale(1.08); }
.home-project-slider__controls button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(8,20,34,.45); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.home-project-slider__controls button:hover { background: var(--brand); border-color: var(--brand); color: var(--dark); transform: translateY(-2px); }

.home-hero { position: relative; min-height: clamp(600px, 78vh, 790px); display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--dark); }
.home-hero__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,34,.25) 0%, rgba(8,20,34,.68) 50%, rgba(8,20,34,.96) 100%); }
.home-hero__inner { position: relative; z-index: 1; padding-block: 92px; }
.home-hero__content { max-width: 760px; }
.home-hero h1 { color: #fff; font-size: clamp(2.35rem, 5.2vw, 4.7rem); margin-bottom: 22px; }
.home-hero p { max-width: 680px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.hero-features { display: flex; flex-wrap: wrap; gap: 14px 30px; list-style: none; padding: 0; margin: 0; color: rgba(255,255,255,.87); font-size: .92rem; }
.hero-features li::before { content: "✓"; color: var(--brand); font-weight: 900; margin-left: 8px; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 120px; padding: 20px; border-left: 1px solid var(--line); text-align: center; }
.trust-grid > div:last-child { border-left: 0; }
.trust-grid strong { color: var(--brand-dark); font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1; }
.trust-grid span { color: var(--ink); font-weight: 700; margin-top: 10px; }

.section { padding-block: clamp(70px, 9vw, 120px); }
.section--muted { background: var(--muted); }
.section--dark { background: var(--dark); }
.section-heading { margin-bottom: 42px; }
.section-heading--center { max-width: 840px; margin-inline: auto; text-align: center; }
.section-heading h2 { font-size: clamp(1.65rem, 2.45vw, 2.55rem); line-height: 1.35; }
.section-heading p { max-width: 720px; margin-inline: auto; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--split { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.section-heading--light h2 { color: #fff; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.split-layout__content p { font-size: 1.04rem; }
.split-layout__media { position: relative; }
.split-layout__media > img { width: 100%; aspect-ratio: 1 / .88; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; bottom: 24px; right: -26px; display: flex; flex-direction: column; min-width: 220px; padding: 18px 22px; background: #fff; border-right: 5px solid var(--brand); border-radius: 14px; box-shadow: var(--shadow); }
.experience-badge strong { color: var(--ink); }
.section--about .split-layout { grid-template-columns: 1.05fr .95fr; gap: clamp(44px, 6vw, 78px); }
.section--about .split-layout__content h2 { max-width: 620px; font-size: clamp(2rem, 3.15vw, 3.2rem); line-height: 1.35; }
.section--about .split-layout__content p { max-width: 680px; font-size: 1rem; line-height: 2; }
.section--about .split-layout__media { padding: 16px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 18px 50px rgba(16,36,58,.08); }
.section--about .split-layout__media > img { aspect-ratio: 4 / 3; border-radius: 22px; box-shadow: none; object-fit: cover; }
.section--about .experience-badge { right: 34px; bottom: 34px; min-width: 205px; padding: 16px 20px; border-radius: 16px; }
.section--about .experience-badge span { font-size: .9rem; }
.check-list { list-style: none; padding: 0; margin: 26px 0; }
.check-list li { position: relative; padding-right: 32px; margin-bottom: 12px; color: var(--ink); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; right: 0; color: var(--success); font-weight: 900; }
.cards-grid { display: grid; gap: 26px; align-items: stretch; }
.cards-grid--services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-grid--projects { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-grid--posts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid rgba(17,35,56,.1); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(14,28,45,.05); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.content-card:hover { transform: translateY(-5px); border-color: rgba(191,162,111,.6); box-shadow: var(--shadow); }
.content-card__image { position: relative; overflow: hidden; aspect-ratio: 4/3; background: #e8e4dc; }
.content-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.content-card:hover .content-card__image img { transform: scale(1.035); }
.content-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--brand-dark); font-size: 1.4rem; font-weight: 900; background: radial-gradient(circle at top right, #fff, #e9e2d5); }
.content-card__badge { position: absolute; top: 16px; right: 16px; z-index: 2; display: inline-flex; align-items: center; min-height: 34px; padding: 6px 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: #fff; background: rgba(12,29,48,.82); box-shadow: 0 8px 22px rgba(0,0,0,.15); backdrop-filter: blur(8px); font-size: .76rem; font-weight: 900; }
.content-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.content-card__meta { color: var(--brand-dark); font-size: .82rem; font-weight: 700; margin-bottom: 8px; }
.content-card__title { font-size: 1.15rem; }
.content-card__title a { color: var(--ink); }
.content-card__body p { color: #5c6776; font-size: .9rem; line-height: 1.75; }
.content-card__body .text-link { margin-top: auto; font-size: .9rem; }
.content-card--service { border-color: rgba(191,162,111,.22); border-radius: 22px; box-shadow: 0 12px 34px rgba(14,28,45,.07); }
.content-card--service .content-card__image { aspect-ratio: 16/10; }
.content-card--service .content-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7,18,30,.18)); pointer-events: none; }
.content-card--service .content-card__body { padding: 24px 24px 22px; }
.content-card--service .content-card__title { margin-bottom: 10px; font-size: clamp(1.12rem, 1.45vw, 1.32rem); }
.content-card--service .content-card__excerpt { display: -webkit-box; min-height: 5.15em; margin: 0 0 22px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #5a6675; font-size: .92rem; line-height: 1.72; }
.content-card__action { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 46px; margin-top: auto; padding: 10px 16px; border: 1px solid rgba(18,35,56,.14); border-radius: 12px; color: var(--ink); background: #f8f6f1; font-size: .88rem; font-weight: 900; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.content-card__action span { color: var(--brand-dark); font-size: 1.15rem; transition: transform .2s ease; }
.content-card__action:hover { color: #fff; border-color: var(--ink); background: var(--ink); transform: translateY(-1px); }
.content-card__action:hover span { color: var(--brand); transform: translateX(-3px); }
.section--dark .content-card { background: #15283e; border-color: rgba(255,255,255,.1); box-shadow: none; }
.section--dark .content-card__title a, .section--dark .text-link { color: #fff; }
.section--dark .content-card__body p { color: rgba(255,255,255,.7); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid article { position: relative; padding: 30px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.process-grid article span { display: inline-grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 50%; background: var(--muted); color: var(--brand-dark); font-weight: 900; }
.process-grid article p { margin-bottom: 0; font-size: .92rem; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: clamp(32px, 5vw, 64px); border-radius: 30px; background: linear-gradient(135deg, #efe7d9, #f8f6f1); border: 1px solid #e4dac9; }
.cta-box > div:first-child { max-width: 720px; }
.cta-box__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.page-hero { position: relative; min-height: 245px; display: grid; align-items: end; padding-block: 52px 48px; overflow: hidden; background: radial-gradient(circle at 16% 10%, rgba(191,162,111,.19), transparent 30%), linear-gradient(135deg, #0b1a2b, #132a43); border-bottom: 1px solid rgba(191,162,111,.32); }
.page-hero::after { content: ""; position: absolute; inset: auto -7% -100px auto; width: 420px; height: 260px; border: 1px solid rgba(191,162,111,.18); border-radius: 50%; transform: rotate(-12deg); }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1, .page-hero .page-title-display { max-width: 930px; margin-bottom: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.45rem); }
.page-hero p { max-width: 800px; margin: 12px 0 0; color: rgba(255,255,255,.72); }
.page-hero .breadcrumbs { color: rgba(255,255,255,.72); }
.page-hero .breadcrumbs a { color: var(--brand); }
.breadcrumbs { margin-bottom: 15px; font-size: .82rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-right: 7px; color: #a2a9b1; }
.breadcrumbs a { color: var(--brand-dark); }
.page-layout { padding-block: 60px 90px; }
.surface-content { max-width: 920px; margin-inline: auto; }
.entry-content { color: #3f4c5e; overflow-wrap: anywhere; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 2.1em; font-size: clamp(1.55rem, 2.7vw, 2.25rem); }
.entry-content h3 { margin-top: 1.8em; }
.entry-content h4 { margin-top: 1.5em; }
.entry-content p, .entry-content li { font-size: 1.02rem; }
.entry-content a { color: #8b692f; text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: 14px; }
.entry-content figure { margin: 32px 0; }
.entry-content iframe { max-width: 100%; border: 0; border-radius: 16px; }
.entry-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.entry-content th, .entry-content td { padding: 12px 14px; border: 1px solid var(--line); }
.entry-content blockquote { margin: 30px 0; padding: 22px 26px; border-right: 4px solid var(--brand); background: var(--muted); border-radius: 12px; }
.entry-content .elementor-widget-container, .entry-content .elementor-element, .entry-content section { max-width: 100%; }
.entry-content style:empty, .entry-content script:empty { display: none; }
.page-cards-grid { max-width: 1180px; margin: 50px auto 0; }

.archive-layout, .single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 44px; padding-block: 60px 90px; align-items: start; }
.archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sidebar { position: sticky; top: 110px; display: grid; gap: 20px; }
.widget { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.widget-title { color: var(--ink); font-size: 1.08rem; font-weight: 900; margin-bottom: 15px; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.widget li:last-child { border-bottom: 0; }
.widget li a { color: var(--ink-soft); }
.search-form { display: flex; gap: 8px; }
.search-form input { min-width: 0; flex: 1; height: 46px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; }
.search-form button { border: 0; border-radius: 9px; padding: 9px 14px; background: var(--ink); color: #fff; cursor: pointer; }
.pagination { margin-top: 44px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 9px; }
.page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }

.single-hero { position: relative; min-height: 320px; display: grid; align-items: end; overflow: hidden; background: radial-gradient(circle at 18% 12%, rgba(191,162,111,.2), transparent 32%), linear-gradient(135deg, #f6f3ed, #ece8df); }
.single-hero--image { min-height: clamp(390px, 52vw, 520px); background: var(--dark); }
.single-hero__media, .single-hero__overlay { position: absolute; inset: 0; }
.single-hero__background { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.single-hero__overlay { background: linear-gradient(90deg, rgba(7,18,30,.36) 0%, rgba(7,18,30,.72) 52%, rgba(7,18,30,.94) 100%); }
.single-hero__inner { position: relative; z-index: 1; max-width: var(--container); padding-block: 52px 58px; }
.single-hero h1, .single-hero .page-title-display { max-width: 980px; margin-bottom: 20px; font-size: clamp(2rem, 3.15vw, 3.15rem); line-height: 1.4; }
.single-hero--image h1, .single-hero--image .page-title-display { color: #fff; text-shadow: 0 4px 22px rgba(0,0,0,.24); }
.single-hero--image .breadcrumbs, .single-hero--image .breadcrumbs a, .single-hero--image .entry-meta { color: rgba(255,255,255,.88); }
.single-hero--image .breadcrumbs li:not(:last-child)::after { color: rgba(255,255,255,.58); }
.entry-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #6b7582; font-size: .88rem; }
.single-article { min-width: 0; }
.single-featured { margin: 0 0 38px; }
.single-featured img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 22px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.tag-list a { padding: 6px 11px; border-radius: 8px; background: var(--muted); }
.post-navigation { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; }
.post-navigation a { display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
.post-navigation span { font-size: .8rem; color: #7d8793; }
.comments-area { margin-top: 50px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 20px; margin-bottom: 16px; border: 1px solid var(--line); border-radius: 12px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 9px; }
.form-submit .submit { border: 0; border-radius: 9px; padding: 12px 20px; background: var(--ink); color: #fff; }

.single-service-hero { position: relative; min-height: 520px; display: grid; align-items: end; overflow: hidden; background: var(--dark); }
.single-service-hero__image, .single-service-hero__overlay { position: absolute; inset: 0; }
.single-service-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.single-service-hero__overlay { background: linear-gradient(0deg, rgba(8,20,34,.96), rgba(8,20,34,.2)); }
.single-service-hero__content { position: relative; z-index: 1; padding-block: 90px 64px; color: #fff; }
.single-service-hero__content h1, .single-service-hero__content .page-title-display { font-size: clamp(2.15rem, 5vw, 4.6rem); color: #fff; max-width: 900px; }
.single-service-hero__content p { max-width: 760px; color: rgba(255,255,255,.8); }
.single-service-hero .breadcrumbs a, .single-service-hero .breadcrumbs { color: rgba(255,255,255,.8); }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; padding-block: 68px 90px; align-items: start; }
.service-content { max-width: none; }
.service-contact-card { position: sticky; top: 110px; padding: 28px; border: 1px solid #dfd5c4; border-radius: 20px; background: #f7f2e9; }
.service-contact-card .button { width: 100%; margin-top: 10px; }
.related-section { padding-top: 75px; }
.project-single { padding-block: 60px 90px; }
.project-slider { position: relative; overflow: hidden; margin: 32px 0 50px; border-radius: 24px; background: var(--dark); }
.project-slider__track { display: flex; direction: ltr; transition: transform .45s ease; }
.project-slide { position: relative; min-width: 100%; aspect-ratio: 16/8; }
.project-slide img { width: 100%; height: 100%; object-fit: cover; }
.project-slide__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; align-items: flex-start; padding: clamp(28px, 6vw, 70px); background: linear-gradient(0deg, rgba(7,18,30,.9), transparent 70%); color: #fff; direction: rtl; }
.project-slide__overlay h2 { color: #fff; max-width: 780px; }
.project-slider__controls { position: absolute; left: 22px; bottom: 22px; display: flex; gap: 8px; }
.project-slider__controls button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(8,20,34,.45); color: #fff; cursor: pointer; }

.site-footer { color: rgba(255,255,255,.72); background: var(--dark); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 60px; padding-block: 70px; }
.site-footer .site-logo, .site-footer .custom-logo { width: auto; max-width: 300px; max-height: 72px; padding: 0; background: transparent; border-radius: 0; object-fit: contain; }
.site-logo-link--footer { display: inline-flex; padding: 10px 0; }
.footer-about p { max-width: 470px; margin-top: 22px; }
.footer-title { color: #fff; font-weight: 900; font-size: 1.05rem; margin-bottom: 18px; }
.footer-menu, .contact-list { list-style: none; margin: 0; padding: 0; }
.footer-menu li, .contact-list li { margin-bottom: 9px; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom__inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .85rem; }
.floating-actions { position: fixed; left: 18px; bottom: 18px; z-index: 999; display: flex; flex-direction: column; gap: 10px; }
.floating-action { display: grid; min-width: 78px; min-height: 48px; place-items: center; padding: 10px 14px; border-radius: 999px; color: #fff; font-size: .82rem; font-weight: 900; box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.floating-action:hover { color: #fff; transform: translateY(-2px); }
.floating-action--whatsapp { background: #168f4e; }
.floating-action--hotline { background: var(--brand-dark); }
.floating-action--phone { background: var(--ink); }
.not-found { max-width: 650px; text-align: center; }
.not-found__code { color: var(--brand); font-size: clamp(5rem, 20vw, 11rem); font-weight: 900; line-height: 1; }
.not-found .search-form { margin: 26px auto; max-width: 500px; }

@media (max-width: 1100px) {
  .main-header__inner { grid-template-columns: minmax(170px, 1fr) auto auto; }
  .menu-toggle { display: block; }
  .primary-navigation { position: fixed; inset: 124px 0 auto 0; max-height: calc(100vh - 124px); overflow-y: auto; padding: 18px; background: #fff; border-top: 1px solid var(--line); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .primary-navigation.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-menu { display: block; }
  .primary-menu a { padding: 13px 6px; border-bottom: 1px solid var(--line); }
  .primary-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 18px; }
  .cards-grid--services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .topbar__inner { justify-content: center; }
  .topbar__inner > span { display: none; }
  .split-layout, .archive-layout, .single-layout, .service-layout { grid-template-columns: 1fr; }
  .split-layout__media { order: -1; }
  .experience-badge { right: 18px; }
  .cards-grid--projects, .cards-grid--posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sidebar, .service-contact-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .topbar__contact { gap: 10px; }
  .topbar__contact a:last-child { display: none; }
  .main-header__inner { min-height: 74px; grid-template-columns: 1fr auto; gap: 12px; }
  .custom-logo, .site-logo { max-width: 205px; height: auto; max-height: 48px; }
  .header-cta { display: none; }
  .primary-navigation { inset: 112px 0 auto 0; max-height: calc(100vh - 112px); }
  .home-project-slider { min-height: 650px; }
  .home-project-slide__inner { padding-block: 88px 132px; }
  .home-project-slide__overlay { background: rgba(7,18,30,.78); }
  .home-project-slide__title { max-width: 100%; font-size: clamp(1.72rem, 7.2vw, 2.3rem); line-height: 1.32; }
  .home-project-slider__ui { bottom: 24px; width: min(calc(100% - 24px), var(--container)); }
  .home-project-slider__controls button { width: 44px; height: 44px; }
  .home-hero { min-height: 650px; }
  .home-hero__background { object-position: 42% center; }
  .home-hero__overlay { background: rgba(7,18,30,.82); }
  .home-hero__inner { padding-block: 72px; }
  .hero-actions .button { width: 100%; }
  .hero-features { display: grid; gap: 8px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { min-height: 100px; border-bottom: 1px solid var(--line); }
  .section { padding-block: 66px; }
  .section-heading--split, .cta-box, .footer-bottom__inner { align-items: stretch; flex-direction: column; }
  .section-heading--split .button { width: 100%; }
  .cards-grid--services, .cards-grid--projects, .cards-grid--posts, .archive-grid, .process-grid { grid-template-columns: 1fr; }
  .content-card__image { aspect-ratio: 16/10; }
  .page-hero { min-height: 190px; padding-block: 34px 32px; }
  .single-hero { min-height: 260px; }
  .single-hero--image { min-height: 380px; }
  .single-hero__inner { padding-block: 38px 42px; }
  .single-hero h1, .single-hero .page-title-display { font-size: clamp(1.72rem, 7vw, 2.35rem); line-height: 1.38; }
  .section--about .split-layout__content h2 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
  .section--about .split-layout__media { padding: 10px; border-radius: 22px; }
  .section--about .split-layout__media > img { border-radius: 16px; }
  .section--about .experience-badge { right: 22px; bottom: 22px; min-width: 180px; padding: 13px 16px; }
  .page-layout, .archive-layout, .single-layout, .service-layout, .project-single { padding-block: 42px 68px; }
  .single-service-hero { min-height: 460px; }
  .project-slide { aspect-ratio: 4/5; }
  .project-slider__controls { left: 14px; bottom: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 55px; }
  .footer-about { grid-column: auto; }
  .floating-actions { left: 10px; bottom: 10px; }
  .floating-action { min-width: 68px; min-height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}

/* About and contact pages */
.about-page__intro { margin-bottom: 65px; }
.about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 55px; }
.about-values-grid section { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(14,28,45,.04); }
.about-values-grid section > span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 50%; background: var(--muted); color: var(--brand-dark); font-weight: 900; }
.about-values-grid h2 { font-size: 1.45rem; }
.about-values-grid p { margin: 0; }
.about-stats { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: stretch; }
.contact-panel { padding: clamp(28px, 5vw, 52px); border-radius: 24px; background: var(--muted); }
.contact-cards { display: grid; gap: 12px; margin: 28px 0; }
.contact-cards > * { display: flex; flex-direction: column; padding: 16px 18px; border: 1px solid #e1d9cc; border-radius: 12px; background: #fff; }
.contact-cards strong { color: var(--ink); }
.contact-cards span { color: var(--ink-soft); overflow-wrap: anywhere; }
.contact-map { min-height: 560px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.contact-map iframe { width: 100%; height: 100%; min-height: 560px; border: 0; }
@media (max-width: 900px) {
  .about-values-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-map, .contact-map iframe { min-height: 420px; }
}
@media (max-width: 680px) {
  .about-values-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
}

/* Brand-safe title treatment: visually identical whether the title is H1 or a div. */
.page-title-display { font-size: clamp(2.15rem, 5vw, 4.6rem); color: var(--ink); line-height: 1.4; margin: 0 0 .75em; font-weight: 800; text-wrap: balance; }
.home-hero .page-title-display { font-size: clamp(2.15rem, 5vw, 4.6rem); color: #fff; }

/* Mission content preserves the indexed company message in a modern layout. */
.mission-section { padding-top: 0; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mission-card { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 12px 38px rgba(14,28,45,.05); }
.mission-card--featured { color: rgba(255,255,255,.76); background: var(--dark); border-color: var(--dark); }
.mission-card--featured h2 { color: #fff; }
.mission-card--featured .eyebrow { color: var(--brand); }
.mission-card--featured p { margin-bottom: 0; }

/* Lightweight real-estate cards extracted from the old Elementor page data. */
.property-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 48px; }
.property-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 38px rgba(14,28,45,.07); }
.property-card__gallery { background: #ece9e2; }
.property-card__main-link { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.property-card__main-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.property-card:hover .property-card__main-link img { transform: scale(1.025); }
.property-card__thumbs { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; padding: 5px; background: #fff; }
.property-card__thumb { min-width: 0; aspect-ratio: 1.35; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 6px; background: #eee; cursor: pointer; opacity: .72; }
.property-card__thumb.is-active { border-color: var(--brand); opacity: 1; }
.property-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.property-card__more { position: absolute; left: 8px; bottom: 8px; display: grid; min-width: 30px; height: 25px; place-items: center; padding-inline: 6px; border-radius: 999px; background: rgba(14,28,45,.9); color: #fff; font-size: .72rem; font-weight: 800; }
.property-card__body { padding: 22px; }
.property-card__body h2 { font-size: 1.18rem; margin-bottom: 10px; }
.property-card__description { color: #536071; font-size: .88rem; line-height: 1.75; }
.property-card__description p { margin-bottom: 12px; }
.property-card__area { margin: 14px 0; padding: 9px 12px; border-right: 3px solid var(--brand); border-radius: 7px; background: var(--muted); color: var(--ink); font-size: .88rem; font-weight: 800; }
.property-card__actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.property-action { display: grid; min-height: 42px; place-items: center; padding: 7px 9px; border-radius: 8px; color: #fff; font-size: .78rem; font-weight: 800; }
.property-action:hover { color: #fff; filter: brightness(.92); }
.property-action--location { background: #b62424; }
.property-action--whatsapp { background: #168f4e; }
.property-action--phone { background: #176aa6; }

.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.social-links a { padding: 5px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-size: .72rem; }
.contact-map__fallback { height: 100%; min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; text-align: center; background: linear-gradient(135deg, #f4efe6, #fff); }
.contact-map__fallback strong { color: var(--ink); font-size: 1.5rem; }
.contact-map__fallback span { max-width: 420px; margin-top: 8px; }

/* Builder remnants are flattened instead of loading builder styles. */
.entry-content .elementor, .entry-content .elementor-section-wrap { width: 100%; }
.entry-content .elementor-container, .entry-content .elementor-row { display: block; width: 100%; }
.entry-content [class*="elementor-column"] { width: 100% !important; }

@media (max-width: 1050px) {
  .property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .mission-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .property-grid { grid-template-columns: 1fr; gap: 18px; }
  .property-card__body { padding: 18px; }
  .property-card__actions { gap: 5px; }
  .property-action { min-height: 40px; font-size: .74rem; }
}



/* Accessibility refinements: visible focus, text-link distinction and touch targets. */
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid #c49b54; outline-offset: 3px; }
.entry-content a, .footer-about p a, .contact-list a { text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.footer-menu a, .contact-list a { display: inline-flex; align-items: center; min-height: 44px; }
.property-card__thumb { min-height: 44px; }
@media (max-width: 680px) {
  .section-heading h2 { font-size: clamp(1.55rem, 7vw, 2.05rem); }
}

/* 1.2.4 — Mobile about section repair */
.section--about .split-layout > * {
  min-width: 0;
}

@media (max-width: 680px) {
  .section--about {
    padding-block: 54px;
    overflow: hidden;
  }

  .section--about .split-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .section--about .split-layout__content {
    order: 1;
    width: 100%;
  }

  .section--about .split-layout__content .eyebrow {
    margin-bottom: 12px;
  }

  .section--about .split-layout__content h2 {
    max-width: none;
    margin-bottom: 16px;
    font-size: clamp(1.65rem, 7vw, 2rem);
    line-height: 1.42;
    text-wrap: balance;
  }

  .section--about .split-layout__content p {
    max-width: none;
    margin-bottom: 18px;
    font-size: .98rem;
    line-height: 1.95;
  }

  .section--about .check-list {
    margin-block: 18px 22px;
  }

  .section--about .check-list li {
    margin-bottom: 10px;
    padding-right: 28px;
    font-size: .95rem;
    line-height: 1.7;
  }

  .section--about .split-layout__media {
    order: 2;
    width: 100%;
    padding: 8px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(16,36,58,.08);
  }

  .section--about .split-layout__media > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
  }

  .section--about .experience-badge {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 14px 16px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-right: 0;
    border-top: 4px solid var(--brand);
    border-radius: 12px;
    box-shadow: none;
  }

  .section--about .experience-badge strong,
  .section--about .experience-badge span {
    margin: 0;
    font-size: .92rem;
    line-height: 1.5;
  }

  .section--about .experience-badge span {
    color: #5a6675;
    text-align: left;
  }
}
