@font-face {
  font-family: "Sirina Eras";
  src: url("assets/fonts/eras-md.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Sirina Arial Black";
  src: url("assets/fonts/arial-black-sirina-subset.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --black: #000000;
  --panel: #1a1a1a;
  --card: #d9d8e2;
  --purple: #9065cd;
  --purple-dark: #321b43;
  --white: #ffffff;
  --muted: #76757c;
  --panel-radius: 67.095px;
  --card-radius: 32.692px;
  --pill-radius: 27.574px;
  --content-width: 1620px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Sirina Eras", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body[data-lang="ar"] {
  font-family: Tahoma, Arial, sans-serif;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

#app {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.site-container {
  position: relative;
  width: min(var(--content-width), 84.375vw);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 50;
  height: 175px;
  background: transparent;
}

.header-inner {
  height: 175px;
}

.brand-logo {
  position: absolute;
  top: 55px;
  left: 0;
  width: 80px;
  height: 120px;
  text-decoration: none;
}

.brand-logo img {
  width: 100%;
  height: 100%;
}

.main-navigation {
  position: absolute;
  top: 99px;
  left: 760px;
  display: flex;
  align-items: center;
  gap: 38px;
  white-space: nowrap;
}

.main-navigation a {
  color: var(--purple);
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  transition: color 160ms ease;
}

.main-navigation a:hover,
.main-navigation a:focus-visible,
.main-navigation a.active {
  color: var(--card);
}

.language-switch {
  position: absolute;
  z-index: 2;
  top: 99px;
  left: 1420px;
  width: 31px;
  min-height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.header-talk {
  position: absolute;
  top: 87.52px;
  left: 1466.29px;
  width: 153.8px;
  height: 55.15px;
}

.menu-button {
  display: none;
}

.button {
  display: inline-grid;
  place-items: center;
  min-height: 55.15px;
  padding: 0 30px;
  border: 0;
  border-radius: var(--pill-radius);
  background: var(--purple);
  color: var(--white);
  font-size: 25px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: filter 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.button-outline {
  border: 1px solid var(--purple);
  background: transparent;
}

.large-panel {
  overflow: hidden;
  border-radius: var(--panel-radius);
  background: var(--panel);
}

.eyebrow,
.section-label,
.founder-label,
.cta-label {
  margin: 0;
  color: var(--white);
  font-size: 25px;
  line-height: 1.18;
}

.section-label {
  color: var(--purple);
  font-size: 30px;
}

.site-main {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.site-main h1,
.site-main h2,
.site-main h3,
.site-main p,
.site-main blockquote,
.site-main figure {
  margin-block-start: 0;
}

.site-main h1,
.site-main h2,
.home-founder blockquote {
  font-family: "Sirina Arial Black", "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

body[data-lang="ar"] .site-main h1,
body[data-lang="ar"] .site-main h2,
body[data-lang="ar"] .home-founder blockquote {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 700;
}

/* Home — desktop artboard 1920 × 5000 */
.home-page {
  height: 4181.72px;
}

.home-hero {
  position: relative;
  height: 905.1px;
  overflow: visible;
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -175px;
  left: calc(50% - 573.78px);
  width: 1147.56px;
  height: 1147.56px;
  background: url("assets/logo.svg") center / contain no-repeat;
  transform: scale(1.59);
  opacity: 0.78;
}

.home-hero-statue {
  position: absolute;
  z-index: -1;
  top: 0.1px;
  left: calc(50% - 678.9px);
  width: 1357.8px;
  height: 905px;
  object-fit: contain;
}

.home-hero-copy {
  position: absolute;
  inset: 0;
  text-align: center;
}

.home-hero-copy > .eyebrow {
  position: absolute;
  top: 179.6px;
  left: 0;
  width: 100%;
}

.home-hero h1 {
  position: absolute;
  top: 239px;
  left: 0;
  width: 100%;
  margin: 0;
  color: var(--white);
  font-size: 70px;
  line-height: 84px;
  letter-spacing: -1.2px;
}

.home-hero h1 span {
  color: var(--purple-dark);
}

.hero-description {
  position: absolute;
  top: 435.9px;
  left: 50%;
  width: 1050px;
  margin: 0;
  color: var(--white);
  font-size: 30px;
  line-height: 33.6px;
  transform: translateX(-50%);
}

.hero-actions {
  position: absolute;
  top: 699.85px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 24.2px;
}

.hero-actions .button:first-child {
  width: 215.6px;
}

.hero-actions .button:last-child {
  width: 153.8px;
}

.home-services {
  height: 946.4px;
  padding: 142px 150px 0;
}

.home-services::after,
.home-cta::after,
.home-founder::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url("assets/logo.svg") center / contain no-repeat;
}

.home-services::after {
  z-index: 0;
  right: -424px;
  bottom: -553px;
  width: 1147.56px;
  height: 1147.56px;
  transform: scale(1.55);
  opacity: 0.9;
}

.home-services > * {
  position: relative;
  z-index: 1;
}

.home-services h2,
.home-selected h2,
.about-values h2 {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 50px;
  line-height: 60px;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 77.87px 77.87px;
  margin-top: 35px;
}

.service-card {
  display: block;
  width: 100%;
  height: 224.17px;
  padding: 25px 30px;
  border-radius: var(--card-radius);
  background: var(--card);
  color: var(--black);
}

.service-card > img {
  width: 58px;
  height: 55px;
  object-fit: contain;
  object-position: center;
}

.service-card h3 {
  margin: 14px 0 19px;
  color: var(--purple);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}

.service-card p {
  margin: 0;
  color: var(--black);
  font-size: 15px;
  line-height: 21.6px;
}

.home-selected {
  height: 857.19px;
  padding-top: 144px;
}

.home-selected::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -410px;
  left: -660px;
  width: 1147.56px;
  height: 1147.56px;
  background: url("assets/logo.svg") center / contain no-repeat;
  transform: scale(1.82);
  opacity: 0.92;
}

.home-selected h2 {
  margin-top: 5px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 470.2px);
  justify-content: space-between;
  gap: 0;
  margin-top: 59px;
}

.category-card {
  color: var(--purple);
  text-align: center;
  text-decoration: none;
}

.category-card figure {
  position: relative;
  height: 333.44px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--card-radius);
  background-color: var(--black);
  background-image:
    radial-gradient(ellipse 78% 45% at 50% 63%, transparent 68%, rgba(211, 211, 211, 0.19) 69%, transparent 70%),
    radial-gradient(ellipse 96% 52% at 54% 57%, transparent 70%, rgba(211, 211, 211, 0.16) 71%, transparent 72%),
    radial-gradient(ellipse 122% 68% at 48% 52%, transparent 71%, rgba(211, 211, 211, 0.13) 72%, transparent 73%);
}

.category-card img {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  transform: translateX(50%);
}

.category-card h3 {
  margin: 22px 0 0;
  color: var(--purple);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.home-founder {
  display: grid;
  grid-template-columns: 600px 1fr;
  height: 822.68px;
  background: var(--black);
}

.home-founder::after {
  z-index: 0;
  top: -475px;
  left: -690px;
  width: 1147.56px;
  height: 1147.56px;
  transform: scale(1.88);
  opacity: 0.95;
}

.founder-image,
.founder-copy {
  position: relative;
  z-index: 1;
}

.founder-image {
  height: 822.68px;
  align-self: end;
}

.founder-image img {
  width: 600px;
  height: 822px;
  object-fit: contain;
  object-position: bottom left;
}

.founder-copy {
  padding: 198px 60px 0 110px;
}

.founder-label {
  font-size: 25px;
}

.home-founder blockquote {
  max-width: none;
  margin: 21px 0 25px;
  color: var(--white);
  font-size: 50px;
  line-height: 60px;
}

.home-founder blockquote .founder-quote-accent {
  color: var(--purple);
}

.founder-quote-line {
  display: block;
  white-space: nowrap;
}

.founder-quote-keep {
  display: inline-block;
  white-space: nowrap !important;
  overflow-wrap: normal;
  word-break: keep-all;
}

.founder-name {
  margin: 0;
  color: var(--white);
  font-size: 30px;
  line-height: 33.6px;
}

.home-cta-wrap {
  height: 650.35px;
  padding-top: 150.35px;
}

.home-cta {
  height: 500px;
  padding-top: 57px;
  text-align: center;
}

.home-cta::after {
  z-index: 0;
  right: -490px;
  bottom: -630px;
  width: 1147.56px;
  height: 1147.56px;
  transform: scale(1.62);
  opacity: 0.84;
}

.home-cta > * {
  position: relative;
  z-index: 1;
}

.home-cta h2 {
  margin: 13px 0 22px;
  color: var(--white);
  font-size: 70px;
  line-height: 84px;
}

.home-cta h2 span {
  color: var(--purple);
}

.home-cta > p:not(.cta-label) {
  width: 1060px;
  margin: 0 auto 18px;
  font-size: 30px;
  line-height: 33.6px;
}

.home-cta .button {
  width: 153.8px;
}

/* Shared inner-page geometry */
.about-page,
.services-page,
.portfolio-page,
.approach-page {
  height: 2175px;
}

.contact-page {
  height: 1186.197px;
}

.about-page::before,
.services-page::before,
.portfolio-page::before,
.approach-page::before,
.contact-page::before,
.about-page::after,
.services-page::after,
.portfolio-page::after,
.approach-page::after,
.contact-page::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 1147.56px;
  height: 1147.56px;
  background: url("assets/logo.svg") center / contain no-repeat;
  pointer-events: none;
}

.about-page::before { top: 821px; right: -424px; }
.about-page::after { top: 1353px; left: -574px; }
.services-page::before { top: 71px; right: -424px; }
.services-page::after { top: 1434px; left: -574px; }
.portfolio-page::before { top: 225px; right: -424px; }
.portfolio-page::after { top: 1399px; left: -574px; }
.approach-page::before { top: 39px; right: -424px; }
.approach-page::after { top: 1399px; left: -574px; }
.contact-page::before { top: -335px; right: -424px; }
.contact-page::after { top: 518px; left: 461px; }

.page-intro {
  height: 563.02px;
  padding-top: 144.4px;
}

.page-intro h1,
.contact-copy h1 {
  margin: 34.4px 0 0;
  color: var(--white);
  font-size: 70px;
  line-height: 84px;
  letter-spacing: -1px;
}

.page-intro h1 span,
.contact-copy h1 span,
.story-copy h2 span {
  color: var(--purple);
}

.page-lead,
.contact-lead {
  width: 1320px;
  margin: 29.7px 0 0;
  color: var(--white);
  font-size: 30px;
  line-height: 33.6px;
}

/* About */
.about-page .page-intro {
  height: 558.28px;
}

.about-story {
  display: grid;
  grid-template-columns: 810px 1fr;
  height: 752.69px;
}

.about-story > img {
  width: 810px;
  height: 602.69px;
  object-fit: contain;
}

.story-copy {
  padding-left: 0;
}

.story-copy .section-label {
  color: var(--white);
  font-size: 25px;
}

.story-copy h2 {
  margin: 34.2px 0 32px;
  color: var(--white);
  font-size: 60px;
  line-height: 72px;
}

.story-copy > p:not(.section-label) {
  width: 775px;
  margin: 0 0 25px;
  color: var(--white);
  font-size: 30px;
  line-height: 33.6px;
}

.about-values {
  height: 724.96px;
  padding: 66px 150px 0;
}

.about-values::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -560px;
  right: -570px;
  width: 1147.56px;
  height: 1147.56px;
  background: url("assets/logo.svg") center / contain no-repeat;
  transform: scale(1.56);
  opacity: 0.78;
}

.about-values > * {
  position: relative;
  z-index: 1;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27.88px 77.87px;
  margin-top: 17px;
}

.value-card {
  position: relative;
  width: 100%;
  height: 224.17px;
  padding: 92px 30px 20px;
  border-radius: var(--card-radius);
  background: var(--card);
  color: var(--black);
}

.value-card > img {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 68px;
  height: 53px;
  object-fit: contain;
}

.value-card h3 {
  margin: 0 0 20px;
  color: var(--purple);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.value-card p {
  margin: 0;
  color: var(--black);
  font-size: 15px;
  line-height: 21.6px;
}

/* Services */
.service-rows {
  display: grid;
  gap: 41px;
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 760px) minmax(300px, 1fr);
  align-items: center;
  width: 100%;
  min-height: 211.32px;
  padding: 0 70px 0 80px;
  column-gap: 28px;
  overflow: hidden;
  border-radius: var(--panel-radius);
  background: var(--panel);
}

.service-row::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -445px;
  right: -470px;
  width: 760px;
  height: 760px;
  background: url("assets/logo.svg") center / contain no-repeat;
  opacity: 0.62;
}

.service-row:nth-child(n + 3)::after {
  opacity: 0.22;
}

.service-row > * {
  position: relative;
  z-index: 1;
}

.service-row > img {
  justify-self: center;
  align-self: center;
  width: 80px;
  height: 82px;
  object-fit: contain;
  object-position: center;
}

#web > img {
  transform: translate(-4px, -2px);
}

.service-row-copy h2 {
  margin: 0 0 10px;
  color: var(--purple);
  font-family: "Sirina Eras", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.service-row-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: 35px;
  line-height: 41.6px;
}

.service-row-copy {
  align-self: center;
  min-width: 0;
}

.service-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  min-width: 0;
  padding: 12px 8px 12px 22px;
  gap: 14px;
}

body[data-lang="ar"] .service-tags {
  direction: rtl;
}

.service-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55.15px;
  padding: 10px 18px;
  border-radius: var(--pill-radius);
  background: var(--purple);
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.service-tags span:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 240px);
}

/* Portfolio */
.portfolio-page .page-intro {
  height: 558.28px;
}

.portfolio-content {
  min-height: 1616.72px;
}

.portfolio-filters {
  display: flex;
  gap: 24.2px;
  height: 55.15px;
}

.portfolio-filter {
  min-width: 185.19px;
  height: 55.15px;
  padding: 0 25px;
  border: 1px solid var(--purple);
  border-radius: var(--pill-radius);
  background: transparent;
  color: var(--white);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.portfolio-filter[data-filter="all"] {
  min-width: 107.79px;
}

.portfolio-filter:hover,
.portfolio-filter:focus-visible,
.portfolio-filter.active {
  background: var(--purple);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 56.21px;
  min-height: 1457.57px;
  margin-top: 103.74px;
  align-content: start;
}

.portfolio-card {
  min-width: 0;
}

.portfolio-project-title {
  margin-top: 12px;
  color: var(--purple);
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

.portfolio-card figure {
  width: 100%;
  height: 333.44px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--panel-radius);
  background: var(--panel);
}

.portfolio-image-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  background: #141414;
  cursor: zoom-in;
}

.portfolio-image-button:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 4px;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 220ms ease, filter 220ms ease;
}

.portfolio-image-button:hover img,
.portfolio-image-button:focus-visible img {
  transform: scale(1.025);
  filter: brightness(1.05);
}

body.portfolio-lightbox-open {
  overflow: hidden;
}

.portfolio-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(8px);
}

.portfolio-lightbox[hidden] {
  display: none;
}

.portfolio-lightbox-image {
  display: block;
  max-width: min(94vw, 1800px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
}

.portfolio-lightbox-close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 24px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0 0 5px;
  border: 1px solid var(--purple);
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.94);
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

body[data-lang="ar"] .portfolio-lightbox-close {
  right: auto;
  left: 24px;
}

.portfolio-lightbox-close:hover,
.portfolio-lightbox-close:focus-visible {
  background: var(--purple);
  outline: none;
}

/* Approach */
.approach-page .page-intro {
  height: 536.81px;
}

.approach-visual {
  position: relative;
  width: 100%;
  height: 907.94px;
  overflow: hidden;
  border-radius: var(--panel-radius);
}

.approach-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-line {
  position: absolute;
  left: 62px;
  right: 62px;
  bottom: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  color: var(--white);
  font-family: "Sirina Arial Black", "Arial Black", Arial, sans-serif;
  font-size: 54.06px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.process-line img {
  width: 72.54px;
  height: 17.81px;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30.29px 24.9px;
  margin-top: 84.49px;
}

.approach-step {
  position: relative;
  height: 238.2px;
  padding: 111px 58px 25px 90px;
  overflow: hidden;
  border-radius: var(--panel-radius);
  background: var(--panel);
}

.approach-step::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -470px;
  left: -520px;
  width: 760px;
  height: 760px;
  background: url("assets/logo.svg") center / contain no-repeat;
  opacity: 0.65;
}

.approach-step > * {
  position: relative;
  z-index: 1;
}

.approach-step > img {
  position: absolute;
  top: 22px;
  left: 90px;
  width: 75px;
  height: 58px;
  object-fit: contain;
}

.approach-step h2 {
  margin: 0 0 15px;
  color: var(--purple);
  font-family: "Sirina Eras", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.approach-step p {
  margin: 0;
  color: var(--white);
  font-size: 25px;
  line-height: 23.6px;
}

/* Contact */
.contact-content {
  display: grid;
  grid-template-columns: 795px 735px;
  gap: 90px;
  padding-top: 150.006px;
}

.contact-copy {
  position: relative;
}

.contact-copy h1 {
  margin-top: 34.4px;
}

.contact-lead {
  width: 720px;
}

.contact-details {
  display: grid;
  gap: 98px;
  margin-top: 152px;
}

.contact-details article {
  display: grid;
  grid-template-columns: 149px 1fr;
  align-items: center;
  min-height: 118px;
}

.contact-details img {
  width: 112px;
  max-height: 110px;
  object-fit: contain;
  object-position: center;
}

.contact-details h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-family: "Sirina Eras", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.contact-details a,
.contact-details p {
  margin: 0;
  color: var(--white);
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

.contact-form {
  position: relative;
  width: 735px;
  height: 1036.19px;
  padding: 66px 98px 0;
}

.contact-form::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -355px;
  right: -444px;
  width: 1147.56px;
  height: 1147.56px;
  background: url("assets/logo.svg") center / contain no-repeat;
  opacity: 0.9;
}

.contact-form > * {
  position: relative;
  z-index: 1;
}

.contact-form > h2 {
  margin: 0 0 60.7px;
  color: var(--purple);
  font-family: "Sirina Eras", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.contact-form label {
  display: block;
  margin: 0 0 17px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 25px;
  line-height: 1;
}

.contact-form input,
.contact-form textarea {
  width: 538.95px;
  border: 0;
  outline: 0;
  border-radius: var(--card-radius);
  background: #5f5f5f;
  color: var(--white);
  font-size: 25px;
  line-height: 1;
}

.contact-form input {
  height: 65.38px;
  padding: 0 34.5px;
}

.contact-form textarea {
  height: 263.6px;
  padding: 24px 34.5px;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.contact-form .button {
  width: 538.95px;
  height: 55.15px;
  margin-top: 53.8px;
}

.contact-form .honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
}

.form-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

.form-status.is-success {
  color: #d9c9f3;
}

.form-status.is-error {
  color: #ffffff;
}

.contact-form button[disabled] {
  cursor: wait;
  opacity: .72;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 2;
  height: 650px;
  background: transparent;
}

body[data-page="home"] .site-footer {
  height: 643.28px;
}

body[data-page="contact"] .site-footer {
  height: 638.803px;
}

.footer-inner {
  height: 100%;
}

.footer-brand {
  position: absolute;
  top: 148px;
  left: 0;
  width: 480px;
}

.footer-brand > img {
  width: 106.71px;
  height: 160.1px;
}

.footer-brand > p {
  width: 450px;
  margin: 72px 0 0;
  color: var(--white);
  font-size: 20px;
  line-height: 33.6px;
}

.footer-column {
  position: absolute;
  top: 154px;
}

.footer-nav { left: 596.7px; }
.footer-services { left: 938.3px; }
.footer-contact { left: 1278.9px; width: 341px; }

.footer-column h2 {
  margin: 0 0 26px;
  color: var(--white);
  font-family: "Sirina Eras", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.footer-column a {
  display: block;
  margin: 0 0 28px;
  color: var(--purple);
  font-size: 20px;
  line-height: 25.6px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-rights,
.footer-crafted {
  position: absolute;
  bottom: 78px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1;
}

.footer-rights { left: 0; }
.footer-crafted { right: 0; }

.whatsapp-link {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--purple);
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.94);
  color: var(--purple);
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

body[data-lang="ar"] .whatsapp-link {
  right: auto;
  left: 24px;
}

body[data-lang="ar"] .brand-logo {
  right: 0;
  left: auto;
}

body[data-lang="ar"] .main-navigation {
  right: 650px;
  left: auto;
  direction: rtl;
}

body[data-lang="ar"] .language-switch {
  right: 1415px;
  left: auto;
}

body[data-lang="ar"] .header-talk {
  right: 1466.29px;
  left: auto;
}

body[data-lang="ar"] .service-row,
body[data-lang="ar"] .service-card,
body[data-lang="ar"] .contact-details article {
  direction: rtl;
}

body[data-lang="ar"] .footer-nav { right: 596.7px; left: auto; }
body[data-lang="ar"] .footer-services { right: 938.3px; left: auto; }
body[data-lang="ar"] .footer-contact { right: 1278.9px; left: auto; }

body[data-lang="ar"] .footer-inner {
  direction: rtl;
}

body[data-lang="ar"] .footer-brand {
  right: 0;
  left: auto;
  text-align: right;
}

body[data-lang="ar"] .footer-brand > p,
body[data-lang="ar"] .footer-column,
body[data-lang="ar"] .footer-rights,
body[data-lang="ar"] .footer-crafted {
  text-align: right;
}

body[data-lang="ar"] .footer-rights {
  right: 0;
  left: auto;
}

body[data-lang="ar"] .footer-crafted {
  left: 0;
  right: auto;
}

/* Fluid desktop and tablet */
@media (max-width: 1919px) and (min-width: 1700px) {
  .home-founder {
    grid-template-columns: 31.25vw 1fr;
    height: 42.8479vw;
  }

  .founder-image,
  .founder-image img {
    width: 31.25vw;
    height: 42.8479vw;
  }

  .founder-copy {
    padding: 10.3125vw 3.125vw 0 5.7292vw;
  }

  .founder-label {
    font-size: 1.3021vw;
  }

  .home-founder blockquote {
    max-width: none;
    margin: 1.0938vw 0 1.3021vw;
    font-size: 2.6042vw;
    line-height: 3.125vw;
  }

  .founder-name {
    font-size: 1.5625vw;
    line-height: 1.75vw;
  }
}

@media (max-width: 1699px) and (min-width: 1281px) {
  .approach-page {
    height: auto;
    padding-bottom: 190px;
  }

  .header-inner {
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .brand-logo {
    position: static;
    flex: 0 0 auto;
  }

  .main-navigation {
    position: static;
    margin-inline-start: auto;
    gap: clamp(18px, 2.1vw, 36px);
  }

  .main-navigation a {
    font-size: clamp(17px, 1.35vw, 23px);
  }

  .language-switch,
  .header-talk {
    position: static;
    flex: 0 0 auto;
  }

  .language-switch {
    width: 31px;
  }

  .home-services,
  .about-values {
    padding-inline: clamp(80px, 7.8125vw, 150px);
  }

  .home-founder {
    grid-template-columns: 31.25vw 1fr;
    height: 42.8479vw;
  }

  .founder-image,
  .founder-image img {
    width: 31.25vw;
    height: 42.8479vw;
  }

  .founder-copy {
    padding: 10.3125vw 3.125vw 0 5.7292vw;
  }

  .founder-label {
    font-size: 1.3021vw;
  }

  .home-founder blockquote {
    max-width: none;
    margin: 1.0938vw 0 1.3021vw;
    font-size: 2.6042vw;
    line-height: 3.125vw;
  }

  .founder-name {
    font-size: 1.5625vw;
    line-height: 1.75vw;
  }

  .home-service-grid,
  .value-grid {
    column-gap: clamp(35px, 4.05vw, 77.87px);
  }

  .service-card {
    padding-inline: 22px;
  }

  .service-card h3 {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
  }

  .category-card figure {
    height: calc((84.375vw - 6vw) / 3 * .71);
  }

  .story-copy h2 {
    font-size: 50px;
  }

  .story-copy > p:not(.section-label) {
    width: calc(84.375vw - 810px);
    padding-left: 25px;
    font-size: 24px;
    line-height: 1.25;
  }

  .service-row {
    grid-template-columns: 105px minmax(0, 48%) 1fr;
    padding-inline: 55px;
    column-gap: 24px;
  }

  .service-row > img {
    width: 74px;
    height: 76px;
  }

  .service-row-copy h2 { font-size: 32px; }
  .service-row-copy p { font-size: 25px; line-height: 1.15; }
  .service-tags { gap: 10px; }
  .service-tags span { min-height: 42px; padding: 8px 14px; font-size: 15px; }
  .service-tags span:last-child:nth-child(odd) { width: min(100%, 210px); }

  .process-line {
    font-size: 3.1vw;
    gap: 1.1vw;
  }

  .approach-step {
    height: auto;
    min-height: 320px;
    padding-right: 35px;
    padding-bottom: 42px;
  }

  .contact-content {
    grid-template-columns: calc(84.375vw - 795px) 735px;
    gap: 60px;
  }

  .contact-copy h1 { font-size: 62px; }
  .contact-lead { width: 100%; font-size: 25px; }
  .contact-details a { font-size: 22px; overflow-wrap: anywhere; }

  .footer-nav { left: 42%; }
  .footer-services { left: 62%; }
  .footer-contact { left: 82%; width: 18%; }
}

@media (max-width: 1280px) {
  body {
    font-size: 18px;
  }

  .site-container {
    width: min(92vw, 980px);
  }

  .site-header,
  .header-inner {
    height: 110px;
  }

  .header-inner {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .brand-logo {
    position: static;
    width: 53px;
    height: 80px;
    margin-inline-end: auto;
  }

  body[data-lang="ar"] .brand-logo {
    margin-inline: 0 auto;
  }

  .menu-button {
    position: relative;
    z-index: 55;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 10px 7px;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    margin: auto;
    border-radius: 3px;
    background: var(--purple);
  }

  .main-navigation {
    position: absolute;
    top: 96px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border: 1px solid rgba(144, 101, 205, 0.5);
    border-radius: 28px;
    background: rgba(10, 10, 10, 0.98);
    text-align: center;
  }

  body[data-lang="ar"] .main-navigation {
    right: 0;
    left: 0;
  }

  .main-navigation.open {
    display: flex;
  }

  .main-navigation a {
    font-size: 22px;
  }

  .language-switch,
  .header-talk,
  body[data-lang="ar"] .language-switch,
  body[data-lang="ar"] .header-talk {
    position: static;
  }

  .header-talk {
    width: auto;
    height: 44px;
    min-height: 44px;
    padding-inline: 20px;
    font-size: 18px;
  }

  .language-switch {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .home-page,
  .about-page,
  .services-page,
  .portfolio-page,
  .approach-page,
  .contact-page {
    height: auto;
  }

  .home-hero {
    height: 720px;
  }

  .home-hero-statue {
    left: 50%;
    width: 1080px;
    max-width: none;
    transform: translateX(-50%);
  }

  .home-hero h1 {
    font-size: clamp(48px, 7vw, 70px);
  }

  .hero-description {
    width: min(80vw, 850px);
    font-size: 24px;
  }

  .hero-actions {
    top: 610px;
  }

  .home-services,
  .about-values {
    height: auto;
    padding: 70px 70px;
  }

  .home-service-grid,
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .home-selected {
    height: auto;
    padding-block: 100px;
  }

  .category-grid {
    gap: 28px;
  }

  .category-card figure {
    height: auto;
    aspect-ratio: 1.5;
  }

  .home-founder {
    grid-template-columns: 42% 1fr;
    height: 650px;
  }

  .founder-image,
  .founder-image img {
    width: 100%;
    height: 650px;
  }

  .founder-copy {
    padding: 120px 45px;
  }

  .home-founder blockquote {
    font-size: 36px;
    line-height: 1.15;
  }

  .founder-quote-line {
    display: inline;
    white-space: normal;
  }

  .home-cta-wrap {
    height: auto;
    padding-block: 110px;
  }

  .home-cta > p:not(.cta-label) {
    width: 85%;
  }

  .page-intro,
  .about-page .page-intro,
  .portfolio-page .page-intro,
  .approach-page .page-intro {
    height: auto;
    padding-block: 100px 70px;
  }

  .page-intro h1,
  .contact-copy h1 {
    font-size: clamp(48px, 7vw, 68px);
    line-height: 1.08;
  }

  .page-lead,
  .contact-lead {
    width: 100%;
    font-size: 25px;
  }

  .about-story {
    grid-template-columns: 1fr;
    height: auto;
    gap: 55px;
    padding-bottom: 100px;
  }

  .about-story > img {
    width: 100%;
    height: auto;
  }

  .story-copy > p:not(.section-label) {
    width: 100%;
  }

  .service-rows {
    gap: 28px;
    padding-bottom: 100px;
  }

  .service-row {
    grid-template-columns: 90px 1fr;
    height: auto;
    min-height: 250px;
    padding: 44px;
    column-gap: 24px;
  }

  .service-row > img {
    width: 68px;
    height: 70px;
  }

  .service-tags {
    grid-column: 1 / -1;
    margin-top: 25px;
    padding: 4px 0 0 0;
  }

  .portfolio-content {
    min-height: 900px;
    padding-bottom: 100px;
  }

  .portfolio-filters {
    height: auto;
    flex-wrap: wrap;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: 650px;
    margin-top: 70px;
  }

  .portfolio-card figure {
    height: auto;
    aspect-ratio: 1.5;
  }

  .approach-visual {
    height: auto;
    aspect-ratio: 1620 / 909;
  }

  .process-line {
    font-size: 3.8vw;
    gap: 1.3vw;
  }

  .process-line img {
    width: 5vw;
  }

  .approach-steps {
    margin-block: 55px 100px;
  }

  .approach-step {
    height: auto;
    min-height: 310px;
    padding-bottom: 36px;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-block: 100px;
  }

  .contact-details {
    margin-top: 80px;
  }

  .contact-form {
    width: 100%;
    height: auto;
    padding: 70px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form .button {
    width: 100%;
  }

  .site-footer,
  body[data-page="home"] .site-footer,
  body[data-page="contact"] .site-footer {
    height: auto;
    min-height: 650px;
    padding-block: 100px 70px;
  }

  .footer-inner {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 45px;
  }

  .footer-brand,
  .footer-column,
  .footer-rights,
  .footer-crafted,
  body[data-lang="ar"] .footer-nav,
  body[data-lang="ar"] .footer-services,
  body[data-lang="ar"] .footer-contact {
    position: static;
    width: auto;
  }

  .footer-brand > p {
    width: auto;
    margin-top: 45px;
  }

  .footer-rights,
  .footer-crafted {
    align-self: end;
  }
}

@media (max-width: 767px) {
  .home-service-grid,
  .value-grid,
  .category-grid,
  .portfolio-grid,
  .approach-steps,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .approach-step {
    min-height: 250px;
  }

  .home-founder {
    grid-template-columns: 1fr;
    height: auto;
  }

  .founder-copy {
    padding: 55px 35px;
  }

  .home-cta {
    height: auto;
    padding: 60px 25px;
  }

  .home-cta h2 {
    font-size: 46px;
    line-height: 1.05;
  }

  .home-cta > p:not(.cta-label) {
    width: 100%;
    font-size: 20px;
  }

  .story-copy h2 {
    font-size: 42px;
  }

  .story-copy > p:not(.section-label) {
    font-size: 20px;
  }

  .service-row {
    grid-template-columns: 65px 1fr;
    padding: 32px 24px;
    column-gap: 18px;
  }

  .service-row > img {
    width: 56px;
    height: 58px;
  }

  .service-row-copy h2 { font-size: 27px; }
  .service-row-copy p { font-size: 20px; line-height: 1.25; }
  .service-tags {
    grid-template-columns: 1fr;
  }
  .service-tags span,
  .service-tags span:last-child:nth-child(odd) {
    width: 100%;
    min-height: 42px;
    font-size: 15px;
  }

  .process-line {
    bottom: 8%;
    gap: 1vw;
    font-size: 3.7vw;
  }

  .approach-step {
    min-height: 230px;
  }

  .contact-form {
    padding: 45px 25px;
  }

  .contact-details article {
    grid-template-columns: 100px 1fr;
  }

  .contact-details a,
  .contact-details p {
    font-size: 20px;
    overflow-wrap: anywhere;
  }
}

/* Home mobile reference: 1080 artboard mapped to a 360 CSS-pixel viewport. */
@media (max-width: 600px) {
  body {
    font-size: 3.1481vw;
  }

  .site-header,
  .header-inner {
    height: 16.2037vw;
  }

  .header-inner {
    width: 100%;
  }

  .brand-logo,
  body[data-lang="ar"] .brand-logo {
    position: absolute;
    top: 4.6296vw;
    right: auto;
    left: 4.6296vw;
    width: 7.4074vw;
    height: 11.1111vw;
    margin: 0;
  }

  body[data-lang="ar"] .brand-logo {
    right: 4.6296vw;
    left: auto;
  }

  .menu-button {
    position: absolute;
    top: 7.4vw;
    left: 70.8167vw;
    width: 5.6852vw;
    height: 4.8148vw;
    padding: 0;
  }

  body[data-lang="ar"] .menu-button {
    right: 70.8167vw;
    left: auto;
  }

  .menu-button span {
    height: .5306vw;
  }

  .header-talk,
  body[data-lang="ar"] .header-talk {
    position: absolute;
    top: 8.1046vw;
    right: auto;
    left: 81.1296vw;
    width: 14.2407vw;
    height: 5.1065vw;
    min-height: 5.1065vw;
    padding: 0;
    border-radius: 2.5532vw;
    font-size: 2.3148vw;
  }

  body[data-lang="ar"] .header-talk {
    right: 81.1296vw;
    left: auto;
  }

  .language-switch,
  body[data-lang="ar"] .language-switch {
    position: absolute;
    top: 8.45vw;
    right: auto;
    left: 76.6vw;
    width: 3.8vw;
    height: 3.8vw;
    min-height: 3.8vw;
    border-radius: 50%;
    font-size: 1.65vw;
  }

  body[data-lang="ar"] .language-switch {
    right: 76.6vw;
    left: auto;
  }

  .main-navigation,
  body[data-lang="ar"] .main-navigation {
    top: 15.2vw;
    right: 4.6296vw;
    left: 4.6296vw;
    gap: 4vw;
    padding: 7vw;
    border-radius: 6.2vw;
  }

  .main-navigation a {
    font-size: 4.5vw;
  }

  body[data-page="home"] .home-page {
    height: 649.0222vw;
  }

  .home-hero {
    height: 166.2037vw;
  }

  .home-hero::before {
    top: -35vw;
    left: -55vw;
    width: 210vw;
    height: 210vw;
    transform: none;
    opacity: 0.9;
  }

  .home-hero-statue {
    top: 4.1667vw;
    left: -64.6111vw;
    width: 229.2222vw;
    height: 152.7778vw;
    max-width: none;
    transform: none;
    object-fit: contain;
  }

  .home-hero-copy > .eyebrow {
    top: 66.463vw;
    font-size: 2.6204vw;
    line-height: 3.2vw;
  }

  .home-hero h1 {
    top: 72.6944vw;
    font-size: 7.3454vw;
    line-height: 8.8148vw;
    letter-spacing: -.03vw;
    transform: translateY(3.02px);
  }

  .hero-description {
    top: 93.3611vw;
    width: 82.4vw;
    font-size: 3.1481vw;
    line-height: 3.5259vw;
  }

  .hero-actions {
    top: 124.6204vw;
    gap: 2.7778vw;
  }

  .hero-actions .button:first-child,
  .hero-actions .button:last-child {
    width: auto;
    height: 6.4537vw;
    min-height: 6.4537vw;
    padding: 0 3.7vw;
    border-radius: 3.2269vw;
    font-size: 2.3148vw;
  }

  .home-services {
    width: 90.7407vw;
    height: 178.6111vw;
    padding: 4.4444vw 4.6296vw 0;
    border-radius: 6.2126vw;
  }

  .home-services::after {
    right: -66vw;
    bottom: -84vw;
    width: 106.2556vw;
    height: 106.2556vw;
    transform: scale(1.7);
  }

  .home-services .section-label {
    font-size: 3.2407vw;
    line-height: 4vw;
  }

  .home-services h2 {
    margin-top: 1.6vw;
    font-size: 3.7037vw;
    line-height: 4.4444vw;
    transform: translateY(3.15px);
  }

  .home-service-grid {
    position: absolute;
    top: 18.6694vw;
    left: 4.6296vw;
    display: block;
    width: 81.4815vw;
    margin: 0;
  }

  .service-card {
    display: grid;
    grid-template-columns: 22.9222vw 1fr;
    width: 81.4815vw;
    height: 22.0278vw;
    margin: 0 0 4.6296vw;
    padding: 2.1vw 3vw 2vw 2.5vw;
    border-radius: 3.027vw;
  }

  .service-card.service-strategy { order: 1; }
  .service-card.service-creative { order: 2; }
  .service-card.service-social { order: 3; }
  .service-card.service-meta { order: 4; }
  .service-card.service-web { order: 5; }
  .service-card.service-seo { order: 6; }

  .home-service-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .service-card > img {
    width: 19vw;
    height: 17vw;
    align-self: center;
  }

  .service-card h3 {
    margin: 1.4vw 0 2.1vw;
    font-size: 3.7037vw;
    line-height: 4vw;
    transform: translateY(2.94px);
  }

  .service-card.service-creative h3 {
    transform: translateY(5.44px);
  }

  .service-card p {
    font-size: 2.7778vw;
    line-height: 3.7963vw;
  }

  .service-card.service-strategy p {
    font-size: 3.1481vw;
    line-height: 4.5352vw;
    transform: translateY(-.77px);
  }

  .service-card.service-creative p { transform: translateY(.76px); }
  .service-card.service-social p { transform: translateY(-.23px); }
  .service-card.service-meta p { transform: translateY(3.47px); }
  .service-card.service-web p { transform: translateY(2.57px); }
  .service-card.service-seo p { transform: translateY(2.87px); }

  .home-selected {
    width: 100%;
    height: 107.5741vw;
    padding: 4.4444vw 9.2593vw 0;
  }

  .home-selected::before {
    top: -50vw;
    left: -91vw;
    width: 106.2556vw;
    height: 106.2556vw;
    transform: scale(2.15);
  }

  .home-selected .section-label {
    font-size: 3.2407vw;
    line-height: 4vw;
  }

  .home-selected h2 {
    margin-top: 2.8vw;
    font-size: 3.7037vw;
    line-height: 4.4444vw;
    transform: translateY(3.08px);
  }

  .category-grid {
    position: absolute;
    top: 20.5815vw;
    left: 4.9296vw;
    display: block;
    width: 90.1398vw;
    margin: 0;
  }

  .category-card {
    position: relative;
    display: block;
    width: 90.1398vw;
    height: 24.3685vw;
    margin: 0 0 4.6296vw;
    text-align: left;
  }

  body[data-lang="ar"] .category-card {
    text-align: right;
  }

  .category-card figure {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 3.027vw;
  }

  .category-card img {
    right: 1.5vw;
    width: 24.3685vw;
    height: 24.3685vw;
    transform: none;
  }

  body[data-lang="ar"] .category-card img {
    right: auto;
    left: 1.5vw;
  }

  .category-card h3 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 4.6296vw;
    margin: 0;
    font-size: 4.6296vw;
    line-height: 1;
    transform: translateY(calc(-50% + .4px));
  }

  body[data-lang="ar"] .category-card h3 {
    right: 4.6296vw;
    left: auto;
  }

  .home-founder {
    position: relative;
    display: block;
    width: 90.7407vw;
    height: 147.5343vw;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .home-founder::after {
    top: 65vw;
    left: -82vw;
    width: 106.2556vw;
    height: 106.2556vw;
    transform: scale(2.1);
  }

  .founder-image {
    width: 90.7407vw;
    height: 101.8519vw;
    overflow: hidden;
    border-radius: 6.2126vw;
    background: linear-gradient(135deg, #7941a0 0%, #321b43 38%, #050306 82%);
  }

  .founder-image img {
    position: absolute;
    top: -.16vw;
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    height: 128.6278vw;
    max-width: none;
    margin: 0;
    object-position: bottom center;
    transform: translateX(-50%);
  }

  .founder-copy {
    position: absolute;
    top: 105.963vw;
    left: 4.6296vw;
    width: 81.4815vw;
    padding: 0;
  }

  .founder-label {
    font-size: 2.3148vw;
    line-height: 3vw;
  }

  .home-founder blockquote {
    margin: 3.25vw 0 2.4vw;
    font-size: 4.6296vw;
    line-height: 5.5556vw;
    transform: translateY(-.3px);
  }

  .founder-name {
    font-size: 2.7778vw;
    line-height: 3.1111vw;
  }

  .home-cta-wrap {
    width: 100%;
    height: 49.0991vw;
    padding: 0;
  }

  .home-cta {
    width: 90.7407vw;
    height: 49.0991vw;
    padding: 5.35vw 3.7vw 0;
    border-radius: 6.2126vw;
  }

  .home-cta::after {
    right: -58vw;
    bottom: -70vw;
    width: 106.2556vw;
    height: 106.2556vw;
  }

  .cta-label {
    font-size: 2.3148vw;
    transform: translateY(-4.41px);
  }

  .home-cta h2 {
    margin: 2.2vw 0 2.7vw;
    font-size: 6.4815vw;
    line-height: 7.7778vw;
    transform: translateY(2.55px);
  }

  .home-cta > p:not(.cta-label) {
    width: 82vw;
    margin-bottom: 2.1vw;
    font-size: 2.7778vw;
    line-height: 3.1111vw;
    transform: translateY(-.52px);
  }

  .home-cta .button {
    width: 14.2407vw;
    min-height: 5.1065vw;
    height: 5.1065vw;
    padding: 0;
    border-radius: 2.5532vw;
    font-size: 2.3148vw;
  }

  body[data-page="home"] .site-footer {
    height: 144.5083vw;
    min-height: 0;
    padding: 0;
  }

  body[data-page="home"] .footer-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  body[data-page="home"] .footer-brand,
  body[data-page="home"] .footer-column,
  body[data-page="home"] .footer-rights,
  body[data-page="home"] .footer-crafted {
    position: absolute;
  }

  body[data-page="home"] .footer-brand {
    top: 9.2593vw;
    left: 9.2593vw;
    width: 81.4815vw;
  }

  body[data-page="home"] .footer-brand > img {
    width: 9.8806vw;
    height: 14.8241vw;
  }

  body[data-page="home"] .footer-brand > p {
    position: absolute;
    top: 9.53vw;
    left: 15vw;
    width: 66vw;
    margin: 0;
    font-size: 1.3889vw;
    line-height: 2.1vw;
  }

  body[data-page="home"] .footer-column {
    left: 9.2593vw;
    width: 60vw;
  }

  body[data-page="home"] .footer-nav { top: 28.8796vw; }
  body[data-page="home"] .footer-services { top: 60.0972vw; }
  body[data-page="home"] .footer-contact { top: 96.0889vw; }

  body[data-page="home"] .footer-column h2 {
    margin-bottom: 2.5vw;
    font-size: 2.7778vw;
  }

  body[data-page="home"] .footer-column a {
    margin-bottom: 2.3vw;
    font-size: 1.8519vw;
    line-height: 2.2vw;
  }

  body[data-page="home"] .footer-rights {
    right: 0;
    bottom: 6.3vw;
    left: 0;
    width: 100%;
    font-size: 1.3889vw;
    text-align: center;
  }

  body[data-page="home"] .footer-crafted {
    display: none;
  }

  body[data-page="home"] .footer-inner::after {
    content: "";
    position: absolute;
    right: 23.1194vw;
    bottom: 13.8889vw;
    left: 23.1194vw;
    height: .0694vw;
    background: var(--purple);
  }

  body[data-lang="ar"][data-page="home"] .footer-brand {
    right: 9.2593vw;
    left: auto;
    text-align: right;
  }

  body[data-lang="ar"][data-page="home"] .footer-brand > p {
    right: 15vw;
    left: auto;
    text-align: right;
  }

  body[data-lang="ar"][data-page="home"] .footer-column {
    right: 9.2593vw;
    left: auto;
    text-align: right;
  }

  body[data-lang="ar"][data-page="home"] .footer-rights {
    text-align: center;
  }

  .whatsapp-link {
    right: 2.8vw;
    bottom: 2.8vw;
    width: 8.4vw;
    height: 8.4vw;
    font-size: 2.3vw;
    opacity: 0.88;
  }

  body[data-lang="ar"] .whatsapp-link {
    right: auto;
    left: 2.8vw;
  }

  /* Non-home mobile pages use a content-led responsive layout. */
  body:not([data-page="home"]) .site-main {
    min-height: 0;
  }

  body:not([data-page="home"]) .page-intro,
  body:not([data-page="home"]) .contact-content {
    padding-top: 18vw;
  }

  body:not([data-page="home"]) .page-intro h1,
  body:not([data-page="home"]) .contact-copy h1 {
    font-size: 10.5vw;
  }

  body:not([data-page="home"]) .page-lead,
  body:not([data-page="home"]) .contact-lead {
    font-size: 4.8vw;
    line-height: 1.35;
  }

  body:not([data-page="home"]) .site-footer {
    min-height: 0;
    padding: 18vw 0 12vw;
  }
}

@media (max-width: 600px) {
  .portfolio-lightbox {
    padding: 16px;
  }

  .portfolio-lightbox-image {
    max-width: 96vw;
    max-height: 86vh;
    border-radius: 14px;
  }

  .portfolio-lightbox-close,
  body[data-lang="ar"] .portfolio-lightbox-close {
    top: 12px;
    right: 12px;
    left: auto;
    width: 44px;
    height: 44px;
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media (max-width: 767px) {
  .portfolio-project-title {
    font-size: 15px;
    margin-top: 10px;
  }
}
