/* ===================== Base ===================== */
:root{
  --bg:#131210;
  --panel:#1c1b18;
  --panel-alt:#232220;
  --panel-deep:#282723;
  --border:#2c2b27;
  --border-soft:#34332e;
  --text:#eeece6;
  --text-soft:#a7a39b;
  --text-mute:#9a968d;
  --text-dim:#7c7871;
  --accent:#2ba58f;
  --accent-bright:#3fd0b6;
  --accent-deep:#1f8f7c;
}

*{ box-sizing:border-box; }
[hidden]{ display:none !important; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--bg);
  overflow-x:hidden;
  font-family:'IBM Plex Sans Arabic', sans-serif;
  color:var(--text);
}
a{ color:var(--text); text-decoration:none; }
a:hover{ color:var(--accent-deep); }
::selection{ background:var(--accent); color:#1c1b18; }
input::placeholder{ color:#86827b; }
img{ max-width:100%; }
button{ cursor:pointer; }

#site-root{
  direction:rtl;
  background:var(--bg);
  color:var(--text);
  overflow-x:clip;
  padding:0 20px 40px;
}

/* ===================== Nav ===================== */
nav{
  position:sticky; top:18px; z-index:50;
  max-width:1160px; margin:18px auto 0;
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 12px 10px 22px;
  background:var(--panel); border-radius:44px;
  box-shadow:0 6px 24px rgba(0,0,0,.06);
}
.nav-logo{ display:flex; align-items:center; gap:9px; }
.nav-logo img{ height:30px; width:auto; display:block; margin-inline-start:10px; }
#nav-links{ display:flex; gap:26px; font-size:14.5px; color:var(--text-soft); font-weight:500; }
#nav-links a{ color:var(--text-soft); }
#nav-cta{ background:var(--text); color:#1c1b18; padding:11px 22px; border-radius:40px; font-weight:600; font-size:14px; }

/* ===================== Hero ===================== */
header#top{
  max-width:1160px; margin:14px auto 0;
  background:var(--panel); border-radius:40px;
  padding:88px 40px 64px; text-align:center;
}
#hero-title{
  margin:0 auto 24px; font-size:70px; line-height:1.14; font-weight:700;
  letter-spacing:-2.5px; max-width:940px;
}
#hero-title .pill{
  background:var(--accent); color:#fff; padding:0 22px;
  border-radius:50px; display:inline-block; line-height:1.28;
}
#hero-sub{
  margin:0 auto 40px; font-size:19px; line-height:1.9; color:var(--text-soft); max-width:620px;
}
#hero-ctas{ display:flex; gap:12px; justify-content:center; }
.btn-light{ background:var(--text); color:#1c1b18; padding:15px 32px; border-radius:40px; font-weight:600; font-size:16px; }
.btn-outline{ background:var(--panel); border:1px solid #38362f; color:var(--text); padding:15px 30px; border-radius:40px; font-weight:600; font-size:16px; }

/* ===================== Sections shared ===================== */
section{ max-width:1160px; margin:14px auto 0; border-radius:40px; }

/* ===================== Logos strip ===================== */
.logos-section{ background:var(--panel-alt); padding:34px 40px; }
.logos-label{ text-align:center; font-size:12.5px; letter-spacing:2px; color:var(--text-dim); margin-bottom:22px; }
#logos-grid{ display:grid; grid-template-columns:repeat(5,1fr); align-items:center; justify-items:center; gap:24px; }
.logo-cell{ height:56px; display:flex; align-items:center; justify-content:center; }
.logo-cell img{ max-height:34px; max-width:130px; object-fit:contain; opacity:.85; }
.logo-kpmg{ font-family:Arial,Helvetica,sans-serif; font-weight:900; font-style:italic; font-size:30px; letter-spacing:-1px; color:#fff; opacity:.85; transform:scaleX(.92); line-height:1; }

/* ===================== About / Journey ===================== */
.about-section{ background:var(--panel); padding:76px 48px; }
.about-intro{ max-width:620px; margin:0 0 34px; }
.about-intro h2{ margin:0 0 16px; font-size:40px; font-weight:700; line-height:1.25; letter-spacing:-1.5px; }
.about-intro p{ margin:0; font-size:17px; line-height:1.9; color:var(--text-soft); }

#journey-scroll{ position:relative; }
#journey-sticky{
  position:sticky; top:86px; height:76vh; min-height:420px; max-height:620px;
  display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; align-items:stretch;
}
#journey-photo{ height:100%; border-radius:28px; overflow:hidden; background:var(--panel-deep); }
#journey-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
#journey-stage{ position:relative; height:100%; min-height:320px; }
.tl-step{
  position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center;
  opacity:0; transform:translateY(16px);
  transition:opacity .32s ease, transform .32s ease; pointer-events:none;
}
.tl-num{ font-size:13px; font-weight:600; letter-spacing:2px; color:var(--accent-bright); margin-bottom:10px; transition:color .4s ease; }
.tl-step h3{ margin:0 0 10px; font-size:27px; font-weight:700; letter-spacing:-0.7px; line-height:1.35; color:#fff; }
.tl-step p{ margin:0; font-size:16.5px; line-height:1.95; color:var(--text-soft); max-width:520px; }
#journey-spacer{ height:280vh; }

#ach-block{ margin-top:0; padding-top:64px; border-top:1px solid var(--border); }
.ach-intro{ max-width:620px; margin:0 0 40px; }
.ach-intro h3{ margin:0 0 14px; font-size:32px; font-weight:700; letter-spacing:-1px; }
.ach-intro p{ margin:0; font-size:16.5px; line-height:1.9; color:var(--text-soft); }
#ach-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.ach-item{ border-top:1px solid var(--border-soft); padding-top:18px; }
.ach-num{ font-size:46px; font-weight:800; letter-spacing:-2px; line-height:1; color:var(--text); }
.ach-label{ font-size:14px; color:var(--text-mute); margin-top:10px; line-height:1.6; }
.ach-quote{ margin:64px auto 0; max-width:760px; text-align:center; font-size:34px; font-weight:700; line-height:1.5; letter-spacing:-1px; color:#f4efe9; }
.ach-quote span{ color:var(--accent-bright); }

/* ===================== Build with me ===================== */
.build-section{ background:var(--panel-alt); padding:76px 48px; }
.build-intro{ max-width:660px; margin:0 0 44px; }
.build-kicker{ font-size:14px; letter-spacing:.5px; color:var(--accent-bright); margin-bottom:18px; font-weight:500; }
.build-intro h2{ margin:0 0 18px; font-size:42px; font-weight:700; line-height:1.25; letter-spacing:-1.5px; }
.build-intro p{ margin:0; font-size:17px; line-height:1.95; color:var(--text-soft); }
#build-grid{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:16px; align-items:stretch; }
.build-card{ background:var(--panel); border:1px solid var(--border-soft); border-radius:28px; padding:36px; display:flex; flex-direction:column; }
.build-card.highlight{ border-color:#3d5f57; }
.build-card-head{ display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin-bottom:18px; }
.build-card-num{ font-size:13px; font-weight:700; letter-spacing:2px; color:var(--accent-bright); }
.build-card-price{ font-size:18px; font-weight:700; color:var(--text); letter-spacing:-0.5px; }
.build-card h3{ margin:0 0 12px; font-size:28px; font-weight:700; letter-spacing:-0.8px; }
.build-card > p{ margin:0 0 22px; font-size:15.5px; line-height:1.9; color:var(--text-soft); }
.build-list{ margin:0 0 30px; padding:0; list-style:none; display:flex; flex-direction:column; gap:10px; }
.build-list li{ display:flex; gap:10px; font-size:14.5px; line-height:1.7; color:#c2beb6; }
.build-list li::before{ content:'•'; color:var(--accent-bright); }
.build-card-footer{ margin-top:auto; }
.build-cta{ display:block; text-align:center; padding:15px 28px; border-radius:40px; font-weight:600; font-size:15.5px; }
.build-cta.outline{ border:1px solid #4a473f; color:var(--text); }
.build-cta.solid{ background:var(--text); color:#1c1b18; }
.build-note{ margin:12px 0 0; text-align:center; font-size:12.5px; line-height:1.7; color:var(--text-dim); }

/* ===================== TAU ===================== */
.tao-section{ background:var(--panel); padding:70px 48px; }
#tao-split{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.tao-kicker{ font-size:14px; color:var(--accent-bright); margin-bottom:16px; font-weight:500; }
.tao-copy h2{ margin:0 0 18px; font-size:44px; font-weight:700; line-height:1.25; letter-spacing:-1.5px; }
.tao-copy p{ margin:0 0 22px; font-size:17px; line-height:1.9; color:var(--text-soft); max-width:460px; }
.tao-callout{ border-right:2px solid var(--accent); padding-right:14px; margin:22px 0 28px; }
.tao-callout p{ margin:0; font-size:15.5px; line-height:1.7; color:var(--accent-deep); font-weight:500; }
.tao-link{ display:inline-flex; align-items:center; gap:8px; font-weight:600; font-size:16px; color:var(--accent-deep); }
#tao-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.tao-item{ background:var(--panel-alt); border-radius:22px; padding:26px; }
.tao-item-icon{ font-size:20px; color:var(--accent); margin-bottom:14px; }
.tao-item-title{ font-size:17px; font-weight:600; }
.tao-item p{ margin:6px 0 0; font-size:13.5px; color:var(--text-mute); line-height:1.7; }

/* ===================== Products ===================== */
.products-section{ background:var(--panel-alt); padding:70px 48px; }
.products-head{ text-align:center; margin-bottom:44px; }
.products-head h2{ margin:0 auto; font-size:40px; font-weight:700; max-width:600px; line-height:1.25; letter-spacing:-1.5px; }
.prod-row{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  background:var(--panel); border-radius:28px; overflow:hidden; margin-bottom:18px;
}
.prod-row.upcoming{ border:1px dashed #3c3a33; }
.prod-media{ position:relative; min-height:420px; background:var(--panel-deep); }
.prod-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }
.prod-body{ padding:46px; }
.prod-body.center{ display:flex; flex-direction:column; justify-content:center; }
.prod-eyebrow{ font-size:12.5px; letter-spacing:1px; color:var(--text-dim); margin-bottom:10px; }
.prod-title{ margin:0 0 4px; font-size:42px; font-weight:700; color:var(--text); letter-spacing:-1px; }
.prod-title.muted{ font-size:30px; font-weight:700; color:var(--text-dim); letter-spacing:-0.5px; margin-bottom:14px; }
.prod-tagline{ font-size:17px; color:var(--accent); margin-bottom:20px; font-weight:600; }
.prod-body p.desc{ margin:0 0 24px; font-size:16px; line-height:1.9; color:var(--text-soft); }
.prod-body.center p.desc{ color:var(--text-mute); margin:0 0 22px; }
.prod-meta{ display:flex; gap:28px; margin-bottom:26px; border-top:1px solid var(--border); padding-top:20px; }
.prod-meta-label{ font-size:12.5px; color:var(--text-dim); margin-bottom:5px; }
.prod-meta-value{ font-size:14.5px; font-weight:500; }
.prod-meta-value.stage{ color:var(--accent-deep); }
.prod-cta{ display:inline-block; background:var(--text); color:#1c1b18; padding:13px 30px; border-radius:40px; font-weight:600; font-size:15px; }
.prod-soon{ display:inline-flex; align-items:center; gap:9px; font-size:13.5px; color:var(--accent-deep); font-weight:500; }
.prod-soon .dot{ width:7px; height:7px; border-radius:50%; background:var(--accent); }

/* ===================== Challenge ===================== */
.challenge-section{
  position:relative; background:var(--bg); border:1px solid var(--border);
  padding:64px 48px; overflow:hidden;
}
.challenge-watermark{
  position:absolute; top:-10px; left:24px; font-size:280px; font-weight:800;
  letter-spacing:-8px; line-height:1; color:transparent; -webkit-text-stroke:1px var(--border);
  pointer-events:none; user-select:none;
}
.challenge-head{ position:relative; text-align:left; direction:ltr; margin-bottom:44px; }
.challenge-head-inner{ max-width:560px; margin-left:auto; text-align:right; direction:rtl; }
.challenge-head-inner h2{ margin:0 0 18px; font-size:52px; font-weight:800; line-height:1.2; letter-spacing:-1.5px; color:#f4efe9; }
.challenge-head-inner h2 span{ color:var(--accent-bright); }
.challenge-head-inner p{ margin:0; font-size:17px; line-height:1.9; color:var(--text-mute); }
.challenge-card{ position:relative; background:var(--text); color:#232220; border-radius:28px; padding:40px 44px; }
.challenge-current{ display:flex; align-items:center; gap:26px; margin-bottom:34px; }
.challenge-amount{ font-size:64px; font-weight:800; letter-spacing:-2px; line-height:1; }
.challenge-goal-block{ border-right:1px solid #d4d0c6; padding-right:26px; }
.challenge-goal{ font-size:22px; font-weight:700; }
.challenge-percent{ font-size:15px; color:var(--accent-deep); font-weight:600; margin-top:2px; }

#ms-track{ position:relative; margin-bottom:8px; }
.ms-line{ position:absolute; top:calc(100% - 16px); right:16px; left:16px; height:2px; background:#d4d0c6; }
#ms-fill{ position:absolute; top:calc(100% - 16px); right:16px; width:0; height:2px; background:var(--accent); transition:width .6s ease; }
.ms-row{ display:flex; justify-content:space-between; align-items:flex-end; }
.ms-stop{ text-align:center; }
.ms-label{ font-size:13px; color:#6f6c65; margin-bottom:12px; }
.ms-dot{ width:32px; height:32px; margin:0 auto; border-radius:50%; background:var(--text); border:2px solid #cfcbc0; display:flex; align-items:center; justify-content:center; font-size:15px; color:#fff; position:relative; z-index:1; }

.challenge-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; border-top:1px solid #d4d0c6; margin-top:30px; padding-top:26px; text-align:center; }
.challenge-stats > div:nth-child(2){ border-right:1px solid #d4d0c6; border-left:1px solid #d4d0c6; }
.challenge-stat-label{ font-size:13px; color:#6f6c65; margin-bottom:8px; }
.challenge-stat-value{ font-size:22px; font-weight:700; }
.challenge-stat-value.small{ font-size:18px; }
.challenge-footer{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; margin-top:26px; }
.challenge-updated{ font-size:13px; color:#8a867e; }
.challenge-follow{ font-size:15px; font-weight:600; color:var(--accent-deep); }

/* ===================== Projects ===================== */
.projects-section{ background:var(--panel-alt); padding:70px 48px; }
.projects-intro{ max-width:620px; margin:0 0 40px; }
.projects-intro h2{ margin:0 0 12px; font-size:36px; font-weight:700; line-height:1.25; letter-spacing:-1px; }
.projects-intro p{ margin:0; font-size:16px; line-height:1.9; color:var(--text-soft); }
#proj-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; align-items:start; }
.proj-card{ background:var(--panel); border-radius:20px; overflow:hidden; cursor:pointer; border:none; text-align:right; padding:0; color:inherit; font-family:inherit; }
.proj-thumb{ height:180px; background:var(--panel-deep); }
.proj-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.proj-body{ padding:22px; }
.proj-eyebrow{ font-size:11.5px; color:var(--text-dim); margin-bottom:8px; }
.proj-title{ font-size:19px; font-weight:700; margin:0 0 10px; line-height:1.4; letter-spacing:-0.3px; }
.proj-desc{ margin:0 0 18px; font-size:14px; line-height:1.8; color:var(--text-mute); }
.proj-more{ display:inline-block; font-size:13.5px; font-weight:600; color:var(--accent-bright); }

#proj-modal-overlay{
  display:none; position:fixed; inset:0; z-index:200; background:rgba(10,9,8,.84);
  padding:28px 20px; overflow:auto; justify-content:center; align-items:center;
}
#proj-modal-overlay.open{ display:flex; }
.modal{
  display:none; width:min(860px,100%); max-height:calc(100vh - 56px); background:var(--panel); border:1px solid var(--border);
  border-radius:28px; overflow:hidden; flex-direction:column;
}
.modal.active{ display:flex; }
.modal-media{ position:relative; flex-shrink:0; height:300px; }
.modal-media img{ width:100%; height:100%; display:block; object-fit:cover; }
.modal-close{
  position:absolute; top:16px; left:16px; width:38px; height:38px; border-radius:50%;
  border:none; background:rgba(19,18,16,.72); color:var(--text); font-size:16px; cursor:pointer;
}
.modal-body{ padding:40px; overflow-y:auto; }
.modal-body h3{ margin:0 0 16px; font-size:34px; font-weight:700; letter-spacing:-1px; }
.modal-body > p{ margin:0 0 28px; font-size:16.5px; line-height:1.95; color:var(--text-soft); }
.modal-body .achv-label{ font-size:15px; font-weight:700; margin-bottom:16px; }
.modal-list{ margin:0 0 32px; padding:0; list-style:none; display:flex; flex-direction:column; gap:12px; }
.modal-list li{ display:flex; gap:10px; font-size:15.5px; line-height:1.8; color:#c2beb6; }
.modal-list li::before{ content:'✓'; color:var(--accent-bright); }
.modal-cta{ display:block; text-align:center; background:var(--text); color:#1c1b18; padding:15px 30px; border-radius:40px; font-weight:600; font-size:16px; }

/* ===================== Simple modals (project intake / booking) ===================== */
.simple-modal-overlay{
  display:none; position:fixed; inset:0; z-index:210; background:rgba(10,9,8,.84);
  padding:28px 20px; overflow:auto; justify-content:center; align-items:center;
}
.simple-modal-overlay.open{ display:flex; }
.simple-modal{
  position:relative; width:min(520px,100%); max-height:calc(100vh - 56px);
  background:var(--panel); border:1px solid var(--border); border-radius:28px;
  padding:40px; overflow-y:auto;
}
.simple-modal h3{ margin:0 0 10px; font-size:26px; font-weight:700; letter-spacing:-0.6px; }
.simple-modal .modal-sub{ margin:0 0 24px; font-size:15px; line-height:1.8; color:var(--text-soft); }
.simple-modal .field{ display:flex; flex-direction:column; gap:8px; margin-bottom:16px; font-size:14px; color:var(--text-soft); }
.simple-modal .field input, .simple-modal .field textarea{
  background:var(--panel-alt); border:1px solid var(--border-soft); border-radius:14px;
  padding:12px 14px; color:var(--text); font-family:'IBM Plex Sans Arabic',sans-serif;
  font-size:15px; outline:none; resize:vertical;
}
.simple-modal .field input:focus, .simple-modal .field textarea:focus{ border-color:var(--accent); }
.simple-modal form .modal-cta{ width:100%; border:none; margin-top:6px; cursor:pointer; font-family:'IBM Plex Sans Arabic',sans-serif; }

.booking-modal{ width:min(920px,100%); padding:0; overflow:hidden; display:flex; flex-direction:column; }
.booking-modal .modal-close{ z-index:2; }
.booking-head{ padding:28px 40px 0; }
.booking-head h3{ margin:0 0 6px; font-size:24px; font-weight:700; }
.booking-meta{ font-size:14px; color:var(--accent-bright); font-weight:600; }
.cal-embed-frame{ width:100%; height:600px; }
#booking-success-view{ padding:36px 40px 40px; }
.booking-summary{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:24px; padding:20px; background:var(--panel-alt); border-radius:18px; }
.booking-summary span{ display:block; font-size:12.5px; color:var(--text-dim); margin-bottom:4px; }
.booking-summary strong{ font-size:15px; font-weight:600; }
.booking-note{ margin:0 0 26px; font-size:14.5px; line-height:1.8; color:var(--text-soft); }
.booking-actions{ display:flex; flex-direction:column; gap:10px; }
.booking-actions .build-cta{ text-align:center; }

@media (max-width:760px){
  .simple-modal{ padding:28px 22px; }
  .booking-head{ padding:22px 22px 0; }
  #booking-success-view{ padding:26px 22px 30px; }
  .cal-embed-frame{ height:520px; }
  .booking-summary{ grid-template-columns:1fr 1fr; }
}

/* ===================== Closing ===================== */
.closing-section{ background:var(--panel-alt); padding:80px 48px; text-align:center; }
.closing-logo{ width:64px; height:64px; margin:0 auto 26px; display:flex; align-items:center; justify-content:center; }
.closing-logo img{ height:52px; width:auto; display:block; }
.closing-section h2{ margin:0 0 22px; font-size:44px; font-weight:700; line-height:1.25; letter-spacing:-1.5px; }
.closing-section h2 span{ color:var(--accent); }
.closing-section > p{ margin:0 auto 34px; font-size:18px; line-height:1.9; color:var(--text-soft); max-width:600px; }
.newsletter-form{
  max-width:440px; margin:0 auto; display:flex; gap:8px; border:1px solid var(--border-soft);
  border-radius:40px; padding:6px; background:var(--panel);
}
.newsletter-form input{
  flex:1; min-width:0; background:transparent; border:none; outline:none; color:var(--text);
  font-family:'IBM Plex Sans Arabic',sans-serif; font-size:15px; padding:11px 18px;
}
.newsletter-form button{
  background:var(--text); color:#1c1b18; border:none; border-radius:40px; padding:11px 26px;
  font-family:'IBM Plex Sans Arabic',sans-serif; font-weight:600; font-size:15px;
}
.newsletter-note{ margin:14px 0 0; font-size:12.5px; color:var(--text-dim); }

/* ===================== Footer ===================== */
footer{
  max-width:1160px; margin:24px auto 0; padding:8px 20px;
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px;
}
.footer-brand{ display:flex; align-items:center; gap:12px; }
.footer-brand strong{ font-weight:700; font-size:16px; }
.footer-dot{ color:#3a3833; }
.footer-tag{ font-size:13px; color:var(--text-dim); }
.footer-links{ display:flex; gap:20px; font-size:14px; color:var(--text-soft); }
.footer-links a{ color:var(--text-soft); }

/* ===================== Reveal animation ===================== */
[data-reveal], [data-step]{
  opacity:0; transform:translateY(20px);
  transition:opacity .6s ease, transform .6s ease;
}
[data-reveal].in-view, [data-step].in-view{
  opacity:1; transform:none;
}

/* ===================== Responsive ===================== */
@media (max-width:900px){
  #journey-sticky{ grid-template-columns:1fr !important; grid-template-rows:auto 1fr !important; gap:26px !important; padding-top:88px; }
  #journey-photo{ height:200px !important; }
  #ach-grid{ grid-template-columns:1fr 1fr !important; }
}
@media (max-width:760px){
  #journey-sticky{ position:static !important; height:auto !important; max-height:none !important; padding-top:0 !important; }
  #journey-spacer{ display:none !important; }
  #journey-stage{ height:auto !important; min-height:0 !important; display:flex !important; flex-direction:column; gap:40px; }
  .tl-step{ position:static !important; inset:auto !important; opacity:1 !important; transform:none !important; }
  #ach-block{ padding-top:56px !important; }
  #site-root{ padding:0 12px 32px !important; }
  nav{ padding:8px 8px 8px 12px !important; gap:10px; }
  #nav-links{ gap:14px !important; font-size:13px !important; }
  header#top{ padding:56px 22px 44px !important; border-radius:28px !important; }
  #hero-title{ font-size:36px !important; letter-spacing:-1px !important; }
  #hero-sub{ font-size:16px !important; }
  #hero-ctas{ flex-direction:column; }
  #hero-ctas a{ width:100%; box-sizing:border-box; }
  #build-grid, #tao-grid, #proj-grid, #tao-split, #ach-grid{ grid-template-columns:1fr !important; }
  #tao-split{ gap:32px !important; }
  #logos-grid{ grid-template-columns:repeat(3,1fr) !important; gap:18px !important; }
  #logos-grid .logo-cell:nth-child(4){ grid-column:1; }
  #logos-grid .logo-cell:nth-child(5){ grid-column:2; }
  #journey-photo{ height:320px !important; }
  .ach-intro{ text-align:center; margin-left:auto; margin-right:auto; }
  .ach-item{ text-align:center; }
  .newsletter-form{ flex-direction:column; }
  .prod-row{ grid-template-columns:1fr !important; }
  .prod-media{ min-height:240px !important; order:-1; }
  .prod-body{ padding:30px 24px !important; }
  section{ padding-left:22px !important; padding-right:22px !important; border-radius:28px !important; }
  section h2{ font-size:28px !important; letter-spacing:-0.5px !important; }
  #journey-step-title{ font-size:22px !important; }
  #proj-modal-overlay{ padding:0 !important; align-items:stretch !important; }
  .modal{ max-height:100vh !important; height:100vh !important; border-radius:0 !important; }
  .modal-media{ height:200px !important; }
  .modal-body{ padding:28px 22px !important; }
}
@media (prefers-reduced-motion: reduce){
  .tl-step{ opacity:1 !important; transform:none !important; }
}
