/*
Theme Name: DOJA Developments
Theme URI: https://dojadevelopments.com/
Author: DOJA Developments
Description: Premium multi-page WordPress theme for DOJA Developments.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: doja-developments
*/

:root {
  --ivory: #eae7de;
  --black: #000000;
  --soft-ink: rgba(0, 0, 0, 0.64);
  --muted: rgba(0, 0, 0, 0.48);
  --line: rgba(0, 0, 0, 0.12);
  --line-light: rgba(234, 231, 222, 0.22);
  --white-soft: rgba(234, 231, 222, 0.84);
  --max: 1180px;
  --wide: 1480px;
  --radius: 28px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--ivory);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.055em;
  line-height: 0.96;
}

p {
  color: var(--soft-ink);
}

.site-header {
  position: fixed;
  inset: 18px 16px auto;
  z-index: 50;
}

.nav {
  position: relative;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, var(--wide));
  margin-inline: auto;
  padding: 18px 20px 18px 34px;
  border: 1px solid rgba(234, 231, 222, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px) saturate(140%);
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(234, 231, 222, 0.18),
    inset 0 -1px 0 rgba(234, 231, 222, 0.08);
}

.nav::after {
  content: none;
}

.brand img {
  width: 310px;
  height: 96px;
  object-fit: contain;
  object-position: left center;
}

.menu-toggle {
  position: relative;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(234, 231, 222, 0.3);
  border-radius: 50%;
  background: var(--ivory);
  color: var(--black);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(234, 231, 222, 0.62), 0 12px 36px rgba(0, 0, 0, 0.22);
  transition: transform 220ms var(--ease), background 220ms var(--ease);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: scale(1.04);
  outline: 0;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 220ms var(--ease);
}

.menu-toggle span:first-child {
  transform: translate(-50%, calc(-50% - 5px));
}

.menu-toggle span:last-child {
  transform: translate(-50%, calc(-50% + 5px));
}

.menu-open .menu-toggle span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-panel {
  position: fixed;
  inset: 104px 18px auto;
  display: none;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(234, 231, 222, 0.16);
  background: rgba(0, 0, 0, 0.92);
  color: var(--ivory);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.nav-panel.is-open {
  display: grid;
  gap: 16px;
}

.nav-panel a {
  color: var(--ivory);
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.02em;
  opacity: 0.78;
  transition: opacity 200ms var(--ease), transform 200ms var(--ease);
}

.nav-panel a:hover,
.nav-panel a:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  outline: 0;
}

.nav-button,
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 260ms var(--ease), background 260ms var(--ease), color 260ms var(--ease);
}

.button:hover,
.nav-button:hover {
  transform: translateY(-2px);
}

.nav-button,
.button-light {
  background: var(--ivory);
  color: var(--black) !important;
}

.nav-button {
  min-height: 50px;
  padding-inline: 22px;
  opacity: 1 !important;
}

.button-dark {
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--ivory);
}

.button-outline-light {
  border: 1px solid var(--line-light);
  color: var(--ivory);
}

.hero,
.cinematic-section {
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background: var(--black);
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 132px 22px 76px;
}

.hero-image,
.cinematic-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.hero-shade,
.cinematic-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.25) 56%, rgba(0, 0, 0, 0.08)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.04) 56%);
}

.hero-inner,
.cinematic-section > div {
  position: relative;
  z-index: 1;
  width: min(100%, var(--wide));
  margin-inline: auto;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: currentColor;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(54px, 12vw, 152px);
  font-weight: 850;
}

.hero p {
  max-width: 720px;
  color: var(--white-soft);
  font-size: clamp(18px, 2.2vw, 28px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.section {
  padding: 84px 22px;
}

.section-grid,
.section-heading,
.project-grid,
.contact-layout,
.page-content,
.detail-grid,
.footer-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.section-grid {
  display: grid;
  gap: 30px;
}

.section-label {
  color: var(--muted);
}

.section-copy h2,
.section-heading h2,
.page-hero h1,
.contact-cta h2,
.investment-cta h2 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 820;
}

.section-copy p,
.section-heading p,
.page-hero p {
  max-width: 760px;
  font-size: clamp(18px, 1.7vw, 23px);
}

.intro-section {
  background: var(--ivory);
}

.foundation-section {
  min-height: 100svh;
  display: grid;
  align-content: space-between;
  gap: 72px;
  padding: 72px 22px 82px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--ivory);
}

.foundation-head {
  width: min(100%, var(--wide));
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.foundation-head span,
.foundation-section::after {
  color: var(--black);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.foundation-section > h2 {
  width: min(100%, var(--wide));
  max-width: 930px;
  margin: 0 auto;
  justify-self: start;
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.foundation-grid {
  width: min(100%, var(--wide));
  margin-inline: auto;
  display: grid;
  gap: 24px;
}

.foundation-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-radius: 22px;
  background: rgba(234, 231, 222, 0.54);
  color: var(--black);
}

.foundation-card:first-child {
  background: rgba(0, 0, 0, 0.06);
}

.foundation-card-dark {
  background: var(--black);
  color: var(--ivory);
}

.foundation-card h3 {
  margin-bottom: 30px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 820;
}

.foundation-card p {
  max-width: 560px;
  margin: 0;
  color: currentColor;
  font-size: clamp(22px, 2.3vw, 33px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.projects-section,
.why-section,
.partners-section {
  border-top: 1px solid var(--line);
}

.project-grid {
  display: grid;
  gap: 18px;
}

.project-card {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--ivory);
}

.project-card a,
.project-card figure {
  height: 100%;
}

.project-card a {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
}

.project-card figure {
  margin: 0;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 900ms var(--ease), opacity 900ms var(--ease);
}

.project-card:hover img {
  transform: scale(1.045);
  opacity: 1;
}

.project-info {
  position: relative;
  padding: 26px;
  border-top: 1px solid var(--line-light);
}

.project-info span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(234, 231, 222, 0.36);
  font-weight: 850;
}

.project-info p {
  margin-bottom: 8px;
  color: rgba(234, 231, 222, 0.7);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-info h3 {
  margin-bottom: 6px;
  font-size: 34px;
}

.project-info small {
  color: rgba(234, 231, 222, 0.68);
}

.principle-grid,
.logo-wall,
.location-grid,
.insight-grid,
.learn-card-grid.compact {
  display: grid;
  gap: 12px;
}

.principle-grid article,
.location-grid article,
.insight-grid article,
.learn-card-grid.compact article,
.logo-wall span {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(234, 231, 222, 0.26);
}

.principle-grid span,
.insight-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.principle-grid h3,
.insight-grid h3 {
  margin-bottom: 0;
  font-size: 26px;
}

.leadership-section {
  padding-top: 96px;
}

.team-grid {
  width: min(100%, var(--max));
  margin: 34px auto 0;
  display: grid;
  gap: 26px;
}

.team-card {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--black);
  color: var(--ivory);
}

.team-card::after {
  content: "\2197";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ivory);
  color: var(--black);
  font-size: 31px;
  font-weight: 850;
}

.team-card figure {
  height: 100%;
  margin: 0;
}

.team-card img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: center top;
}

.team-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 38px 28px 30px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  text-align: center;
}

.team-card h3 {
  margin-bottom: 8px;
  font-size: clamp(34px, 6vw, 54px);
}

.team-card p {
  margin: 0;
  color: rgba(234, 231, 222, 0.82);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-wall {
  grid-template-columns: repeat(2, 1fr);
}

.logo-wall span {
  min-height: 112px;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-weight: 850;
  text-align: center;
}

.investment-cta {
  width: min(calc(100% - 44px), var(--wide));
  min-height: 620px;
  display: grid;
  align-items: end;
  margin: 20px auto 90px;
  padding: 44px 28px;
  border-radius: var(--radius);
}

.investment-cta ul {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.investment-cta li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-light);
  color: rgba(234, 231, 222, 0.78);
  font-weight: 750;
}

.contact-cta {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto 90px;
  display: grid;
  gap: 24px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(234, 231, 222, 0.34);
}

.page-hero {
  padding: 152px 22px 72px;
  border-bottom: 1px solid var(--line);
}

.page-hero > * {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.detail-media {
  width: min(calc(100% - 44px), var(--wide));
  margin: 36px auto 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.detail-media img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.contact-layout {
  display: grid;
  gap: 28px;
}

.contact-details {
  display: grid;
  gap: 12px;
  align-content: start;
  font-size: 22px;
}

.contact-details p {
  font-size: 18px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(234, 231, 222, 0.46);
  color: var(--black);
  outline: none;
  padding: 15px 16px;
}

.full {
  grid-column: 1 / -1;
}

.footer {
  padding: 58px 22px 112px;
  color: var(--ivory);
  background: var(--black);
}

.footer-inner {
  display: grid;
  gap: 22px;
}

.footer-brand {
  width: fit-content;
}

.footer-brand img {
  width: 150px;
  height: auto;
}

.footer p {
  max-width: 520px;
  color: rgba(234, 231, 222, 0.72);
}

.doja-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.doja-socials h3 {
  flex: 0 0 100%;
  margin: 0 0 4px;
  color: var(--ivory);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.doja-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: rgba(234, 231, 222, 0.68);
  border: 1px solid rgba(234, 231, 222, 0.18);
  border-radius: 50%;
  transition: color 220ms var(--ease), border-color 220ms var(--ease), transform 220ms var(--ease);
}

.doja-socials a:hover,
.doja-socials a:focus-visible {
  color: var(--ivory);
  border-color: rgba(234, 231, 222, 0.54);
  transform: translateY(-2px);
  outline: 0;
}

.doja-socials span {
  color: currentColor;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a,
.footer small {
  color: rgba(234, 231, 222, 0.62);
  font-size: 13px;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 55;
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(234, 231, 222, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  color: var(--black);
  font-size: 13px;
  font-weight: 850;
}

.mobile-cta a:last-child {
  border-right: 0;
}

.mobile-cta img {
  width: 19px;
  height: 19px;
}

.doja-chatbot {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
}

.doja-chatbot-toggle {
  position: relative;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  background: var(--ivory);
  color: var(--black);
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), inset 0 0 0 8px rgba(0, 0, 0, 0.04);
  animation: dojaAssistantFloat 4.8s var(--ease) infinite;
  transition: transform 240ms var(--ease), background 240ms var(--ease), color 240ms var(--ease), box-shadow 240ms var(--ease);
}

.doja-chatbot-toggle::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(234, 231, 222, 0.42);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.82);
  animation: dojaAssistantPulse 3.2s var(--ease) infinite;
}

.doja-chatbot-toggle:hover,
.doja-chatbot-toggle:focus-visible {
  animation-play-state: paused;
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36), inset 0 0 0 8px rgba(0, 0, 0, 0.06);
  outline: 0;
}

.doja-chatbot-toggle img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  transition: transform 260ms var(--ease);
}

.doja-chatbot-toggle:hover img,
.doja-chatbot-toggle:focus-visible img {
  transform: rotate(-8deg) scale(1.08);
}

.doja-chatbot.is-open .doja-chatbot-toggle {
  animation-play-state: paused;
  transform: scale(0.96);
}

.doja-chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 88px;
  width: min(370px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(234, 231, 222, 0.18);
  border-radius: 28px;
  background: var(--black);
  color: var(--ivory);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transition: opacity 240ms var(--ease), transform 240ms var(--ease);
}

.doja-chatbot.is-open .doja-chatbot-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.doja-chatbot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid rgba(234, 231, 222, 0.16);
}

.doja-chatbot-head strong,
.doja-chatbot-head small {
  display: block;
}

.doja-chatbot-head strong {
  font-size: 16px;
}

.doja-chatbot-head small {
  margin-top: 3px;
  color: rgba(234, 231, 222, 0.62);
  font-size: 12px;
}

.doja-chatbot-close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(234, 231, 222, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.doja-chatbot-messages {
  display: grid;
  gap: 10px;
  max-height: 300px;
  overflow-y: auto;
  padding: 18px 20px;
}

.doja-chatbot .bot-message,
.doja-chatbot .user-message {
  width: fit-content;
  max-width: 92%;
  margin: 0;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.42;
}

.doja-chatbot .bot-message {
  background: rgba(234, 231, 222, 0.1);
  color: rgba(234, 231, 222, 0.84);
}

.doja-chatbot .user-message {
  justify-self: end;
  background: var(--ivory);
  color: var(--black);
}

.doja-chatbot-prompts {
  display: grid;
  gap: 8px;
  padding: 0 20px 20px;
}

.doja-chatbot-prompts button {
  min-height: 44px;
  border: 1px solid rgba(234, 231, 222, 0.2);
  border-radius: 999px;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: background 220ms var(--ease), color 220ms var(--ease);
}

.doja-chatbot-prompts button:hover,
.doja-chatbot-prompts button:focus-visible {
  background: var(--ivory);
  color: var(--black);
  outline: 0;
}

.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 780ms var(--ease), transform 780ms var(--ease);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 760px) {
  .site-header {
    inset: 18px 24px auto;
  }

  .nav {
    min-height: 76px;
    padding-inline: 24px 10px;
  }

  .brand img {
    width: 220px;
    height: 64px;
  }

  .menu-toggle {
    display: none;
  }

  .nav-panel {
    position: static;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-panel a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .nav-panel a:not(.nav-button):hover,
  .nav-panel a:not(.nav-button):focus-visible {
    background: rgba(234, 231, 222, 0.1);
    transform: none;
  }

  .section {
    padding: 120px 32px;
  }

  .hero {
    padding: 148px 32px 96px;
  }

  .section-grid,
  .detail-grid,
  .contact-layout {
    grid-template-columns: 0.35fr 1fr;
    align-items: start;
  }

  .foundation-section {
    padding: 82px 46px 88px;
  }

  .foundation-section > h2 {
    margin-left: max(0px, calc((100vw - var(--wide)) / 2));
  }

  .foundation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px;
  }

  .foundation-card {
    min-height: 390px;
    padding: 46px;
    border-radius: 24px;
  }

  .project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-card:nth-child(1),
  .project-card:nth-child(4) {
    grid-column: span 2;
  }

  .principle-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .logo-wall {
    grid-template-columns: repeat(6, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .team-card {
    min-height: 840px;
  }

  .team-card img {
    min-height: 840px;
  }

  .investment-cta {
    padding: 64px;
  }

  .contact-cta {
    grid-template-columns: 1fr auto;
    align-items: end;
    padding: 54px;
  }

  .contact-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer {
    padding-bottom: 58px;
  }

  .footer-inner {
    grid-template-columns: 0.46fr 0.82fr 0.48fr auto;
    align-items: start;
  }

  .footer small {
    grid-column: 2 / -1;
  }

  .mobile-cta {
    display: none;
  }

  .doja-chatbot {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 759px) {
  .button,
  .nav-button {
    width: 100%;
  }

  .nav-panel .nav-button {
    margin-top: 6px;
  }

  .project-card {
    min-height: 480px;
  }

  .principle-grid article {
    min-height: 120px;
  }

  .doja-chatbot {
    right: 14px;
    bottom: 84px;
  }

  .doja-chatbot-toggle {
    width: 64px;
    height: 64px;
  }

  .doja-chatbot-panel {
    bottom: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
  }
}

@keyframes dojaAssistantFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes dojaAssistantPulse {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }

  42% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
