:root {
  --forest: #17352d;
  --forest-2: #21483d;
  --obsidian: #0d1714;
  --limestone: #f3f0e8;
  --limestone-2: #faf8f3;
  --warm-stone: #e5ded2;
  --bronze: #b08a55;
  --bronze-light: #c9aa79;
  --carbon: #171c1a;
  --slate: #66706a;
  --border: #d7d2c8;
  --sage: #8fa596;
  --white: #ffffff;
  --danger: #9c3d32;
  --success: #416f5f;
  --shadow: 0 28px 90px rgba(13, 23, 20, 0.12);
  --shadow-soft: 0 18px 50px rgba(13, 23, 20, 0.08);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--limestone); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--carbon);
  background: var(--limestone-2);
  font-family: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--bronze); color: var(--obsidian); }

#smooth-wrapper { overflow: hidden; }
#smooth-content { overflow: visible; }

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}
.container-fluid { width: 100%; margin-inline: auto; padding-inline: 0; }
.section { position: relative; padding: 112px 0; overflow: clip; }
.section-dark { background: var(--obsidian); color: var(--limestone); }
.section-forest { background: var(--forest); color: var(--limestone); }
.section-stone { background: var(--limestone); }
.section-warm { background: var(--warm-stone); }
.section-line { border-top: 1px solid var(--border); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bronze);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.section-kicker { color: var(--bronze); font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.section-title {
  margin: 0;
  max-width: 880px;
  font-family: "Alexandria", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.035em;
}
.section-title.small { font-size: clamp(30px, 4vw, 48px); }
.section-copy { margin: 22px 0 0; max-width: 720px; color: var(--slate); font-size: 17px; }
.section-dark .section-copy, .section-forest .section-copy { color: rgba(243, 240, 232, 0.68); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 52px; }
.section-head > div:first-child { max-width: 780px; }

.btn {
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: var(--limestone); box-shadow: 0 14px 34px rgba(23, 53, 45, .18); }
.btn-primary:hover { background: var(--forest-2); }
.btn-bronze { background: var(--bronze); color: var(--obsidian); box-shadow: 0 16px 36px rgba(176, 138, 85, .22); }
.btn-bronze:hover { background: var(--bronze-light); }
.btn-outline { background: transparent; color: currentColor; border-color: rgba(23, 53, 45, .28); }
.section-dark .btn-outline, .section-forest .btn-outline { border-color: rgba(243, 240, 232, .28); }
.btn-light { background: var(--limestone); color: var(--forest); }
.btn-icon { width: 19px; height: 19px; }
.link-arrow { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-weight: 700; }
.link-arrow span { transition: transform .25s ease; }
.link-arrow:hover span { transform: translateX(-5px); }

.top-disclaimer {
  position: relative;
  z-index: 80;
  background: var(--obsidian);
  color: rgba(243, 240, 232, .7);
  text-align: center;
  padding: 7px 16px;
  font-size: 11px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(215, 210, 200, .7);
  background: rgba(250, 248, 243, .86);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-logo { width: 218px; color: var(--forest); display: flex; align-items: center; }
.brand-logo img { width: 100%; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #48524d; font-size: 13px; font-weight: 700; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; right: 0; left: auto; bottom: -8px; width: 0; height: 1px; background: var(--bronze); transition: width .25s ease; }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-call { font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 700; color: var(--forest); }
.mobile-menu-btn { display: none; border: 0; background: transparent; width: 44px; height: 44px; }
.mobile-menu-btn span { display: block; height: 1px; background: var(--forest); margin: 7px 4px; }

.hero {
  min-height: calc(100vh - 108px);
  display: grid;
  align-items: center;
  position: relative;
  background: var(--limestone-2);
  overflow: clip;
}
.hero::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(176, 138, 85, .18);
  border-radius: 50%;
  right: -330px;
  top: -250px;
  box-shadow: 0 0 0 90px rgba(176, 138, 85, .025), 0 0 0 180px rgba(176, 138, 85, .018);
}
.hero-grid {
  width: min(1440px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
  min-height: calc(100vh - 108px);
}
.hero-content { padding: 90px max(32px, calc((100vw - 1240px) / 2)) 84px 42px; align-self: center; position: relative; z-index: 2; }
.hero h1 {
  margin: 20px 0 24px;
  max-width: 790px;
  color: var(--forest);
  font-family: "Alexandria", sans-serif;
  font-size: clamp(45px, 6vw, 82px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.055em;
}
.hero h1 em { color: var(--bronze); font-style: normal; }
.hero-lead { max-width: 680px; margin: 0 0 30px; color: var(--slate); font-size: 18px; }
.hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 18px; margin: 0 0 34px; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 650; color: #38413d; }
.hero-points i { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(176, 138, 85, .5); color: var(--bronze); border-radius: 50%; font-style: normal; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { margin-top: 22px; display: flex; align-items: center; gap: 13px; color: var(--slate); font-size: 11px; }
.hero-trust-lock { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; color: var(--forest); }
.hero-media { position: relative; min-height: 680px; overflow: hidden; background: var(--forest); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 23, 20, .2), transparent 45%), linear-gradient(0deg, rgba(13, 23, 20, .55), transparent 50%); }
.hero-media-label { position: absolute; z-index: 2; left: 32px; bottom: 30px; color: var(--limestone); max-width: 310px; }
.hero-media-label small { display: block; color: var(--bronze-light); font-family: "Manrope"; letter-spacing: .12em; text-transform: uppercase; }
.hero-media-label strong { font-family: "Alexandria"; display: block; margin-top: 6px; font-size: 24px; line-height: 1.4; }

.floating-form {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 28px;
  width: min(410px, calc(100% - 56px));
  background: rgba(13, 23, 20, .93);
  color: var(--limestone);
  border: 1px solid rgba(243, 240, 232, .15);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.floating-form h2 { margin: 0; font-family: "Alexandria"; font-size: 21px; line-height: 1.4; }
.floating-form > p { margin: 5px 0 17px; color: rgba(243, 240, 232, .6); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.form-field { position: relative; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-size: 10px; color: rgba(243, 240, 232, .65); margin-bottom: 4px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 47px;
  border: 1px solid rgba(243, 240, 232, .2);
  border-radius: 8px;
  outline: 0;
  background: rgba(255, 255, 255, .035);
  color: var(--limestone);
  padding: 10px 12px;
}
.form-field select option { color: var(--carbon); background: var(--white); }
.form-field input::placeholder { color: rgba(243, 240, 232, .42); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--bronze-light); box-shadow: 0 0 0 3px rgba(176, 138, 85, .12); }
.form-field.invalid input, .form-field.invalid select { border-color: #df8f84; }
.form-error { display: none; color: #f2aaa1; font-size: 9px; margin-top: 3px; }
.form-field.invalid .form-error { display: block; }
.form-submit { grid-column: 1 / -1; width: 100%; margin-top: 3px; }
.form-privacy { grid-column: 1 / -1; text-align: center; color: rgba(243, 240, 232, .48); font-size: 9px; margin: 0; }

.trust-strip { border-bottom: 1px solid var(--border); background: var(--limestone); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 28px 26px; border-left: 1px solid var(--border); }
.trust-item:last-child { border-left: 0; }
.trust-item strong { display: block; color: var(--forest); font-family: "Alexandria"; font-size: 23px; font-weight: 550; line-height: 1.35; }
.trust-item span { color: var(--slate); font-size: 11px; }

.finder-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.finder-copy { position: sticky; top: 118px; }
.finder-list { margin-top: 30px; display: grid; gap: 15px; }
.finder-list-item { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; }
.finder-list-item i { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; color: var(--bronze); font-style: normal; font-family: "Manrope"; font-size: 11px; }
.finder-list-item strong { display: block; font-size: 14px; }
.finder-list-item p { margin: 2px 0 0; color: var(--slate); font-size: 11px; }
.finder-panel { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-soft); }
.question { margin-bottom: 27px; }
.question:last-child { margin-bottom: 0; }
.question-label { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; margin-bottom: 11px; }
.question-label span { color: var(--bronze); font-family: "Manrope"; font-size: 10px; }
.chip-list { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  border: 1px solid var(--border);
  background: var(--limestone-2);
  color: #46504b;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 650;
  transition: .2s ease;
}
.chip:hover, .chip.active { border-color: var(--forest); background: var(--forest); color: var(--limestone); }
.finder-result { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.finder-result strong { display: block; color: var(--forest); font-size: 16px; }
.finder-result p { margin: 3px 0 0; color: var(--slate); font-size: 11px; }

#portfolio { padding: 0; background: var(--obsidian); color: var(--limestone); }
.portfolio-intro { padding: 100px 0 20px; }
.horiz-gallery-wrapper { display: flex; flex-wrap: nowrap; will-change: transform; position: relative; overflow: hidden; min-height: 660px; align-items: center; direction: ltr; }
.horiz-gallery-strip { display: flex; flex-wrap: nowrap; align-items: center; gap: 24px; will-change: transform; position: relative; padding: 42px max(24px, calc((100vw - 1240px) / 2)); direction: ltr; }
.project-wrap { width: min(34vw, 470px); min-width: 390px; box-sizing: content-box; direction: rtl; }
.project-card { position: relative; min-height: 540px; overflow: hidden; border: 1px solid rgba(243, 240, 232, .13); border-radius: 18px; background: #16231f; box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.045); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,16,14,.95) 0%, rgba(9,16,14,.42) 54%, rgba(9,16,14,.03) 82%); }
.project-overlay { position: absolute; z-index: 2; inset: auto 0 0; padding: 28px; }
.project-topline { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 10px; }
.project-tag { border: 1px solid rgba(243,240,232,.25); border-radius: 999px; padding: 5px 9px; color: rgba(243,240,232,.72); font-size: 9px; }
.project-number { color: var(--bronze-light); font-family: "Manrope"; font-size: 11px; }
.project-card h3 { margin: 0; font-family: "Alexandria"; font-size: 29px; font-weight: 500; }
.project-location { margin-top: 4px; color: rgba(243,240,232,.57); font-size: 11px; }
.project-reason { margin: 15px 0 18px; color: rgba(243,240,232,.78); font-size: 12px; min-height: 44px; }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(243,240,232,.17); border-bottom: 1px solid rgba(243,240,232,.17); }
.project-fact { padding: 12px 8px; border-left: 1px solid rgba(243,240,232,.17); }
.project-fact:last-child { border-left: 0; }
.project-fact small { display: block; color: rgba(243,240,232,.45); font-size: 8px; }
.project-fact strong { display: block; margin-top: 2px; font-size: 11px; }
.project-bottom { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 18px; }
.project-price small { display: block; color: rgba(243,240,232,.48); font-size: 9px; }
.project-price strong { color: var(--bronze-light); font-family: "Manrope"; font-size: 20px; }
.scroll-instruction { display: flex; align-items: center; gap: 12px; color: rgba(243,240,232,.5); font-size: 11px; direction: rtl; }
.scroll-line { width: 70px; height: 1px; background: rgba(243,240,232,.25); position: relative; overflow: hidden; }
.scroll-line::after { content: ""; position: absolute; width: 30px; height: 1px; background: var(--bronze); right: -30px; animation: scrollLine 2s linear infinite; }
@keyframes scrollLine { to { right: 100%; } }

.comparison-shell { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.table-scroll { overflow-x: auto; }
.compare-table { width: 100%; min-width: 900px; border-collapse: collapse; }
.compare-table th, .compare-table td { text-align: right; padding: 18px 16px; border-bottom: 1px solid #e9e5dc; font-size: 12px; }
.compare-table th { background: var(--forest); color: var(--limestone); font-size: 10px; letter-spacing: .02em; }
.compare-table tbody tr:hover { background: #f8f5ef; }
.compare-table strong { color: var(--forest); }
.compare-footer { padding: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--limestone-2); }
.compare-footer p { margin: 0; color: var(--slate); font-size: 10px; }

.value-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }
.value-image { min-height: 620px; border-radius: 24px; overflow: hidden; position: relative; }
.value-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.value-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,23,20,.72), transparent 62%); }
.value-caption { position: absolute; z-index: 2; right: 30px; bottom: 28px; color: var(--limestone); }
.value-caption small { color: var(--bronze-light); font-family: "Manrope"; letter-spacing: .12em; }
.value-caption strong { display: block; font-family: "Alexandria"; font-size: 27px; margin-top: 5px; }
.value-points { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.value-point { padding: 19px; border: 1px solid var(--border); background: rgba(255,255,255,.42); border-radius: 13px; }
.value-point b { display: block; color: var(--forest); font-size: 14px; }
.value-point span { display: block; margin-top: 4px; color: var(--slate); font-size: 10px; }

.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.priority-card { padding: 26px; background: var(--white); border: 1px solid var(--border); border-radius: 16px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.priority-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: rgba(176, 138, 85, .6); }
.priority-card i { color: var(--bronze); font-family: "Manrope"; font-style: normal; font-size: 12px; }
.priority-card h3 { margin: 16px 0 8px; color: var(--forest); font-family: "Alexandria"; font-size: 19px; font-weight: 550; }
.priority-card p { margin: 0; color: var(--slate); font-size: 11px; }
.priority-card strong { display: block; margin-top: 18px; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.process-card { padding: 30px; border: 1px solid rgba(243,240,232,.13); border-radius: 16px; background: rgba(255,255,255,.035); }
.process-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(176,138,85,.65); color: var(--bronze-light); font-family: "Manrope"; font-size: 11px; }
.process-card h3 { margin: 22px 0 8px; font-family: "Alexandria"; font-size: 20px; font-weight: 500; }
.process-card p { margin: 0; color: rgba(243,240,232,.58); font-size: 11px; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.proof-card { padding: 24px; border-radius: 16px; background: var(--limestone-2); border: 1px solid var(--border); }
.proof-card .placeholder { min-height: 180px; border: 1px dashed #bdb6aa; border-radius: 12px; display: grid; place-items: center; text-align: center; color: var(--slate); padding: 22px; font-size: 11px; }
.proof-card h3 { color: var(--forest); font-family: "Alexandria"; font-size: 17px; margin: 18px 0 6px; }
.proof-card p { color: var(--slate); margin: 0; font-size: 10px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; }
.faq-side { position: sticky; top: 118px; }
.faq-list { display: grid; gap: 10px; }
details { border-bottom: 1px solid var(--border); }
summary { list-style: none; padding: 19px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 700; cursor: pointer; font-size: 14px; }
summary::-webkit-details-marker { display: none; }
summary i { width: 29px; height: 29px; border: 1px solid var(--border); border-radius: 50%; display: grid; place-items: center; color: var(--forest); font-style: normal; transition: transform .25s ease; }
details[open] summary i { transform: rotate(45deg); }
details p { margin: 0 0 20px; max-width: 720px; color: var(--slate); font-size: 12px; }

.final-cta { background: var(--forest); color: var(--limestone); }
.final-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.final-copy h2 { margin: 16px 0 17px; font-family: "Alexandria"; font-size: clamp(36px, 5vw, 62px); font-weight: 550; line-height: 1.2; }
.final-copy p { color: rgba(243,240,232,.63); max-width: 600px; }
.final-form { padding: 31px; border: 1px solid rgba(243,240,232,.15); border-radius: 20px; background: rgba(13,23,20,.22); }
.final-form .form-field input, .final-form .form-field select { background: rgba(255,255,255,.045); }

.site-footer { background: var(--obsidian); color: rgba(243,240,232,.6); padding: 48px 0 100px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.footer-brand { width: 230px; color: var(--limestone); filter: brightness(0) invert(1); opacity: .92; }
.footer-copy { max-width: 760px; margin-top: 17px; font-size: 10px; }
.footer-links { display: flex; gap: 18px; font-size: 11px; }

.mobile-cta { display: none; position: fixed; z-index: 90; right: 10px; left: 10px; bottom: 10px; padding: 8px; gap: 8px; border: 1px solid var(--border); background: rgba(250,248,243,.94); backdrop-filter: blur(14px); box-shadow: var(--shadow-soft); border-radius: 14px; }
.mobile-cta .btn { flex: 1; min-height: 46px; padding: 10px 12px; font-size: 11px; }

.modal { display: none; position: fixed; z-index: 120; inset: 0; align-items: center; justify-content: center; padding: 18px; background: rgba(13,23,20,.76); backdrop-filter: blur(7px); }
.modal.open { display: flex; }
.modal-card { width: min(520px, 100%); max-height: 92vh; overflow: auto; background: var(--limestone-2); border: 1px solid var(--border); border-radius: 20px; padding: 30px; position: relative; box-shadow: 0 40px 120px rgba(0,0,0,.35); }
.modal-card h2 { margin: 0; color: var(--forest); font-family: "Alexandria"; }
.modal-card > p { color: var(--slate); font-size: 12px; }
.modal-close { position: absolute; left: 14px; top: 14px; width: 37px; height: 37px; border: 1px solid var(--border); border-radius: 50%; background: transparent; font-size: 19px; }
.modal .form-field label { color: var(--slate); }
.modal .form-field input, .modal .form-field select { color: var(--carbon); background: var(--white); border-color: var(--border); }
.success-state { display: none; text-align: center; padding: 25px 4px 10px; }
.success-state.show { display: block; }
.success-mark { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: #dce8e2; color: var(--forest); font-size: 30px; }

/* Brand strategy page */
.strategy-page { background: var(--limestone-2); }
.strategy-hero { min-height: 86vh; display: grid; align-items: end; background: var(--forest); color: var(--limestone); position: relative; overflow: hidden; }
.strategy-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(176,138,85,.18), transparent 30%), linear-gradient(115deg, transparent 45%, rgba(13,23,20,.36)); }
.strategy-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; padding: 120px 0 80px; }
.strategy-hero h1 { margin: 18px 0; font-family: "Alexandria"; font-size: clamp(52px, 7vw, 94px); font-weight: 500; line-height: 1.08; }
.strategy-hero p { color: rgba(243,240,232,.67); max-width: 690px; }
.strategy-cover-card { border: 1px solid rgba(243,240,232,.16); border-radius: 20px; overflow: hidden; transform: rotate(-2deg); box-shadow: 0 35px 100px rgba(0,0,0,.25); }
.strategy-cover-card img { width: 100%; }
.strategy-nav { position: sticky; top: 0; z-index: 60; background: rgba(250,248,243,.92); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.strategy-nav .container { display: flex; gap: 22px; overflow-x: auto; padding-block: 13px; scrollbar-width: none; }
.strategy-nav a { white-space: nowrap; color: var(--slate); font-size: 11px; font-weight: 700; }
.strategy-nav a:hover { color: var(--forest); }
.strategy-section { padding: 90px 0; border-bottom: 1px solid var(--border); }
.strategy-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.strategy-index { color: var(--bronze); font-family: "Manrope"; font-size: 13px; }
.strategy-heading { margin: 10px 0 0; color: var(--forest); font-family: "Alexandria"; font-size: clamp(32px, 4vw, 52px); font-weight: 550; line-height: 1.25; }
.strategy-body { color: var(--slate); font-size: 15px; }
.strategy-body h3 { color: var(--carbon); font-family: "Alexandria"; font-size: 20px; font-weight: 550; margin: 30px 0 8px; }
.strategy-body p { margin: 0 0 16px; }
.strategy-body blockquote { margin: 28px 0; padding: 25px 28px; border-right: 3px solid var(--bronze); background: var(--limestone); color: var(--forest); font-family: "Alexandria"; font-size: 23px; line-height: 1.6; }
.strategy-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 28px; padding: 0; list-style: none; }
.strategy-list li { padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 12px; }
.palette-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 32px; }
.swatch { border-radius: 14px; overflow: hidden; border: 1px solid var(--border); background: var(--white); }
.swatch-color { height: 130px; }
.swatch-meta { padding: 14px; }
.swatch-meta strong { display: block; color: var(--carbon); font-size: 12px; }
.swatch-meta code { color: var(--slate); font-family: "Manrope"; font-size: 10px; }
.journey-grid { display: grid; gap: 11px; margin-top: 26px; }
.journey-step { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start; padding: 18px; border: 1px solid var(--border); border-radius: 13px; background: var(--white); }
.journey-step span { color: var(--bronze); font-family: "Manrope"; font-size: 11px; }
.journey-step strong { display: block; color: var(--forest); }
.journey-step p { margin: 4px 0 0; font-size: 11px; }
.structure-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.structure-table th, .structure-table td { padding: 15px; border-bottom: 1px solid var(--border); text-align: right; vertical-align: top; font-size: 11px; }
.structure-table th { background: var(--forest); color: var(--limestone); }
.print-note { padding: 28px; border: 1px dashed var(--bronze); background: rgba(176,138,85,.06); border-radius: 14px; }

.reveal { opacity: 0; transform: translateY(30px); }
.reveal-left { opacity: 0; transform: translateX(30px); }
.reveal-right { opacity: 0; transform: translateX(-30px); }

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

@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-call, .nav-actions .btn { display: none; }
  .mobile-menu-btn, .mobile-nav { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 84px max(24px, calc((100vw - 900px) / 2)) 54px; }
  .hero-media { min-height: 720px; }
  .floating-form { width: min(430px, calc(100% - 44px)); }
  .finder-layout, .value-grid, .faq-layout, .final-grid, .strategy-grid, .strategy-hero-grid { grid-template-columns: 1fr; }
  .finder-copy, .faq-side { position: static; }
  .priority-grid, .proof-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .strategy-cover-card { max-width: 680px; transform: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 26px, var(--max)); }
  .section { padding: 76px 0; }
  .site-header { position: sticky; }
  .nav-shell { min-height: 66px; }
  .brand-logo { width: 172px; }
  .nav-call, .nav-actions .btn { display: none; }
  .mobile-menu-btn { display: block; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; }
  .hero-content { padding: 64px 18px 48px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 15px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-media { min-height: 760px; }
  .hero-media-label { right: 20px; left: 20px; bottom: 500px; }
  .floating-form { right: 13px; left: 13px; bottom: 13px; width: auto; padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full, .form-submit, .form-privacy { grid-column: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-left: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 35px; }
  .finder-panel { padding: 22px; border-radius: 20px; }
  .finder-result { grid-template-columns: 1fr; }
  .project-wrap { width: 83vw; min-width: 83vw; }
  .horiz-gallery-wrapper { min-height: auto; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .horiz-gallery-strip { padding: 24px 14px 60px; gap: 14px; }
  .project-wrap { scroll-snap-align: center; }
  .mobile-gallery-motion .project-wrap {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(.94);
    transform-origin: center;
    transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.2,1), filter .35s ease;
  }
  .mobile-gallery-motion.is-mobile-visible .project-wrap {
    opacity: .62;
    transform: translate3d(0, 10px, 0) scale(.96);
  }
  .mobile-gallery-motion.is-mobile-visible .project-wrap.is-mobile-active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .mobile-gallery-motion.is-mobile-visible .project-wrap.is-dimmed { opacity: .24; }
  .mobile-gallery-motion .project-card img { transform: scale(1.01); }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-card img { transform: scale(1.05); }
  .project-card { min-height: 560px; }
  .scroll-instruction { display: none; }
  .compare-footer { align-items: stretch; flex-direction: column; }
  .value-image { min-height: 480px; }
  .value-points, .priority-grid, .proof-grid, .process-grid, .palette-grid, .strategy-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .mobile-cta { display: flex; }
  .site-footer { padding-bottom: 110px; }
  .strategy-hero { min-height: auto; }
  .strategy-hero-grid { padding: 86px 0 60px; }
  .strategy-hero h1 { font-size: 50px; }
  .strategy-section { padding: 68px 0; }
  .journey-step { grid-template-columns: 52px 1fr; }
}

@media print {
  .strategy-nav, .mobile-cta, .site-header, .top-disclaimer, .btn, .scroll-instruction { display: none !important; }
  body { background: white; color: black; }
  .strategy-hero { min-height: 240mm; break-after: page; }
  .strategy-section { break-inside: avoid; padding: 18mm 0; }
  .strategy-grid { grid-template-columns: 1fr 2fr; gap: 12mm; }
  .strategy-body { font-size: 10pt; }
  .strategy-heading { font-size: 24pt; }
  .palette-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ===== Production hardening and interaction fixes ===== */
#smooth-wrapper { overflow: visible; }
[id] { scroll-margin-top: 104px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  right: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--limestone);
  color: var(--forest);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.noscript-note { padding: 12px 18px; background: #fff3cd; color: #593d00; text-align: center; font-size: 13px; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--bronze-light);
  outline-offset: 3px;
}
.btn:disabled { cursor: not-allowed; opacity: .55; transform: none; box-shadow: none; }
.site-header { transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(250, 248, 243, .96); box-shadow: 0 10px 34px rgba(13, 23, 20, .08); }

.mobile-nav { position: fixed; z-index: 110; inset: 0; visibility: hidden; pointer-events: none; }
.mobile-nav.open { visibility: visible; pointer-events: auto; }
.mobile-nav-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(13,23,20,.74); opacity: 0; transition: opacity .28s ease; }
.mobile-nav.open .mobile-nav-backdrop { opacity: 1; }
.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 390px);
  height: 100%;
  overflow-y: auto;
  padding: 24px;
  background: var(--limestone-2);
  box-shadow: -26px 0 80px rgba(0,0,0,.2);
  transform: translateX(105%);
  transition: transform .34s cubic-bezier(.2,.7,.2,1);
}
.mobile-nav.open .mobile-nav-panel { transform: translateX(0); }
.mobile-nav-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.mobile-nav-head strong { color: var(--forest); font-family: "Alexandria", sans-serif; font-size: 21px; }
.mobile-nav-close { width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 50%; background: transparent; font-size: 22px; }
.mobile-nav nav { display: grid; margin: 20px 0; }
.mobile-nav nav a { padding: 16px 4px; border-bottom: 1px solid var(--border); color: var(--forest); font-weight: 700; }
.mobile-nav-actions { display: grid; gap: 10px; margin-top: 24px; }

.form-status { grid-column: 1 / -1; min-height: 1.4em; color: #f1b6ad; font-size: 10px; text-align: center; }
.modal .form-status { color: var(--danger); }
.finder-reset { margin-top: 9px; border: 0; background: transparent; color: var(--slate); text-decoration: underline; text-underline-offset: 3px; font-size: 11px; }

.project-wrap { transition: opacity .35s ease, filter .35s ease, transform .35s ease; }
.project-wrap.is-dimmed { opacity: .24; filter: grayscale(.55); }
.project-wrap.is-recommended { opacity: 1; filter: none; transform: translateY(-8px); }
.project-wrap.is-recommended .project-card { border-color: rgba(201,170,121,.9); box-shadow: 0 35px 110px rgba(176,138,85,.2); }

.horizontal-stage { position: relative; }
.horizontal-stage .horiz-gallery-wrapper {
  position: sticky;
  top: var(--gallery-top, 78px);
  height: calc(100vh - var(--gallery-top, 78px));
  min-height: 600px;
}
.horizontal-stage .horiz-gallery-strip { transform: translate3d(0,0,0); }

.motion-ready .hero-reveal,
.motion-ready .reveal,
.motion-ready .reveal-left,
.motion-ready .reveal-right { opacity: 0; }
.motion-ready .hero-reveal { transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal { transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-left { transform: translateX(-30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-right { transform: translateX(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.motion-ready .hero-reveal.is-visible,
.motion-ready .reveal.is-visible,
.motion-ready .reveal-left.is-visible,
.motion-ready .reveal-right.is-visible { opacity: 1; transform: none; }
.motion-ready .hero-media img { transform: scale(1.06); transition: transform 1.55s cubic-bezier(.2,.7,.2,1); }
.motion-ready .hero-media.hero-loaded img { transform: scale(1); }

.mobile-cta { transition: transform .28s ease, opacity .28s ease; }
.mobile-cta.is-hidden { transform: translateY(140%); opacity: 0; pointer-events: none; }
.modal[aria-hidden="true"], .mobile-nav[aria-hidden="true"] { visibility: hidden; }
.modal.open[aria-hidden="false"], .mobile-nav.open[aria-hidden="false"] { visibility: visible; }
.image-load-error { background: linear-gradient(135deg, var(--forest), var(--obsidian)); color: transparent; }

@media (max-width: 760px) {
  [id] { scroll-margin-top: 80px; }
  .mobile-nav { display: block; }
  .horizontal-stage { height: auto !important; }
  .horizontal-stage .horiz-gallery-wrapper { position: relative; top: auto; height: auto; min-height: auto; }
  .horizontal-stage .horiz-gallery-strip { transform: none !important; }
  .project-wrap.is-recommended { transform: none; }
  .mobile-cta { padding-bottom: max(8px, env(safe-area-inset-bottom)); }
  .modal-card { padding: 26px 20px 22px; }
}

@media (min-width: 1101px) {
  .mobile-nav { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .hero-reveal,
  .motion-ready .reveal,
  .motion-ready .reveal-left,
  .motion-ready .reveal-right { opacity: 1; transform: none; }
  .horizontal-stage { height: auto !important; }
  .horizontal-stage .horiz-gallery-wrapper { position: relative; top: auto; height: auto; }
  .horizontal-stage .horiz-gallery-strip { transform: none !important; }
  .mobile-gallery-motion .project-wrap,
  .mobile-gallery-motion.is-mobile-visible .project-wrap,
  .mobile-gallery-motion.is-mobile-visible .project-wrap.is-mobile-active {
    opacity: 1;
    transform: none;
  }
  .mobile-gallery-motion .project-card img,
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-card img { transform: none; }
}

/* Visible-by-default fallback when JavaScript is unavailable or interrupted. */
.reveal, .reveal-left, .reveal-right, .hero-reveal { opacity: 1; transform: none; }
.motion-ready .hero-reveal,
.motion-ready .reveal,
.motion-ready .reveal-left,
.motion-ready .reveal-right { opacity: 0; }
.motion-ready .hero-reveal.is-visible,
.motion-ready .reveal.is-visible,
.motion-ready .reveal-left.is-visible,
.motion-ready .reveal-right.is-visible { opacity: 1; transform: none; }

.nav-call, .mobile-nav [data-phone-link] { direction: ltr; unicode-bidi: isolate; }
@media (min-width: 1101px) {
  .hero-media-label { width: calc(100% - 500px); max-width: 240px; }
}

/* ===== Bilingual controls and mobile gallery repair ===== */
.language-toggle {
  flex: 0 0 auto;
  min-width: 48px;
  height: 40px;
  margin-inline-start: auto;
  border: 1px solid rgba(23, 53, 45, .24);
  border-radius: 999px;
  padding: 0 12px;
  background: transparent;
  color: var(--forest);
  font-family: "Manrope", "IBM Plex Sans Arabic", sans-serif;
  font-size: 11px;
  font-weight: 700;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.language-toggle:hover { border-color: var(--forest); background: var(--forest); color: var(--limestone); }

html[dir="ltr"] body { font-family: "Manrope", "IBM Plex Sans Arabic", "Segoe UI", sans-serif; }
html[dir="ltr"] .nav-links a::after { right: auto; left: 0; }
html[dir="ltr"] .hero-content { padding-right: 42px; padding-left: max(32px, calc((100vw - 1240px) / 2)); }
html[dir="ltr"] .project-wrap { direction: ltr; }
html[dir="ltr"] .project-fact { border-right: 1px solid rgba(243,240,232,.17); border-left: 0; }
html[dir="ltr"] .project-fact:last-child { border-right: 0; }
html[dir="ltr"] .scroll-instruction { direction: ltr; }
html[dir="ltr"] .compare-table th,
html[dir="ltr"] .compare-table td { text-align: left; }
html[dir="ltr"] .mobile-nav-panel { right: auto; left: 0; box-shadow: 26px 0 80px rgba(0,0,0,.2); transform: translateX(-105%); }
html[dir="ltr"] .mobile-nav.open .mobile-nav-panel { transform: translateX(0); }

@media (max-width: 1100px) {
  .nav-shell { gap: 12px; }
  .language-toggle { margin-inline-start: auto; }
}

@media (max-width: 760px) {
  .language-toggle { min-width: 46px; height: 38px; padding-inline: 10px; }
  html[dir="ltr"] .hero-content { padding: 64px 18px 48px; }

  .horiz-gallery-strip { align-items: stretch; padding: 24px 17px 70px; gap: 14px; }
  .project-wrap { width: calc(100vw - 34px); min-width: calc(100vw - 34px); }
  .project-card { display: flex; min-height: 0; height: 100%; flex-direction: column; }
  .project-card img,
  .mobile-gallery-motion .project-card img,
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-card img {
    position: relative;
    inset: auto;
    flex: 0 0 240px;
    width: 100%;
    height: 240px;
    transform: none;
  }
  .project-card:hover img { transform: none; }
  .project-card::after { display: none; }
  .project-overlay { position: relative; inset: auto; display: flex; flex: 1; flex-direction: column; padding: 22px 20px; }
  .project-card h3 { font-size: 25px; }
  .project-reason { min-height: 0; }
  .project-bottom { align-items: stretch; flex-direction: column; margin-top: auto; }
  .project-bottom .btn { width: 100%; }
  .mobile-gallery-motion .project-wrap {
    transform: translate3d(0, 18px, 0) scale(.97);
  }
  .mobile-gallery-motion.is-mobile-visible .project-wrap {
    opacity: .76;
    transform: translate3d(0, 7px, 0) scale(.985);
  }
  .mobile-gallery-motion.is-mobile-visible .project-wrap.is-mobile-active {
    opacity: 1;
    transform: none;
  }
}
/* ===== Mobile curated projects showcase animation ===== */
@media (max-width: 760px) {
  #portfolio.mobile-portfolio-motion .portfolio-intro {
    position: relative;
    overflow: hidden;
    padding-bottom: 32px;
  }
  #portfolio.mobile-portfolio-motion .portfolio-intro .eyebrow,
  #portfolio.mobile-portfolio-motion .portfolio-intro .section-title,
  #portfolio.mobile-portfolio-motion .portfolio-intro .section-copy {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity .72s ease, transform .82s cubic-bezier(.16, 1, .3, 1);
  }
  #portfolio.mobile-portfolio-motion .portfolio-intro .section-title { transition-delay: .1s; }
  #portfolio.mobile-portfolio-motion .portfolio-intro .section-copy { transition-delay: .2s; }
  #portfolio.mobile-portfolio-motion.is-mobile-section-visible .portfolio-intro .eyebrow,
  #portfolio.mobile-portfolio-motion.is-mobile-section-visible .portfolio-intro .section-title,
  #portfolio.mobile-portfolio-motion.is-mobile-section-visible .portfolio-intro .section-copy {
    opacity: 1;
    transform: none;
  }
  #portfolio.mobile-portfolio-motion .portfolio-intro::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--bronze) 0, var(--bronze-light) calc(var(--gallery-progress, 0) * 100%), rgba(243,240,232,.14) calc(var(--gallery-progress, 0) * 100%), rgba(243,240,232,.14) 100%);
    transition: background .18s ease-out;
  }
  html[dir="rtl"] #portfolio.mobile-portfolio-motion .portfolio-intro::after {
    background: linear-gradient(270deg, var(--bronze) 0, var(--bronze-light) calc(var(--gallery-progress, 0) * 100%), rgba(243,240,232,.14) calc(var(--gallery-progress, 0) * 100%), rgba(243,240,232,.14) 100%);
  }

  .horiz-gallery-wrapper {
    perspective: 1200px;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .horiz-gallery-wrapper::-webkit-scrollbar { display: none; }
  .horiz-gallery-strip {
    transform: none !important;
    align-items: stretch;
    padding: 18px 17px 76px;
  }
  .mobile-gallery-motion .project-wrap {
    opacity: 0;
    filter: saturate(.65) brightness(.82);
    transform: translate3d(0, 48px, 0) scale(.88);
    transform-origin: center center;
    transition: opacity .48s ease, transform .62s cubic-bezier(.16, 1, .3, 1), filter .55s ease;
    will-change: transform, opacity;
  }
  .mobile-gallery-motion.is-mobile-visible .project-wrap {
    opacity: .42;
    filter: saturate(.72) brightness(.88);
    transform: translate3d(0, 20px, 0) scale(.93);
  }
  .mobile-gallery-motion.is-mobile-visible .project-wrap.is-mobile-active {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .mobile-gallery-motion .project-card {
    border-color: rgba(243,240,232,.1);
    box-shadow: 0 22px 54px rgba(0,0,0,.2);
    transition: border-color .55s ease, box-shadow .55s ease;
  }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-card {
    border-color: rgba(201,170,121,.55);
    box-shadow: 0 34px 84px rgba(0,0,0,.42), 0 0 0 1px rgba(201,170,121,.09);
  }
  .mobile-gallery-motion .project-card img,
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-card img {
    transform-origin: center center;
    transition: transform .82s cubic-bezier(.16, 1, .3, 1), filter .65s ease, opacity .65s ease;
  }
  .mobile-gallery-motion .project-card img {
    opacity: .72;
    filter: saturate(.76) contrast(.94);
    transform: scale(1.09);
  }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-card img {
    opacity: 1;
    filter: none;
    transform: scale(1);
  }
  .mobile-gallery-motion .project-overlay > * {
    opacity: .24;
    transform: translate3d(0, 14px, 0);
    transition: opacity .42s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
  }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > * {
    opacity: 1;
    transform: none;
  }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > :nth-child(1) { transition-delay: .06s; }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > :nth-child(2) { transition-delay: .11s; }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > :nth-child(3) { transition-delay: .16s; }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > :nth-child(4) { transition-delay: .21s; }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > :nth-child(5) { transition-delay: .26s; }
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > :nth-child(6) { transition-delay: .31s; }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  #portfolio.mobile-portfolio-motion .portfolio-intro .eyebrow,
  #portfolio.mobile-portfolio-motion .portfolio-intro .section-title,
  #portfolio.mobile-portfolio-motion .portfolio-intro .section-copy,
  .mobile-gallery-motion .project-wrap,
  .mobile-gallery-motion.is-mobile-visible .project-wrap,
  .mobile-gallery-motion.is-mobile-visible .project-wrap.is-mobile-active,
  .mobile-gallery-motion .project-card img,
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-card img,
  .mobile-gallery-motion .project-overlay > *,
  .mobile-gallery-motion .project-wrap.is-mobile-active .project-overlay > * {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}
/* ===== Automated looping projects carousel and contact icons ===== */
.header-contact-icons {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}
.header-contact-icon {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23,53,45,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: var(--forest);
  box-shadow: 0 9px 24px rgba(13,23,20,.07);
  font-family: "Segoe UI Symbol", sans-serif;
  font-size: 19px;
  line-height: 1;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
button.header-contact-icon { padding: 0; }
.header-contact-icon:hover {
  transform: translateY(-2px);
  border-color: var(--forest);
  box-shadow: 0 13px 30px rgba(13,23,20,.13);
}
.header-contact-whatsapp { border-color: #25d366; background: #25d366; color: #fff; }
.header-contact-whatsapp:hover { border-color: #1fb958; background: #1fb958; color: #fff; }
.header-contact-phone:hover { background: var(--forest); color: var(--limestone); }

#portfolio .container-fluid { overflow: hidden; }
.project-carousel.horiz-gallery-wrapper {
  display: block;
  min-height: 0;
  overflow: hidden;
  touch-action: pan-y;
  direction: ltr;
}
.project-carousel .horiz-gallery-strip {
  align-items: stretch;
  transform: translate3d(var(--carousel-x, 0px), 0, 0) !important;
  transition: transform .76s cubic-bezier(.22, .78, .22, 1);
  will-change: transform;
}
.project-carousel .horiz-gallery-strip.carousel-no-transition { transition: none !important; }
.project-carousel .project-wrap {
  flex: 0 0 min(34vw, 470px);
  width: min(34vw, 470px);
  min-width: 390px;
  box-sizing: border-box;
  opacity: .46;
  filter: saturate(.76) brightness(.86);
  transform: scale(.94);
  transform-origin: center;
  transition: opacity .58s ease, filter .58s ease, transform .7s cubic-bezier(.16, 1, .3, 1);
}
.project-carousel .project-wrap.is-carousel-active {
  opacity: 1;
  filter: none;
  transform: scale(1);
}
.project-carousel .project-wrap.is-carousel-active .project-card {
  border-color: rgba(201,170,121,.52);
  box-shadow: 0 36px 96px rgba(0,0,0,.36), 0 0 0 1px rgba(201,170,121,.08);
}
.project-carousel .project-wrap.is-recommended { transform: scale(.94); }
.project-carousel .project-wrap.is-recommended.is-carousel-active { transform: translateY(-6px) scale(1); }

.project-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 2px 20px 52px;
  direction: ltr;
}
.project-carousel-button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243,240,232,.2);
  border-radius: 50%;
  background: rgba(243,240,232,.05);
  color: var(--limestone);
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
.project-carousel-button:hover {
  transform: translateY(-2px);
  border-color: var(--bronze-light);
  background: var(--bronze);
  color: var(--obsidian);
}
.project-carousel-status {
  display: inline-flex;
  min-width: 78px;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  color: rgba(243,240,232,.45);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
}
.project-carousel-status strong { color: var(--bronze-light); font-size: 17px; }

@media (max-width: 1250px) and (min-width: 1101px) {
  .nav-call { display: none; }
  .nav-shell { gap: 14px; }
  .nav-links { gap: 19px; }
  .brand-logo { width: 190px; }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .header-contact-icons { display: flex; }
  .project-carousel .project-wrap {
    flex-basis: min(60vw, 440px);
    width: min(60vw, 440px);
    min-width: 0;
  }
  .project-carousel .horiz-gallery-strip { padding-inline: max(24px, calc((100vw - 900px) / 2)); }
}

@media (max-width: 760px) {
  .header-contact-icons { display: none; }
  .project-carousel.horiz-gallery-wrapper {
    overflow: hidden;
    scroll-snap-type: none;
  }
  .project-carousel .horiz-gallery-strip {
    transform: translate3d(var(--carousel-x, 0px), 0, 0) !important;
    padding: 18px 17px 36px;
  }
  .project-carousel .project-wrap {
    flex-basis: calc(100vw - 34px);
    width: calc(100vw - 34px);
    min-width: 0;
  }
  .project-carousel-controls { padding-bottom: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .project-carousel .horiz-gallery-strip { transition: none; }
  .project-carousel .project-wrap,
  .project-carousel .project-wrap.is-carousel-active { opacity: 1; filter: none; transform: none; }
}
/* ===== Floating contact actions and client experience ===== */
.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 72px;
}
.language-globe {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: .78;
}
.language-toggle:hover .language-globe { filter: brightness(0) invert(1); opacity: 1; }
.floating-contact-stack {
  position: fixed;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 92;
  display: grid;
  gap: 11px;
}
.floating-contact-button {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 14px 34px rgba(13,23,20,.24);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.floating-contact-button:hover,
.floating-contact-button:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 42px rgba(13,23,20,.3);
}
.floating-contact-whatsapp { background: #25d366; }
.floating-contact-whatsapp:hover { background: #1fb958; }
.floating-contact-phone { background: var(--forest); }
.floating-contact-phone:hover { background: var(--carbon); }
.contact-icon-art {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.floating-contact-tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translate(8px, -50%);
  padding: 7px 11px;
  border-radius: 8px;
  background: var(--carbon);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.floating-contact-button:hover .floating-contact-tooltip,
.floating-contact-button:focus-visible .floating-contact-tooltip {
  opacity: 1;
  transform: translate(0, -50%);
}
.client-experience .section-head { align-items: end; }
.client-experience-badge {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid rgba(165,115,65,.34);
  border-radius: 999px;
  background: rgba(165,115,65,.08);
  color: var(--bronze-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}
.client-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  margin-top: 44px;
}
.client-experience-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(22px, 2.2vw, 30px);
  border: 1px solid rgba(23,53,45,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 18px 50px rgba(13,23,20,.06);
}
.client-experience-card::after {
  content: "";
  position: absolute;
  inset-inline-end: -42px;
  bottom: -54px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(165,115,65,.12);
  border-radius: 50%;
}
.client-experience-top {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.client-experience-type { color: var(--forest); font-size: 11px; font-weight: 700; }
.review-quote { color: var(--bronze); font-family: Georgia, serif; font-size: 48px; line-height: .7; }
.client-experience-copy {
  position: relative;
  z-index: 1;
  margin: 34px 0;
  color: var(--carbon);
  font-family: "Alexandria", sans-serif;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.9;
}
.client-experience-person {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.review-avatar-placeholder {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(23,53,45,.14);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(23,53,45,.14), rgba(165,115,65,.12));
}
.client-experience-person div { display: grid; gap: 3px; }
.client-experience-person strong { color: var(--forest); font-size: 11px; }
.client-experience-person span { color: var(--slate); font-size: 9px; }
.review-chat-mark { width: 34px; height: 34px; border-radius: 50% 50% 50% 12%; background: rgba(37,211,102,.14); }
.review-chat-skeleton { display: grid; gap: 9px; margin: 25px 0 8px; }
.review-chat-skeleton i { display: block; width: 83%; height: 12px; border-radius: 99px; background: rgba(23,53,45,.09); }
.review-chat-skeleton i:nth-child(2) { width: 64%; }
.review-chat-skeleton i:nth-child(3) { width: 48%; }
.client-experience-chat .client-experience-copy { margin: 18px 0 22px; font-size: 13px; }
.client-experience-consent {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--slate);
  font-size: 10px;
}
.client-experience-consent > span,
.review-verified-mark {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.review-detail-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.review-detail-tags span { padding: 7px 10px; border: 1px solid rgba(23,53,45,.14); border-radius: 999px; color: var(--slate); font-size: 9px; }
@media (max-width: 1000px) and (min-width: 761px) {
  .client-experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-experience-card:last-child { grid-column: 1 / -1; min-height: 260px; }
}
@media (max-width: 760px) {
  .language-toggle { min-width: 68px; }
  .floating-contact-stack { display: none; }
  .client-experience .section-head { align-items: start; }
  .client-experience-badge { margin-top: 12px; }
  .client-experience-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .client-experience-card { min-height: 280px; }
}
/* ===== Production hero refinement ===== */
.hero {
  background:
    radial-gradient(circle at 13% 18%, rgba(176,138,85,.12), transparent 31%),
    linear-gradient(145deg, #fbf9f4 0%, var(--limestone-2) 66%, #f2eee5 100%);
}
@media (min-width: 1101px) {
  .hero-grid { grid-template-columns: minmax(0, 54%) minmax(420px, 46%); }
}
.hero-content { padding-block: clamp(68px, 6vw, 96px); }
.hero .eyebrow {
  padding: 8px 13px;
  border: 1px solid rgba(165,115,65,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  letter-spacing: .11em;
}
.hero .eyebrow::before { width: 22px; }
.hero h1 {
  max-width: 690px;
  margin: 24px 0 22px;
  font-size: clamp(46px, 4.7vw, 76px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.hero-lead { max-width: 610px; margin-bottom: 26px; font-size: 17px; line-height: 1.85; }
.hero-points { gap: 10px; margin-bottom: 30px; }
.hero-points li {
  min-height: 49px;
  padding: 10px 12px;
  border: 1px solid rgba(23,53,45,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.58);
}
.hero-points i { background: rgba(176,138,85,.08); }
.hero-actions .btn { min-height: 52px; padding-inline: 23px; }
.hero-trust {
  width: fit-content;
  max-width: 100%;
  margin-top: 20px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(23,53,45,.055);
}
.hero-trust-lock { border: 0; background: var(--forest); color: #fff; }
.hero-media img { transform: scale(1.025); }
.hero-media::after {
  background:
    linear-gradient(90deg, rgba(13,23,20,.24), transparent 48%),
    linear-gradient(0deg, rgba(13,23,20,.66), transparent 58%);
}
.floating-form {
  border-color: rgba(255,255,255,.19);
  background: rgba(13,23,20,.9);
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}
.review-card-number {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(165,115,65,.27);
  border-radius: 50%;
  color: var(--bronze-dark);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.client-experience-card { background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(250,248,243,.72)); }
.client-experience-card .client-experience-copy { margin-block: 30px; }
@media (max-width: 1100px) and (min-width: 761px) {
  .hero-content { padding-block: 72px; }
  .hero h1 { max-width: 760px; }
}
@media (max-width: 760px) {
  .hero-content { padding: 56px 18px 42px; }
  .hero .eyebrow { padding: 7px 10px; font-size: 10px; }
  .hero h1 { margin-block: 20px; font-size: clamp(39px, 12vw, 52px); line-height: 1.12; }
  .hero-lead { font-size: 14px; line-height: 1.8; }
  .hero-points { gap: 8px; }
  .hero-points li { min-height: 46px; padding: 9px 11px; font-size: 11px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { width: 100%; align-items: flex-start; border-radius: 13px; line-height: 1.6; }
  .hero-media { min-height: 690px; }
}
/* ===== Laptop and large-screen hero typography ===== */
@media (min-width: 1101px) and (max-width: 1499px) {
  .hero-grid { grid-template-columns: minmax(0, 54%) minmax(420px, 46%); }
  .hero-content { padding-block: 64px; }
  .hero h1 { max-width: 620px; font-size: clamp(52px, 4.65vw, 68px); }
  .hero-lead { max-width: 580px; font-size: 16px; }
  .hero-points { max-width: 610px; }
  .hero-points li { font-size: 12px; }
}
@media (min-width: 1500px) {
  .hero-grid { width: min(1600px, 100%); grid-template-columns: minmax(0, 53%) minmax(440px, 47%); }
  .hero-content { padding: 92px clamp(48px, 4.5vw, 84px) 92px 48px; }
  html[dir="ltr"] .hero-content { padding: 92px 48px 92px clamp(48px, 4.5vw, 84px); }
  .hero h1 { max-width: 700px; font-size: clamp(68px, 3.9vw, 76px); line-height: 1.14; }
  .hero-lead { max-width: 620px; font-size: 18px; }
  .hero-points { max-width: 650px; }
}
@media (min-width: 1101px) and (max-height: 820px) {
  .hero,
  .hero-grid { min-height: 660px; }
  .hero-content { padding-block: 48px; }
  .hero .eyebrow { padding-block: 6px; font-size: 10px; }
  .hero h1 { max-width: 590px; margin-block: 18px; font-size: clamp(49px, 4vw, 56px); line-height: 1.13; }
  .hero-lead { max-width: 560px; margin-bottom: 18px; font-size: 15px; line-height: 1.7; }
  .hero-points { gap: 8px; margin-bottom: 20px; }
  .hero-points li { min-height: 42px; padding-block: 8px; font-size: 11px; }
  .hero-actions .btn { min-height: 48px; }
  .hero-trust { margin-top: 14px; padding-block: 7px; }
  .hero-media { min-height: 660px; }
}
/* WordPress integration and responsive finishing */
.admin-bar .site-header{top:32px}
.desktop-navigation{display:flex;align-items:center}
.nav-links,.nav-links ul,.mobile-menu-list{list-style:none;margin:0;padding:0}
.nav-links li{margin:0}
.footer-links ul{display:flex;gap:18px;list-style:none;margin:0;padding:0}
.mobile-menu-list li{display:block}
.mobile-menu-list a{display:block;padding:13px 0;border-bottom:1px solid rgba(13,23,20,.1)}
.gb-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.gb-lead-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.gb-lead-form .form-submit,.gb-lead-form .form-privacy{grid-column:1/-1}
.gb-lead-notice{padding:10px 13px;margin:0 0 12px;border-radius:8px;font-size:12px}
.gb-lead-notice.success{background:#dff3e7;color:#124d2b}.gb-lead-notice.error{background:#f8dfdd;color:#7b221b}
.gb-area-image{width:100%;height:clamp(320px,40vw,560px);object-fit:cover;border-radius:22px;box-shadow:var(--shadow-soft)}
.gb-content-shell{max-width:900px}.gb-standard-entry{margin-bottom:48px}.gb-standard-entry a{color:inherit}.gb-page-image{width:100%;height:auto;border-radius:18px;margin:24px 0}
.gb-units-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gb-unit-tile{overflow:hidden;border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.gb-unit-tile img{display:block;width:100%;height:280px;object-fit:cover}.gb-unit-tile-copy{padding:20px}.gb-unit-tile h2{font-family:"Alexandria";font-size:22px;margin:0 0 8px}.gb-unit-tile p{color:var(--slate);font-size:13px}.gb-unit-tile strong{color:var(--bronze)}
.gb-unit-hero{position:relative;min-height:560px;background:var(--forest);color:var(--limestone)}.gb-unit-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gb-unit-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,16,14,.9),rgba(9,16,14,.15))}.gb-unit-hero-overlay{position:absolute;z-index:2;inset:auto 0 0;padding:72px 0}.gb-unit-hero .section-copy{color:rgba(255,255,255,.72)}.gb-unit-detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:start}.gb-unit-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:34px;background:var(--border);border:1px solid var(--border)}.gb-unit-facts>div{background:#fff;padding:22px}.gb-unit-facts small{display:block;color:var(--slate);margin-bottom:5px}.gb-unit-facts strong{color:var(--forest)}
.floating-contact-button img{width:22px;height:22px;object-fit:contain}.floating-contact-whatsapp img,.floating-contact-phone img{filter:brightness(0) invert(1)}
body.language-en{font-family:"Manrope","Alexandria",sans-serif}body.language-en .project-wrap{direction:ltr}body.language-en .project-fact{border-left:0;border-right:1px solid rgba(243,240,232,.17)}body.language-en .project-fact:last-child{border-right:0}
.hero h1{max-width:760px;font-size:clamp(44px,4.5vw,76px);overflow-wrap:normal;word-break:normal}.hero-content{min-width:0}.hero-lead{max-width:690px}
@media(min-width:1500px){.hero-grid{grid-template-columns:minmax(0,52%) minmax(0,48%)}.hero-content{padding-inline-start:max(40px,calc((100vw - 1380px)/2));padding-inline-end:clamp(40px,4vw,76px)}.hero h1{font-size:clamp(58px,4.25vw,78px);line-height:1.25;max-width:820px}.hero-lead{font-size:18px}.hero-media{min-height:760px}}
@media(max-width:1100px){.gb-units-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gb-unit-detail-grid{grid-template-columns:1fr}.desktop-navigation{display:none}.admin-bar .site-header{top:46px}}
@media(max-width:760px){.admin-bar .site-header{top:0}.gb-lead-form .form-grid,.gb-units-grid,.gb-unit-facts{grid-template-columns:1fr}.gb-unit-tile img{height:240px}.gb-unit-hero{min-height:460px}.gb-unit-hero-overlay{padding:44px 0}.footer-links ul{display:none}.hero h1{font-size:clamp(34px,10vw,48px);line-height:1.35}.hero-content{padding-inline:20px}.project-carousel .project-wrap{flex-basis:84vw;width:84vw;min-width:84vw}.project-carousel .horiz-gallery-strip{gap:14px;padding-inline:8vw}.project-card{min-height:540px}.project-carousel-controls{padding-bottom:36px}.floating-contact-stack{display:none}.mobile-cta{display:flex}.final-grid{grid-template-columns:1fr}}
@media(max-width:380px){.project-carousel .project-wrap{flex-basis:88vw;width:88vw;min-width:88vw}.project-carousel .horiz-gallery-strip{padding-inline:6vw}.project-overlay{padding:20px}.project-card h3{font-size:24px}.project-bottom{gap:10px}.project-price strong{font-size:17px}}
/* ===== Complete landing page and reliable carousel controls ===== */
.finder-result-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.finder-reset { border: 0; background: transparent; color: var(--slate); padding: 8px 2px; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.finder-result .btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.project-carousel-controls { position: relative; z-index: 5; }
.project-carousel-button { cursor: pointer; }
.project-carousel-button:focus-visible { outline: 3px solid var(--bronze-light); outline-offset: 3px; }
.project-carousel-button:disabled { opacity: .35; cursor: not-allowed; }
.project-carousel .project-wrap.is-dimmed { opacity: .2; filter: grayscale(.7) brightness(.68); }
.project-carousel .project-wrap.is-recommended { opacity: .78; filter: none; }
.project-carousel .project-wrap.is-recommended.is-carousel-active { opacity: 1; }
#process .section-copy { color: rgba(243,240,232,.62); }
@media (max-width: 760px) {
  .finder-result-actions { justify-content: flex-start; }
  .compare-footer { align-items: flex-start; flex-direction: column; }
  .value-image { min-height: 480px; }
}