:root{
  --type-hero:clamp(46px,6.2vw,72px);
  --type-section:clamp(32px,3.4vw,44px);
  --type-section-large:clamp(34px,3.8vw,48px);
  --type-card-title:clamp(24px,2.6vw,34px);
  --type-card-title-small:26px;
  --type-body:15px;
  --type-body-large:16px;
  --type-small:13px;
  --type-caption:12px;
  --scrollbar-track:transparent;
  --scrollbar-thumb:#145BFF;
  --scrollbar-thumb-hover:#2F62FF;
  --scrollbar-thumb-active:#0D3FD8;
}

/* About option: portrait-led personal introduction. */
.am-about,
.am-about *{
  box-sizing:border-box;
}

.am-about{
  --am-about-blue:#145BFF;
  --am-about-ink:#07111F;
  --am-about-muted:#5B6472;
  background:#F4F6F9;
  color:var(--am-about-ink);
  font-family:var(--font-body, Inter, ui-sans-serif, system-ui, sans-serif);
  padding:clamp(64px, 8vw, 112px) 24px;
}

.am-about__layout{
  align-items:center;
  display:grid;
  gap:clamp(40px, 5vw, 72px);
  grid-template-columns:minmax(0, .82fr) minmax(0, 1.18fr);
  margin-inline:auto;
  max-width:1180px;
}

.am-about__portrait{
  aspect-ratio:4 / 5;
  background:#2A2928;
  border-radius:8px;
  margin:0;
  overflow:hidden;
}

.am-about__photo{
  display:block;
  height:100%;
  object-fit:cover;
  object-position:center;
  width:100%;
}

.am-about__content{
  min-width:0;
  padding-block:12px;
}

.am-about__label{
  border:1px solid var(--am-about-blue);
  border-radius:999px;
  color:var(--am-about-blue);
  display:inline-block;
  font-size:15px;
  font-weight:750;
  line-height:1.25;
  margin:0 0 28px;
  padding:9px 18px;
}

.am-about__title{
  font-family:var(--font-display, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size:clamp(48px, 6vw, 84px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.03;
  margin:0 0 16px;
}

.am-about__role{
  color:var(--am-about-blue);
  font-family:var(--font-display, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size:clamp(20px, 2.2vw, 30px);
  font-weight:750;
  letter-spacing:0;
  line-height:1.3;
  margin:0 0 30px;
}

.am-about__bio{
  max-width:58ch;
}

.am-about__bio p{
  color:var(--am-about-muted);
  font-size:clamp(17px, 1.45vw, 20px);
  line-height:1.6;
  margin:0 0 20px;
}

.am-about__location{
  border-top:1px solid #DDE1E7;
  color:var(--am-about-muted);
  font-size:15px;
  line-height:1.5;
  margin:28px 0;
  padding-top:20px;
}

.am-about__actions{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:18px 30px;
}

.am-about__link{
  align-items:center;
  background:transparent;
  border:0;
  color:var(--am-about-blue);
  cursor:pointer;
  display:inline-flex;
  font:inherit;
  font-size:17px;
  font-weight:700;
  gap:14px;
  line-height:1.4;
  min-height:48px;
  text-decoration:none;
}

.am-about__link--primary{
  background:var(--am-about-blue);
  border-radius:4px;
  color:#fff;
  padding:14px 24px;
  transition:background-color .2s ease, transform .2s ease;
}

.am-about__link--primary:hover{
  background:#0D48D5;
  transform:translateY(-2px);
}

.am-about__link--social:hover{
  text-decoration:underline;
  text-underline-offset:5px;
}

.am-about__link:focus-visible{
  outline:3px solid var(--am-about-blue);
  outline-offset:4px;
}

.am-about__arrow{
  fill:none;
  flex-shrink:0;
  height:20px;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
  width:20px;
}

@media (max-width:760px){
  .am-about{ padding:52px 20px; }
  .am-about__layout{ gap:32px; grid-template-columns:minmax(0, 1fr); max-width:520px; }
  .am-about__portrait{ max-width:430px; width:100%; }
  .am-about__content{ padding:0; }
  .am-about__title{ font-size:clamp(46px, 10vw, 64px); }
  .am-about__role{ font-size:20px; max-width:30ch; }
  .am-about__label{ margin-bottom:22px; }
}

@media (prefers-reduced-motion:reduce){
  .am-about__link--primary{ transition:none; }
  .am-about__link--primary:hover{ transform:none; }
}

/* Services option 1: editorial service overview and native detail dialog. */
.am-services,
.am-services *,
.am-service-dialog,
.am-service-dialog *{
  box-sizing:border-box;
}

.am-services{
  --am-blue:#145BFF;
  --am-ink:#07111F;
  --am-muted:#5B6472;
  --am-surface:#F4F7FC;
  background:#fff;
  color:var(--am-ink);
  font-family:var(--font-body, Inter, ui-sans-serif, system-ui, sans-serif);
  padding:clamp(68px, 8vw, 116px) 24px;
}

.am-services .am-wrap{
  margin-inline:auto;
  max-width:1180px;
}

.am-services .am-header{
  align-items:center;
  display:grid;
  gap:64px;
  grid-template-columns:1.7fr 1fr;
  margin-bottom:36px;
}

.am-services .am-label{
  color:var(--am-blue);
  font-size:14px;
  font-weight:750;
  margin:0 0 16px;
}

.am-services h2{
  font-family:var(--font-display, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size:clamp(38px, 4.3vw, 62px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.03;
  margin:0;
  text-wrap:balance;
}

.am-services .am-intro{
  color:var(--am-muted);
  font-size:17px;
  justify-self:end;
  line-height:1.55;
  margin:0 0 4px;
  max-width:340px;
  transform:translateY(8px);
}

.am-services .am-grid{
  display:grid;
  gap:18px;
  grid-template-columns:1.5fr 1fr 1fr;
  grid-template-rows:minmax(186px, auto) minmax(186px, auto) minmax(120px, auto);
}

.am-services .am-card{
  align-items:flex-start;
  background:var(--am-surface);
  border:1px solid #E1E7F0;
  border-radius:8px;
  color:var(--am-ink);
  cursor:pointer;
  display:flex;
  flex-direction:column;
  font:inherit;
  isolation:isolate;
  overflow:hidden;
  padding:30px;
  position:relative;
  text-align:left;
  transition:background-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width:100%;
}

.am-services .am-card:hover{
  background:#ECF2FF;
  box-shadow:0 16px 34px rgba(20, 91, 255, .11);
  transform:translateY(-3px);
}

.am-services .am-card:focus-visible,
.am-services .am-cta:focus-visible,
.am-service-dialog button:focus-visible{
  outline:3px solid var(--am-blue);
  outline-offset:4px;
}

.am-services .am-card h3{
  font-family:var(--font-display, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size:clamp(22px, 2vw, 30px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.12;
  margin:6px 26px 16px 0;
}

.am-services .am-card p{
  color:var(--am-muted);
  font-size:16px;
  line-height:1.5;
  margin:0;
  max-width:28ch;
}

.am-services .am-arrow{
  fill:none;
  height:22px;
  position:absolute;
  right:24px;
  stroke:currentColor;
  stroke-width:1.8;
  top:26px;
  width:22px;
}

.am-services .am-brand{
  background:var(--am-blue);
  border-color:var(--am-blue);
  color:#fff;
  grid-column:1;
  grid-row:1 / 4;
  padding:36px;
}

.am-services .am-brand:hover{
  background:#0D48D5;
}

.am-services .am-brand h3{
  font-size:clamp(40px, 4vw, 58px);
  max-width:7ch;
}

.am-services .am-brand p{
  color:#fff;
  font-size:18px;
  max-width:25ch;
}

.am-services .am-specimen{
  align-self:center;
  color:rgba(255, 255, 255, .17);
  font-family:var(--font-display, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size:clamp(180px, 24vw, 340px);
  font-weight:750;
  letter-spacing:0;
  line-height:.8;
  margin-top:auto;
  padding-top:40px;
  pointer-events:none;
  transform:translateY(44px);
  user-select:none;
}

.am-services .am-direction{
  background:#102644;
  border-color:#102644;
  color:#fff;
  grid-column:2 / 4;
  justify-content:center;
}

.am-services .am-direction:hover{
  background:#173759;
}

.am-services .am-direction p{
  color:#C7D1E2;
  max-width:none;
}

.am-services .am-direction h3{
  margin-bottom:12px;
  margin-top:0;
}

.am-services .am-footer{
  align-items:center;
  border-top:1px solid #DCE2EC;
  display:flex;
  gap:24px;
  justify-content:space-between;
  margin-top:32px;
  padding-top:32px;
}

.am-services .am-footer p{
  font-family:var(--font-display, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size:clamp(25px, 3vw, 40px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.1;
  margin:0;
}

.am-services .am-cta{
  align-items:center;
  background:var(--am-blue);
  border:1px solid var(--am-blue);
  border-radius:999px;
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  flex-shrink:0;
  font:inherit;
  font-size:16px;
  font-weight:750;
  gap:12px;
  padding:16px 24px;
  transition:background-color .2s ease, transform .2s ease;
}

.am-services .am-cta:hover{
  background:#0D48D5;
  transform:translateY(-2px);
}

.am-services .am-cta svg{
  fill:none;
  height:20px;
  stroke:currentColor;
  stroke-width:1.8;
  width:20px;
}

.am-service-dialog{
  border:0;
  border-radius:12px;
  color:#07111F;
  font-family:var(--font-body, Inter, ui-sans-serif, system-ui, sans-serif);
  max-height:85vh;
  max-width:calc(100% - 32px);
  padding:32px;
  width:min(540px, calc(100% - 32px));
}

.am-service-dialog::backdrop{
  background:rgba(7, 17, 31, .56);
}

.am-service-dialog form{
  display:flex;
  justify-content:flex-end;
}

.am-service-dialog form button{
  background:#fff;
  border:1px solid #DCE2EC;
  border-radius:999px;
  color:#07111F;
  cursor:pointer;
  font:inherit;
  padding:9px 14px;
}

.am-service-dialog h2{
  font-family:var(--font-display, Inter, ui-sans-serif, system-ui, sans-serif);
  font-size:30px;
  letter-spacing:0;
  line-height:1.12;
  margin:18px 0 12px;
}

.am-service-dialog p,
.am-service-dialog li{
  color:#5B6472;
  font-size:16px;
  line-height:1.6;
}

@media (max-width:1000px){
  .am-services .am-header{ gap:32px; }
  .am-services .am-card{ padding:24px; }
  .am-services .am-arrow{ right:16px; top:20px; }
  .am-services .am-grid{ grid-template-columns:1.3fr 1fr 1fr; }
  .am-services .am-brand{ padding:28px; }
}

@media (max-width:760px){
  .am-services{ padding:52px 20px; }
  .am-services .am-header{ gap:20px; grid-template-columns:1fr; margin-bottom:28px; }
  .am-services .am-intro{ font-size:17px; justify-self:start; max-width:42ch; }
  .am-services .am-grid{ gap:14px; grid-template-columns:repeat(2, minmax(0, 1fr)); grid-template-rows:none; }
  .am-services .am-brand{ grid-column:1 / 3; grid-row:auto; min-height:300px; }
  .am-services .am-brand h3{ font-size:44px; }
  .am-services .am-specimen{ bottom:0; font-size:240px; padding:0; position:absolute; right:14px; z-index:-1; }
  .am-services .am-direction{ grid-column:1 / 3; }
  .am-services .am-card:not(.am-brand):not(.am-direction){ min-height:190px; }
  .am-services .am-footer{ align-items:flex-start; flex-direction:column; }
}

@media (max-width:440px){
  .am-services .am-grid{ grid-template-columns:minmax(0, 1fr); }
  .am-services .am-brand,
  .am-services .am-direction{ grid-column:auto; }
  .am-services .am-card:not(.am-brand):not(.am-direction){ min-height:154px; }
  .am-services .am-card h3{ font-size:24px; }
  .am-services .am-specimen{ font-size:200px; right:12px; }
}

@media (prefers-reduced-motion:reduce){
  .am-services .am-card,
  .am-services .am-cta{ transition:none; }
  .am-services .am-card:hover,
  .am-services .am-cta:hover{ transform:none; }
}
html{
  scroll-behavior:smooth;
  overflow-x:hidden;
  scrollbar-color:transparent transparent;
  scrollbar-gutter:stable;
  scrollbar-width:none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  display:none !important;
  height:0 !important;
  width:0 !important;
}
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button{
  display:none !important;
  height:0 !important;
  width:0 !important;
}
[data-custom-scroll-area]{
  scrollbar-color:transparent transparent;
  scrollbar-width:none;
}
[data-custom-scroll-area]::-webkit-scrollbar{
  display:none !important;
  height:0 !important;
  width:0 !important;
}
[data-custom-scroll-area]::-webkit-scrollbar-button{
  display:none !important;
  height:0 !important;
  width:0 !important;
}
.custom-page-scrollbar{
  bottom:clamp(18px,3vh,34px);
  opacity:0;
  pointer-events:none;
  position:fixed;
  right:9px;
  top:clamp(78px,9vh,112px);
  transform:translateX(8px);
  transition:opacity .24s ease, transform .24s ease;
  width:16px;
  z-index:880;
}
.custom-inner-scrollbar{
  bottom:auto;
  left:auto;
  right:8px;
  top:0;
  z-index:10050;
}
.custom-inner-scrollbar:not([data-ready="true"]){
  opacity:0 !important;
  pointer-events:none !important;
}
.custom-page-scrollbar.is-visible{
  opacity:.48;
  pointer-events:auto;
  transform:translateX(0);
}
.custom-page-scrollbar:hover,
.custom-page-scrollbar.is-dragging{
  opacity:.92;
}
.custom-page-scrollbar-track{
  background:transparent;
  border-radius:999px;
  cursor:pointer;
  height:100%;
  pointer-events:auto;
  position:relative;
  width:100%;
}
.custom-page-scrollbar-thumb{
  background:rgba(20,91,255,.58);
  border-radius:999px;
  box-shadow:0 10px 22px rgba(20,91,255,.16);
  cursor:grab;
  left:50%;
  min-height:64px;
  pointer-events:auto;
  position:absolute;
  top:0;
  transform:translate(-50%,0);
  transition:background-color .18s ease, box-shadow .18s ease, width .18s ease;
  width:7px;
}
.custom-page-scrollbar:hover .custom-page-scrollbar-thumb{
  background:var(--scrollbar-thumb-hover);
  box-shadow:0 14px 28px rgba(47,98,255,.24);
  width:9px;
}
.custom-page-scrollbar.is-dragging .custom-page-scrollbar-thumb{
  background:var(--scrollbar-thumb-active);
  cursor:grabbing;
  width:9px;
}
html.is-scroll-locked .custom-page-scrollbar:not(.custom-inner-scrollbar),
body.is-scroll-locked .custom-page-scrollbar:not(.custom-inner-scrollbar){
  opacity:0;
  pointer-events:none;
}
@media (hover:none), (max-width:767px){
  .custom-page-scrollbar{
    display:none;
  }
}
body{ font-family:'Inter',sans-serif; font-size:var(--type-body); line-height:1.6; color:#0B1220; background:#fff; overflow-x:hidden; }
html.is-scroll-locked{
  overflow:hidden !important;
}
body.is-scroll-locked{
  padding-right:var(--scrollbar-compensation, 0px);
  overflow:hidden !important;
}
.display{ font-family:'Bricolage Grotesque',sans-serif; letter-spacing:-0.025em; }
.mono{ font-family:'IBM Plex Mono',monospace; }
.page-section{
  padding-bottom:clamp(54px,5.5vw,76px);
  padding-top:clamp(54px,5.5vw,76px);
}
.page-section-tight{
  padding-bottom:clamp(42px,4.5vw,60px);
  padding-top:clamp(42px,4.5vw,60px);
}
.page-section-cta{
  padding-bottom:clamp(54px,5vw,72px);
  padding-top:clamp(54px,5vw,72px);
}
.section-head{
  margin-bottom:clamp(28px,4vw,44px);
}
.section-head p:last-child{
  line-height:1.65;
}
.section-grid-gap{
  gap:clamp(18px,2.4vw,28px);
}
.section-chip-row{
  margin-top:clamp(18px,2vw,26px);
}
.hero-section{
  padding-top:clamp(36px,5vw,64px);
}
.hero-section > .max-w-7xl{
  gap:clamp(36px,5vw,64px);
  padding-bottom:clamp(48px,6vw,76px);
  padding-top:clamp(34px,5vw,58px);
}
.brand-cloud-section > div:not(.hero-impact-card-wrap){
  padding-bottom:clamp(18px,2.4vw,30px);
  padding-top:clamp(18px,2.4vw,30px);
}
#work.page-section{
  background:#fff;
  padding-top:clamp(26px,3vw,40px);
}
#work .section-head{
  align-items:flex-start;
  margin-bottom:30px;
}
#work .section-head h2{
  font-size:var(--type-section-large);
  letter-spacing:-.035em;
  line-height:1;
}
#work .section-head > p{
  font-size:var(--type-body-large);
  line-height:1.55;
  margin-top:24px;
}
#work .filter-btn{
  margin-bottom:0;
}
#work [aria-label="Filter projects"]{
  margin-bottom:clamp(28px,3vw,36px);
}
#work .gallery-explore{
  margin-top:clamp(28px,4vw,44px);
}
#process .relative{
  min-width:0;
}
#process.page-section{
  background:
    radial-gradient(circle at 18% 4%, rgba(20,91,255,.13), transparent 28%),
    linear-gradient(180deg, #F2F7FF 0%, #F7FAFF 52%, #EEF5FF 100%);
}
#about .rounded-2xl{
  min-height:360px;
}
.bg-blue.page-section-cta > div{
  gap:clamp(22px,4vw,42px);
}
.hero-title{
  font-size:var(--type-hero);
  line-height:1.02;
}
.hero-client-badge{
  align-items:center;
  background:rgba(255,255,255,.94);
  border:1px solid #E6E8EC;
  border-radius:999px;
  box-shadow:0 16px 34px -22px rgba(11,18,32,.45);
  color:#0B1220;
  display:inline-flex;
  font-size:12px;
  font-weight:800;
  gap:8px;
  padding:10px 14px;
  pointer-events:none;
  position:absolute;
  white-space:nowrap;
  z-index:20;
}
.hero-client-badge span{
  background:#145BFF;
  border-radius:999px;
  height:7px;
  width:7px;
}
.hero-client-badge-a{
  right:-24px;
  top:26px;
  transform:rotate(3deg);
}
.hero-client-badge-b{
  left:-34px;
  top:96px;
  transform:rotate(-5deg);
}
.hero-client-badge-c{
  bottom:36px;
  right:-36px;
  transform:rotate(-3deg);
}
.hero-client-badge-d{
  bottom:24px;
  left:24%;
  transform:rotate(4deg);
}
#process > div > h2.display,
#about h2.display,
.page-section > .max-w-7xl > h2.display,
.page-section-cta h3.display{
  font-size:var(--type-section);
  letter-spacing:-.035em;
  line-height:1.05;
}
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .6s ease,transform .6s ease; }
.reveal.show{ opacity:1; transform:translateY(0); }
:focus-visible{ outline:2px solid #145BFF; outline-offset:3px; }
.lift{ transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.lift:hover,.lift:focus-visible{ transform:translateY(-5px); box-shadow:0 16px 36px -14px rgba(11,18,32,.16); }
.glow{ background:radial-gradient(closest-side, rgba(20,91,255,.16), transparent 70%); }
.site-header{
  height:64px;
  left:0;
  position:fixed !important;
  right:0;
  top:0;
  width:100%;
  z-index:80;
  transition:none;
}
body{
  padding-top:64px;
}
.about-portrait{
  aspect-ratio:4/5;
  height:auto;
  max-width:360px;
  min-height:0 !important;
  width:100%;
}
.about-portrait img{
  height:100%;
  object-fit:cover;
  object-position:center 24%;
  width:100%;
}
.about-portrait-shade{
  background:linear-gradient(180deg, rgba(11,18,32,0) 52%, rgba(11,18,32,.2) 100%);
  inset:0;
  pointer-events:none;
  position:absolute;
}
.sr-only{
  clip:rect(0,0,0,0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  white-space:nowrap;
  width:1px;
}
.preload-overlay{
  align-items:stretch;
  background:#fff;
  bottom:0;
  color:#050505;
  display:grid;
  justify-items:center;
  left:0;
  overflow:hidden;
  padding:0;
  position:fixed;
  right:0;
  text-align:center;
  top:0;
  transform:translateY(0);
  transition:transform .9s cubic-bezier(.76,0,.24,1), visibility .9s linear;
  will-change:transform;
  z-index:999;
}
.preload-overlay.is-done{
  pointer-events:none;
  transform:translateY(-100%);
  visibility:hidden;
}
.preload-panel{
  align-items:center;
  display:grid;
  grid-template-rows:1fr auto;
  justify-items:center;
  min-height:100svh;
  padding:clamp(28px,5vh,56px) 24px clamp(18px,3.5vh,34px);
  width:100%;
}
.preload-signature{
  animation:signature-settle .32s cubic-bezier(.22,1,.36,1) forwards;
  align-self:center;
  display:block;
  height:auto;
  max-height:clamp(56px,9vh,96px);
  object-fit:contain;
  opacity:0;
  transform:translateY(8px);
  width:min(190px,42vw);
}
.preload-footer{
  align-self:end;
  display:grid;
  gap:12px;
  justify-items:center;
  width:min(164px,42vw);
}
.preload-meter{
  background:rgba(5,5,5,.12);
  border-radius:999px;
  height:2px;
  overflow:hidden;
  width:100%;
}
.preload-meter-fill{
  background:#050505;
  border-radius:inherit;
  display:block;
  height:100%;
  transform:scaleX(var(--preload-progress,0));
  transform-origin:left center;
  transition:transform .08s linear;
  width:100%;
  will-change:transform;
}
.preload-percent{
  color:#050505;
  font-family:"Geist Mono", "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size:15px;
  font-weight:700;
  line-height:1;
  margin:0;
}
.availability-badge{
  align-items:center;
  background:#fff;
  border:1px solid #E6E8EC;
  border-radius:999px;
  color:#0B1220;
  display:inline-flex;
  font-size:13px;
  font-weight:700;
  gap:8px;
  padding:8px 12px;
  width:max-content;
}
.availability-dot{
  background:transparent;
  border-radius:999px;
  display:inline-block;
  flex:0 0 auto;
  height:8px;
  position:relative;
  transform-origin:center;
  width:8px;
}
.availability-dot::before,
.availability-dot::after{
  border-radius:999px;
  content:"";
  position:absolute;
}
.availability-dot::before{
  animation:availability-breathe 2.2s ease-in-out infinite;
  background:rgba(34,197,94,.18);
  inset:-6px;
  opacity:.72;
  transform:scale(.58);
}
.availability-dot::after{
  background:#22c55e;
  inset:0;
}
.hero-impact-grid{
  align-items:stretch;
  background:rgba(255,255,255,.94);
  border:1px solid #E4E8F0;
  border-radius:8px;
  box-shadow:0 24px 56px -34px rgba(11,18,32,.45);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 auto;
  max-width:860px;
  min-height:112px;
  overflow:hidden;
  padding:22px 28px;
  width:min(74vw,860px);
}
.hero-impact-card-wrap{
  margin:-28px auto 34px;
  padding:0 24px;
  position:relative;
  z-index:5;
}
.hero-impact-grid div{
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:0 clamp(18px,2.4vw,32px);
  position:relative;
  text-align:center;
}
.hero-impact-grid div:last-child{
  padding-right:0;
}
.hero-impact-grid div:not(:last-child)::after{
  background:#DDE2EA;
  bottom:8px;
  content:"";
  position:absolute;
  right:0;
  top:8px;
  width:1px;
}
.hero-impact-grid p{
  color:#145BFF;
  font-family:"Bricolage Grotesque", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size:clamp(30px,3vw,38px);
  font-weight:800;
  letter-spacing:-.04em;
  line-height:.95;
  margin:0 0 8px;
}
.hero-impact-grid span{
  color:#5B6472;
  display:block;
  font-size:14px;
  font-weight:650;
  line-height:1.3;
}

.brand-cloud-section{
  background:#F5F6F8;
  border-bottom:1px solid #E6E8EC;
  border-top:1px solid #E6E8EC;
  position:relative;
}
.brand-cloud-heading{
  color:#5B6472;
  font-family:"Bricolage Grotesque", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size:clamp(22px,2.4vw,30px);
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1.12;
  margin:0 0 18px;
  text-align:center;
}
.brand-cloud-heading strong{
  color:#0B1220;
  display:block;
  font-weight:800;
}
.brand-cloud{
  --brand-cloud-shift:-50%;
  --brand-cloud-duration:46s;
  --brand-gap:48px;
  --brand-pad:0px;
  overflow:hidden;
  padding:8px 0;
  -webkit-mask-image:linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image:linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.brand-cloud-track{
  align-items:center;
  animation:brand-cloud-slide var(--brand-cloud-duration) linear infinite;
  display:flex;
  gap:0;
  width:max-content;
  will-change:transform;
}
.brand-cloud-group{
  align-items:center;
  display:flex;
  flex:0 0 auto;
  gap:var(--brand-gap);
  padding-right:var(--brand-gap);
}
.brand-logo{
  --logo-max:122px;
  --logo-size:48px;
  --logo-width:auto;
  --logo-y:0px;
  align-items:center;
  color:#6B7280;
  display:inline-flex;
  flex:0 0 auto;
  font-family:"Bricolage Grotesque", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size:clamp(20px,2.1vw,25px);
  font-weight:800;
  gap:11px;
  line-height:1;
  justify-content:center;
  min-height:58px;
  min-width:0;
  opacity:.88;
  box-sizing:border-box;
  padding-left:var(--brand-pad);
  padding-right:var(--brand-pad);
  text-decoration:none;
  white-space:nowrap;
  width:auto;
}
.brand-logo:hover,
.brand-logo:focus-visible{
  color:#145BFF;
  outline:none;
}
.brand-logo img{
  height:var(--logo-size);
  max-width:var(--logo-max);
  object-fit:contain;
  opacity:.9;
  pointer-events:auto;
  transform:translateY(var(--logo-y));
  width:auto;
}
.rotating-section{
  display:grid;
  place-items:center;
  padding:0;
  position:relative;
}
.rotating-section::before{
  background:radial-gradient(circle, rgba(20,91,255,.07), transparent 72%);
  content:"";
  filter:blur(16px);
  height:260px;
  left:50%;
  pointer-events:none;
  position:absolute;
  top:54%;
  transform:translate(-50%,-50%);
  width:min(680px,94vw);
}
.rotating-title{
  align-items:center;
  color:#101828;
  display:grid;
  font-family:"Bricolage Grotesque", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size:clamp(34px,4.2vw,52px);
  font-weight:300;
  gap:clamp(10px,1.6vw,20px);
  grid-template-columns:max-content 4.4em;
  justify-content:center;
  letter-spacing:0;
  line-height:1;
  margin:0;
  position:relative;
  text-align:center;
  z-index:1;
}
.rotating-word-wrap{
  color:#145BFF;
  display:block;
  height:1.32em;
  overflow:hidden;
  position:relative;
  width:4.4em;
}
.rotating-word{
  align-items:center;
  display:flex;
  font-weight:400;
  inset:0;
  justify-content:flex-start;
  line-height:1.16;
  position:absolute;
  transform-origin:center;
  will-change:opacity, transform;
}
.rotating-word.is-current{
  opacity:1;
  transform:translateY(0);
}
.rotating-word.is-entering{
  animation:rotator-word-enter-up .62s cubic-bezier(.22,1,.36,1) forwards;
}
.rotating-word.is-leaving{
  animation:rotator-word-leave-up .56s cubic-bezier(.22,1,.36,1) forwards;
}

.testimonial-rotator{
  margin:0;
}

.hamburger,
.hamburger::before,
.hamburger::after{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#0B1220;
  transition:transform .2s ease, opacity .2s ease;
  content:"";
}
.hamburger::before{ transform:translateY(-6px); }
.hamburger::after{ transform:translateY(4px); }
[aria-expanded="true"] .hamburger{ transform:rotate(45deg); }
[aria-expanded="true"] .hamburger::before{ opacity:0; }
[aria-expanded="true"] .hamburger::after{ transform:translateY(-2px) rotate(-90deg); }

.mobile-menu-link{
  display:block;
  border-radius:10px;
  padding:10px 12px;
  transition:background .2s ease, color .2s ease;
}
.mobile-menu-link:hover,.mobile-menu-link:focus-visible{
  background:#F5F6F8;
  color:#145BFF;
}

.filter-btn{
  border:1px solid #E6E8EC;
  background:#fff;
  border-radius:999px;
  color:#5B6472;
  font-size:15px;
  font-weight:700;
  padding:12px 19px;
  transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.filter-btn:hover,.filter-btn:focus-visible{
  border-color:#145BFF;
  color:#145BFF;
}
.filter-btn.is-active{
  background:#145BFF;
  border-color:#145BFF;
  color:#fff;
}
.filter-btn span{
  color:inherit;
  opacity:.72;
}

.project-showcase{
  display:grid;
  gap:20px;
  grid-template-columns:minmax(0,1.8fr) minmax(320px,1fr);
}
.project-showcase-filtered{
  display:block;
}
.project-side-stack{
  display:grid;
  gap:20px;
}
.project-filter-grid{
  display:grid;
  gap:20px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.gallery-work-card{
  background:#fff;
  border:1px solid rgba(11,18,32,.08);
  border-radius:18px;
  box-shadow:0 18px 42px -28px rgba(11,18,32,.28);
  color:#0B1220;
  display:grid;
  overflow:hidden;
  text-decoration:none;
  transition:border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.gallery-work-card:hover,
.gallery-work-card:focus-visible{
  border-color:rgba(20,91,255,.32);
  box-shadow:0 22px 48px -26px rgba(11,18,32,.38);
  outline:none;
  transform:translateY(-3px);
}
.gallery-work-image{
  aspect-ratio:5 / 4;
  background:#EEF2F8;
  display:block;
  overflow:hidden;
}
.gallery-work-image img{
  height:100%;
  object-fit:cover;
  object-position:var(--gallery-art-position, 50% 50%);
  transition:transform .5s ease, filter .5s ease;
  width:100%;
}
.gallery-work-card:hover .gallery-work-image img,
.gallery-work-card:focus-visible .gallery-work-image img{
  filter:saturate(1.05) contrast(1.03);
  transform:scale(1.035);
}
.gallery-work-meta{
  display:grid;
  gap:14px;
  padding:18px;
}
.gallery-work-meta .project-pill{
  background:#F5F7FB;
  border-color:#E6E8EC;
  color:#0B1220;
}
.gallery-work-meta .project-title{
  color:#0B1220;
  display:block;
  font-size:22px;
  line-height:1.05;
}
.gallery-work-meta .project-desc{
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#5B6472;
  display:-webkit-box;
  font-size:14px;
  line-height:1.45;
  margin-top:5px;
  overflow:hidden;
}
.project-filter-empty{
  color:#5B6472;
  font-size:14px;
  margin:0;
}
.project-card{
  background:#0B1220;
  border:0;
  border-radius:18px;
  box-shadow:0 18px 42px -22px rgba(11,18,32,.28);
  color:#fff;
  cursor:pointer;
  display:block;
  min-height:300px;
  overflow:hidden;
  padding:0;
  position:relative;
  text-align:left;
  width:100%;
}
.project-card[hidden]{
  display:none;
}
.project-card-bg{
  background:
    radial-gradient(ellipse at 15% 82%, rgba(6,10,18,.76) 0%, rgba(6,10,18,.48) 28%, rgba(6,10,18,0) 58%),
    linear-gradient(90deg, rgba(6,10,18,.58) 0%, rgba(6,10,18,.26) 30%, rgba(6,10,18,.06) 58%, rgba(6,10,18,0) 100%),
    var(--project-art);
  background-position:var(--project-art-position, center);
  background-repeat:no-repeat;
  background-size:cover;
  inset:0;
  overflow:hidden;
  position:absolute;
  transform:scale(1.01);
  transition:transform .55s ease, filter .55s ease;
}
.project-card-bg::before,
.project-card-bg::after{
  display:none;
}
.project-card:hover .project-card-bg,
.project-card:focus-visible .project-card-bg{
  filter:saturate(1.05) contrast(1.04);
  transform:scale(1.018);
}
.project-card:focus-visible{
  outline:3px solid rgba(20,91,255,.55);
  outline-offset:4px;
}
.project-card-content{
  display:flex;
  flex-direction:column;
  inset:0;
  justify-content:space-between;
  padding:22px;
  position:absolute;
  z-index:1;
}
.project-pill{
  align-self:flex-start;
  backdrop-filter:blur(12px);
  background:rgba(11,18,32,.38);
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  font-size:11px;
  font-weight:900;
  justify-self:start;
  letter-spacing:.04em;
  max-width:100%;
  padding:9px 14px;
  text-transform:uppercase;
  width:fit-content;
}
.project-card-bottom{
  align-items:flex-end;
  display:flex;
  gap:22px;
  justify-content:space-between;
}
.project-title{
  display:block;
  font-family:"Bricolage Grotesque", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size:var(--type-card-title);
  font-weight:800;
  letter-spacing:0;
  line-height:1;
}
.project-desc{
  color:rgba(255,255,255,.9);
  display:block;
  font-size:var(--type-body);
  line-height:1.45;
  margin-top:12px;
  max-width:360px;
}
.project-action{
  align-items:center;
  -webkit-backdrop-filter:blur(14px) saturate(1.15);
  backdrop-filter:blur(14px) saturate(1.15);
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  flex:0 0 auto;
  font-size:var(--type-small);
  font-weight:900;
  gap:10px;
  padding:7px 8px 7px 15px;
  transform:translateZ(0);
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  will-change:transform;
  white-space:nowrap;
}
.project-action > span:first-child{
  line-height:1;
}
.project-arrow{
  align-items:center;
  background:#145BFF;
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  height:30px;
  justify-content:center;
  transition:transform .25s ease;
  width:30px;
}
.project-card:hover .project-action,
.project-card:focus-visible .project-action{
  -webkit-backdrop-filter:blur(14px) saturate(1.15);
  backdrop-filter:blur(14px) saturate(1.15);
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.26);
  box-shadow:none;
  transform:translateZ(0);
}
.project-card:hover .project-arrow,
.project-card:focus-visible .project-arrow{
  background:#145BFF;
  color:#fff;
  transform:none;
}
.project-card-featured{
  min-height:604px;
}
.project-card-small{
  min-height:292px;
}
.project-card-small .project-title{
  font-size:var(--type-card-title-small);
}
.project-card-small .project-desc{
  font-size:var(--type-small);
  margin-top:7px;
}
.project-card-wide{
  grid-column:1 / -1;
  min-height:198px;
}
.project-card-tile{
  aspect-ratio:5 / 4;
  min-height:unset;
}
.project-card-wide .project-card-bg{
  background:
    radial-gradient(ellipse at 16% 76%, rgba(6,10,18,.78) 0%, rgba(6,10,18,.46) 30%, rgba(6,10,18,0) 58%),
    linear-gradient(90deg, rgba(6,10,18,.55) 0%, rgba(6,10,18,.22) 34%, rgba(6,10,18,.04) 62%, rgba(6,10,18,0) 100%),
    var(--project-art);
}
.project-card-wide .project-card-content{
  display:flex;
  flex-direction:column;
}
.project-card-wide .project-card-bottom{
  align-items:flex-end;
  justify-content:space-between;
  width:100%;
}
.project-card-wide .project-card-bottom > span:first-child{
  max-width:min(620px, calc(100% - 170px));
}
.project-card-wide .project-desc{
  max-width:560px;
}
.project-card-wide .project-title{
  font-size:28px;
}
.custom-project-grid{
  display:grid;
  gap:20px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:20px;
}
.custom-project-grid:empty{
  display:none;
}
.custom-project-grid .project-card{
  min-height:330px;
}
.project-showcase-filtered .project-card-tile .project-card-bottom{
  align-items:flex-end;
}
.project-showcase-filtered .project-card-tile .project-title{
  font-size:28px;
}
.project-showcase-filtered .project-card-tile .project-desc{
  max-width:280px;
}
.project-card[data-custom-project="true"] .project-card-bg{
  background:
    radial-gradient(ellipse at 15% 82%, rgba(6,10,18,.76) 0%, rgba(6,10,18,.48) 28%, rgba(6,10,18,0) 58%),
    linear-gradient(90deg, rgba(6,10,18,.58) 0%, rgba(6,10,18,.26) 30%, rgba(6,10,18,.06) 58%, rgba(6,10,18,0) 100%),
    var(--project-art);
  background-position:var(--project-art-position, center);
  background-size:cover;
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"]{
  border-color:#dc2626;
}

.testimonial-card{
  background:#F5F6F8;
  border:1px solid #E6E8EC;
  border-radius:16px;
  margin:0;
  padding:24px;
}
.testimonial-card blockquote{
  color:#0B1220;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:1.32;
  margin:0;
}
.testimonial-card figcaption{
  color:#5B6472;
  font-size:var(--type-small);
  font-weight:700;
  margin-top:18px;
}

.faq-section{
  background:
    radial-gradient(circle at 18% 4%, rgba(20,91,255,.13), transparent 28%),
    linear-gradient(180deg, #F2F7FF 0%, #F7FAFF 52%, #EEF5FF 100%);
}
.faq-head{
  margin:0 auto 44px;
  max-width:680px;
  text-align:center;
}
.faq-head p{
  color:#145BFF;
  font-size:var(--type-small);
  font-weight:800;
  letter-spacing:.01em;
  margin:0 0 6px;
}
.faq-head h2{
  color:#0B1220;
  font-size:var(--type-section);
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1;
  margin:0;
}
.faq-head span{
  color:#5B6472;
  display:block;
  font-size:var(--type-body-large);
  line-height:1.5;
  margin:18px auto 0;
  max-width:640px;
}
#faq-list{
  margin:0 auto;
  max-width:820px;
}
.faq-item{
  background:transparent;
  border-bottom:1px solid #DDE2EA;
}
.faq-question{
  align-items:center;
  color:#050A14;
  display:flex;
  font-size:17px;
  font-weight:800;
  justify-content:space-between;
  padding:22px 0;
  text-align:left;
  width:100%;
}
.faq-icon{
  align-items:center;
  color:#0B1220;
  display:inline-flex;
  flex:0 0 auto;
  justify-content:center;
  margin-left:20px;
  transition:transform .2s ease;
}
.faq-question[aria-expanded="true"] .faq-icon{
  transform:rotate(180deg);
}
.faq-answer{
  color:#5B6472;
  display:none;
  font-size:var(--type-body);
  line-height:1.7;
  padding:0 48px 22px 0;
}
.faq-item.is-open .faq-answer{
  display:block;
}

.case-progress{
  background:rgba(230,232,236,.8);
  height:3px;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:120;
}
.case-progress span{
  background:#145BFF;
  display:block;
  height:100%;
  transform:scaleX(0);
  transform-origin:left center;
  width:100%;
}
.case-shell-container{
  margin-left:auto;
  margin-right:auto;
  width:min(calc(100% - 48px),1280px);
}
.case-readable{
  max-width:none;
}
.case-readable > *{
  max-width:820px;
}
@media (min-width:1024px){
  .case-shell-container{
    width:min(calc(100% - 64px),1280px);
  }
}
.case-study-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.case-study-nav button{
  background:#F5F6F8;
  border:1px solid #E6E8EC;
  border-radius:999px;
  color:#5B6472;
  font-size:12px;
  font-weight:800;
  padding:8px 12px;
  transition:background .2s ease, border-color .2s ease, color .2s ease;
}
.case-study-nav button:hover,
.case-study-nav button:focus-visible{
  background:#145BFF;
  border-color:#145BFF;
  color:#fff;
}
.case-section{
  scroll-margin-top:92px;
}
.gallery-explore{
  align-items:center;
  background:#fff;
  border:1px solid #E6E8EC;
  border-radius:16px;
  box-shadow:0 12px 28px -24px rgba(11,18,32,.32);
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:space-between;
  padding:17px 20px;
}
.gallery-explore > div{
  flex:1 1 280px;
}
.gallery-explore-icon{
  align-items:center;
  background:#EAF0FF;
  border-radius:999px;
  color:#145BFF;
  display:inline-flex;
  flex:0 0 auto;
  height:52px;
  justify-content:center;
  width:52px;
}
.gallery-explore-link{
  align-items:center;
  background:#145BFF;
  border-radius:16px;
  color:#fff;
  display:inline-flex;
  font-size:14px;
  font-weight:800;
  gap:8px;
  justify-content:center;
  min-width:166px;
  padding:13px 18px;
  transition:background .2s ease, transform .2s ease;
}
.gallery-explore-link:hover,
.gallery-explore-link:focus-visible{
  background:#0E46CC;
  transform:translateY(-1px);
}
.case-cta{
  align-items:center;
  background:#F5F6F8;
  border:1px solid #E6E8EC;
  border-radius:18px;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:space-between;
  padding:24px;
}

.about-more-btn{
  align-items:center;
  background:#145BFF;
  border:1px solid #145BFF;
  border-radius:16px;
  color:#fff;
  display:inline-flex;
  font-size:14px;
  font-weight:800;
  gap:8px;
  min-height:40px;
  padding:0 16px;
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
}
.about-more-btn:hover,
.about-more-btn:focus-visible{
  background:#0E46CC;
  border-color:#0E46CC;
  outline:none;
  transform:translateY(-1px);
}
.about-detail-shell{
  background:#fff;
  color:#111827;
  min-height:100vh;
  padding:42px clamp(18px,4vw,58px) 58px;
  position:relative;
}
.about-detail-accent{
  background:#c6f20d;
  bottom:0;
  left:36px;
  position:fixed;
  top:0;
  width:2px;
}
.about-detail-accent::before,
.about-detail-accent::after{
  background:#c6f20d;
  border-radius:999px;
  content:"";
  height:22px;
  left:50%;
  position:absolute;
  transform:translateX(-50%) rotate(45deg);
  width:22px;
}
.about-detail-accent::before{ top:48%; }
.about-detail-accent::after{ top:58%; }
.about-detail-panel{
  margin:0 auto;
  max-width:1320px;
  min-height:760px;
  padding:28px 0 0 26px;
  position:relative;
}
.about-detail-intro{
  max-width:590px;
}
.about-detail-kicker{
  color:#0F7C8B;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin:0 0 12px;
  text-transform:uppercase;
}
.about-detail-intro h2{
  color:#0F7C8B;
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:clamp(34px,5vw,48px);
  font-weight:800;
  letter-spacing:.04em;
  line-height:1;
  margin:0 0 12px;
  text-transform:uppercase;
}
.about-detail-intro p,
.about-detail-copy{
  color:#242936;
  font-size:16px;
  line-height:1.48;
  margin:0 0 10px;
}
.about-detail-grid{
  display:grid;
  gap:44px;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  margin-top:34px;
  padding-right:260px;
}
.about-detail-block{
  margin-bottom:28px;
}
.about-detail-block h3{
  color:#0F7C8B;
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:28px;
  font-weight:800;
  line-height:1;
  margin:0 0 18px;
}
.about-detail-block h3 span{
  background:linear-gradient(90deg,#c6f20d 0 32px,transparent 32px);
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  padding:8px 0 8px 0;
}
.experience-list{
  display:grid;
  gap:12px;
}
.experience-list p,
.course-list p{
  align-items:baseline;
  color:#0F7C8B;
  display:flex;
  font-size:22px;
  font-weight:800;
  gap:16px;
  justify-content:space-between;
  line-height:1.1;
  margin:0 0 3px;
}
.experience-list small,
.course-list small,
.education-row small{
  color:#242936;
  display:block;
  font-size:16px;
  line-height:1.35;
}
.experience-list span,
.course-list span,
.education-row > span{
  color:#0F7C8B;
  flex:0 0 auto;
  font-weight:800;
  white-space:nowrap;
}
.education-row{
  align-items:flex-start;
  display:flex;
  gap:22px;
  justify-content:space-between;
}
.education-row strong{
  color:#0F7C8B;
  display:block;
  font-size:22px;
  line-height:1.15;
}
.about-detail-two{
  display:grid;
  gap:28px;
  grid-template-columns:1fr .85fr;
}
.software-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.software-list span{
  align-items:center;
  background:#0B1220;
  border-radius:10px;
  color:#fff;
  display:inline-flex;
  font-size:13px;
  font-weight:900;
  height:46px;
  justify-content:center;
  min-width:46px;
  padding:0 12px;
}
.software-list span:nth-child(1){ background:#4a140b; color:#ff9c2f; }
.software-list span:nth-child(2){ background:#061b35; color:#69b7ff; }
.software-list span:nth-child(3){ background:#13094a; color:#b8a7ff; }
.software-list span:nth-child(4){ background:#07074a; color:#b4b7ff; }
.software-list span:nth-child(5){ background:#20242d; color:#fff; }
.software-list span:nth-child(6){ background:#5e35ff; color:#fff; }
.about-detail-photo{
  bottom:0;
  overflow:hidden;
  position:absolute;
  right:0;
  width:min(240px,22vw);
}
.about-detail-photo img{
  aspect-ratio:4 / 5;
  height:auto;
  object-fit:cover;
  object-position:center top;
  width:100%;
}

.journey-shell{
  background:#f7f9fd;
  color:#111827;
  padding:0 0 44px;
}
.journey-hero{
  align-items:end;
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(247,249,253,.96)),
    radial-gradient(circle at 72% 18%, rgba(20,91,255,.12), transparent 30%);
  border-bottom:1px solid rgba(11,18,32,.07);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,420px) minmax(120px,.35fr);
  min-height:260px;
  overflow:hidden;
  padding:46px clamp(22px,5vw,72px) 0;
  position:relative;
}
.journey-hero-copy{
  align-self:center;
  padding-bottom:36px;
  position:relative;
  z-index:2;
}
.journey-kicker,
.journey-section-title{
  align-items:center;
  color:#145BFF;
  display:flex;
  font-size:12px;
  font-weight:900;
  gap:8px;
  letter-spacing:.02em;
  margin:0;
  text-transform:uppercase;
}
.journey-kicker span,
.journey-section-title span{
  background:#145BFF;
  border-radius:999px;
  display:inline-flex;
  height:8px;
  width:8px;
}
.journey-hero h2{
  color:#0B1220;
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:clamp(42px,5vw,68px);
  font-weight:800;
  letter-spacing:0;
  line-height:.96;
  margin:24px 0 12px;
}
.journey-hero p:last-child{
  color:#697386;
  font-size:15px;
  line-height:1.55;
  margin:0;
  max-width:380px;
}
.journey-portrait{
  align-self:end;
  justify-self:center;
  max-width:360px;
  position:relative;
  z-index:1;
}
.journey-portrait img{
  display:block;
  height:250px;
  object-fit:contain;
  object-position:bottom center;
  width:100%;
}
.journey-signature{
  align-self:center;
  color:rgba(11,18,32,.14);
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:54px;
  font-style:italic;
  font-weight:600;
  justify-self:start;
  margin:0;
  transform:rotate(-8deg);
}
.journey-content{
  display:grid;
  gap:54px;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.82fr);
  margin:0 auto;
  max-width:1180px;
  padding:54px clamp(20px,4vw,42px) 0;
}
.journey-section-title{
  color:#0B1220;
  font-size:16px;
  margin-bottom:24px;
  text-transform:none;
}
.journey-main{
  min-width:0;
}
.journey-timeline{
  display:grid;
  gap:0;
  padding-left:30px;
  position:relative;
}
.journey-timeline::before{
  background:#d9dee8;
  bottom:38px;
  content:"";
  left:4px;
  position:absolute;
  top:0;
  width:1px;
}
.journey-experience{
  display:grid;
  gap:20px;
  grid-template-columns:74px minmax(0,1fr);
  padding:0 0 44px;
  position:relative;
}
.journey-experience::before{
  background:#145BFF;
  border:4px solid #f7f9fd;
  border-radius:999px;
  content:"";
  height:13px;
  left:-32px;
  position:absolute;
  top:10px;
  width:13px;
  z-index:1;
}
.journey-logo{
  align-items:center;
  background:#080d1b;
  border-radius:12px;
  box-shadow:0 14px 28px -18px rgba(11,18,32,.4);
  display:flex;
  height:64px;
  justify-content:center;
  overflow:hidden;
  padding:11px;
  width:64px;
}
.journey-logo img{
  max-height:42px;
  max-width:48px;
  object-fit:contain;
}
.journey-exp-head{
  align-items:start;
  display:flex;
  gap:16px;
  justify-content:space-between;
  margin-bottom:8px;
}
.journey-exp-head h3{
  color:#0B1220;
  font-size:16px;
  font-weight:900;
  line-height:1.2;
  margin:0 0 3px;
}
.journey-exp-head p{
  color:#145BFF;
  font-size:13px;
  font-weight:800;
  margin:0;
}
.journey-exp-head time{
  color:#0B1220;
  flex:0 0 auto;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.journey-exp-copy > p{
  color:#4b5565;
  font-size:13px;
  line-height:1.58;
  margin:0;
  max-width:520px;
}
.journey-badge{
  background:#eef1f6;
  border:1px solid #dfe4ec;
  border-radius:999px;
  color:#697386;
  display:inline-flex;
  font-size:11px;
  font-weight:800;
  margin-top:15px;
  padding:6px 11px;
}
.journey-side{
  display:grid;
  gap:20px;
  align-content:start;
}
.journey-side .journey-section-title{
  margin:0 0 -6px;
}
.journey-card{
  background:#fff;
  border:1px solid #e2e7ef;
  border-radius:16px;
  box-shadow:0 16px 40px -30px rgba(11,18,32,.35);
  padding:22px;
}
.journey-education-card{
  display:grid;
  gap:18px;
  grid-template-columns:62px minmax(0,1fr);
}
.journey-school-mark{
  align-items:center;
  background:#f4f8ff;
  border:1px solid #dce8ff;
  border-radius:14px;
  color:#145BFF;
  display:flex;
  font-size:15px;
  font-weight:900;
  height:54px;
  justify-content:center;
  width:54px;
}
.journey-card h3{
  color:#0B1220;
  font-size:16px;
  font-weight:900;
  line-height:1.25;
  margin:0 0 9px;
}
.journey-card p,
.journey-card small{
  color:#697386;
  display:block;
  font-size:13px;
  line-height:1.55;
  margin:0;
}
.journey-card strong{
  color:#145BFF;
  display:block;
  font-size:14px;
  font-weight:900;
  margin-top:12px;
}
.journey-course-card p{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin-top:12px;
}
.journey-course-card p:first-child{
  margin-top:0;
}
.journey-course-card p strong{
  color:#0B1220;
  margin:0;
}
.journey-course-card span{
  color:#0B1220;
  font-size:12px;
  font-weight:900;
}
.journey-tool-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.journey-tool-grid span{
  align-items:center;
  background:#0B1220;
  border-radius:10px;
  color:#fff;
  display:inline-flex;
  font-size:13px;
  font-weight:900;
  height:46px;
  justify-content:center;
  min-width:46px;
  padding:0 12px;
}
.journey-tool-grid .tool-sketchup{ background:#eaf4ff; color:#145BFF; }
.journey-interest-grid{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.journey-interest-grid span{
  align-items:center;
  border:1px solid #e2e7ef;
  border-radius:12px;
  color:#697386;
  display:flex;
  justify-content:center;
  min-height:58px;
  padding:10px;
  text-align:center;
}
.journey-interest-grid strong{
  color:inherit;
  font-size:10px;
  line-height:1.25;
  margin:0;
}
.journey-quote{
  align-items:center;
  background:#fff;
  border:1px solid #e2e7ef;
  border-radius:18px;
  box-shadow:0 18px 44px -32px rgba(11,18,32,.45);
  display:grid;
  gap:22px;
  grid-template-columns:auto minmax(0,1fr) auto;
  margin:42px auto 0;
  max-width:1180px;
  padding:28px clamp(22px,4vw,44px);
}
.journey-quote > span{
  color:#145BFF;
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:42px;
  font-weight:900;
  line-height:1;
}
.journey-quote p{
  color:#374151;
  font-size:15px;
  line-height:1.7;
  margin:0;
}
.journey-quote div{
  min-width:170px;
  text-align:center;
}
.journey-quote div strong{
  color:#145BFF;
  display:block;
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:42px;
  font-style:italic;
  font-weight:600;
  line-height:1;
  transform:rotate(-7deg);
}
.journey-quote div small{
  color:#4b5565;
  display:block;
  font-size:12px;
  font-weight:800;
  margin-top:8px;
}

.site-footer{
  border-top:1px solid #E6E8EC;
  background:#fff;
  color:#0B1220;
  padding:48px 0 30px;
  position:relative;
  transition:background .3s ease, color .3s ease, border-color .3s ease;
}
.site-footer.is-dark{
  background:#0B1220;
  border-color:rgba(255,255,255,.12);
  color:#fff;
}
.footer-grid{
  display:grid;
  gap:48px;
  grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(150px,1fr));
  padding:0 0 48px;
}
.footer-newsletter{
  position:relative;
}
.footer-newsletter::after{
  background:rgba(20,91,255,.12);
  border-radius:999px;
  content:"";
  height:96px;
  pointer-events:none;
  position:absolute;
  right:-16px;
  top:0;
  filter:blur(28px);
  width:96px;
  z-index:0;
}
.footer-newsletter > *{
  position:relative;
  z-index:1;
}
.footer-newsletter p{
  color:#5B6472;
  font-size:15px;
  line-height:1.6;
  margin:16px 0 26px;
  max-width:320px;
}
.footer-form{
  align-items:center;
  border:1px solid #D7DCE4;
  border-radius:16px;
  display:flex;
  max-width:320px;
  overflow:hidden;
  position:relative;
}
.footer-form input{
  background:transparent;
  border:0;
  color:#0B1220;
  flex:1;
  font-size:14px;
  min-width:0;
  outline:none;
  padding:12px 52px 12px 14px;
}
.footer-form input::placeholder{
  color:#7A8494;
}
.footer-form button{
  align-items:center;
  background:#17181D;
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  flex:0 0 auto;
  height:32px;
  justify-content:center;
  position:absolute;
  right:4px;
  top:4px;
  transition:background .2s ease, transform .2s ease;
  width:32px;
}
.footer-form button:hover,
.footer-form button:focus-visible{
  background:#145BFF;
  outline:none;
  transform:translateY(-1px);
}
.footer-heading{
  color:#0B1220;
  font-size:17px;
  font-weight:800;
  margin:0 0 18px;
}
.footer-links,
.footer-contact{
  color:#0B1220;
  display:grid;
  font-size:14px;
  gap:10px;
  line-height:1.35;
}
.footer-links a,
.footer-contact a,
.footer-bottom a{
  transition:color .2s ease;
}
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible{
  color:#145BFF;
  outline:none;
}
.footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom:10px;
}
.footer-social a{
  align-items:center;
  border:1px solid #D7DCE4;
  border-radius:999px;
  color:#0B1220;
  display:inline-flex;
  height:42px;
  justify-content:center;
  transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  width:42px;
}
.footer-social a:hover,
.footer-social a:focus-visible{
  background:#145BFF;
  border-color:#145BFF;
  color:#fff;
  outline:none;
  transform:translateY(-1px);
}
.footer-status{
  align-items:center;
  color:#0B1220;
  display:flex;
  gap:10px;
  margin-top:0;
}
.footer-status button{
  background:#17181D;
  border-radius:999px;
  height:26px;
  padding:3px;
  width:52px;
}
.footer-status button span{
  background:#fff;
  border-radius:999px;
  display:block;
  height:20px;
  transform:translateX(23px);
  width:20px;
  transition:transform .2s ease;
}
.footer-status button[aria-pressed="false"] span{
  transform:translateX(0);
}
.footer-bottom{
  align-items:center;
  border-top:1px solid #E6E8EC;
  color:#5B6472;
  display:flex;
  flex-wrap:wrap;
  font-size:13px;
  gap:18px;
  justify-content:space-between;
  padding-top:30px;
}
.site-footer.is-dark .footer-newsletter p,
.site-footer.is-dark .footer-contact,
.site-footer.is-dark .footer-bottom{
  color:rgba(255,255,255,.68);
}
.site-footer.is-dark .footer-heading,
.site-footer.is-dark .footer-links,
.site-footer.is-dark .footer-bottom div,
.site-footer.is-dark .footer-status,
.site-footer.is-dark .footer-form input{
  color:#fff;
}
.site-footer.is-dark .footer-form,
.site-footer.is-dark .footer-social a,
.site-footer.is-dark .footer-bottom{
  border-color:rgba(255,255,255,.16);
}
.site-footer.is-dark .footer-form input::placeholder{
  color:rgba(255,255,255,.58);
}
.site-footer.is-dark .footer-status button{
  background:#fff;
}
.site-footer.is-dark .footer-status button span{
  background:#0B1220;
}
.footer-bottom div{
  color:#0B1220;
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}

.quick-contact-grid{
  display:grid;
  gap:10px;
  grid-template-columns:1fr;
}
.quick-contact-card{
  border:1px solid #E6E8EC;
  border-radius:12px;
  display:block;
  padding:12px 14px;
  transition:border-color .2s ease, background .2s ease;
}
.quick-contact-card:hover,
.quick-contact-card:focus-visible{
  background:#F5F6F8;
  border-color:#145BFF;
}
.quick-contact-card span{
  display:block;
  font-size:13px;
  font-weight:800;
}
.quick-contact-card small{
  color:#5B6472;
  display:block;
  font-size:12px;
  margin-top:2px;
}























































.sticky-mobile-cta{
  align-items:center;
  background:#fff;
  border:1px solid #E6E8EC;
  border-radius:18px;
  bottom:14px;
  box-shadow:0 16px 36px -14px rgba(11,18,32,.22);
  display:none;
  gap:14px;
  justify-content:space-between;
  left:14px;
  padding:12px;
  position:fixed;
  right:14px;
  z-index:80;
}
.sticky-mobile-cta strong{
  display:block;
  font-size:13px;
}
.sticky-mobile-cta small{
  color:#5B6472;
  display:block;
  font-size:11px;
  margin-top:1px;
}
.sticky-mobile-cta button{
  background:#145BFF;
  border-radius:10px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  padding:10px 14px;
}

@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important; scroll-behavior:auto !important; }
  .preload-signature{
    opacity:1;
    transform:none;
  }
  .availability-dot::before{
    opacity:.18;
    transform:scale(1);
  }
  .brand-cloud-track{
    animation:none;
    flex-wrap:wrap;
    justify-content:center;
    width:auto;
  }
  .rotating-word.is-entering,
  .rotating-word.is-leaving{
    animation:none;
  }
}

@media (min-width:420px){
  .hero-title{ font-size:var(--type-hero); }
}

@media (min-width:640px){
  .hero-title{
    font-size:var(--type-hero);
    line-height:1.02;
  }
  .quick-contact-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  #contact-modal{
    align-items:center;
    padding:10px;
  }
  
  
  
  #about-modal [aria-label="Close about detail"],
  #case-study [aria-label="Close case study"],
  .gallery-lightbox-close{
    min-width:44px;
    min-height:44px;
  }
  
  
  
  
  
  
  
}

@media (min-width:761px) and (max-height:780px){
  
  
  
  
  
  
  
  
  
  
  
  
}

@media (max-width:430px){
  
  
  
}

@media (max-width:1100px){
  .project-showcase{
    grid-template-columns:1fr;
  }
  .project-side-stack{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .project-card-featured{
    min-height:520px;
  }
  .project-card-wide .project-card-content{
    grid-template-columns:1fr;
  }
  .project-card-wide .project-card-bottom{
    grid-column:auto;
  }
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .about-detail-grid{
    grid-template-columns:1fr;
    padding-right:0;
  }
  .about-detail-photo{
    margin-top:14px;
    position:relative;
    right:auto;
    width:min(260px,100%);
  }
  .about-detail-panel{
    min-height:0;
  }
  .journey-hero{
    grid-template-columns:minmax(0,1fr) minmax(220px,320px);
  }
  .journey-signature{
    display:none;
  }
  .journey-content{
    grid-template-columns:1fr;
  }
  .journey-side{
    grid-template-columns:1fr 1fr;
  }
  .journey-side .journey-section-title{
    grid-column:1 / -1;
  }
  .journey-card{
    align-self:start;
  }
}

@media (max-width:767px){
  body{ padding-bottom:82px; }
  .sticky-mobile-cta{
    display:flex;
    opacity:0;
    pointer-events:none;
    transform:translate3d(0, 18px, 0);
    transition:opacity .24s ease, transform .3s cubic-bezier(.22,1,.36,1);
  }
  .sticky-mobile-cta.is-visible{
    opacity:1;
    pointer-events:auto;
    transform:translate3d(0, 0, 0);
  }
  .page-section{
    padding-bottom:46px;
    padding-top:46px;
  }
  .page-section-tight{
    padding-bottom:38px;
    padding-top:38px;
  }
  .page-section-cta{
    padding-bottom:48px;
    padding-top:48px;
  }
  .section-head{
    margin-bottom:26px;
  }
  .hero-section{
    padding-top:22px;
  }
  .hero-section > .max-w-7xl{
    gap:34px;
    padding-bottom:42px;
    padding-top:28px;
  }
  .hero-client-badge{
    display:none;
  }
  .hero-impact-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:520px;
    min-height:0;
    padding:18px 16px;
    width:100%;
  }
  .hero-impact-card-wrap{
    margin:-34px auto 24px;
    padding:0 18px;
  }
  .hero-impact-grid div{
    margin-right:0;
    min-height:78px;
    padding:0 12px;
  }
  .hero-impact-grid div:nth-child(odd){
    padding-left:12px;
  }
  .hero-impact-grid div:nth-child(even)::after,
  .hero-impact-grid div:nth-child(2)::after{
    display:none;
  }
  .hero-impact-grid div:nth-child(n+3){
    margin-top:0;
    padding-top:16px;
  }
  .hero-impact-grid div:nth-child(-n+2){
    padding-bottom:16px;
  }
  .hero-impact-grid div:nth-child(-n+2)::before{
    background:#DDE2EA;
    bottom:0;
    content:"";
    height:1px;
    left:12px;
    position:absolute;
    right:12px;
  }
  .brand-cloud-section > div:not(.hero-impact-card-wrap){
    padding-bottom:8px;
    padding-top:18px;
  }
  .rotating-title{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .rotating-word-wrap{
    width:min(100%,4.4em);
  }
  .rotating-word{
    justify-content:center;
  }
  #work.page-section{
    padding-top:24px;
  }
  #work [aria-label="Filter projects"]{
    margin-bottom:22px;
  }
  #work .gallery-explore{
    margin-top:26px;
  }
  .gallery-explore,
  .case-cta{
    padding:16px;
  }
  .site-footer{
    padding-bottom:100px;
  }
  .footer-grid{
    gap:34px;
    grid-template-columns:1fr;
    padding-bottom:36px;
  }
  .footer-newsletter p,
  .footer-form{
    max-width:none;
  }
  .footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    padding-top:24px;
  }
  .footer-bottom div{
    gap:14px 20px;
  }
  #work .section-head h2{
    font-size:var(--type-section-large);
  }
  #work .section-head > p{
    margin-top:0;
  }
  .filter-btn{
    font-size:13px;
    padding:10px 14px;
  }
  .project-side-stack{
    grid-template-columns:1fr;
  }
  .project-card,
  .project-card-featured,
  .project-card-small,
  .project-card-wide{
    min-height:360px;
  }
  .project-card-wide .project-card-bg{
    background:
      radial-gradient(ellipse at 15% 82%, rgba(6,10,18,.76) 0%, rgba(6,10,18,.48) 28%, rgba(6,10,18,0) 58%),
      linear-gradient(90deg, rgba(6,10,18,.58) 0%, rgba(6,10,18,.26) 30%, rgba(6,10,18,.06) 58%, rgba(6,10,18,0) 100%),
      var(--project-art);
  }
  .project-card-content{
    padding:18px;
  }
  .project-card-bottom{
    align-items:flex-start;
    flex-direction:column;
  }
  .project-action{
    justify-content:space-between;
    width:100%;
  }
  .gallery-explore{
    align-items:flex-start;
  }
  .gallery-explore-link{
    width:100%;
  }
  .about-detail-shell{
    padding:28px 18px 44px;
  }
  .about-detail-accent{
    display:none;
  }
  .about-detail-panel{
    padding-left:0;
  }
  .about-detail-grid{
    gap:24px;
    margin-top:28px;
  }
  .about-detail-intro h2{
    font-size:34px;
  }
  .about-detail-block h3{
    font-size:24px;
  }
  .experience-list p,
  .course-list p,
  .education-row{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  .experience-list p,
  .course-list p,
  .education-row strong{
    font-size:20px;
  }
  .about-detail-two{
    grid-template-columns:1fr;
  }
  .software-list span{
    height:42px;
    min-width:42px;
  }
  .journey-shell{
    padding-bottom:28px;
  }
  .journey-hero{
    align-items:end;
    grid-template-columns:1fr;
    min-height:auto;
    padding:34px 20px 0;
  }
  .journey-hero-copy{
    padding-bottom:22px;
  }
  .journey-hero h2{
    font-size:42px;
    margin-top:18px;
  }
  .journey-portrait{
    justify-self:end;
    margin-top:-24px;
    max-width:230px;
  }
  .journey-portrait img{
    height:180px;
  }
  .journey-content{
    gap:34px;
    padding:34px 20px 0;
  }
  .journey-timeline{
    padding-left:20px;
  }
  .journey-timeline::before{
    left:0;
  }
  .journey-experience{
    gap:14px;
    grid-template-columns:54px minmax(0,1fr);
    padding-bottom:34px;
  }
  .journey-experience::before{
    left:-26px;
  }
  .journey-logo{
    border-radius:10px;
    height:48px;
    padding:8px;
    width:48px;
  }
  .journey-logo img{
    max-height:34px;
    max-width:36px;
  }
  .journey-exp-head{
    flex-direction:column;
    gap:5px;
  }
  .journey-side{
    grid-template-columns:1fr;
  }
  .journey-education-card{
    grid-template-columns:52px minmax(0,1fr);
  }
  .journey-interest-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .journey-quote{
    grid-template-columns:1fr;
    margin:28px 20px 0;
    padding:24px;
  }
  .journey-quote div{
    text-align:left;
  }
  .journey-quote div strong{
    transform:none;
  }
}

@keyframes signature-reveal{
  0%{
    clip-path:inset(0 100% 0 0);
    opacity:0;
    transform:translateY(8px);
  }
  18%{
    opacity:1;
  }
  100%{
    clip-path:inset(0 0 0 0);
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes signature-settle{
  0%{
    opacity:0;
    transform:translateY(7px) scale(.992);
  }
  18%{
    opacity:1;
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes rotator-word-enter-up{
  0%{
    opacity:0;
    transform:translateY(115%);
  }
  45%{
    opacity:1;
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes rotator-word-leave-up{
  0%{
    opacity:1;
    transform:translateY(0);
  }
  55%{
    opacity:0;
  }
  100%{
    opacity:0;
    transform:translateY(-115%);
  }
}

@keyframes brand-cloud-slide{
  from{ transform:translateX(0); }
  to{ transform:translate3d(var(--brand-cloud-shift, -50%),0,0); }
}

@keyframes availability-breathe{
  0%,100%{
    opacity:.72;
    transform:scale(.58);
  }
  50%{
    opacity:.22;
    transform:scale(1.15);
  }
}

.journey-shell{
  --journey-blue:#145BFF;
  --journey-ink:#0B1220;
  --journey-muted:#5B6472;
  --journey-border:#DFE5EF;
  --journey-card:#FFFFFF;
  --journey-soft:#F5F7FB;
  --journey-radius:20px;
  --journey-radius-sm:16px;
  --journey-shadow:0 20px 46px -36px rgba(11,18,32,.34);
  --about-nav-height:60px;
  --about-container-max:1540px;
  --about-container-width:min(calc(100% - 48px),1540px);
  --journey-top-outer:clamp(220px,30dvh,276px);
  --journey-photo-w:clamp(148px,12vw,172px);
  --journey-photo-h:clamp(190px,24dvh,242px);
  background:
    radial-gradient(circle at 78% 8%, rgba(20,91,255,.07), transparent 28%),
    linear-gradient(180deg, #fbfcff 0%, var(--journey-soft) 100%);
  color:var(--journey-ink);
  min-height:calc(100vh - var(--about-nav-height));
  overflow:visible;
  padding:0;
}

#about-modal{
  overflow-x:hidden;
  overflow-y:auto;
}

#about-modal > .sticky{
  height:var(--about-nav-height, 60px);
}

#about-modal > .sticky > div{
  height:var(--about-nav-height, 60px);
  max-width:1540px;
  padding-bottom:0;
  padding-top:0;
  width:min(calc(100% - 64px),1540px);
}

.journey-dashboard{
  display:flex;
  flex-direction:column;
  min-height:calc(100dvh - var(--about-nav-height));
  margin:0 auto;
  max-width:var(--about-container-max);
  padding:8px 0 14px;
  width:var(--about-container-width);
}

.journey-top{
  align-items:center;
  background:rgba(255,255,255,.9);
  border:1px solid var(--journey-border);
  border-radius:var(--journey-radius);
  box-sizing:border-box;
  box-shadow:var(--journey-shadow);
  display:grid;
  flex:0 0 auto;
  gap:28px;
  grid-template-columns:var(--journey-photo-w) minmax(450px,1fr) 340px;
  min-height:var(--journey-top-outer);
  padding:14px 22px;
}

.journey-photo-card{
  background:#111827;
  border-radius:var(--journey-radius);
  box-shadow:0 18px 46px -36px rgba(11,18,32,.45);
  height:var(--journey-photo-h);
  overflow:hidden;
  width:var(--journey-photo-w);
}

.journey-photo-card img{
  display:block;
  height:100%;
  object-fit:cover;
  object-position:center top;
  width:100%;
}

.journey-profile{
  min-width:0;
}

.journey-kicker{
  align-items:center;
  color:var(--journey-blue);
  display:flex;
  font-size:11px;
  font-weight:850;
  gap:8px;
  letter-spacing:.03em;
  margin:0 0 4px;
  text-transform:uppercase;
}

.journey-kicker span,
.journey-section-title span{
  background:var(--journey-blue);
  border-radius:999px;
  display:inline-flex;
  height:7px;
  width:7px;
}

.journey-profile h2{
  color:var(--journey-ink);
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:clamp(42px,3.35vw,58px);
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.95;
  margin:0 0 6px;
}

.journey-profile h2 span{
  color:var(--journey-blue);
}

.journey-role{
  color:#4b5565;
  font-size:15px;
  font-weight:750;
  margin:0 0 8px;
}

.journey-summary{
  color:var(--journey-muted);
  font-size:13px;
  line-height:1.45;
  margin:0;
  max-width:650px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.journey-stats{
  background:#fff;
  border:1px solid var(--journey-border);
  border-radius:14px;
  box-shadow:none;
  display:grid;
  gap:0;
  grid-template-columns:repeat(4,1fr);
  height:64px;
  margin-top:10px;
  overflow:hidden;
}

.journey-stat{
  align-content:start;
  display:grid;
  min-height:0;
  padding:9px 18px 10px;
  position:relative;
}

.journey-stat:not(:last-child){
  border-right:1px solid #E9EDF4;
}

.journey-stat::before{
  background:var(--journey-blue);
  border-radius:999px;
  content:"";
  bottom:7px;
  height:2px;
  left:18px;
  position:absolute;
  top:auto;
  transform:none;
  width:18px;
}

.journey-stat strong{
  color:var(--journey-ink);
  display:block;
  font-family:"Bricolage Grotesque", Inter, sans-serif;
  font-size:19px;
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1;
  margin:0;
}

.journey-stat p{
  color:var(--journey-muted);
  font-size:10.5px;
  font-weight:500;
  line-height:1.25;
  margin:5px 0 0;
}

.journey-services{
  border-left:1px solid #e1e6ef;
  padding-left:22px;
}

.journey-services h3{
  color:var(--journey-ink);
  font-size:16px;
  font-weight:850;
  margin:0 0 10px;
}

.journey-service-grid{
  display:grid;
  gap:8px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.journey-service-grid span{
  align-items:center;
  background:rgba(255,255,255,.82);
  border:1px solid var(--journey-border);
  border-radius:999px;
  box-shadow:none;
  color:#111827;
  display:flex;
  font-size:12px;
  font-weight:780;
  gap:12px;
  min-height:32px;
  padding:0 14px;
}

.journey-service-grid img{
  flex:0 0 auto;
  height:16px;
  width:16px;
}

.journey-lower{
  align-items:stretch;
  display:grid;
  flex:1 1 auto;
  gap:18px;
  grid-template-columns:minmax(0,1.58fr) minmax(360px,1fr);
  height:calc(100dvh - var(--about-nav-height) - var(--journey-top-outer) - 28px);
  min-height:382px;
  overflow:hidden;
  padding-top:10px;
}

.journey-experience-panel,
.journey-info-stack{
  min-height:0;
  padding-right:0;
}

.journey-experience-panel{
  background:#fff;
  border:1px solid var(--journey-border);
  border-radius:var(--journey-radius);
  box-shadow:var(--journey-shadow);
  height:100%;
  max-height:none;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:14px 22px;
  scrollbar-color:#c9d2df transparent;
  scrollbar-width:thin;
}

.journey-info-stack{
  display:grid;
  overflow:hidden;
}

.journey-section-title{
  align-items:center;
  color:var(--journey-ink);
  display:flex;
  font-size:16px;
  font-weight:850;
  gap:10px;
  letter-spacing:0;
  margin:0 0 6px;
  text-transform:none;
}

.journey-section-title > span{
  align-items:center;
  background:#fff;
  border:1px solid #dbe6ff;
  border-radius:10px;
  display:inline-flex;
  height:30px;
  justify-content:center;
  width:30px;
}

.journey-section-title > span img{
  display:block;
  height:18px;
  width:18px;
}

.journey-timeline{
  display:grid;
  gap:0;
  min-height:0;
  overflow:visible;
  padding-left:24px;
  padding-right:0;
  position:relative;
}

.journey-experience-panel::-webkit-scrollbar{
  width:6px;
}

.journey-experience-panel::-webkit-scrollbar-track{
  background:transparent;
}

.journey-experience-panel::-webkit-scrollbar-thumb{
  background:#c9d2df;
  border-radius:999px;
}

.journey-timeline::before{
  background:#d9e0eb;
  bottom:24px;
  content:"";
  left:5px;
  position:absolute;
  top:14px;
  width:1px;
}

.journey-experience-card{
  background:transparent;
  border:0;
  border-bottom:1px solid #E9EDF4;
  border-radius:0;
  box-shadow:none;
  display:grid;
  gap:14px;
  grid-template-columns:44px minmax(0,1fr);
  min-height:66px;
  padding:8px 0;
  position:relative;
}

.journey-experience-card:last-child{
  border-bottom:0;
}

.journey-experience-card::before{
  background:var(--journey-blue);
  border:4px solid #fff;
  border-radius:999px;
  content:"";
  height:13px;
  left:-25px;
  position:absolute;
  top:20px;
  width:13px;
  z-index:1;
}

.journey-logo{
  align-items:center;
  background:#fff;
  border:1px solid var(--journey-border);
  border-radius:12px;
  box-shadow:none;
  display:flex;
  height:42px;
  justify-content:center;
  overflow:hidden;
  padding:7px;
  width:42px;
}

.journey-logo img{
  display:block;
  max-height:28px;
  max-width:31px;
  object-fit:contain;
}

.journey-exp-copy{
  min-width:0;
}

.journey-exp-head{
  align-items:flex-start;
  display:flex;
  gap:14px;
  justify-content:space-between;
  margin-bottom:2px;
}

.journey-exp-head h3{
  color:var(--journey-ink);
  font-size:13.5px;
  font-weight:850;
  line-height:1.2;
  margin:0 0 3px;
}

.journey-exp-head p{
  color:var(--journey-blue);
  font-size:11.5px;
  font-weight:800;
  margin:0;
}

.journey-exp-head time{
  color:#344054;
  flex:0 0 auto;
  display:grid;
  font-size:11.5px;
  gap:1px;
  font-weight:650;
  line-height:1.5;
  text-align:right;
  white-space:nowrap;
}

.journey-exp-copy > p{
  color:var(--journey-muted);
  display:-webkit-box;
  font-size:11.5px;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  line-height:1.4;
  margin:0;
  max-width:560px;
  overflow:hidden;
}

.journey-experience-card:first-of-type .journey-exp-copy > p{
  -webkit-line-clamp:3;
}

.journey-experience-card-long{
  min-height:84px;
}

.journey-experience-card-long .journey-exp-copy > p{
  -webkit-line-clamp:3;
}

.journey-badge{
  align-items:center;
  background:#EEF4FF;
  border:0;
  border-radius:999px;
  color:var(--journey-blue);
  display:inline-flex;
  font-size:10px;
  font-weight:600;
  height:20px;
  margin-top:4px;
  padding:0 8px;
}

.journey-info-stack{
  align-content:stretch;
  display:grid;
  gap:6px;
  grid-template-rows:
    minmax(78px,.82fr)
    minmax(88px,.98fr)
    minmax(56px,.48fr)
    minmax(78px,.78fr)
    minmax(70px,.64fr);
  height:100%;
}

.journey-info-card{
  background:#fff;
  border:1px solid var(--journey-border);
  border-radius:var(--journey-radius-sm);
  box-shadow:0 14px 32px -32px rgba(11,18,32,.35);
  box-sizing:border-box;
  overflow:hidden;
  padding:9px 14px;
}

.journey-info-stack .journey-info-card:last-child{
  min-height:0;
}

.journey-info-card.journey-education-card{
  display:block;
}

.journey-info-card h3{
  align-items:center;
  color:var(--journey-ink);
  display:flex;
  font-size:12.5px;
  font-weight:850;
  gap:10px;
  margin:0 0 5px;
}

.journey-info-card h3 span{
  align-items:center;
  display:inline-flex;
  justify-content:center;
}

.journey-info-card h3 img{
  display:block;
  height:16px;
  width:16px;
}

.journey-info-row{
  display:grid;
  gap:9px;
  grid-template-columns:42px minmax(0,1fr);
}

.journey-school-mark{
  align-items:center;
  background:#fff;
  border:1px solid var(--journey-border);
  border-radius:12px;
  color:#145BFF;
  display:flex;
  height:42px;
  justify-content:center;
  padding:6px;
  width:42px;
}

.journey-school-mark img{
  display:block;
  height:100%;
  object-fit:contain;
  width:100%;
}

.journey-info-card h4{
  color:var(--journey-ink);
  font-size:11px;
  font-weight:850;
  line-height:1.25;
  margin:0 0 4px;
}

.journey-info-card p,
.journey-info-card small{
  color:#687286;
  display:block;
  font-size:9.5px;
  line-height:1.22;
  margin:0;
}

.journey-info-card strong{
  color:var(--journey-blue);
  display:block;
  font-size:10.5px;
  font-weight:850;
  margin-top:3px;
}

.journey-course-card p{
  align-items:center;
  display:flex;
  gap:18px;
  justify-content:space-between;
  margin-top:4px;
}

.journey-course-card p strong{
  color:var(--journey-ink);
  margin:0;
}

.journey-course-card p span{
  color:var(--journey-ink);
  font-size:11px;
  font-weight:850;
}

.journey-tool-grid{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.journey-tool-grid span{
  align-items:center;
  border-radius:10px;
  color:#fff;
  display:inline-flex;
  font-size:11px;
  font-weight:900;
  height:24px;
  justify-content:center;
  min-width:30px;
  padding:0 10px;
}

.journey-tool-grid .tool-ai{ background:#50140c; color:#ff9c2f; }
.journey-tool-grid .tool-ps{ background:#06213d; color:#65bbff; }
.journey-tool-grid .tool-pr{ background:#130a4d; color:#bcb0ff; }
.journey-tool-grid .tool-ae{ background:#080852; color:#b7b8ff; }
.journey-tool-grid .tool-figma{ background:#20242d; }
.journey-tool-grid .tool-canva{ background:#5d43ff; }
.journey-tool-grid .tool-sketchup{ background:#eaf4ff; border:1px solid #dbe7ff; color:#145BFF; }

.journey-interest-grid{
  display:grid;
  gap:6px;
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.journey-interest-grid span{
  align-items:center;
  border:1px solid #e2e8f0;
  border-radius:10px;
  color:#596274;
  display:flex;
  flex-direction:column;
  font-size:8.6px;
  font-weight:750;
  gap:2px;
  justify-content:center;
  line-height:1.25;
  min-height:34px;
  padding:4px 4px;
  text-align:center;
  white-space:normal;
}

.journey-interest-grid img{
  display:block;
  height:12px;
  width:12px;
}

.journey-availability-card h3{
  margin-bottom:5px;
}

.journey-info-card h3 .journey-status-dot{
  background:#17C964;
  border-radius:999px;
  height:8px;
  width:8px;
}

.journey-availability-card > p{
  color:#0B1220;
  font-size:10.5px;
  font-weight:600;
  margin:0 0 8px;
}

.journey-contact-row{
  align-items:center;
  display:grid;
  gap:6px;
  grid-template-columns:minmax(0,1.35fr) auto auto;
}

.journey-contact-row a{
  align-items:center;
  color:#5B6472;
  display:inline-flex;
  font-size:9.5px;
  font-weight:650;
  gap:6px;
  min-width:0;
  text-decoration:none;
}

.journey-contact-row a:hover{
  color:var(--journey-blue);
}

.journey-contact-row span{
  color:#0B1220;
  font-weight:900;
  line-height:1;
}

@media (min-width:1024px){
  .journey-shell{
    --about-container-width:min(calc(100% - 64px),1540px);
  }
}

@media (min-width:1024px) and (max-height:760px){
  .journey-shell{
    --journey-top-outer:210px;
    --journey-photo-w:140px;
    --journey-photo-h:188px;
  }

  .journey-dashboard{
    padding:6px 0 8px;
  }

  .journey-top{
    gap:24px;
    grid-template-columns:var(--journey-photo-w) minmax(420px,1fr) 330px;
    padding:11px 20px;
  }

  .journey-kicker{
    font-size:10px;
    margin-bottom:3px;
  }

  .journey-profile h2{
    font-size:clamp(40px,3.2vw,52px);
    margin-bottom:4px;
  }

  .journey-role{
    font-size:13.5px;
    margin-bottom:6px;
  }

  .journey-summary{
    font-size:12px;
    line-height:1.35;
  }

  .journey-stats{
    height:56px;
    margin-top:8px;
  }

  .journey-stat{
    padding:7px 16px 9px;
  }

  .journey-stat::before{
    bottom:5px;
    left:16px;
  }

  .journey-stat strong{
    font-size:17px;
  }

  .journey-stat p{
    font-size:9.2px;
    line-height:1.16;
    margin-top:4px;
  }

  .journey-services{
    padding-left:18px;
  }

  .journey-services h3{
    font-size:14px;
    margin-bottom:8px;
  }

  .journey-service-grid{
    gap:7px;
  }

  .journey-service-grid span{
    font-size:10.5px;
    gap:9px;
    min-height:28px;
    padding:0 12px;
  }

  .journey-service-grid img{
    height:14px;
    width:14px;
  }

  .journey-lower{
    gap:18px;
    height:calc(100dvh - var(--about-nav-height) - var(--journey-top-outer) - 20px);
    min-height:398px;
    padding-top:8px;
  }

  .journey-experience-panel{
    padding:12px 20px;
  }

  .journey-info-stack{
    grid-template-rows:
      minmax(74px,.76fr)
      minmax(78px,.84fr)
      minmax(48px,.44fr)
      minmax(64px,.68fr)
      minmax(60px,.56fr);
  }

  .journey-info-card{
    padding:7px 12px;
  }

  .journey-info-card h3{
    font-size:11.5px;
    gap:8px;
    margin-bottom:4px;
  }

  .journey-info-card h3 img{
    height:14px;
    width:14px;
  }

  .journey-info-row{
    gap:8px;
    grid-template-columns:34px minmax(0,1fr);
  }

  .journey-school-mark{
    border-radius:10px;
    height:34px;
    padding:5px;
    width:34px;
  }

  .journey-info-card h4{
    font-size:9.8px;
    line-height:1.12;
    margin-bottom:2px;
  }

  .journey-info-card p,
  .journey-info-card small{
    font-size:8.7px;
    line-height:1.14;
  }

  .journey-info-card strong{
    font-size:9.2px;
    margin-top:2px;
  }

  .journey-course-card p{
    margin-top:3px;
  }

  .journey-course-card p span{
    font-size:9.5px;
  }

  .journey-tool-grid{
    gap:5px;
  }

  .journey-tool-grid span{
    border-radius:8px;
    font-size:9.5px;
    height:19px;
    min-width:25px;
    padding:0 8px;
  }

  .journey-info-stack .journey-info-card:nth-child(3){
    padding-bottom:6px;
    padding-top:6px;
  }

  .journey-info-stack .journey-info-card:nth-child(3) h3{
    margin-bottom:3px;
  }

  .journey-interest-grid{
    gap:5px;
  }

  .journey-interest-grid span{
    border-radius:8px;
    font-size:7.7px;
    line-height:1.12;
    min-height:30px;
    padding:3px 3px;
  }

  .journey-interest-grid img{
    height:11px;
    width:11px;
  }

  .journey-availability-card > p{
    font-size:9px;
    margin-bottom:5px;
  }

  .journey-contact-row{
    gap:5px;
  }

  .journey-contact-row a{
    font-size:8.3px;
    gap:4px;
  }
}

@media (max-width:1180px){
  #about-modal{
    overflow-y:auto;
  }

  .journey-shell,
  .journey-dashboard{
    height:auto;
    min-height:0;
    overflow:visible;
  }

  .journey-top{
    grid-template-columns:250px minmax(0,1fr);
    min-height:0;
  }

  .journey-services{
    border-left:0;
    grid-column:1 / -1;
    padding-left:0;
  }

  .journey-service-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }

  .journey-experience-panel{
    max-height:none;
    min-height:0;
    overflow:visible;
    padding-right:0;
  }

  .journey-timeline{
    overflow:visible;
    padding-right:0;
  }
}

@media (max-width:960px){
  .journey-top,
  .journey-lower{
    gap:30px;
    grid-template-columns:1fr;
  }

  .journey-photo-card{
    max-width:280px;
    width:100%;
  }

  .journey-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  #about-modal > .sticky > div{
    width:100%;
  }

  .journey-dashboard{
    padding:22px 16px 38px;
    width:100%;
  }

  .journey-top{
    padding:18px;
  }

  .journey-profile h2{
    font-size:42px;
  }

  .journey-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    height:auto;
  }

  .journey-stat{
    min-height:78px;
  }

  .journey-stat:nth-child(2n){
    border-right:0;
  }

  .journey-stat:nth-child(-n+2){
    border-bottom:1px solid #E9EDF4;
  }

  .journey-service-grid{
    grid-template-columns:1fr;
  }

  .journey-timeline{
    padding-left:22px;
  }

  .journey-timeline::before{
    left:4px;
  }

  .journey-experience-card{
    gap:14px;
    grid-template-columns:52px minmax(0,1fr);
    padding:15px;
  }

  .journey-experience-card::before{
    left:-24px;
  }

  .journey-logo{
    height:52px;
    width:52px;
  }

  .journey-logo img{
    max-height:34px;
    max-width:38px;
  }

  .journey-exp-head{
    display:block;
  }

  .journey-exp-head time{
    display:block;
    margin-top:8px;
  }

  .journey-info-row{
    grid-template-columns:52px minmax(0,1fr);
  }

  .journey-interest-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* More About Me: vertical reading layout */
.journey-shell{
  --about-container-max:1280px;
  --about-container-width:min(calc(100% - 48px),1280px);
  --journey-photo-w:220px;
  --journey-photo-h:292px;
  min-height:calc(100vh - var(--about-nav-height));
}

#about-modal{
  overflow-y:auto;
}

#about-modal > .sticky > div{
  max-width:1280px;
  width:min(calc(100% - 48px),1280px);
}

.journey-dashboard{
  height:auto;
  min-height:0;
  padding:18px 0 36px;
}

.journey-top{
  gap:36px;
  grid-template-columns:var(--journey-photo-w) minmax(0,1fr) minmax(290px,340px);
  min-height:0;
  padding:28px;
}

.journey-photo-card{
  height:var(--journey-photo-h);
  width:var(--journey-photo-w);
}

.journey-kicker{
  font-size:12px;
  margin-bottom:8px;
}

.journey-profile h2{
  font-size:clamp(52px,5vw,72px);
  line-height:.94;
  margin-bottom:10px;
}

.journey-role{
  font-size:17px;
  margin-bottom:12px;
}

.journey-summary{
  font-size:14px;
  line-height:1.65;
  max-width:710px;
  -webkit-line-clamp:3;
}

.journey-stats{
  height:auto;
  margin-top:16px;
  min-height:84px;
}

.journey-stat{
  padding:17px 20px 18px;
}

.journey-stat::before{
  bottom:11px;
  left:20px;
  width:22px;
}

.journey-stat strong{
  font-size:24px;
}

.journey-stat p{
  font-size:12px;
  line-height:1.28;
  margin-top:7px;
}

.journey-services{
  align-self:center;
  padding-left:28px;
}

.journey-services h3{
  font-size:18px;
  margin-bottom:14px;
}

.journey-service-grid{
  gap:10px;
}

.journey-service-grid span{
  font-size:13px;
  min-height:40px;
}

.journey-service-grid img{
  height:17px;
  width:17px;
}

.journey-lower{
  display:grid;
  gap:18px;
  grid-template-columns:1fr;
  height:auto;
  min-height:0;
  overflow:visible;
  padding-top:18px;
}

.journey-experience-panel{
  height:auto;
  max-height:none;
  overflow:visible;
  padding:24px;
}

.journey-section-title{
  font-size:18px;
  margin-bottom:12px;
}

.journey-section-title > span{
  height:34px;
  width:34px;
}

.journey-section-title > span img{
  height:19px;
  width:19px;
}

.journey-timeline{
  padding-left:30px;
}

.journey-timeline::before{
  left:6px;
  top:20px;
}

.journey-experience-card{
  gap:18px;
  grid-template-columns:54px minmax(0,1fr);
  min-height:94px;
  padding:16px 0;
}

.journey-experience-card::before{
  height:14px;
  left:-31px;
  top:32px;
  width:14px;
}

.journey-logo{
  border-radius:14px;
  height:54px;
  padding:8px;
  width:54px;
}

.journey-logo img{
  max-height:36px;
  max-width:40px;
}

.journey-exp-head{
  margin-bottom:5px;
}

.journey-exp-head h3{
  font-size:16px;
}

.journey-exp-head p{
  font-size:13px;
}

.journey-exp-head time{
  font-size:13px;
  line-height:1.4;
}

.journey-exp-copy > p,
.journey-experience-card:first-of-type .journey-exp-copy > p,
.journey-experience-card-long .journey-exp-copy > p{
  display:block;
  font-size:13px;
  line-height:1.55;
  max-width:760px;
  overflow:visible;
}

.journey-experience-card-long{
  min-height:112px;
}

.journey-badge{
  font-size:11px;
  height:24px;
  margin-top:8px;
  padding:0 10px;
}

.journey-info-stack{
  align-content:start;
  display:grid;
  gap:18px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:none;
  height:auto;
  overflow:visible;
}

.journey-info-card{
  min-height:0;
  overflow:visible;
  padding:20px;
}

.journey-info-card h3{
  font-size:15px;
  gap:10px;
  margin-bottom:14px;
}

.journey-info-card h3 img{
  height:17px;
  width:17px;
}

.journey-info-row{
  gap:14px;
  grid-template-columns:56px minmax(0,1fr);
}

.journey-school-mark{
  height:56px;
  padding:7px;
  width:56px;
}

.journey-info-card h4{
  font-size:14px;
  line-height:1.3;
}

.journey-info-card p,
.journey-info-card small{
  font-size:12px;
  line-height:1.45;
}

.journey-info-card strong{
  font-size:13px;
  margin-top:5px;
}

.journey-course-card p{
  margin-top:10px;
}

.journey-course-card p:first-of-type{
  margin-top:0;
}

.journey-course-card p span{
  font-size:13px;
}

.journey-tool-grid{
  gap:9px;
}

.journey-tool-grid span{
  border-radius:10px;
  font-size:12px;
  height:30px;
  min-width:36px;
}

.journey-tool-grid .tool-ai,
.journey-tool-grid .tool-ps,
.journey-tool-grid .tool-pr,
.journey-tool-grid .tool-ae{
  aspect-ratio:1 / 1;
  min-width:0;
  padding:0;
  width:30px;
}

.journey-tool-grid .tool-logo{
  align-items:center;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  display:inline-flex;
  height:30px;
  justify-content:center;
  min-width:42px;
  padding:0 !important;
}

.journey-tool-grid .tool-logo img{
  display:block;
  height:22px;
  max-width:76px;
  object-fit:contain;
  width:auto;
}

.journey-tool-grid .tool-figma{
  min-width:0;
  padding:0 6px;
  width:auto;
}

.journey-tool-grid .tool-figma img{
  height:24px;
  max-width:none;
}

.journey-tool-grid .tool-chatgpt{
  aspect-ratio:1 / 1;
  min-width:0;
  padding:0;
  width:30px;
}

.journey-tool-grid .tool-chatgpt img{
  height:24px;
  max-width:24px;
}

.journey-tool-grid .tool-canva img{
  height:22px;
  max-width:66px;
}

.journey-tool-grid .tool-sketchup img{
  height:25px;
  max-width:108px;
}

/* UI/UX responsive polish pass */
.hero-section > .max-w-7xl{
  min-height:0;
  padding-bottom:clamp(38px,4vw,56px);
  padding-top:clamp(28px,3.4vw,44px);
}

#hero-frame{
  height:clamp(270px,28vw,320px) !important;
}

.hero-section .glow{
  opacity:.72;
}

.project-desc{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}

.project-card-tile .project-desc,
.project-card-small .project-desc{
  -webkit-line-clamp:2;
}

.brand-cloud-section{
  background:#f6f7fa;
}

.brand-cloud{
  overflow:hidden;
}

.brand-cloud-track{
  will-change:transform;
}

@media (max-width:1023px){
  .hero-section > .max-w-7xl{
    min-height:0;
  }

  #hero-frame{
    height:clamp(260px,52vw,340px) !important;
  }
}

@media (max-width:767px){
  :root{
    --type-hero:clamp(40px,11vw,46px);
    --type-section:clamp(30px,8vw,38px);
    --type-section-large:clamp(32px,8.4vw,40px);
    --type-card-title:clamp(23px,7.2vw,30px);
  }

  .hero-section{
    padding-top:12px;
  }

  .hero-section > .max-w-7xl{
    gap:28px;
    padding-bottom:34px;
    padding-top:24px;
  }

  .hero-title{
    line-height:1;
  }

  .hero-title + p{
    font-size:16px;
    line-height:1.65;
    margin-top:18px;
  }

  #hero-frame{
    height:248px !important;
  }

  .hero-impact-card-wrap{
    margin:8px auto 20px;
    padding:0 18px;
  }

  .hero-impact-grid{
    border-radius:8px;
    padding:14px 12px;
  }

  .hero-impact-grid div{
    min-height:68px;
    padding:0 10px;
  }

  .hero-impact-grid p{
    font-size:26px;
  }

  .hero-impact-grid span{
    font-size:12px;
  }

  .brand-cloud-section > div:not(.hero-impact-card-wrap){
    padding-bottom:18px;
    padding-top:18px;
  }

  .brand-cloud-heading{
    margin-bottom:18px;
  }

  .brand-cloud-heading span,
  .brand-cloud-heading strong{
    font-size:clamp(24px,7vw,30px);
    line-height:1.05;
  }

  .brand-cloud{
    margin-top:8px;
  }

  .brand-logo{
    padding-left:28px;
    padding-right:28px;
  }

  #work [aria-label="Filter projects"],
  .gallery-category-filter{
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin-left:-6px;
    margin-right:-6px;
    overflow-x:auto;
    padding:0 6px 8px;
    scrollbar-width:none;
  }

  #work [aria-label="Filter projects"]::-webkit-scrollbar,
  .gallery-category-filter::-webkit-scrollbar{
    display:none;
  }

  .filter-btn,
  .gallery-filter-btn{
    flex:0 0 auto;
    white-space:nowrap;
  }

  .project-card,
  .project-card-featured,
  .project-card-small,
  .project-card-wide{
    min-height:280px;
  }

  .project-card-featured{
    min-height:320px;
  }

  .project-card-wide{
    min-height:250px;
  }

  .project-pill{
    font-size:10px;
    padding:8px 12px;
  }

  .project-title{
    font-size:clamp(24px,7vw,30px);
  }

  .project-desc{
    font-size:14px;
    line-height:1.45;
    margin-top:8px;
    max-width:100%;
  }

  .project-card-bottom{
    gap:14px;
  }

  .project-action{
    width:auto;
  }

  .gallery-explore{
    border-radius:18px;
    gap:14px;
  }
}

@media (max-width:420px){
  .site-header-inner{
    padding-left:16px;
    padding-right:16px;
  }

  .availability-badge{
    max-width:100%;
  }

  .availability-badge,
  .hero-section a[href="#work"],
  .hero-section [data-open-contact]{
    font-size:13px;
  }
}

.journey-interest-grid{
  gap:10px;
}

.journey-interest-grid span{
  font-size:11px;
  gap:6px;
  line-height:1.25;
  min-height:66px;
  padding:10px 8px;
}

.journey-interest-grid img{
  height:16px;
  width:16px;
}

.journey-availability-card{
  grid-column:1 / -1;
}

.journey-availability-card h3{
  margin-bottom:8px;
}

.journey-availability-card > p{
  font-size:13px;
  margin-bottom:12px;
}

.journey-contact-row{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.journey-contact-row a{
  font-size:12px;
}

@media (max-width:1180px){
  .journey-top{
    grid-template-columns:190px minmax(0,1fr);
  }

  .journey-photo-card{
    height:252px;
    width:190px;
  }

  .journey-services{
    border-left:0;
    grid-column:1 / -1;
    padding-left:0;
  }

  .journey-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:820px){
  .journey-shell{
    --about-container-width:min(calc(100% - 32px),1280px);
  }

  #about-modal > .sticky > div{
    width:min(calc(100% - 32px),1280px);
  }

  .journey-top,
  .journey-info-stack{
    grid-template-columns:1fr;
  }

  .journey-photo-card{
    height:280px;
    width:210px;
  }

  .journey-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .journey-stat:nth-child(2n){
    border-right:0;
  }

  .journey-stat:nth-child(-n+2){
    border-bottom:1px solid #E9EDF4;
  }

  .journey-service-grid{
    grid-template-columns:1fr;
  }

  .journey-availability-card{
    grid-column:auto;
  }
}

/* Publish polish overrides */
.site-brand-logo{
  display:block;
  height:24px;
  max-width:104px;
  object-fit:contain;
  width:auto;
}

.footer-status,
#footer-theme-toggle{
  display:none !important;
}

.footer-availability-note{
  align-items:center;
  background:rgba(255,255,255,.92);
  border:1px solid #E1E5EC;
  border-radius:999px;
  color:#3F4755;
  display:inline-flex;
  font-size:14px;
  font-weight:700;
  gap:8px;
  line-height:1.18;
  margin-top:0;
  padding:9px 12px;
  white-space:nowrap;
}

.footer-availability-note .availability-dot{
  flex:0 0 auto;
}

#about-services > span{
  align-items:center;
  display:inline-flex;
  gap:8px;
}

.about-service-icon{
  display:block;
  flex:0 0 auto;
  height:16px;
  object-fit:contain;
  width:16px;
}

.about-more-btn{
  border-radius:999px !important;
}

.page-section-cta button[data-open-contact]{
  border-radius:999px !important;
}

.about-social-icon{
  align-items:center;
  background:transparent !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:none !important;
  display:inline-flex;
  height:40px !important;
  justify-content:center;
  padding:0 !important;
  width:40px !important;
}

.about-social-icon img{
  display:block;
  filter:none !important;
  height:40px !important;
  object-fit:contain;
  width:40px !important;
}

.about-portrait-frame{
  height:408px !important;
  width:326px !important;
}

.hero-section > .max-w-7xl{
  padding-bottom:calc(clamp(38px,4vw,56px) + 46px) !important;
}

.brand-cloud-section{
  background:transparent !important;
  border-bottom:0 !important;
  border-top:0 !important;
  position:relative;
}

.brand-cloud-section::before{
  background:#f6f7fa;
  border-bottom:1px solid #E6E8EC;
  border-top:1px solid #E6E8EC;
  bottom:0;
  content:"";
  left:0;
  pointer-events:none;
  position:absolute;
  right:0;
  top:44px;
  z-index:0;
}

.brand-cloud-section > *{
  position:relative;
  z-index:1;
}

@media (max-width:640px){
  .hero-section > .max-w-7xl{
    padding-bottom:78px !important;
  }

  .brand-cloud-section::before{
    top:24px;
  }
}

/* Motion polish */
:root{
  --motion-ease:cubic-bezier(.22,1,.36,1);
  --motion-fast:180ms;
  --motion-medium:420ms;
  --motion-slow:760ms;
}

.site-header,
.site-header-inner,
.site-header nav a,
.site-header [data-open-contact],
.hero-section a[href="#work"],
.hero-section [data-open-contact],
.about-more-btn,
.about-social-icon,
#about-services > span,
.footer-availability-note{
  transition:
    background-color var(--motion-medium) var(--motion-ease),
    border-color var(--motion-medium) var(--motion-ease),
    box-shadow var(--motion-medium) var(--motion-ease),
    color var(--motion-fast) ease,
    opacity var(--motion-fast) ease,
    transform var(--motion-medium) var(--motion-ease);
}

.site-header nav a{
  position:relative;
}

.site-header nav a::after{
  background:#145BFF;
  border-radius:999px;
  bottom:-7px;
  content:"";
  height:2px;
  left:50%;
  opacity:0;
  position:absolute;
  transform:translateX(-50%) scaleX(.45);
  transform-origin:center;
  transition:opacity var(--motion-fast) ease, transform var(--motion-medium) var(--motion-ease);
  width:16px;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after{
  opacity:1;
  transform:translateX(-50%) scaleX(1);
}

.hero-section > .max-w-7xl > div:first-child,
.hero-section > .max-w-7xl > div:last-child{
  animation:heroLift var(--motion-slow) var(--motion-ease) both;
}

.hero-section > .max-w-7xl > div:last-child{
  animation-delay:120ms;
}

.hero-title{
  animation:heroTitleIn 900ms var(--motion-ease) both 90ms;
}

.hero-section .glow{
  animation:heroGlow 8s ease-in-out infinite alternate;
}

.hero-client-badge{
  animation:badgeBreathe 4.8s ease-in-out infinite;
  will-change:transform;
}

.hero-client-badge-b{
  animation-delay:.5s;
}

.hero-client-badge-c{
  animation-delay:1.1s;
}

.hero-client-badge-d{
  animation-delay:1.7s;
}

.hero-client-badge-a{
  --badge-rotate:3deg;
}

.hero-client-badge-b{
  --badge-rotate:-5deg;
}

.hero-client-badge-c{
  --badge-rotate:-3deg;
}

.hero-client-badge-d{
  --badge-rotate:4deg;
}

#hero-frame{
  overflow:hidden;
  isolation:isolate;
  transform:translate3d(var(--hero-pan-x, 0), var(--hero-pan-y, 0), 0);
  transition:
    filter var(--motion-medium) ease,
    transform 700ms var(--motion-ease);
  will-change:transform;
}

.hero-frame-media{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  transform:translate3d(100%, 0, 0);
  transition:transform 720ms cubic-bezier(.22, 1, .36, 1);
  will-change:transform;
}

.hero-frame-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(11,18,32,.12), rgba(11,18,32,.78));
  pointer-events:none;
}

.hero-frame-media.is-active{
  transform:translate3d(0, 0, 0);
}

.hero-frame-media.is-leaving{
  transform:translate3d(-100%, 0, 0);
}

.hero-frame-copy{
  transition:opacity 260ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1);
  will-change:opacity, transform;
}

.hero-frame-copy.is-swapping{
  opacity:0;
  transform:translate3d(0, 8px, 0);
}

.hero-impact-grid{
  animation:impactCardIn 820ms var(--motion-ease) both 280ms;
}

.brand-logo img{
  transition:opacity var(--motion-medium) ease, transform var(--motion-medium) var(--motion-ease), filter var(--motion-medium) ease;
  will-change:transform;
}

.brand-logo img:hover,
.brand-logo:focus-visible img{
  filter:saturate(1.08);
  opacity:1;
  transform:translateY(var(--logo-y, 0px)) scale(1.055);
}

.project-card{
  transition:box-shadow var(--motion-medium) var(--motion-ease), transform var(--motion-medium) var(--motion-ease), opacity var(--motion-fast) ease;
  will-change:transform;
}

.project-card:hover,
.project-card:focus-visible{
  box-shadow:0 26px 55px -24px rgba(11,18,32,.38);
  transform:translateY(-4px);
}

.project-card-bg{
  transition:transform 800ms var(--motion-ease), filter 800ms var(--motion-ease);
}

.project-card-content{
  transition:transform var(--motion-medium) var(--motion-ease);
}

.project-card:hover .project-card-content,
.project-card:focus-visible .project-card-content{
  transform:translateY(-2px);
}

.project-card.is-filter-enter{
  animation:projectFilterIn 520ms var(--motion-ease) both;
}

.faq-answer{
  display:block;
  max-height:0;
  opacity:0;
  overflow:hidden;
  padding:0 48px 0 0;
  transition:max-height var(--motion-medium) var(--motion-ease), opacity var(--motion-fast) ease, padding-bottom var(--motion-medium) var(--motion-ease);
}

.faq-item.is-open .faq-answer{
  max-height:220px;
  opacity:1;
  padding-bottom:22px;
}

#about-services > span:hover,
#about-services > span:focus-within{
  border-color:rgba(20,91,255,.28);
  box-shadow:0 14px 28px -22px rgba(20,91,255,.42);
  transform:translateY(-2px);
}

.about-social-icon:hover,
.about-social-icon:focus-visible,
.about-more-btn:hover,
.about-more-btn:focus-visible{
  transform:translateY(-2px);
}

.footer-availability-note:hover{
  border-color:rgba(20,91,255,.24);
  box-shadow:0 12px 28px -22px rgba(11,18,32,.32);
  transform:translateY(-1px);
}

#process .grid > .relative{
  border-radius:14px;
  cursor:default;
  transition:transform var(--motion-medium) var(--motion-ease);
}

#process .grid > .relative > p:first-child{
  transition:transform var(--motion-medium) var(--motion-ease), color var(--motion-fast) ease;
}

#process .grid > .relative > .h-px{
  overflow:visible;
}

#process .grid > .relative > .h-px::after{
  background:linear-gradient(90deg, rgba(20,91,255,.38), rgba(20,91,255,0));
  content:"";
  height:1px;
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  transform:scaleX(.12);
  transform-origin:left center;
  transition:opacity var(--motion-fast) ease, transform var(--motion-medium) var(--motion-ease);
  width:88px;
}

#process .grid > .relative > .h-px span{
  box-shadow:0 0 0 0 rgba(20,91,255,.22);
  transition:box-shadow var(--motion-medium) var(--motion-ease), transform var(--motion-medium) var(--motion-ease);
  will-change:transform;
}

#process .grid > .relative:hover,
#process .grid > .relative:focus-within{
  transform:translateY(-3px);
}

#process .grid > .relative:hover > p:first-child,
#process .grid > .relative:focus-within > p:first-child{
  transform:translateY(-2px);
}

#process .grid > .relative:hover > .h-px::after,
#process .grid > .relative:focus-within > .h-px::after{
  opacity:1;
  transform:scaleX(1);
}

#process .grid > .relative:hover > .h-px span,
#process .grid > .relative:focus-within > .h-px span{
  box-shadow:0 0 0 7px rgba(20,91,255,.1);
  transform:translateX(44px) scale(1.15);
}

@keyframes heroLift{
  from{
    opacity:0;
    transform:translateY(18px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes heroTitleIn{
  from{
    opacity:0;
    transform:translateY(16px) scale(.985);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes heroGlow{
  from{
    opacity:.55;
    transform:translate3d(0,0,0) scale(1);
  }
  to{
    opacity:.78;
    transform:translate3d(-18px,16px,0) scale(1.05);
  }
}

@keyframes badgeBreathe{
  0%,100%{
    transform:translate3d(0,0,0) rotate(var(--badge-rotate, 0deg));
  }
  50%{
    transform:translate3d(0,-5px,0) rotate(var(--badge-rotate, 0deg));
  }
}

@keyframes impactCardIn{
  from{
    opacity:0;
    transform:translateY(18px) scale(.985);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes projectFilterIn{
  from{
    opacity:0;
    transform:translateY(12px) scale(.985);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }

  #hero-frame{
    transform:none !important;
  }
}

/* Primary button slide-reverse hover */
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact],
.gallery-explore-link,
.about-more-btn,
.page-section-cta button[data-open-contact]{
  background:transparent !important;
  border:1px solid #145BFF !important;
  isolation:isolate;
  overflow:hidden;
  position:relative;
}

.site-header button[data-open-contact] > *,
#mobile-menu button[data-open-contact] > *,
.gallery-explore-link > *,
.about-more-btn > *,
.page-section-cta button[data-open-contact] > *{
  position:relative;
  z-index:2;
}

.site-header button[data-open-contact] .cta-label,
#mobile-menu button[data-open-contact] .cta-label,
.page-section-cta button[data-open-contact] .cta-label{
  display:inline-flex;
  transition:transform 420ms var(--motion-ease);
}

.site-header button[data-open-contact]::before,
#mobile-menu button[data-open-contact]::before,
.gallery-explore-link::before,
.about-more-btn::before,
.page-section-cta button[data-open-contact]::before,
.site-header button[data-open-contact]::after,
#mobile-menu button[data-open-contact]::after,
.gallery-explore-link::after,
.about-more-btn::after,
.page-section-cta button[data-open-contact]::after{
  border-radius:inherit;
  content:"";
  inset:0;
  pointer-events:none;
  position:absolute;
  transition:transform 520ms var(--motion-ease);
  z-index:-1;
}

.site-header button[data-open-contact]::before,
#mobile-menu button[data-open-contact]::before,
.gallery-explore-link::before,
.about-more-btn::before{
  background:#145BFF;
}

.site-header button[data-open-contact],
#mobile-menu button[data-open-contact],
.gallery-explore-link,
.about-more-btn{
  color:#fff !important;
}

.site-header button[data-open-contact]::after,
#mobile-menu button[data-open-contact]::after,
.gallery-explore-link::after,
.about-more-btn::after{
  background:#fff;
  transform:translateX(-102%);
}

.page-section-cta button[data-open-contact]::before{
  background:#fff;
}

.page-section-cta button[data-open-contact]::after{
  background:#145BFF;
  transform:translateX(-102%);
}

.site-header button[data-open-contact]:hover,
.site-header button[data-open-contact]:focus-visible,
#mobile-menu button[data-open-contact]:hover,
#mobile-menu button[data-open-contact]:focus-visible,
.gallery-explore-link:hover,
.gallery-explore-link:focus-visible,
.about-more-btn:hover,
.about-more-btn:focus-visible{
  background:transparent !important;
  color:#145BFF !important;
  transform:translateY(-2px);
}

.site-header button[data-open-contact]:hover .cta-label,
.site-header button[data-open-contact]:focus-visible .cta-label,
#mobile-menu button[data-open-contact]:hover .cta-label,
#mobile-menu button[data-open-contact]:focus-visible .cta-label,
.page-section-cta button[data-open-contact]:hover .cta-label,
.page-section-cta button[data-open-contact]:focus-visible .cta-label{
  transform:translateX(10px);
}

.site-header button[data-open-contact]:hover svg,
.site-header button[data-open-contact]:focus-visible svg,
.page-section-cta button[data-open-contact]:hover svg,
.page-section-cta button[data-open-contact]:focus-visible svg{
  opacity:0;
  transform:translateX(8px);
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  background:transparent !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.site-header button[data-open-contact]:hover::after,
.site-header button[data-open-contact]:focus-visible::after,
#mobile-menu button[data-open-contact]:hover::after,
#mobile-menu button[data-open-contact]:focus-visible::after,
.gallery-explore-link:hover::after,
.gallery-explore-link:focus-visible::after,
.about-more-btn:hover::after,
.about-more-btn:focus-visible::after,
.page-section-cta button[data-open-contact]:hover::after,
.page-section-cta button[data-open-contact]:focus-visible::after{
  transform:translateX(0);
}

.site-header button[data-open-contact] svg,
#mobile-menu button[data-open-contact] svg,
.gallery-explore-link svg,
.about-more-btn svg,
.page-section-cta button[data-open-contact] svg{
  position:relative;
  z-index:2;
}

.site-header button[data-open-contact] svg *,
#mobile-menu button[data-open-contact] svg *,
.gallery-explore-link svg *,
.about-more-btn svg *,
.page-section-cta button[data-open-contact] svg *{
  stroke:currentColor;
}

/* Pill button standardization */
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact],
.hero-section a[href="#work"],
.hero-section button[data-open-contact],
.gallery-explore-link,
.about-more-btn,
.page-section-cta button[data-open-contact],
.case-cta button[data-open-contact]{
  border-radius:999px !important;
}

/* Responsive QA guardrails */
@media (max-width:768px){
  .page-section-cta > div{
    align-items:flex-start;
  }

  .page-section-cta button[data-open-contact]{
    justify-content:center;
    width:100%;
  }

  .footer-grid{
    gap:32px;
  }

  .footer-social{
    margin-bottom:8px;
  }

  .footer-availability-note{
    max-width:100%;
  }
}

@media (max-width:520px){
  .site-header-inner{
    gap:10px;
  }

  .site-brand-logo{
    height:22px;
    max-width:96px;
  }

  .page-section-cta{
    padding-bottom:52px;
    padding-top:52px;
  }

  .footer-availability-note{
    white-space:normal;
  }
}

/* Stats are intentionally three proof points: experience, projects, and brands. */
.hero-impact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:760px;
  width:min(68vw,760px);
}

.journey-stats{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.journey-stat:nth-child(2n){
  border-right:1px solid #DDE2EA;
}

.journey-stat:nth-child(3n){
  border-right:0;
}

@media (max-width:767px){
  .hero-impact-grid{
    grid-template-columns:1fr;
    max-width:360px;
    width:100%;
  }

  .hero-impact-grid div{
    min-height:66px;
    padding:12px 14px;
  }

  .hero-impact-grid div:not(:last-child)::after{
    bottom:0;
    height:1px;
    left:16px;
    right:16px;
    top:auto;
    width:auto;
  }

  .hero-impact-grid div::before{
    display:none;
  }

  .journey-stats{
    grid-template-columns:1fr;
  }

  .journey-stat,
  .journey-stat:nth-child(2n),
  .journey-stat:nth-child(3n){
    border-right:0;
  }

  .journey-stat:not(:last-child){
    border-bottom:1px solid #DDE2EA;
  }
}

/* Interaction pass: polished reveal, hover, and form motion. */
.hero-section > .max-w-7xl > div:first-child > p:first-child,
.hero-section > .max-w-7xl > div:first-child .availability-badge,
.hero-section > .max-w-7xl > div:first-child .hero-title,
.hero-section > .max-w-7xl > div:first-child .hero-title + p,
.hero-section > .max-w-7xl > div:first-child .flex.flex-wrap.gap-3,
.hero-section > .max-w-7xl > div:last-child{
  animation:heroStaggerUp 780ms var(--motion-ease) both;
}

.hero-section > .max-w-7xl > div:first-child > p:first-child{ animation-delay:40ms; }
.hero-section > .max-w-7xl > div:first-child .availability-badge{ animation-delay:110ms; }
.hero-section > .max-w-7xl > div:first-child .hero-title{ animation-delay:180ms; }
.hero-section > .max-w-7xl > div:first-child .hero-title + p{ animation-delay:260ms; }
.hero-section > .max-w-7xl > div:first-child .flex.flex-wrap.gap-3{ animation-delay:340ms; }
.hero-section > .max-w-7xl > div:last-child{ animation-delay:220ms; }

.hero-section a[href="#work"],
.hero-section button[data-open-contact]{
  box-shadow:0 10px 26px -18px rgba(11,18,32,.45);
}

.hero-section a[href="#work"]:hover,
.hero-section a[href="#work"]:focus-visible,
.hero-section button[data-open-contact]:hover,
.hero-section button[data-open-contact]:focus-visible{
  box-shadow:0 18px 36px -22px rgba(11,18,32,.52);
  transform:translateY(-2px);
}

.project-card::after{
  background:radial-gradient(circle at var(--spotlight-x, 18%) var(--spotlight-y, 18%), rgba(255,255,255,.22), rgba(255,255,255,0) 34%);
  content:"";
  inset:0;
  opacity:0;
  pointer-events:none;
  position:absolute;
  transition:opacity var(--motion-medium) var(--motion-ease);
  z-index:1;
}

.project-card:hover::after,
.project-card:focus-visible::after{
  opacity:1;
}

.project-card-bg,
.project-card-content{
  position:absolute;
}

.project-card-bg{
  inset:0;
  z-index:0;
}
.project-card-content{
  inset:0;
  z-index:2;
}

.project-card.is-filter-enter,
.gallery-work-card.is-filter-enter{
  animation:projectFilterIn 540ms var(--motion-ease) both;
}

.gallery-work-card{
  transition:
    border-color var(--motion-medium) var(--motion-ease),
    box-shadow var(--motion-medium) var(--motion-ease),
    opacity var(--motion-fast) ease,
    transform var(--motion-medium) var(--motion-ease);
}

#about-services > span{
  align-items:center;
  box-shadow:0 10px 24px -24px rgba(11,18,32,.32);
  display:inline-flex;
  gap:7px;
  transition:
    background-color var(--motion-medium) var(--motion-ease),
    border-color var(--motion-medium) var(--motion-ease),
    box-shadow var(--motion-medium) var(--motion-ease),
    color var(--motion-fast) ease,
    transform var(--motion-medium) var(--motion-ease);
}

#about-services > span .about-service-icon{
  transition:filter var(--motion-medium) ease, transform var(--motion-medium) var(--motion-ease);
}

#about-services > span:hover,
#about-services > span:focus-visible{
  background:#fff;
  border-color:rgba(20,91,255,.32);
  box-shadow:0 18px 34px -24px rgba(20,91,255,.42);
  color:#145BFF;
  transform:translateY(-3px);
}

#about-services > span:hover .about-service-icon,
#about-services > span:focus-visible .about-service-icon{
  filter:saturate(1.1);
  transform:translateY(-1px) scale(1.08);
}

.about-social-icon{
  transition:
    background-color var(--motion-medium) var(--motion-ease),
    box-shadow var(--motion-medium) var(--motion-ease),
    transform var(--motion-medium) var(--motion-ease);
}

.about-social-icon:hover,
.about-social-icon:focus-visible{
  box-shadow:0 16px 30px -20px rgba(11,18,32,.4);
  transform:translateY(-3px) scale(1.02);
}

.faq-item{
  transition:border-color var(--motion-medium) ease;
}

.faq-item:hover{
  border-color:rgba(20,91,255,.22);
}

.faq-question{
  transition:color var(--motion-fast) ease, transform var(--motion-medium) var(--motion-ease);
}

.faq-question:hover,
.faq-question:focus-visible{
  color:#145BFF;
  transform:translateX(3px);
}

.faq-answer{
  max-height:0;
  will-change:max-height, opacity;
}





















@keyframes heroStaggerUp{
  from{
    opacity:0;
    transform:translateY(18px) scale(.992);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes contactPanelIn{
  from{
    opacity:0;
    transform:translateY(18px) scale(.985);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* Layout recovery after motion pass */
#work{
  scroll-margin-top:180px;
}

#work [aria-label="Filter projects"]{
  margin-bottom:28px;
  position:relative;
  z-index:2;
}

.project-showcase{
  align-items:stretch;
  gap:20px;
  grid-template-columns:minmax(0,1.7fr) minmax(320px,1fr);
}

.project-side-stack{
  gap:20px;
}

.project-card-featured{
  min-height:500px;
}

.project-card-small{
  aspect-ratio:auto;
  min-height:240px;
}

.project-card-wide{
  min-height:150px;
}

.project-card-content{
  padding:24px;
}

.project-card-small .project-card-content{
  padding:22px;
}

.project-card-wide .project-card-content{
  padding:24px;
}

.project-card:hover,
.project-card:focus-visible{
  transform:translateY(-3px);
}

.project-card:not([data-has-image]) .project-card-bg{
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.16), transparent 26%),
    radial-gradient(ellipse at 16% 78%, rgba(6,10,18,.34) 0%, rgba(6,10,18,.18) 30%, rgba(6,10,18,0) 60%),
    linear-gradient(90deg, rgba(6,10,18,.3) 0%, rgba(6,10,18,.12) 34%, rgba(6,10,18,0) 68%),
    var(--project-art);
}

.project-card[data-has-image] .project-card-bg{
  background:
    radial-gradient(ellipse at 15% 82%, rgba(6,10,18,.72) 0%, rgba(6,10,18,.42) 28%, rgba(6,10,18,0) 58%),
    linear-gradient(90deg, rgba(6,10,18,.5) 0%, rgba(6,10,18,.22) 34%, rgba(6,10,18,.04) 62%, rgba(6,10,18,0) 100%),
    var(--project-art);
}

@media (max-width:1023px){
  .project-showcase{
    grid-template-columns:1fr;
  }

  .project-card-featured,
  .project-card-small,
  .project-card-wide{
    aspect-ratio:auto;
    min-height:300px;
  }
}

@media (max-width:767px){
  #work{
    scroll-margin-top:92px;
  }

  .project-card-featured,
  .project-card-small,
  .project-card-wide{
    min-height:260px;
  }
}

/* Services section */
#services{
  scroll-margin-top:118px;
}

.service-section{
  background:
    radial-gradient(circle at 76% 8%, rgba(20,91,255,.08), transparent 25%),
    linear-gradient(180deg, #fff 0%, #FBFCFF 100%);
}

.service-head{
  margin-bottom:clamp(30px,4vw,48px);
  max-width:620px;
}

.service-head p{
  color:#145BFF;
  font-size:13px;
  font-weight:800;
  letter-spacing:.34em;
  margin-bottom:10px;
  text-transform:uppercase;
}

.service-head h2{
  color:#0B1220;
  font-size:clamp(42px,4.8vw,58px);
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.95;
  margin-bottom:18px;
}

.service-head span{
  color:#536071;
  display:block;
  font-size:16px;
  line-height:1.7;
  max-width:560px;
}

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

.service-card{
  align-items:flex-start;
  background:rgba(255,255,255,.92);
  border:1px solid #DDE3EC;
  border-radius:8px;
  box-shadow:0 22px 54px -42px rgba(11,18,32,.5);
  color:#0B1220;
  cursor:pointer;
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  min-height:170px;
  padding:26px;
  position:relative;
  text-align:left;
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease;
}

.service-card::after{
  background:#145BFF;
  border-radius:999px;
  bottom:22px;
  content:"";
  height:3px;
  left:26px;
  opacity:0;
  position:absolute;
  transform:scaleX(.35);
  transform-origin:left;
  transition:opacity .25s ease, transform .25s ease;
  width:44px;
}

.service-card:hover,
.service-card:focus-visible{
  background:#fff;
  border-color:rgba(20,91,255,.34);
  box-shadow:0 28px 70px -42px rgba(20,91,255,.5);
  outline:none;
  transform:translateY(-4px);
}

.service-card:hover::after,
.service-card:focus-visible::after{
  opacity:1;
  transform:scaleX(1);
}

.service-card-number{
  color:#145BFF;
  font-family:'IBM Plex Mono', monospace;
  font-size:14px;
  font-weight:800;
  grid-column:1;
  line-height:1;
}

.service-card-line{
  align-self:center;
  background:#145BFF;
  border-radius:999px;
  display:block;
  grid-column:2;
  height:3px;
  margin-top:5px;
  width:34px;
}

.service-card-icon{
  grid-column:1;
  height:38px;
  margin-top:24px;
  transition:transform .25s ease;
  width:38px;
}

.service-card:hover .service-card-icon,
.service-card:focus-visible .service-card-icon{
  transform:translateX(4px) scale(1.04);
}

.service-card-copy{
  display:block;
  grid-column:2;
  margin-top:24px;
}

.service-card-copy strong{
  display:block;
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:22px;
  letter-spacing:-.035em;
  line-height:1.1;
  margin-bottom:10px;
}

.service-card-copy span{
  color:#536071;
  display:-webkit-box;
  font-size:14px;
  line-height:1.65;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.service-card-action{
  bottom:22px;
  color:#145BFF;
  font-size:12px;
  font-weight:800;
  opacity:0;
  position:absolute;
  right:26px;
  transform:translateX(-8px);
  transition:opacity .25s ease, transform .25s ease;
}

.service-card:hover .service-card-action,
.service-card:focus-visible .service-card-action{
  opacity:1;
  transform:translateX(0);
}

.service-cta{
  align-items:center;
  background:linear-gradient(120deg, rgba(255,255,255,.96), rgba(242,247,255,.94));
  border:1px solid rgba(20,91,255,.16);
  border-radius:20px;
  box-shadow:0 24px 70px -48px rgba(20,91,255,.6);
  display:flex;
  gap:22px;
  justify-content:space-between;
  margin-top:30px;
  padding:22px 28px;
}

.service-cta-icon{
  align-items:center;
  background:#EAF1FF;
  border-radius:999px;
  display:inline-flex;
  flex:0 0 auto;
  height:54px;
  justify-content:center;
  width:54px;
}

.service-cta-icon img{
  height:26px;
  width:26px;
}

.service-cta p{
  color:#0B1220;
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:22px;
  font-weight:800;
  letter-spacing:-.035em;
  line-height:1.15;
}

.service-cta span{
  color:#536071;
  display:block;
  margin-top:4px;
}

.service-cta-button{
  align-items:center;
  background:#2F57FF;
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  flex:0 0 auto;
  font-size:14px;
  font-weight:800;
  gap:10px;
  justify-content:center;
  min-width:154px;
  overflow:hidden;
  padding:14px 22px;
  position:relative;
}

.service-modal{
  align-items:center;
  display:flex;
  inset:0;
  justify-content:center;
  padding:24px;
  position:fixed;
  z-index:110;
}

.service-modal.hidden{
  display:none;
}

.service-modal-backdrop{
  background:rgba(11,18,32,.62);
  backdrop-filter:blur(10px);
  inset:0;
  position:absolute;
}

.service-modal-panel{
  background:#fff;
  border:1px solid rgba(221,227,236,.9);
  border-radius:28px;
  box-shadow:0 34px 90px -40px rgba(11,18,32,.7);
  max-height:min(760px, calc(100vh - 40px));
  max-width:920px;
  overflow:auto;
  position:relative;
  width:min(920px, 100%);
}

.service-modal-close{
  align-items:center;
  background:#fff;
  border:1px solid #DDE3EC;
  border-radius:999px;
  display:flex;
  height:38px;
  justify-content:center;
  position:absolute;
  right:18px;
  top:18px;
  transition:border-color .2s ease, transform .2s ease;
  width:38px;
  z-index:2;
}

.service-modal-close:hover,
.service-modal-close:focus-visible{
  border-color:#145BFF;
  outline:none;
  transform:scale(1.04);
}

.service-modal-hero{
  align-items:center;
  background:
    radial-gradient(circle at 86% 10%, rgba(20,91,255,.16), transparent 28%),
    linear-gradient(135deg, #F8FBFF 0%, #EEF5FF 100%);
  border-bottom:1px solid #E6E8EC;
  display:grid;
  gap:24px;
  grid-template-columns:minmax(0,1fr) 120px;
  padding:34px 34px 30px;
}

.service-modal-hero .mono{
  color:#145BFF;
  font-size:12px;
  font-weight:800;
  letter-spacing:.28em;
  margin-bottom:12px;
  text-transform:uppercase;
}

.service-modal-hero h2{
  color:#0B1220;
  font-size:clamp(34px,4vw,48px);
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.98;
  margin-bottom:14px;
}

.service-modal-hero p:last-child{
  color:#536071;
  font-size:16px;
  line-height:1.65;
  max-width:650px;
}

.service-modal-icon-wrap{
  align-items:center;
  background:#fff;
  border:1px solid rgba(20,91,255,.16);
  border-radius:26px;
  box-shadow:0 24px 55px -42px rgba(20,91,255,.7);
  display:flex;
  height:112px;
  justify-content:center;
  width:112px;
}

.service-modal-icon-wrap img{
  height:54px;
  width:54px;
}

.service-modal-body{
  display:grid;
  gap:22px;
  grid-template-columns:1.05fr .95fr;
  padding:30px 34px 8px;
}

.service-modal-body section{
  min-width:0;
}

.service-modal-body h3{
  color:#0B1220;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:12px;
  text-transform:uppercase;
}

.service-modal-body p{
  color:#536071;
  line-height:1.7;
}

.service-modal-chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.service-modal-chips span{
  background:#F3F6FA;
  border:1px solid #E6E8EC;
  border-radius:999px;
  color:#0B1220;
  font-size:13px;
  font-weight:700;
  padding:9px 12px;
}

.service-modal-work{
  grid-column:1 / -1;
  padding-top:4px;
}

.service-modal-work-grid{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(3, minmax(0,1fr));
}

.service-modal-project{
  align-items:flex-end;
  background:
    linear-gradient(180deg, rgba(6,10,18,0) 0%, rgba(6,10,18,.7) 100%),
    var(--service-project-art);
  background-position:center;
  background-size:cover;
  border:0;
  border-radius:18px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:138px;
  overflow:hidden;
  padding:16px;
  text-align:left;
  transition:transform .22s ease, filter .22s ease;
}

.service-modal-project span,
.service-modal-project strong{
  width:100%;
}

.service-modal-project span{
  font-family:'IBM Plex Mono', monospace;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:5px;
  text-transform:uppercase;
}

.service-modal-project strong{
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:19px;
  letter-spacing:-.035em;
  line-height:1.05;
}

.service-modal-project:hover,
.service-modal-project:focus-visible{
  filter:saturate(1.08);
  outline:none;
  transform:translateY(-2px);
}

.service-modal-footer{
  align-items:center;
  display:flex;
  gap:12px;
  justify-content:flex-end;
  padding:24px 34px 34px;
}

.service-modal-primary,
.service-modal-secondary{
  align-items:center;
  border-radius:4px;
  display:inline-flex;
  font-size:14px;
  font-weight:800;
  gap:10px;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
}

.service-modal-primary{
  background:#2F57FF;
  color:#fff;
}

.service-modal-secondary{
  background:#fff;
  border:1px solid #DDE3EC;
  color:#0B1220;
}

@media (max-width:1023px){
  .service-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:767px){
  #services{
    scroll-margin-top:92px;
  }

  .service-grid,
  .service-modal-body,
  .service-modal-work-grid{
    grid-template-columns:1fr;
  }

  .service-card{
    min-height:156px;
    padding:22px;
  }

  .service-cta{
    align-items:flex-start;
    flex-direction:column;
    padding:22px;
  }

  .service-cta-button{
    width:100%;
  }

  .service-modal{
    align-items:flex-end;
    padding:12px;
  }

  .service-modal-panel{
    border-radius:22px;
    max-height:calc(100vh - 24px);
  }

  .service-modal-hero{
    grid-template-columns:1fr;
    padding:30px 22px 24px;
  }

  .service-modal-icon-wrap{
    height:82px;
    width:82px;
  }

  .service-modal-icon-wrap img{
    height:40px;
    width:40px;
  }

  .service-modal-body{
    padding:24px 22px 0;
  }

  .service-modal-footer{
    align-items:stretch;
    flex-direction:column;
    padding:22px;
  }
}

/* Services clean-card revision */
.service-card{
  grid-template-columns:72px minmax(0,1fr);
  min-height:188px;
  padding:28px 30px;
}

.service-card::after,
.service-card-line{
  display:none;
}

.service-card-number{
  grid-column:1 / -1;
}

.service-card-icon{
  grid-column:1;
  height:48px;
  margin-top:28px;
  width:48px;
}

.service-card-copy{
  align-self:center;
  grid-column:2;
  margin-top:28px;
}

.service-card-copy strong{
  font-size:25px;
  margin-bottom:0;
}

.service-card-copy > span{
  display:none;
}

.service-card-action{
  bottom:28px;
  color:#145BFF;
  font-size:15px;
  left:30px;
  opacity:1;
  right:auto;
  transform:none;
}

.service-card-action span{
  display:inline-block;
  margin-left:8px;
  transition:transform .22s ease;
}

.service-card:hover .service-card-action,
.service-card:focus-visible .service-card-action{
  transform:none;
}

.service-card:hover .service-card-action span,
.service-card:focus-visible .service-card-action span{
  transform:translateX(4px);
}

.service-modal-panel{
  max-width:720px;
}

.service-modal-hero{
  background:#fff;
  border-bottom:1px solid #DDE3EC;
  display:block;
  padding:34px 42px 28px;
}

.service-modal-hero .mono{
  color:#145BFF;
  font-size:16px;
  letter-spacing:0;
  margin-bottom:20px;
}

.service-modal-title-row{
  align-items:center;
  display:flex;
  gap:24px;
  margin-bottom:22px;
}

.service-modal-hero h2{
  font-size:34px;
  margin:0;
}

.service-modal-hero p:last-child,
#service-modal-desc{
  color:#2F3D55;
  font-size:17px;
  line-height:1.65;
  max-width:560px;
}

.service-modal-icon-wrap{
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  flex:0 0 auto;
  height:56px;
  width:56px;
}

.service-modal-icon-wrap img{
  height:56px;
  width:56px;
}

.service-modal-body{
  display:block;
  padding:26px 42px 0;
}

.service-modal-body section{
  border-bottom:1px solid #DDE3EC;
  padding-bottom:24px;
}

.service-modal-work{
  border-bottom:0 !important;
  padding-top:24px;
}

.service-modal-body h3{
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:21px;
  letter-spacing:-.035em;
  margin-bottom:16px;
  text-transform:none;
}

.service-modal-list{
  display:grid;
  gap:12px;
  list-style:none;
  margin:0;
  padding:0;
}

.service-modal-list li{
  align-items:center;
  color:#26344D;
  display:flex;
  font-size:15px;
  gap:12px;
}

.service-modal-list li span{
  align-items:center;
  background:#145BFF;
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  flex:0 0 auto;
  font-size:11px;
  font-weight:900;
  height:19px;
  justify-content:center;
  width:19px;
}

.service-modal-work-grid{
  gap:14px;
  grid-template-columns:repeat(4, minmax(0,1fr));
}

.service-modal-project{
  background:transparent;
  border:0;
  border-radius:0;
  color:#0B1220;
  display:block;
  min-height:0;
  overflow:visible;
  padding:0;
}

.service-modal-project-art{
  background:
    radial-gradient(circle at 72% 28%, rgba(255,255,255,.3), transparent 28%),
    var(--service-project-art);
  background-position:center;
  background-size:cover;
  border-radius:10px;
  box-shadow:0 18px 36px -28px rgba(11,18,32,.5);
  display:block;
  height:108px;
  margin-bottom:12px;
  width:100%;
}

.service-modal-project strong,
.service-modal-project span:not(.service-modal-project-art){
  color:#0B1220;
  display:block;
  text-align:left;
}

.service-modal-project strong{
  font-size:15px;
  line-height:1.2;
  margin-bottom:4px;
}

.service-modal-project span:not(.service-modal-project-art){
  color:#33425C;
  font-family:'Inter', sans-serif;
  font-size:13px;
  font-weight:500;
  letter-spacing:0;
  margin:0;
  text-transform:none;
}

.service-modal-footer{
  justify-content:center;
  padding:22px 42px 34px;
}

.service-modal-primary,
.service-modal-secondary{
  min-width:210px;
}

.service-modal-secondary{
  border-color:#145BFF;
  color:#145BFF;
}

.service-modal-secondary:disabled{
  border-color:#DDE3EC;
  color:#95A0B2;
  cursor:not-allowed;
}

@media (max-width:767px){
  .service-card{
    grid-template-columns:58px minmax(0,1fr);
    min-height:168px;
    padding:24px;
  }

  .service-card-icon{
    height:42px;
    width:42px;
  }

  .service-card-copy strong{
    font-size:22px;
  }

  .service-card-action{
    bottom:22px;
    left:24px;
  }

  .service-modal-hero,
  .service-modal-body,
  .service-modal-footer{
    padding-left:22px;
    padding-right:22px;
  }

  .service-modal-title-row{
    gap:16px;
  }

  .service-modal-hero h2{
    font-size:28px;
  }

  .service-modal-work-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .service-modal-primary,
  .service-modal-secondary{
    width:100%;
  }
}

/* Service modal layout refinement */
@media (min-width:768px){
  .service-modal{
    padding:28px;
  }

  .service-modal-panel{
    border:1px solid rgba(190,200,216,.72);
    border-radius:24px;
    box-shadow:0 34px 90px -46px rgba(11,18,32,.72);
    max-height:none;
    max-width:940px;
    overflow:visible;
    width:min(940px, calc(100vw - 56px));
  }

  .service-modal-close{
    right:30px;
    top:30px;
  }

  .service-modal-hero{
    border-bottom:1px solid #DDE3EC;
    display:block;
    padding:42px 48px 30px;
  }

  .service-modal-title-row{
    margin-bottom:24px;
    padding-right:48px;
  }

  .service-modal-hero .mono{
    margin-bottom:22px;
  }

  .service-modal-hero h2{
    font-size:36px;
  }

  #service-modal-desc{
    max-width:660px;
  }

  .service-modal-body{
    display:block;
    padding:28px 48px 0;
  }

  .service-modal-body section{
    padding-bottom:26px;
  }

  .service-modal-list{
    column-gap:34px;
    display:grid;
    grid-auto-flow:column;
    grid-template-columns:repeat(2, minmax(0,1fr));
    grid-template-rows:repeat(3, auto);
    row-gap:10px;
  }

  .service-modal-work{
    padding-top:26px;
  }

  .service-modal-work-grid{
    display:grid;
    gap:16px;
    grid-template-columns:repeat(4, minmax(0,1fr));
  }

  .service-modal-project-art{
    height:92px;
  }

  .service-modal-footer{
    justify-content:flex-end;
    padding:24px 48px 40px;
  }

  .service-modal-primary,
  .service-modal-secondary{
    min-width:178px;
  }
}

/* Services rhythm and alignment pass */
.service-section{
  padding-bottom:clamp(68px,6.2vw,92px);
  padding-top:clamp(74px,7vw,110px);
}

.service-head{
  margin-bottom:clamp(42px,4.6vw,52px);
  max-width:560px;
}

.service-head p{
  margin-bottom:12px;
}

.service-head h2{
  margin-bottom:18px;
}

.service-head span{
  max-width:560px;
}

.service-grid{
  gap:24px;
}

.service-card{
  align-content:start;
  border-color:rgba(20,91,255,.14);
  border-radius:24px;
  box-shadow:0 16px 42px -34px rgba(15,23,42,.36);
  column-gap:18px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  grid-template-rows:auto auto auto;
  min-height:178px;
  padding:28px 30px;
  row-gap:0;
}

.service-card:hover,
.service-card:focus-visible{
  border-color:rgba(20,91,255,.34);
  box-shadow:0 24px 56px -38px rgba(20,91,255,.46);
}

.service-card-number{
  font-size:14px;
  grid-column:1 / -1;
  margin-bottom:30px;
}

.service-card-icon{
  align-self:center;
  grid-column:1;
  grid-row:2;
  height:40px;
  margin-top:0;
  width:40px;
}

.service-card-copy{
  align-self:center;
  grid-column:2;
  grid-row:2;
  margin-top:0;
  max-width:260px;
}

.service-card-copy strong{
  font-size:23px;
  line-height:1.14;
}

.service-card-action{
  align-self:start;
  bottom:auto;
  grid-column:2;
  grid-row:3;
  left:auto;
  margin-top:18px;
  position:static;
  right:auto;
}

.service-cta{
  align-items:center;
  gap:24px;
  margin-top:28px;
  padding:28px 34px;
}

.service-cta-icon{
  height:58px;
  width:58px;
}

.service-cta-icon img{
  height:28px;
  width:28px;
}

.service-cta > div{
  flex:1;
  min-width:0;
}

.service-cta p{
  font-size:22px;
  line-height:1.15;
}

.service-cta-button{
  min-height:52px;
  min-width:158px;
}

@media (min-width:768px){
  .service-modal-panel{
    width:min(940px, calc(100vw - 72px));
  }

  .service-modal-hero{
    padding:40px 48px 28px;
  }

  .service-modal-hero .mono{
    margin-bottom:18px;
  }

  .service-modal-title-row{
    margin-bottom:20px;
  }

  .service-modal-hero h2{
    font-size:35px;
  }

  #service-modal-desc{
    font-size:16px;
    line-height:1.58;
  }

  .service-modal-body{
    padding-top:24px;
  }

  .service-modal-body section{
    padding-bottom:22px;
  }

  .service-modal-body h3{
    margin-bottom:14px;
  }

  .service-modal-list{
    row-gap:8px;
  }

  .service-modal-work{
    padding-top:22px;
  }

  .service-modal-project-art{
    height:86px;
  }

  .service-modal-footer{
    padding-bottom:34px;
    padding-top:20px;
  }
}

@media (max-width:767px){
  .service-section{
    padding-top:64px;
  }

  .service-card{
    grid-template-columns:44px minmax(0,1fr);
    min-height:164px;
    padding:24px;
  }

  .service-card-number{
    margin-bottom:26px;
  }

  .service-card-icon{
    height:36px;
    width:36px;
  }

  .service-card-copy strong{
    font-size:21px;
  }

  .service-card-action{
    margin-top:16px;
  }
}

/* Service modal final polish */
.service-card{
  align-content:center;
  grid-template-rows:auto auto;
  min-height:160px;
  padding:30px;
}

.service-card-icon{
  grid-row:1;
}

.service-card-copy{
  grid-row:1;
}

.service-card-action{
  grid-row:2;
  margin-top:22px;
}

.service-modal-panel,
.service-modal-panel:focus,
.service-modal-panel:focus-visible{
  outline:none;
}

.service-modal-panel{
  border:1px solid rgba(214,222,234,.95);
  border-radius:26px;
  box-shadow:0 32px 88px -48px rgba(11,18,32,.72);
  overflow:hidden;
}

.service-modal-close{
  box-shadow:0 10px 24px -18px rgba(15,23,42,.45);
}

.service-modal-hero{
  background:#fff;
}

.service-modal-title-row{
  align-items:center;
  gap:22px;
}

.service-modal-icon-wrap{
  background:rgba(20,91,255,.07);
  border:1px solid rgba(20,91,255,.12);
  border-radius:18px;
  box-shadow:none;
  flex:0 0 58px;
  height:58px;
  width:58px;
}

.service-modal-icon-wrap img{
  height:34px;
  width:34px;
}

.service-modal-hero h2{
  letter-spacing:-.045em;
}

#service-modal-desc{
  color:#3C4A60;
  max-width:720px;
}

.service-modal-body section{
  border-bottom-color:rgba(214,222,234,.88);
}

.service-modal-list li{
  line-height:1.35;
}

.service-modal-project-art{
  box-shadow:0 14px 30px -24px rgba(15,23,42,.5);
}

.service-modal-footer{
  gap:14px;
}

@media (min-width:768px){
  .service-modal-panel{
    width:min(920px, calc(100vw - 72px));
    overflow:hidden;
  }

  .service-modal-hero{
    padding:40px 52px 26px;
  }

  .service-modal-title-row{
    margin-bottom:22px;
    padding-right:52px;
  }

  .service-modal-body{
    padding:26px 52px 0;
  }

  .service-modal-footer{
    padding:22px 52px 36px;
  }

  .service-modal-work-grid{
    gap:16px;
  }
}

@media (max-width:767px){
  .service-card{
    min-height:150px;
  }

  .service-modal-icon-wrap{
    flex-basis:50px;
    height:50px;
    width:50px;
  }

  .service-modal-panel{
    overflow:auto;
  }

  .service-modal-icon-wrap img{
    height:30px;
    width:30px;
  }
}

/* Services typography alignment */
.service-head p{
  font-family:'Inter', sans-serif;
  font-size:13px;
  font-weight:750;
  letter-spacing:.12em;
  line-height:1.2;
  margin-bottom:14px;
  text-transform:uppercase;
}

.service-head h2{
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:var(--type-section);
  font-weight:800;
  letter-spacing:-.035em;
  line-height:1.05;
  margin-bottom:18px;
}

.service-head span{
  color:#536071;
  font-family:'Inter', sans-serif;
  font-size:var(--type-body-large);
  line-height:1.55;
  max-width:600px;
}

.service-card-copy strong{
  font-family:'Bricolage Grotesque', sans-serif;
  font-weight:800;
  letter-spacing:-.025em;
}

.service-card-action,
.service-cta span,
.service-cta-button{
  font-family:'Inter', sans-serif;
}

/* Service CTA banner polish */
.service-cta{
  background:
    radial-gradient(circle at 92% 20%, rgba(36,91,255,.07), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,250,255,.98) 100%);
  border:1px solid rgba(36,91,255,.16);
  border-radius:18px;
  box-shadow:0 20px 48px -42px rgba(11,18,32,.45);
  margin-top:30px;
  padding:22px 28px;
}

.service-cta-icon{
  background:linear-gradient(180deg, #EEF4FF 0%, #E7F0FF 100%);
  border:1px solid rgba(36,91,255,.08);
  border-radius:999px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  color:#245BFF;
  flex:0 0 54px;
  height:54px;
  width:54px;
}

.service-cta-icon img{
  display:none;
}

.service-cta-icon svg{
  display:block;
  height:25px;
  width:25px;
}

.service-cta p{
  color:#0B1220;
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:22px;
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.16;
}

.service-cta > div > span{
  color:#5B6472;
  display:block;
  font-size:15px;
  line-height:1.45;
  margin-top:6px;
}

.service-cta-button{
  background:linear-gradient(135deg, #2D63FF 0%, #174DFF 100%);
  border:1px solid rgba(36,91,255,.16);
  border-radius:999px;
  box-shadow:0 16px 34px -22px rgba(36,91,255,.78);
  color:#fff;
  flex:0 0 auto;
  min-height:50px;
  min-width:154px;
  padding:0 28px;
}

.service-cta-button:hover,
.service-cta-button:focus-visible{
  background:linear-gradient(135deg, #174DFF 0%, #0E42DE 100%);
  box-shadow:0 18px 38px -22px rgba(36,91,255,.9);
}

@media (max-width:767px){
  .service-cta{
    align-items:flex-start;
    flex-direction:column;
    padding:22px;
  }

  .service-cta-button{
    width:100%;
  }
}

/* Service modal compact proportions */
@media (min-width:768px){
  .service-modal{
    padding:28px;
  }

  .service-modal-panel{
    background:#fff;
    border:1px solid rgba(198,208,224,.78);
    border-radius:26px;
    box-shadow:0 30px 84px -50px rgba(11,18,32,.72);
    max-height:none;
    max-width:840px;
    overflow:hidden;
    width:min(830px, calc(100vw - 72px));
  }

  .service-modal-close{
    right:24px;
    top:24px;
  }

  .service-modal-hero{
    border-bottom:1px solid rgba(214,222,234,.9);
    padding:34px 40px 22px;
  }

  .service-modal-title-row{
    gap:18px;
    margin-bottom:18px;
    padding-right:48px;
  }

  .service-modal-icon-wrap{
    border-radius:16px;
    flex-basis:54px;
    height:54px;
    width:54px;
  }

  .service-modal-icon-wrap img{
    height:32px;
    width:32px;
  }

  .service-modal-hero h2{
    font-size:32px;
    line-height:1.02;
  }

  #service-modal-desc{
    font-size:15.5px;
    line-height:1.55;
    max-width:680px;
  }

  .service-modal-body{
    padding:24px 40px 0;
  }

  .service-modal-body section{
    padding-bottom:20px;
  }

  .service-modal-body h3{
    font-size:20px;
    line-height:1.1;
    margin-bottom:13px;
  }

  .service-modal-list{
    column-gap:28px;
    grid-auto-flow:column;
    grid-template-columns:repeat(2, minmax(0,1fr));
    grid-template-rows:repeat(3, auto);
    row-gap:7px;
  }

  .service-modal-list li{
    font-size:14px;
    gap:9px;
    line-height:1.32;
  }

  .service-modal-list li span{
    flex:0 0 18px;
    font-size:11px;
    height:18px;
    width:18px;
  }

  .service-modal-work{
    padding-top:20px;
  }

  .service-modal-work-grid{
    display:grid;
    gap:15px;
    grid-template-columns:repeat(4, minmax(0,1fr));
  }

  .service-modal-project-art{
    aspect-ratio:16 / 9;
    height:auto;
    min-height:0;
  }

  .service-modal-project strong{
    font-size:13.5px;
    line-height:1.15;
    margin-bottom:3px;
  }

  .service-modal-project span:not(.service-modal-project-art){
    font-size:12.5px;
    line-height:1.25;
  }

  .service-modal-footer{
    gap:12px;
    justify-content:flex-end;
    padding:18px 40px 32px;
  }

  .service-modal-primary,
  .service-modal-secondary{
    font-size:13.5px;
    min-height:44px;
    min-width:158px;
    padding:0 22px;
  }
}

/* Service modal spacious premium proportions */
@media (min-width:768px){
  .service-modal{
    align-items:center;
    justify-content:center;
    padding:32px;
  }

  .service-modal-panel{
    background:#fff;
    border:1px solid rgba(198,208,224,.82);
    border-radius:28px;
    box-shadow:0 34px 92px -52px rgba(11,18,32,.74);
    max-height:none;
    max-width:820px;
    min-height:590px;
    overflow:hidden;
    width:min(810px, calc(100vw - 72px));
  }

  .service-modal-close{
    right:26px;
    top:26px;
  }

  .service-modal-hero{
    border-bottom:1px solid rgba(214,222,234,.9);
    padding:42px 44px 28px;
  }

  .service-modal-title-row{
    gap:20px;
    margin-bottom:22px;
    padding-right:54px;
  }

  .service-modal-icon-wrap{
    border-radius:18px;
    flex-basis:60px;
    height:60px;
    width:60px;
  }

  .service-modal-icon-wrap img{
    height:36px;
    width:36px;
  }

  .service-modal-hero h2{
    font-size:32px;
    letter-spacing:-.04em;
    line-height:1.04;
  }

  #service-modal-desc{
    font-size:16px;
    line-height:1.6;
    margin-bottom:0;
    max-width:640px;
  }

  .service-modal-body{
    padding:30px 44px 0;
  }

  .service-modal-body section{
    padding-bottom:28px;
  }

  .service-modal-body h3{
    font-size:21px;
    line-height:1.1;
    margin-bottom:18px;
  }

  .service-modal-list{
    column-gap:40px;
    display:grid;
    grid-auto-flow:column;
    grid-template-columns:repeat(2, minmax(0,1fr));
    grid-template-rows:repeat(3, auto);
    row-gap:13px;
  }

  .service-modal-list li{
    align-items:center;
    font-size:15px;
    gap:10px;
    line-height:1.35;
  }

  .service-modal-list li span{
    flex:0 0 20px;
    font-size:12px;
    height:20px;
    width:20px;
  }

  .service-modal-work{
    padding-top:28px;
  }

  .service-modal-work-grid{
    display:grid;
    gap:16px;
    grid-template-columns:repeat(4, minmax(0,1fr));
  }

  .service-modal-project-art{
    aspect-ratio:4 / 3;
    height:auto;
    min-height:100px;
  }

  .service-modal-project strong{
    font-size:14.5px;
    line-height:1.16;
    margin-bottom:4px;
  }

  .service-modal-project span:not(.service-modal-project-art){
    font-size:13px;
    line-height:1.28;
  }

  .service-modal-footer{
    gap:14px;
    justify-content:flex-end;
    padding:36px 44px 40px;
  }

  .service-modal-primary,
  .service-modal-secondary{
    font-size:14px;
    min-height:48px;
    min-width:172px;
    padding:0 26px;
  }
}

/* Service modal fixed width and equal thumbnails */
@media (min-width:768px){
  .service-modal-panel{
    box-sizing:border-box;
    max-width:calc(100vw - 72px);
    width:810px;
  }

  .service-modal-work-grid{
    align-items:start;
    grid-template-columns:repeat(4, minmax(0,1fr));
  }

  .service-modal-project{
    min-width:0;
  }

  .service-modal-project-art{
    aspect-ratio:auto;
    height:108px;
    min-height:0;
    width:100%;
  }
}

/* Services CTA premium correction */
.service-cta{
  align-items:center;
  background:
    radial-gradient(circle at 88% 50%, rgba(37,99,255,.12), transparent 36%),
    linear-gradient(135deg, #fff 0%, #F8FBFF 48%, #F3F7FF 100%);
  border:1px solid rgba(37,99,255,.18);
  border-radius:24px;
  box-shadow:
    0 22px 58px -36px rgba(15,23,42,.34),
    0 14px 34px -30px rgba(37,99,255,.45),
    inset 0 1px 0 rgba(255,255,255,.88);
  display:grid;
  gap:24px;
  grid-template-columns:60px minmax(0,1fr) auto;
  margin-top:32px;
  padding:28px 36px;
}

.service-cta-icon{
  align-items:center;
  background:linear-gradient(180deg, #EEF4FF 0%, #E7F0FF 100%);
  border:1px solid rgba(37,99,255,.12);
  border-radius:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  color:#2563FF !important;
  display:flex;
  flex:0 0 58px;
  height:58px;
  justify-content:center;
  width:58px;
}

.service-cta-icon svg{
  color:#2563FF !important;
  display:block;
  height:27px;
  stroke:#2563FF !important;
  width:27px;
}

.service-cta-icon svg path,
.service-cta-icon svg circle{
  stroke:#2563FF !important;
}

.service-cta > div{
  min-width:0;
}

.service-cta p{
  color:#07111F;
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.035em;
  line-height:1.2;
  margin:0 0 6px;
}

.service-cta > div > span{
  color:#596579;
  display:block;
  font-family:'Inter', sans-serif;
  font-size:15px;
  font-weight:500;
  line-height:1.55;
  margin:0;
}

.service-cta-button{
  align-items:center;
  background:linear-gradient(135deg, #2F63FF 0%, #174BEB 100%);
  border:0;
  border-radius:999px;
  box-shadow:0 14px 30px rgba(37,99,255,.26);
  color:#fff !important;
  display:inline-flex;
  font-family:'Inter', sans-serif;
  font-size:14px;
  font-weight:750;
  gap:10px;
  height:50px;
  justify-content:center;
  min-height:50px;
  min-width:154px;
  padding:0 28px;
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.service-cta-button:hover,
.service-cta-button:focus-visible{
  background:linear-gradient(135deg, #245BFF 0%, #123FD6 100%);
  box-shadow:0 18px 40px rgba(37,99,255,.34);
  color:#fff !important;
  transform:translateY(-2px);
}

.service-cta-button span,
.service-cta-button svg,
.service-cta-button path{
  color:#fff !important;
  stroke:#fff !important;
}

@media (max-width:767px){
  .service-cta{
    align-items:flex-start;
    display:flex;
    flex-direction:column;
    gap:18px;
    padding:24px;
  }

  .service-cta p{
    font-size:19px;
  }

  .service-cta-button{
    width:100%;
  }
}

/* Services CTA alignment refinement */
.service-cta{
  align-items:center;
  column-gap:26px;
  grid-template-columns:58px minmax(0,1fr) 154px;
  min-height:118px;
  padding:24px 36px;
}

.service-cta-icon{
  align-self:center;
  flex-basis:58px;
  height:58px;
  justify-self:center;
  width:58px;
}

.service-cta-icon svg{
  height:26px;
  transform:translateY(.5px);
  width:26px;
}

.service-cta > div{
  align-self:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:720px;
  min-width:0;
}

.service-cta p{
  font-size:20px;
  line-height:1.16;
  margin:0 0 6px;
}

.service-cta > div > span{
  font-size:15px;
  line-height:1.42;
  margin:0;
}

.service-cta-button{
  align-self:center;
  height:50px;
  justify-self:end;
  min-height:50px;
  min-width:154px;
  width:154px;
}

@media (max-width:767px){
  .service-cta{
    min-height:0;
    padding:24px;
  }

  .service-cta > div{
    max-width:none;
  }

  .service-cta-button{
    width:100%;
  }
}

/* Services CTA centering fix */
.service-cta{
  align-items:center !important;
  display:flex !important;
  gap:26px !important;
  justify-content:flex-start !important;
  min-height:116px;
  padding:24px 34px !important;
}

.service-cta-icon{
  align-items:center !important;
  display:flex !important;
  flex:0 0 58px !important;
  height:58px !important;
  justify-content:center !important;
  position:relative;
  width:58px !important;
}

.service-cta-icon svg{
  display:block !important;
  height:28px !important;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%) !important;
  width:28px !important;
}

.service-cta > div{
  align-self:center !important;
  display:flex !important;
  flex:1 1 auto;
  flex-direction:column;
  justify-content:center;
  max-width:760px;
  min-width:0;
  padding-top:1px;
}

.service-cta p{
  margin:0 0 6px !important;
}

.service-cta > div > span{
  margin:0 !important;
}

.service-cta-button{
  align-self:center !important;
  align-items:center !important;
  display:grid !important;
  flex:0 0 154px !important;
  grid-template-columns:1fr auto 1fr;
  height:50px !important;
  justify-content:center !important;
  margin-left:auto;
  min-height:50px !important;
  position:relative;
  width:154px !important;
}

.service-cta-button .cta-label{
  grid-column:2;
  line-height:1;
  margin:0 !important;
  position:static;
  transform:translateY(-1px) !important;
  white-space:nowrap;
}

.service-cta-button > svg{
  grid-column:3;
  justify-self:end;
  margin-right:20px;
  position:static;
  transform:translateY(-1px);
}

@media (max-width:767px){
  .service-cta{
    align-items:flex-start !important;
    flex-direction:column;
    min-height:0;
    padding:24px !important;
  }

  .service-cta-button{
    margin-left:0;
    width:100% !important;
  }
}

/* Services section card/banner layout from visual reference */
#services .service-head{
  margin-bottom:56px;
}

#services .service-grid{
  gap:26px;
  grid-template-columns:repeat(3, minmax(0,1fr));
}

#services .service-card{
  align-items:center !important;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(37,99,255,.16);
  border-radius:18px;
  box-shadow:0 22px 54px -44px rgba(15,23,42,.46);
  display:grid !important;
  gap:24px;
  grid-template-columns:76px minmax(0,1fr) 56px;
  min-height:132px;
  padding:26px 28px;
  position:relative;
  text-align:left;
}

#services .service-card:hover,
#services .service-card:focus-visible{
  border-color:rgba(37,99,255,.28);
  box-shadow:0 26px 62px -42px rgba(37,99,255,.42);
  transform:translateY(-3px);
}

#services .service-card-icon{
  align-self:center;
  background:linear-gradient(180deg, #EEF4FF 0%, #E8F0FF 100%);
  border:1px solid rgba(37,99,255,.08);
  border-radius:16px;
  box-sizing:border-box;
  grid-column:1;
  height:76px;
  margin:0 !important;
  object-fit:contain;
  padding:17px;
  width:76px;
}

#services .service-card-copy{
  align-self:center;
  grid-column:2;
  margin:0 !important;
  min-width:0;
}

#services .service-card-copy strong{
  color:#07111F;
  font-size:25px;
  letter-spacing:-.035em;
  line-height:1.08;
  margin:0;
}

#services .service-card-action{
  align-items:center;
  align-self:center;
  background:linear-gradient(135deg, #2563FF 0%, #0F55F5 100%);
  border-radius:999px;
  box-shadow:0 14px 26px -16px rgba(37,99,255,.72);
  color:#fff !important;
  display:flex;
  font-size:0;
  grid-column:3;
  height:44px;
  justify-content:center;
  justify-self:end;
  left:auto;
  opacity:1;
  position:static;
  right:auto;
  transform:none;
  width:54px;
}

#services .service-card-action span{
  color:#fff !important;
  display:block;
  font-size:24px;
  line-height:1;
  margin:0;
  transform:translateY(-1px);
  transition:transform .22s ease;
}

#services .service-card:hover .service-card-action,
#services .service-card:focus-visible .service-card-action{
  transform:none;
}

#services .service-cta{
  align-items:center !important;
  background:
    radial-gradient(circle at 88% 50%, rgba(37,99,255,.16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(245,249,255,.98) 56%, rgba(236,244,255,.98) 100%);
  border:1px solid rgba(37,99,255,.18);
  border-radius:22px;
  box-shadow:0 24px 64px -44px rgba(37,99,255,.42), inset 0 1px 0 rgba(255,255,255,.9);
  display:grid !important;
  gap:30px !important;
  grid-template-columns:88px minmax(0,1fr) auto;
  min-height:162px;
  padding:34px 38px !important;
}

#services .service-cta-icon{
  align-items:center !important;
  background:linear-gradient(180deg, #EEF4FF 0%, #E8F0FF 100%);
  border:1px solid rgba(37,99,255,.08);
  border-radius:18px;
  display:flex !important;
  height:72px !important;
  justify-content:center !important;
  position:relative;
  width:72px !important;
}

#services .service-cta-icon svg{
  display:block !important;
  height:34px !important;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%) !important;
  width:34px !important;
}

#services .service-cta > div{
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  max-width:none;
  padding:0;
}

#services .service-cta p{
  color:#07111F;
  font-size:30px;
  font-weight:800;
  letter-spacing:-.045em;
  line-height:1.08;
  margin:0 0 8px !important;
}

#services .service-cta > div > span{
  color:#536071;
  font-size:20px;
  line-height:1.45;
  margin:0 !important;
}

#services .service-cta-button{
  align-items:center !important;
  background:linear-gradient(135deg, #2563FF 0%, #0857F5 100%);
  border:0;
  border-radius:999px;
  box-shadow:0 18px 38px -18px rgba(37,99,255,.7);
  color:#fff !important;
  display:inline-grid !important;
  flex:0 0 auto !important;
  grid-template-columns:1fr auto 1fr;
  height:64px !important;
  min-height:64px !important;
  min-width:210px;
  padding:0 26px;
  width:210px !important;
}

#services .service-cta-button .cta-label{
  color:#fff !important;
  font-size:20px;
  font-weight:700;
  grid-column:2;
  line-height:1;
  margin:0 !important;
  position:static;
  transform:translateY(-1px) !important;
}

#services .service-cta-button > svg{
  color:#fff !important;
  grid-column:3;
  justify-self:end;
  margin:0;
  position:static;
  stroke:#fff !important;
  transform:translateY(-1px);
}

@media (max-width:1023px){
  #services .service-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  #services .service-cta{
    grid-template-columns:72px minmax(0,1fr);
  }

  #services .service-cta-button{
    grid-column:1 / -1;
    justify-self:start;
  }
}

@media (max-width:767px){
  #services .service-head{
    margin-bottom:34px;
  }

  #services .service-grid{
    gap:16px;
    grid-template-columns:1fr;
  }

  #services .service-card{
    grid-template-columns:62px minmax(0,1fr) 48px;
    min-height:104px;
    padding:20px;
  }

  #services .service-card-icon{
    border-radius:14px;
    height:62px;
    padding:14px;
    width:62px;
  }

  #services .service-card-copy strong{
    font-size:21px;
  }

  #services .service-card-action{
    height:40px;
    width:48px;
  }

  #services .service-cta{
    display:flex !important;
    gap:18px !important;
    min-height:0;
    padding:24px !important;
  }

  #services .service-cta-icon{
    height:60px !important;
    width:60px !important;
  }

  #services .service-cta p{
    font-size:23px;
  }

  #services .service-cta > div > span{
    font-size:15px;
  }

  #services .service-cta-button{
    height:54px !important;
    min-height:54px !important;
    min-width:0;
    width:100% !important;
  }
}

/* Services compact horizontal cards */
#services .service-grid{
  gap:18px 22px;
  grid-template-columns:repeat(3, minmax(0,1fr));
}

#services .service-card{
  align-items:center !important;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(37,99,255,.16);
  border-radius:22px;
  box-shadow:0 12px 32px rgba(15,23,42,.045);
  cursor:pointer;
  display:flex !important;
  gap:18px;
  min-height:112px;
  padding:22px 24px;
  position:relative;
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

#services .service-card:hover,
#services .service-card:focus-visible{
  border-color:rgba(37,99,255,.34);
  box-shadow:0 18px 42px rgba(15,23,42,.075);
  transform:translateY(-3px);
}

#services .service-card-icon{
  align-items:center;
  background:linear-gradient(180deg, #EEF4FF 0%, #E7F0FF 100%);
  border:1px solid rgba(37,99,255,.14);
  border-radius:16px;
  box-sizing:border-box;
  display:flex;
  flex:0 0 48px;
  height:48px;
  margin:0 !important;
  object-fit:contain;
  padding:10px;
  width:48px;
}

#services .service-card:hover .service-card-icon,
#services .service-card:focus-visible .service-card-icon{
  transform:none;
}

#services .service-card-copy{
  display:block;
  flex:1 1 auto;
  margin:0 !important;
  min-width:0;
}

#services .service-card-copy strong{
  color:#07111F;
  display:block;
  font-size:19px;
  font-weight:800;
  letter-spacing:-.035em;
  line-height:1.15;
  margin:0;
}

#services .service-card-action{
  align-items:center;
  background:linear-gradient(135deg, #2F63FF 0%, #174BEB 100%);
  border:0;
  border-radius:999px;
  box-shadow:0 10px 22px rgba(37,99,255,.24);
  color:#fff !important;
  display:flex;
  flex:0 0 42px;
  font-size:0;
  height:42px;
  justify-content:center;
  left:auto !important;
  opacity:1;
  position:static !important;
  right:auto !important;
  transform:none !important;
  width:42px;
}

#services .service-card-action span{
  color:#fff !important;
  display:block;
  font-size:21px;
  line-height:1;
  margin:0 !important;
  stroke:#fff !important;
  transform:translateY(-1px);
  transition:transform .22s ease;
}

@media (max-width:767px){
  #services .service-grid{
    grid-template-columns:1fr;
  }

  #services .service-card{
    min-height:98px;
    padding:20px;
  }

  #services .service-card-copy strong{
    font-size:18px;
  }
}

/* Services CTA scale alignment with compact cards */
#services .service-cta{
  gap:24px !important;
  grid-template-columns:66px minmax(0,1fr) auto;
  margin-top:28px;
  min-height:132px;
  padding:28px 34px !important;
}

#services .service-cta-icon{
  border-radius:16px;
  height:58px !important;
  width:58px !important;
}

#services .service-cta-icon svg{
  height:28px !important;
  width:28px !important;
}

#services .service-cta p{
  font-size:24px;
  letter-spacing:-.04em;
  line-height:1.12;
  margin-bottom:6px !important;
}

#services .service-cta > div > span{
  font-size:16px;
  line-height:1.45;
}

#services .service-cta-button{
  height:54px !important;
  min-height:54px !important;
  min-width:166px;
  width:166px !important;
}

#services .service-cta-button .cta-label{
  font-size:16px;
}

@media (max-width:1023px){
  #services .service-cta{
    grid-template-columns:58px minmax(0,1fr);
  }
}

@media (max-width:767px){
  #services .service-cta{
    margin-top:22px;
    padding:22px !important;
  }

  #services .service-cta p{
    font-size:21px;
  }

  #services .service-cta > div > span{
    font-size:14px;
  }
}

/* Services compact modular reference layout */
#services.service-section{
  background:
    radial-gradient(circle at 76% 18%, rgba(37,99,255,.09), transparent 28%),
    linear-gradient(180deg, #F4F8FF 0%, #EEF4FF 100%) !important;
}

#services .service-grid{
  gap:14px 18px;
  grid-template-columns:repeat(3, minmax(0,1fr));
}

#services .service-card{
  align-items:center !important;
  background:#fff;
  border:1px solid rgba(37,99,255,.13);
  border-radius:9px;
  box-shadow:none;
  display:grid !important;
  gap:14px;
  grid-template-columns:42px minmax(0,1fr) 54px;
  height:56px;
  min-height:0 !important;
  overflow:hidden;
  padding:0 0 0 12px !important;
}

#services .service-card:hover,
#services .service-card:focus-visible{
  border-color:rgba(37,99,255,.24);
  box-shadow:0 12px 28px rgba(37,99,255,.08);
  transform:translateY(-2px);
}

#services .service-card-icon{
  background:#DCE7FF;
  border:0;
  border-radius:8px;
  box-shadow:none;
  grid-column:1;
  height:30px;
  margin:0 !important;
  padding:7px;
  width:30px;
}

#services .service-card-copy{
  grid-column:2;
  margin:0 !important;
}

#services .service-card-copy strong{
  color:#07111F;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.16;
}

#services .service-card-action{
  align-items:center;
  align-self:stretch !important;
  background:#2F63FF;
  border-radius:0 9px 9px 0;
  box-shadow:none;
  display:flex;
  grid-column:3;
  height:100% !important;
  justify-content:center;
  justify-self:stretch;
  margin:0 !important;
  min-height:0 !important;
  width:auto;
}

#services .service-card-action span{
  color:#fff !important;
  font-size:24px;
  line-height:1;
  transform:translateY(-1px);
}

#services .service-card:hover .service-card-action span,
#services .service-card:focus-visible .service-card-action span{
  transform:translate(3px, -1px);
}

#services .service-cta{
  background:#fff;
  border:1px solid rgba(37,99,255,.13);
  border-radius:9px;
  box-shadow:none;
  display:grid !important;
  gap:18px !important;
  grid-template-columns:42px minmax(0,1fr) auto;
  margin-top:14px;
  min-height:56px;
  overflow:hidden;
  padding:10px 16px 10px 12px !important;
}

#services .service-cta-icon{
  background:#DCE7FF;
  border:0;
  border-radius:999px;
  box-shadow:none;
  height:30px !important;
  width:30px !important;
}

#services .service-cta-icon svg{
  height:17px !important;
  width:17px !important;
}

#services .service-cta p{
  color:#07111F;
  font-size:16px;
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.1;
  margin:0 0 3px !important;
}

#services .service-cta > div > span{
  color:#536071;
  font-size:13px;
  line-height:1.25;
}

#services .service-cta-button{
  background:#2F63FF;
  border-radius:999px;
  box-shadow:none;
  height:40px !important;
  min-height:40px !important;
  min-width:126px;
  padding:0 18px;
  width:126px !important;
}

#services .service-cta-button .cta-label{
  font-size:15px;
  font-weight:700;
  transform:translateY(-1px) !important;
}

#services .service-cta-button > svg{
  transform:translateY(-1px);
}

@media (max-width:1023px){
  #services .service-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:767px){
  #services .service-grid{
    grid-template-columns:1fr;
  }

  #services .service-card{
    grid-template-columns:42px minmax(0,1fr) 50px;
    height:56px;
  }

  #services .service-cta{
    align-items:center !important;
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr);
  }

  #services .service-cta-button{
    grid-column:1 / -1;
    justify-self:stretch;
    margin-left:0;
    width:100% !important;
  }
}

/* Services final stabilized layout */
#services.service-section{
  background:
    radial-gradient(circle at 76% 18%, rgba(37,99,255,.08), transparent 28%),
    linear-gradient(180deg, #F5F8FF 0%, #EEF4FF 100%) !important;
}

#services .service-grid{
  display:grid !important;
  gap:16px 18px !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
}

#services .service-card{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(37,99,255,.14) !important;
  border-radius:12px !important;
  box-shadow:none !important;
  box-sizing:border-box;
  display:grid !important;
  gap:14px !important;
  grid-template-columns:42px minmax(0,1fr) 56px !important;
  height:72px !important;
  min-height:72px !important;
  overflow:hidden !important;
  padding:0 0 0 14px !important;
  position:relative !important;
}

#services .service-card:hover,
#services .service-card:focus-visible{
  border-color:rgba(37,99,255,.28) !important;
  box-shadow:0 14px 30px rgba(37,99,255,.10) !important;
  transform:translateY(-2px) !important;
}

#services .service-card-icon{
  background:#DCE7FF !important;
  border:0 !important;
  border-radius:10px !important;
  box-shadow:none !important;
  box-sizing:border-box;
  display:block !important;
  grid-column:1 !important;
  height:36px !important;
  margin:0 !important;
  object-fit:contain !important;
  padding:8px !important;
  width:36px !important;
}

#services .service-card-copy strong{
  color:#07111F !important;
  display:block !important;
  font-size:17px !important;
  font-weight:800 !important;
  letter-spacing:-.025em !important;
  line-height:1.14 !important;
  margin:0 !important;
}

#services .service-card-action{
  align-items:center !important;
  align-self:stretch !important;
  background:#2F63FF !important;
  border:0 !important;
  border-radius:0 12px 12px 0 !important;
  bottom:auto !important;
  box-shadow:none !important;
  color:#fff !important;
  display:flex !important;
  flex:initial !important;
  font-size:0 !important;
  grid-column:3 !important;
  height:100% !important;
  inset:auto !important;
  justify-content:center !important;
  justify-self:stretch !important;
  left:auto !important;
  margin:0 !important;
  min-height:0 !important;
  opacity:1 !important;
  position:static !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  width:56px !important;
}

#services .service-card-action span{
  color:#fff !important;
  display:block !important;
  font-size:24px !important;
  line-height:1 !important;
  margin:0 !important;
  transform:translateY(-1px) !important;
  transition:transform .22s ease !important;
}

#services .service-cta{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(37,99,255,.14) !important;
  border-radius:12px !important;
  box-shadow:none !important;
  box-sizing:border-box;
  display:grid !important;
  gap:18px !important;
  grid-template-columns:42px minmax(0,1fr) auto !important;
  margin-top:16px !important;
  min-height:80px !important;
  overflow:hidden !important;
  padding:14px 16px 14px 14px !important;
}

#services .service-cta-icon{
  background:#DCE7FF !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:none !important;
  height:36px !important;
  width:36px !important;
}

#services .service-cta-icon svg{
  height:20px !important;
  width:20px !important;
}

#services .service-cta p{
  color:#07111F !important;
  font-size:18px !important;
  font-weight:800 !important;
  letter-spacing:-.025em !important;
  line-height:1.12 !important;
  margin:0 0 4px !important;
}

#services .service-cta > div > span{
  color:#536071 !important;
  font-size:14px !important;
  line-height:1.28 !important;
  margin:0 !important;
}

#services .service-cta-button{
  align-items:center !important;
  background:#2F63FF !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:none !important;
  color:#fff !important;
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  height:44px !important;
  margin-left:0 !important;
  min-height:44px !important;
  min-width:138px !important;
  padding:0 18px !important;
  width:138px !important;
}

@media (max-width:767px){
  #services .service-grid{
    grid-template-columns:1fr !important;
  }

  #services .service-card{
    grid-template-columns:42px minmax(0,1fr) 52px !important;
    height:68px !important;
    min-height:68px !important;
  }

  #services .service-card-action{
    width:52px !important;
  }

  #services .service-card-copy strong{
    font-size:16px !important;
  }

  #services .service-cta{
    grid-template-columns:42px minmax(0,1fr) !important;
  }

  #services .service-cta-button{
    grid-column:1 / -1 !important;
    justify-self:stretch !important;
    width:100% !important;
  }
}

/* Final swipe-button rendering fix: one oversized layer to avoid 1px rounded-edge gaps */
.gallery-explore-link,
.about-more-btn,
.services-v2-cta-button,
.services-v2-primary-button,
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact]{
  background:#145BFF !important;
  border:0 !important;
  box-shadow:
    inset 0 0 0 1px #145BFF,
    0 10px 24px rgba(20,91,255,.22) !important;
  color:#fff !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
}

.gallery-explore-link > *,
.about-more-btn > *,
.services-v2-cta-button > *,
.services-v2-primary-button > *,
.site-header button[data-open-contact] > *,
#mobile-menu button[data-open-contact] > *{
  position:relative !important;
  z-index:2 !important;
}

.gallery-explore-link::before,
.about-more-btn::before,
.services-v2-cta-button::before,
.services-v2-primary-button::before,
.site-header button[data-open-contact]::before,
#mobile-menu button[data-open-contact]::before{
  display:none !important;
}

.gallery-explore-link::after,
.about-more-btn::after,
.services-v2-cta-button::after,
.services-v2-primary-button::after,
.site-header button[data-open-contact]::after,
#mobile-menu button[data-open-contact]::after{
  background:#fff !important;
  border-radius:inherit !important;
  content:"" !important;
  inset:-1px !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-110%) !important;
  transition:transform 520ms var(--motion-ease) !important;
  z-index:1 !important;
}

.gallery-explore-link:hover,
.gallery-explore-link:focus-visible,
.about-more-btn:hover,
.about-more-btn:focus-visible,
.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible,
.site-header button[data-open-contact]:hover,
.site-header button[data-open-contact]:focus-visible,
#mobile-menu button[data-open-contact]:hover,
#mobile-menu button[data-open-contact]:focus-visible{
  background:#145BFF !important;
  box-shadow:
    inset 0 0 0 1px #145BFF,
    0 14px 30px rgba(20,91,255,.24) !important;
  color:#145BFF !important;
  transform:translateY(-2px);
}

.gallery-explore-link:hover::after,
.gallery-explore-link:focus-visible::after,
.about-more-btn:hover::after,
.about-more-btn:focus-visible::after,
.services-v2-cta-button:hover::after,
.services-v2-cta-button:focus-visible::after,
.services-v2-primary-button:hover::after,
.services-v2-primary-button:focus-visible::after,
.site-header button[data-open-contact]:hover::after,
.site-header button[data-open-contact]:focus-visible::after,
#mobile-menu button[data-open-contact]:hover::after,
#mobile-menu button[data-open-contact]:focus-visible::after{
  transform:translateX(0) !important;
}

.page-section-cta button[data-open-contact]{
  background:#fff !important;
  border:0 !important;
  box-shadow:
    inset 0 0 0 1px #fff,
    0 10px 24px rgba(255,255,255,.2) !important;
  color:#145BFF !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
}

.page-section-cta button[data-open-contact]::before{
  display:none !important;
}

.page-section-cta button[data-open-contact]::after{
  background:#145BFF !important;
  border-radius:inherit !important;
  content:"" !important;
  inset:-1px !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-110%) !important;
  transition:transform 520ms var(--motion-ease) !important;
  z-index:1 !important;
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  color:#fff !important;
  transform:translateY(-2px);
}

.page-section-cta button[data-open-contact]:hover::after,
.page-section-cta button[data-open-contact]:focus-visible::after{
  transform:translateX(0) !important;
}

/* Services card action strip: subtle width swipe + shine sweep */
.services-v2-card{
  position:relative;
  overflow:hidden;
}

.services-v2-arrow{
  align-items:center !important;
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border-radius:0 18px 18px 0 !important;
  color:#fff !important;
  display:inline-flex !important;
  flex-shrink:0 !important;
  height:100% !important;
  justify-content:center !important;
  overflow:hidden !important;
  position:relative !important;
  transition:
    width 350ms cubic-bezier(.22, 1, .36, 1),
    background 300ms ease !important;
  width:56px !important;
}

.services-v2-arrow::before{
  background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,.28) 50%, transparent 100%);
  content:"";
  inset:0;
  pointer-events:none;
  position:absolute;
  transform:translateX(-120%);
  transition:transform 550ms ease;
}

.services-v2-arrow svg{
  height:17px !important;
  position:relative;
  stroke:#fff !important;
  transition:transform 300ms ease;
  width:17px !important;
  z-index:1;
}

.services-v2-card:hover .services-v2-arrow,
.services-v2-card:focus-visible .services-v2-arrow{
  width:70px !important;
}

.services-v2-card:hover .services-v2-arrow::before,
.services-v2-card:focus-visible .services-v2-arrow::before{
  transform:translateX(120%);
}

.services-v2-card:hover .services-v2-arrow svg,
.services-v2-card:focus-visible .services-v2-arrow svg{
  transform:translateX(3px);
}

@media (prefers-reduced-motion: reduce){
  .services-v2-arrow,
  .services-v2-arrow::before,
  .services-v2-arrow svg{
    transition:none !important;
  }

.services-v2-card:hover .services-v2-arrow,
.services-v2-card:focus-visible .services-v2-arrow{
  width:56px !important;
  }
}

/* Services v2 final hover: white swipe overlay for CTA and action strip */
.services-v2-cta-button,
.services-v2-primary-button{
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border:1px solid #2563ff !important;
  box-shadow:0 14px 30px rgba(37,99,255,.26) !important;
  color:#fff !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
  transition:
    color 350ms ease,
    transform 250ms ease,
    box-shadow 250ms ease !important;
}

/* Actual EOF: reversed swipe for the white CTA on the blue section */
.page-section-cta button[data-open-contact]{
  background:#fff !important;
  border:1px solid #fff !important;
  box-shadow:0 10px 24px rgba(255,255,255,.2) !important;
  color:#145BFF !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
  transition:color 350ms ease, transform 250ms ease, box-shadow 250ms ease !important;
}

/* ACTUAL EOF: one swipe method for similar CTAs */
.swipe-primary,
.gallery-explore-link,
.about-more-btn,
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact],
.services-v2-cta-button,
.services-v2-primary-button{
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border:1px solid #2563ff !important;
  color:#fff !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
}

.swipe-primary:hover,
.swipe-primary:focus-visible,
.gallery-explore-link:hover,
.gallery-explore-link:focus-visible,
.about-more-btn:hover,
.about-more-btn:focus-visible,
.site-header button[data-open-contact]:hover,
.site-header button[data-open-contact]:focus-visible,
#mobile-menu button[data-open-contact]:hover,
#mobile-menu button[data-open-contact]:focus-visible,
.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible{
  color:#2563ff !important;
  transform:translateY(-2px);
}

/* EOF: shared final swipe layer for matching CTAs */
.swipe-primary,
.gallery-explore-link,
.about-more-btn,
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact],
.services-v2-cta-button,
.services-v2-primary-button{
  align-items:center !important;
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border:1px solid #2563ff !important;
  color:#fff !important;
  display:inline-flex !important;
  gap:10px !important;
  isolation:isolate !important;
  justify-content:center !important;
  overflow:hidden !important;
  position:relative !important;
  text-decoration:none !important;
  transition:color 350ms ease, transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease !important;
}

.swipe-secondary,
.page-section-cta button[data-open-contact]{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(37,99,255,.16) !important;
  color:#07111f !important;
  display:inline-flex !important;
  gap:10px !important;
  isolation:isolate !important;
  justify-content:center !important;
  overflow:hidden !important;
  position:relative !important;
  text-decoration:none !important;
  transition:color 350ms ease, transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease !important;
}

/* EOF: unified swipe treatment for all primary pill CTAs */
.swipe-primary,
.gallery-explore-link,
.about-more-btn,
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact],
.services-v2-cta-button,
.services-v2-primary-button{
  align-items:center !important;
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border:1px solid #2563ff !important;
  color:#fff !important;
  display:inline-flex !important;
  gap:10px !important;
  isolation:isolate !important;
  justify-content:center !important;
  overflow:hidden !important;
  position:relative !important;
  text-decoration:none !important;
  transition:color 350ms ease, transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease !important;
}

.swipe-primary > *,
.gallery-explore-link > *,
.about-more-btn > *,
.site-header button[data-open-contact] > *,
#mobile-menu button[data-open-contact] > *,
.services-v2-cta-button > *,
.services-v2-primary-button > *{
  position:relative !important;
  z-index:2 !important;
}

.swipe-primary::before,
.gallery-explore-link::before,
.about-more-btn::before,
.site-header button[data-open-contact]::before,
#mobile-menu button[data-open-contact]::before,
.services-v2-cta-button::before,
.services-v2-primary-button::before{
  background:#fff !important;
  border-radius:inherit !important;
  content:"" !important;
  display:block !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-101%) !important;
  transition:transform 380ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:1 !important;
}

.swipe-primary::after,
.gallery-explore-link::after,
.about-more-btn::after,
.site-header button[data-open-contact]::after,
#mobile-menu button[data-open-contact]::after,
.services-v2-cta-button::after,
.services-v2-primary-button::after{
  content:none !important;
  display:none !important;
}

.swipe-primary svg,
.gallery-explore-link svg,
.about-more-btn svg,
.site-header button[data-open-contact] svg,
#mobile-menu button[data-open-contact] svg,
.services-v2-cta-button svg,
.services-v2-primary-button svg{
  color:currentColor !important;
  stroke:currentColor !important;
  transition:stroke 350ms ease, transform 300ms ease !important;
}

.swipe-primary svg *,
.gallery-explore-link svg *,
.about-more-btn svg *,
.site-header button[data-open-contact] svg *,
#mobile-menu button[data-open-contact] svg *,
.services-v2-cta-button svg *,
.services-v2-primary-button svg *{
  stroke:currentColor !important;
}

.swipe-primary:hover,
.swipe-primary:focus-visible,
.gallery-explore-link:hover,
.gallery-explore-link:focus-visible,
.about-more-btn:hover,
.about-more-btn:focus-visible,
.site-header button[data-open-contact]:hover,
.site-header button[data-open-contact]:focus-visible,
#mobile-menu button[data-open-contact]:hover,
#mobile-menu button[data-open-contact]:focus-visible,
.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible{
  box-shadow:0 18px 38px rgba(37,99,255,.22) !important;
  color:#2563ff !important;
  transform:translateY(-2px);
}

.swipe-primary:hover::before,
.swipe-primary:focus-visible::before,
.gallery-explore-link:hover::before,
.gallery-explore-link:focus-visible::before,
.about-more-btn:hover::before,
.about-more-btn:focus-visible::before,
.site-header button[data-open-contact]:hover::before,
.site-header button[data-open-contact]:focus-visible::before,
#mobile-menu button[data-open-contact]:hover::before,
#mobile-menu button[data-open-contact]:focus-visible::before,
.services-v2-cta-button:hover::before,
.services-v2-cta-button:focus-visible::before,
.services-v2-primary-button:hover::before,
.services-v2-primary-button:focus-visible::before{
  transform:translateX(0) !important;
}

.swipe-primary:hover svg,
.swipe-primary:focus-visible svg,
.gallery-explore-link:hover svg,
.gallery-explore-link:focus-visible svg,
.about-more-btn:hover svg,
.about-more-btn:focus-visible svg,
.site-header button[data-open-contact]:hover svg,
.site-header button[data-open-contact]:focus-visible svg,
#mobile-menu button[data-open-contact]:hover svg,
#mobile-menu button[data-open-contact]:focus-visible svg,
.services-v2-cta-button:hover svg,
.services-v2-cta-button:focus-visible svg,
.services-v2-primary-button:hover svg,
.services-v2-primary-button:focus-visible svg{
  transform:translateX(3px);
}

/* Secondary/reverse buttons use the same motion while preserving their base color. */
.swipe-secondary,
.page-section-cta button[data-open-contact]{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(37,99,255,.16) !important;
  color:#07111f !important;
  display:inline-flex !important;
  gap:10px !important;
  isolation:isolate !important;
  justify-content:center !important;
  overflow:hidden !important;
  position:relative !important;
  text-decoration:none !important;
  transition:color 350ms ease, transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease !important;
}

.swipe-secondary:hover,
.swipe-secondary:focus-visible,
.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  border-color:#145BFF !important;
  box-shadow:0 14px 30px rgba(37,99,255,.18) !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.page-section-cta button[data-open-contact] svg *,
.swipe-secondary svg *{
  stroke:currentColor !important;
}

@media (prefers-reduced-motion: reduce){
  .swipe-primary,
  .swipe-primary::before,
  .swipe-secondary,
  .swipe-secondary::before,
  .gallery-explore-link,
  .gallery-explore-link::before,
  .about-more-btn,
  .about-more-btn::before,
  .site-header button[data-open-contact],
  .site-header button[data-open-contact]::before,
  #mobile-menu button[data-open-contact],
  #mobile-menu button[data-open-contact]::before,
  .page-section-cta button[data-open-contact],
  .page-section-cta button[data-open-contact]::before{
    transition:none !important;
  }
}

/* Safer swipe method: animate background-position instead of overlay layers */
.gallery-explore-link,
.about-more-btn,
.services-v2-cta-button,
.services-v2-primary-button,
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact]{
  background-image:linear-gradient(90deg, #fff 0 50%, #145BFF 50% 100%) !important;
  background-position:100% 0 !important;
  background-size:200% 100% !important;
  border:0 !important;
  box-shadow:inset 0 0 0 1px #145BFF, 0 10px 24px rgba(20,91,255,.22) !important;
  color:#fff !important;
  overflow:hidden !important;
  transition:
    background-position 520ms var(--motion-ease),
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease !important;
}

.gallery-explore-link::before,
.gallery-explore-link::after,
.about-more-btn::before,
.about-more-btn::after,
.services-v2-cta-button::before,
.services-v2-cta-button::after,
.services-v2-primary-button::before,
.services-v2-primary-button::after,
.site-header button[data-open-contact]::before,
.site-header button[data-open-contact]::after,
#mobile-menu button[data-open-contact]::before,
#mobile-menu button[data-open-contact]::after{
  content:none !important;
  display:none !important;
}

.gallery-explore-link:hover,
.gallery-explore-link:focus-visible,
.about-more-btn:hover,
.about-more-btn:focus-visible,
.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible,
.site-header button[data-open-contact]:hover,
.site-header button[data-open-contact]:focus-visible,
#mobile-menu button[data-open-contact]:hover,
#mobile-menu button[data-open-contact]:focus-visible{
  background-position:0 0 !important;
  box-shadow:inset 0 0 0 1px #145BFF, 0 14px 30px rgba(20,91,255,.24) !important;
  color:#145BFF !important;
  transform:translateY(-2px);
}

.gallery-explore-link svg *,
.about-more-btn svg *,
.services-v2-cta-button svg *,
.services-v2-primary-button svg *,
.site-header button[data-open-contact] svg *,
#mobile-menu button[data-open-contact] svg *{
  stroke:currentColor !important;
}

.page-section-cta button[data-open-contact]{
  background-image:linear-gradient(90deg, #145BFF 0 50%, #fff 50% 100%) !important;
  background-position:100% 0 !important;
  background-size:200% 100% !important;
  border:0 !important;
  box-shadow:inset 0 0 0 1px #fff, 0 10px 24px rgba(255,255,255,.2) !important;
  color:#145BFF !important;
  overflow:hidden !important;
  transition:
    background-position 520ms var(--motion-ease),
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease !important;
}

.page-section-cta button[data-open-contact]::before,
.page-section-cta button[data-open-contact]::after{
  content:none !important;
  display:none !important;
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  background-position:0 0 !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.page-section-cta button[data-open-contact] svg *{
  stroke:currentColor !important;
}

/* Final Services v2 button effect: same slide interaction as Explore Gallery */
.services-v2-cta-button,
.services-v2-primary-button{
  background:transparent !important;
  border:1px solid #145BFF !important;
  color:#fff !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
}

.services-v2-cta-button > *,
.services-v2-primary-button > *{
  position:relative !important;
  z-index:2 !important;
}

.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible{
  background:transparent !important;
  box-shadow:0 18px 38px rgba(37,99,255,.2) !important;
  color:#145BFF !important;
  transform:translateY(-2px);
}

/* Match Services Let's Talk buttons with the Explore Gallery slide effect */
.services-v2-cta-button,
.services-v2-primary-button{
  background:transparent !important;
  border:1px solid #145BFF !important;
  color:#fff !important;
  isolation:isolate;
  overflow:hidden;
  position:relative;
}

.services-v2-cta-button > *,
.services-v2-primary-button > *{
  position:relative;
  z-index:2;
}

.services-v2-cta-button::before,
.services-v2-primary-button::before,
.services-v2-cta-button::after,
.services-v2-primary-button::after{
  border-radius:inherit;
  content:"";
  inset:0;
  pointer-events:none;
  position:absolute;
  transition:transform 520ms var(--motion-ease);
  z-index:1;
}

.services-v2-cta-button::before,
.services-v2-primary-button::before{
  background:#145BFF;
}

.services-v2-cta-button::after,
.services-v2-primary-button::after{
  background:#fff;
  transform:translateX(-102%);
}

.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible{
  background:transparent !important;
  box-shadow:0 18px 38px rgba(37,99,255,.2);
  color:#145BFF !important;
  transform:translateY(-2px);
}

.services-v2-cta-button:hover::after,
.services-v2-cta-button:focus-visible::after,
.services-v2-primary-button:hover::after,
.services-v2-primary-button:focus-visible::after{
  transform:translateX(0);
}

.services-v2-cta-button svg *,
.services-v2-primary-button svg *{
  stroke:currentColor !important;
}

/* Services v2: isolated replacement for the old Services layout */
.services-v2{
  background:
    radial-gradient(circle at 78% 12%, rgba(37,99,255,.08), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
  padding:110px 24px 90px;
}

.services-v2-container{
  margin:0 auto;
  width:min(100%, 1140px);
}

.services-v2-header{
  margin-bottom:44px;
  max-width:560px;
}

.services-v2-eyebrow{
  color:#145cff;
  display:inline-block;
  font-size:13px;
  font-weight:800;
  letter-spacing:.22em;
  margin-bottom:12px;
}

.services-v2-title{
  color:#07111f;
  font-size:clamp(36px, 4vw, 54px);
  font-weight:900;
  letter-spacing:-.06em;
  line-height:.95;
  margin:0 0 18px;
}

.services-v2-subtitle{
  color:#475569;
  font-size:16px;
  font-weight:500;
  line-height:1.65;
  margin:0;
}

.services-v2-grid{
  display:grid;
  gap:20px 22px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.services-v2-card{
  align-items:center;
  appearance:none;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(37,99,255,.14);
  border-radius:18px;
  box-shadow:0 10px 26px rgba(15,23,42,.035);
  cursor:pointer;
  display:grid;
  grid-template-columns:72px minmax(0, 1fr) 56px;
  gap:18px;
  height:86px;
  overflow:hidden;
  padding:0;
  text-align:left;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
  width:100%;
}

.services-v2-card:hover{
  background:#fff;
  border-color:rgba(37,99,255,.32);
  box-shadow:0 18px 42px rgba(15,23,42,.07);
  transform:translateY(-3px);
}

.services-v2-card-left{
  align-items:center;
  display:grid;
  grid-column:1 / 3;
  grid-template-columns:72px minmax(0, 1fr);
  gap:0;
  min-width:0;
}

.services-v2-icon-box{
  align-items:center;
  background:linear-gradient(180deg, #eef4ff 0%, #e8f0ff 100%);
  border:1px solid rgba(37,99,255,.12);
  border-radius:16px;
  display:inline-flex;
  flex-shrink:0;
  height:46px;
  justify-content:center;
  margin-left:18px;
  width:46px;
}

.services-v2-icon-box img{
  display:block;
  height:26px;
  object-fit:contain;
  width:26px;
}

.services-v2-card-title{
  color:#07111f;
  display:block;
  font-size:19px;
  font-weight:850;
  letter-spacing:-.035em;
  line-height:1.15;
}

.services-v2-arrow{
  align-items:center;
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%);
  border-radius:0 18px 18px 0;
  box-shadow:none;
  color:#fff;
  display:inline-flex;
  flex-shrink:0;
  height:100%;
  justify-content:center;
  transition:background .24s ease;
  width:56px;
}

.services-v2-card:hover .services-v2-arrow{
  background:linear-gradient(135deg, #3b6dff 0%, #174beb 100%);
  box-shadow:none;
  transform:none;
}

.services-v2-arrow svg,
.services-v2-cta-button svg,
.services-v2-primary-button svg{
  height:16px;
  stroke:#fff;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2;
  width:16px;
}

.services-v2-cta{
  align-items:center;
  background:
    radial-gradient(circle at 84% 50%, rgba(37,99,255,.12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f6f9ff 100%);
  border:1px solid rgba(37,99,255,.16);
  border-radius:22px;
  box-shadow:0 20px 54px rgba(15,23,42,.06);
  display:grid;
  gap:22px;
  grid-template-columns:52px minmax(0, 1fr) auto;
  margin-top:24px;
  min-height:96px;
  padding:22px 28px;
}

.services-v2-cta-icon{
  align-items:center;
  background:linear-gradient(180deg, #eef4ff 0%, #e8f0ff 100%);
  border:1px solid rgba(37,99,255,.12);
  border-radius:16px;
  color:#2563ff;
  display:flex;
  height:52px;
  justify-content:center;
  width:52px;
}

.services-v2-cta-icon svg{
  height:26px;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2.2;
  width:26px;
}

.services-v2-cta-text h3{
  color:#07111f;
  font-size:19px;
  font-weight:850;
  letter-spacing:-.035em;
  line-height:1.2;
  margin:0 0 6px;
}

.services-v2-cta-text p{
  color:#596579;
  font-size:14.5px;
  font-weight:500;
  line-height:1.45;
  margin:0;
}

.services-v2-cta-button{
  align-items:center;
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%);
  border:0;
  border-radius:999px;
  box-shadow:0 14px 30px rgba(37,99,255,.26);
  color:#fff !important;
  cursor:pointer;
  display:inline-flex;
  font-size:14px;
  font-weight:800;
  gap:10px;
  height:48px;
  justify-content:center;
  padding:0 28px;
  text-decoration:none;
  transition:transform .24s ease, box-shadow .24s ease;
  white-space:nowrap;
}

.services-v2-cta-button:hover{
  box-shadow:0 18px 38px rgba(37,99,255,.34);
  transform:translateY(-2px);
}

.services-v2-modal{
  align-items:center;
  display:none;
  inset:0;
  justify-content:center;
  padding:32px;
  position:fixed;
  z-index:9999;
}

.services-v2-modal.is-open{
  display:flex;
}

.services-v2-modal-backdrop{
  background:rgba(15,23,42,.58);
  border:0;
  cursor:pointer;
  inset:0;
  padding:0;
  position:absolute;
  width:100%;
}

.services-v2-modal-card{
  background:#fff;
  border:1px solid rgba(37,99,255,.14);
  border-radius:28px;
  box-shadow:0 34px 90px rgba(15,23,42,.22);
  padding:42px 44px;
  position:relative;
  width:min(820px, calc(100vw - 48px));
  z-index:1;
}

.services-v2-modal-close{
  align-items:center;
  background:#fff;
  border:1px solid rgba(15,23,42,.12);
  border-radius:999px;
  color:#07111f;
  cursor:pointer;
  display:flex;
  font-size:22px;
  height:36px;
  justify-content:center;
  line-height:1;
  position:absolute;
  right:22px;
  top:22px;
  width:36px;
}

.services-v2-modal-head{
  align-items:center;
  display:flex;
  gap:18px;
  margin-bottom:22px;
  padding-right:48px;
}

.services-v2-modal-icon{
  align-items:center;
  background:linear-gradient(180deg, #eef4ff 0%, #e8f0ff 100%);
  border:1px solid rgba(37,99,255,.12);
  border-radius:16px;
  display:flex;
  flex-shrink:0;
  height:54px;
  justify-content:center;
  width:54px;
}

.services-v2-modal-icon img{
  display:block;
  height:28px;
  object-fit:contain;
  width:28px;
}

.services-v2-modal-number{
  color:#2563ff;
  display:inline-block;
  font-size:13px;
  font-weight:800;
  margin-bottom:4px;
}

.services-v2-modal-head h3{
  color:#07111f;
  font-size:30px;
  font-weight:900;
  letter-spacing:-.055em;
  line-height:1.05;
  margin:0;
}

.services-v2-modal-intro{
  color:#42526a;
  font-size:15.5px;
  font-weight:500;
  line-height:1.65;
  margin:0;
  max-width:660px;
}

.services-v2-divider{
  background:rgba(15,23,42,.11);
  height:1px;
  margin:26px 0;
}

.services-v2-modal-section h4{
  color:#07111f;
  font-size:17px;
  font-weight:850;
  letter-spacing:-.03em;
  line-height:1.25;
  margin:0 0 14px;
}

.services-v2-checklist{
  display:grid;
  gap:12px 34px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  list-style:none;
  margin:0;
  padding:0;
}

.services-v2-checklist li{
  align-items:center;
  color:#334155;
  display:flex;
  font-size:14.5px;
  font-weight:500;
  gap:10px;
}

.services-v2-checklist li::before{
  align-items:center;
  background:#2563ff;
  border-radius:999px;
  color:#fff;
  content:"\2713";
  display:inline-flex;
  flex-shrink:0;
  font-size:11px;
  font-weight:900;
  height:18px;
  justify-content:center;
  width:18px;
}

.services-v2-work-grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.services-v2-work-item{
  min-width:0;
}

.services-v2-work-thumb{
  aspect-ratio:4 / 3;
  background:
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.28), transparent 26%),
    linear-gradient(135deg, var(--thumb-a), var(--thumb-b));
  border-radius:12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);
  margin-bottom:9px;
}

.services-v2-work-item strong{
  color:#07111f;
  display:block;
  font-size:13.5px;
  font-weight:850;
  letter-spacing:-.02em;
  line-height:1.25;
}

.services-v2-work-item span{
  color:#536078;
  display:block;
  font-size:12.5px;
  font-weight:500;
  line-height:1.3;
  margin-top:3px;
}

.services-v2-modal-actions{
  display:flex;
  gap:12px;
  justify-content:flex-end;
  margin-top:30px;
}

.services-v2-secondary-button,
.services-v2-primary-button{
  align-items:center;
  border-radius:999px;
  cursor:pointer;
  display:inline-flex;
  font-size:14px;
  font-weight:800;
  gap:10px;
  height:44px;
  justify-content:center;
  padding:0 26px;
  text-decoration:none;
}

.services-v2-secondary-button{
  background:#fff;
  border:1px solid rgba(37,99,255,.7);
  color:#2563ff;
}

.services-v2-primary-button{
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%);
  border:1px solid transparent;
  box-shadow:0 12px 26px rgba(37,99,255,.24);
  color:#fff;
}

.services-v2-modal-lock{
  overflow:hidden;
}

@media (max-width:980px){
  .services-v2-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .services-v2-work-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .services-v2-modal-card{
    max-height:calc(100vh - 48px);
    overflow-y:auto;
  }
}

@media (max-width:720px){
  .services-v2{
    padding:82px 18px 70px;
  }

  .services-v2-grid{
    grid-template-columns:1fr;
  }

  .services-v2-card{
    grid-template-columns:68px minmax(0, 1fr) 52px;
    height:84px;
    padding:0;
  }

  .services-v2-card-left{
    grid-template-columns:68px minmax(0, 1fr);
  }

  .services-v2-icon-box{
    margin-left:16px;
  }

  .services-v2-arrow{
    width:52px;
  }

  .services-v2-cta{
    grid-template-columns:48px minmax(0, 1fr);
  }

  .services-v2-cta-button{
    grid-column:1 / -1;
    width:100%;
  }

  .services-v2-modal{
    padding:18px;
  }

  .services-v2-modal-card{
    padding:32px 24px;
  }

  .services-v2-checklist{
    grid-template-columns:1fr;
  }

  .services-v2-modal-actions{
    flex-direction:column;
  }
}

/* Services cards final flex fix */
#services .service-grid{
  display:grid !important;
  gap:16px 20px !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
}

#services .service-card{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(37,99,255,.16) !important;
  border-radius:14px !important;
  box-shadow:0 8px 24px rgba(15,23,42,.035) !important;
  cursor:pointer;
  display:flex !important;
  gap:18px !important;
  height:auto !important;
  justify-content:space-between !important;
  min-height:82px !important;
  overflow:visible !important;
  padding:16px 18px !important;
  transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

#services .service-card-icon{
  background:#EAF1FF !important;
  border:0 !important;
  border-radius:12px !important;
  box-shadow:none !important;
  box-sizing:border-box;
  display:block !important;
  flex:0 0 42px !important;
  height:42px !important;
  margin:0 !important;
  object-fit:contain !important;
  padding:10px !important;
  width:42px !important;
}

#services .service-card-copy{
  display:block !important;
  flex:1 1 auto !important;
  margin:0 !important;
  min-width:0 !important;
}

#services .service-card-copy strong{
  color:#07111F !important;
  display:-webkit-box !important;
  font-size:17px !important;
  font-weight:800 !important;
  letter-spacing:-.03em !important;
  line-height:1.15 !important;
  margin:0 !important;
  overflow:hidden !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

#services .service-card-action{
  align-items:center !important;
  align-self:center !important;
  background:linear-gradient(135deg, #2F63FF 0%, #174BEB 100%) !important;
  border:0 !important;
  border-radius:999px !important;
  bottom:auto !important;
  box-shadow:0 8px 18px rgba(37,99,255,.22) !important;
  color:#fff !important;
  display:flex !important;
  flex:0 0 38px !important;
  font-size:0 !important;
  height:38px !important;
  inset:auto !important;
  justify-content:center !important;
  left:auto !important;
  margin:0 !important;
  min-height:38px !important;
  opacity:1 !important;
  position:static !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  width:38px !important;
}

#services .service-card-action span{
  color:#fff !important;
  display:block !important;
  font-size:19px !important;
  line-height:1 !important;
  margin:0 !important;
  transform:translateY(-1px) !important;
  transition:transform .22s ease !important;
}

@media (max-width:767px){
  #services .service-grid{
    grid-template-columns:1fr !important;
  }

  #services .service-card{
    min-height:76px !important;
    padding:14px 16px !important;
  }

  #services .service-card-copy strong{
    font-size:16px !important;
  }
}

/* Services medium compact final scale */
#services > .max-w-7xl{
  max-width:1140px !important;
}

#services .service-grid{
  display:grid !important;
  gap:20px 22px !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
}

#services .service-card{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(37,99,255,.16) !important;
  border-radius:22px !important;
  box-shadow:0 12px 32px rgba(15,23,42,.045) !important;
  box-sizing:border-box !important;
  cursor:pointer !important;
  display:grid !important;
  gap:18px !important;
  grid-template-columns:50px minmax(0,1fr) 44px !important;
  height:104px !important;
  justify-content:normal !important;
  min-height:104px !important;
  overflow:visible !important;
  padding:22px 24px !important;
  position:relative !important;
}

#services .service-card:hover,
#services .service-card:focus-visible{
  border-color:rgba(37,99,255,.32) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.06) !important;
  transform:translateY(-2px) !important;
}

#services .service-card-icon{
  align-self:center !important;
  background:linear-gradient(180deg, #EEF4FF 0%, #E7F0FF 100%) !important;
  border:1px solid rgba(37,99,255,.14) !important;
  border-radius:16px !important;
  box-shadow:none !important;
  box-sizing:border-box !important;
  display:block !important;
  grid-column:1 !important;
  height:50px !important;
  margin:0 !important;
  object-fit:contain !important;
  padding:12px !important;
  width:50px !important;
}

#services .service-card-copy{
  align-self:center !important;
  display:block !important;
  grid-column:2 !important;
  margin:0 !important;
  min-width:0 !important;
}

#services .service-card-copy strong{
  color:#07111F !important;
  display:block !important;
  font-size:19px !important;
  font-weight:800 !important;
  letter-spacing:-.035em !important;
  line-height:1.15 !important;
  margin:0 !important;
  overflow:visible !important;
}

#services .service-card-action{
  align-items:center !important;
  align-self:center !important;
  background:linear-gradient(135deg, #2F63FF 0%, #174BEB 100%) !important;
  border:0 !important;
  border-radius:999px !important;
  bottom:auto !important;
  box-shadow:0 10px 22px rgba(37,99,255,.24) !important;
  color:#fff !important;
  display:flex !important;
  flex:initial !important;
  font-size:0 !important;
  grid-column:3 !important;
  height:44px !important;
  inset:auto !important;
  justify-content:center !important;
  justify-self:end !important;
  left:auto !important;
  margin:0 !important;
  min-height:44px !important;
  opacity:1 !important;
  position:static !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  width:44px !important;
}

#services .service-card-action span{
  color:#fff !important;
  display:block !important;
  font-size:22px !important;
  line-height:1 !important;
  margin:0 !important;
  transform:translateY(-1px) !important;
  transition:transform .22s ease !important;
}

#services .service-card:hover .service-card-action span,
#services .service-card:focus-visible .service-card-action span{
  transform:translate(3px, -1px) !important;
}

#services .service-cta{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(37,99,255,.16) !important;
  border-radius:22px !important;
  box-shadow:0 12px 32px rgba(15,23,42,.045) !important;
  box-sizing:border-box !important;
  display:grid !important;
  gap:22px !important;
  grid-template-columns:52px minmax(0,1fr) auto !important;
  margin-top:24px !important;
  min-height:92px !important;
  overflow:visible !important;
  padding:24px 28px !important;
}

#services .service-cta-icon{
  background:linear-gradient(180deg, #EEF4FF 0%, #E7F0FF 100%) !important;
  border:1px solid rgba(37,99,255,.14) !important;
  border-radius:16px !important;
  box-shadow:none !important;
  height:52px !important;
  width:52px !important;
}

#services .service-cta-icon svg{
  height:26px !important;
  width:26px !important;
}

#services .service-cta > div{
  align-self:center !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  max-width:none !important;
  padding:0 !important;
}

#services .service-cta p{
  color:#07111F !important;
  font-size:19px !important;
  font-weight:800 !important;
  letter-spacing:-.035em !important;
  line-height:1.2 !important;
  margin:0 0 6px !important;
}

#services .service-cta > div > span{
  color:#536071 !important;
  font-size:14.5px !important;
  line-height:1.45 !important;
  margin:0 !important;
}

#services .service-cta-button{
  align-items:center !important;
  background:linear-gradient(135deg, #2F63FF 0%, #174BEB 100%) !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:0 10px 22px rgba(37,99,255,.24) !important;
  color:#fff !important;
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  height:48px !important;
  margin-left:0 !important;
  min-height:48px !important;
  min-width:154px !important;
  padding:0 28px !important;
  width:154px !important;
}

#services .service-cta-button .cta-label{
  color:#fff !important;
  font-size:15px !important;
  font-weight:700 !important;
  grid-column:2 !important;
  line-height:1 !important;
  margin:0 !important;
  position:static !important;
  transform:translateY(-1px) !important;
  white-space:nowrap !important;
}

#services .service-cta-button > svg{
  color:#fff !important;
  grid-column:3 !important;
  justify-self:end !important;
  margin:0 !important;
  position:static !important;
  stroke:#fff !important;
  transform:translateY(-1px) !important;
}

@media (max-width:1023px){
  #services .service-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width:767px){
  #services .service-grid{
    grid-template-columns:1fr !important;
  }

  #services .service-card{
    grid-template-columns:48px minmax(0,1fr) 42px !important;
    height:92px !important;
    min-height:92px !important;
    padding:20px !important;
  }

  #services .service-card-icon{
    height:48px !important;
    width:48px !important;
  }

  #services .service-card-copy strong{
    font-size:18px !important;
  }

  #services .service-card-action{
    height:42px !important;
    min-height:42px !important;
    width:42px !important;
  }

  #services .service-cta{
    grid-template-columns:50px minmax(0,1fr) !important;
  }

  #services .service-cta-button{
    grid-column:1 / -1 !important;
    justify-self:stretch !important;
    width:100% !important;
  }
}

/* EOF final swipe-button rendering fix */
.swipe-primary,
.gallery-explore-link,
.about-more-btn,
.services-v2-cta-button,
.services-v2-primary-button,
.site-header button[data-open-contact],
#mobile-menu button[data-open-contact]{
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border:1px solid #2563ff !important;
  color:#fff !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
}

.swipe-primary > *,
.gallery-explore-link > *,
.about-more-btn > *,
.services-v2-cta-button > *,
.services-v2-primary-button > *,
.site-header button[data-open-contact] > *,
#mobile-menu button[data-open-contact] > *{
  position:relative !important;
  z-index:2 !important;
}

.swipe-primary::before,
.gallery-explore-link::before,
.about-more-btn::before,
.services-v2-cta-button::before,
.services-v2-primary-button::before,
.site-header button[data-open-contact]::before,
#mobile-menu button[data-open-contact]::before{
  background:#fff !important;
  border-radius:inherit !important;
  content:"" !important;
  display:block !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-101%) !important;
  transition:transform 380ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:1 !important;
}

.swipe-primary::after,
.gallery-explore-link::after,
.about-more-btn::after,
.services-v2-cta-button::after,
.services-v2-primary-button::after,
.site-header button[data-open-contact]::after,
#mobile-menu button[data-open-contact]::after{
  content:none !important;
  display:none !important;
}

.swipe-primary:hover,
.swipe-primary:focus-visible,
.gallery-explore-link:hover,
.gallery-explore-link:focus-visible,
.about-more-btn:hover,
.about-more-btn:focus-visible,
.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible,
.site-header button[data-open-contact]:hover,
.site-header button[data-open-contact]:focus-visible,
#mobile-menu button[data-open-contact]:hover,
#mobile-menu button[data-open-contact]:focus-visible{
  color:#2563ff !important;
  transform:translateY(-2px);
}

.swipe-primary:hover::before,
.swipe-primary:focus-visible::before,
.gallery-explore-link:hover::before,
.gallery-explore-link:focus-visible::before,
.about-more-btn:hover::before,
.about-more-btn:focus-visible::before,
.services-v2-cta-button:hover::before,
.services-v2-cta-button:focus-visible::before,
.services-v2-primary-button:hover::before,
.services-v2-primary-button:focus-visible::before,
.site-header button[data-open-contact]:hover::before,
.site-header button[data-open-contact]:focus-visible::before,
#mobile-menu button[data-open-contact]:hover::before,
#mobile-menu button[data-open-contact]:focus-visible::before{
  transform:translateX(0) !important;
}

.swipe-primary svg *,
.gallery-explore-link svg *,
.about-more-btn svg *,
.services-v2-cta-button svg *,
.services-v2-primary-button svg *,
.site-header button[data-open-contact] svg *,
#mobile-menu button[data-open-contact] svg *{
  stroke:currentColor !important;
}

.swipe-secondary,
.page-section-cta button[data-open-contact]{
  background:#fff !important;
  border:1px solid rgba(37,99,255,.16) !important;
  color:#07111f !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
}

.page-section-cta button[data-open-contact]{
  border-color:#fff !important;
  color:#145BFF !important;
}

.swipe-secondary > *,
.page-section-cta button[data-open-contact] > *{
  position:relative !important;
  z-index:2 !important;
}

.swipe-secondary::before,
.page-section-cta button[data-open-contact]::before{
  background:#145BFF !important;
  border-radius:inherit !important;
  content:"" !important;
  display:block !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-101%) !important;
  transition:transform 380ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:1 !important;
}

.swipe-secondary::after,
.page-section-cta button[data-open-contact]::after{
  content:none !important;
  display:none !important;
}

.swipe-secondary:hover,
.swipe-secondary:focus-visible,
.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  border-color:#145BFF !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.swipe-secondary:hover::before,
.swipe-secondary:focus-visible::before,
.page-section-cta button[data-open-contact]:hover::before,
.page-section-cta button[data-open-contact]:focus-visible::before{
  transform:translateX(0) !important;
}

.swipe-secondary svg *,
.page-section-cta button[data-open-contact] svg *{
  stroke:currentColor !important;
}

/* EOF: Services v2 pseudo-layer swipe, safe because labels are wrapped in spans */
.services-v2-cta-button,
.services-v2-primary-button{
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  background-position:0 0 !important;
  background-size:auto !important;
  border:1px solid #2563ff !important;
  box-shadow:0 14px 30px rgba(37,99,255,.26) !important;
  color:#fff !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
  transition:color 350ms ease, transform 250ms ease, box-shadow 250ms ease !important;
}

.services-v2-cta-button::before,
.services-v2-primary-button::before{
  background:#fff !important;
  border-radius:inherit !important;
  content:"" !important;
  display:block !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-101%) !important;
  transition:transform 380ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:0 !important;
}

.services-v2-cta-button::after,
.services-v2-primary-button::after{
  content:none !important;
  display:none !important;
}

.services-v2-cta-button span,
.services-v2-cta-button svg,
.services-v2-primary-button span,
.services-v2-primary-button svg{
  position:relative !important;
  z-index:1 !important;
}

.services-v2-cta-button svg,
.services-v2-primary-button svg{
  stroke:#fff !important;
  transition:stroke 350ms ease, transform 300ms ease !important;
}

.services-v2-cta-button:hover,
.services-v2-cta-button:focus-visible,
.services-v2-primary-button:hover,
.services-v2-primary-button:focus-visible{
  box-shadow:0 18px 38px rgba(37,99,255,.22) !important;
  color:#2563ff !important;
  transform:translateY(-2px);
}

.services-v2-cta-button:hover::before,
.services-v2-cta-button:focus-visible::before,
.services-v2-primary-button:hover::before,
.services-v2-primary-button:focus-visible::before{
  transform:translateX(0) !important;
}

.services-v2-cta-button:hover svg,
.services-v2-cta-button:focus-visible svg,
.services-v2-primary-button:hover svg,
.services-v2-primary-button:focus-visible svg{
  stroke:#2563ff !important;
  transform:translateX(3px);
}

.services-v2-arrow{
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border-radius:0 18px 18px 0 !important;
  color:#fff !important;
  overflow:hidden !important;
  position:relative !important;
  width:56px !important;
}

.services-v2-arrow::before{
  background:#fff !important;
  content:"" !important;
  display:block !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-101%) !important;
  transition:transform 380ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:0 !important;
}

.services-v2-arrow svg{
  position:relative !important;
  stroke:#fff !important;
  transition:stroke 350ms ease, transform 300ms ease !important;
  z-index:1 !important;
}

.services-v2-card:hover .services-v2-arrow::before,
.services-v2-card:focus-visible .services-v2-arrow::before{
  transform:translateX(0) !important;
}

.services-v2-card:hover .services-v2-arrow svg,
.services-v2-card:focus-visible .services-v2-arrow svg{
  stroke:#2563ff !important;
  transform:translateX(3px);
}

@media (prefers-reduced-motion: reduce){
  .services-v2-cta-button,
  .services-v2-primary-button,
  .services-v2-cta-button::before,
  .services-v2-primary-button::before,
  .services-v2-arrow,
  .services-v2-arrow::before,
  .services-v2-arrow svg{
    transition:none !important;
  }
}
/* True final override: reversed swipe for the white CTA on the blue section */
.page-section-cta button[data-open-contact]{
  background:#fff !important;
  border:1px solid #fff !important;
  box-shadow:0 10px 24px rgba(255,255,255,.2) !important;
  color:#145BFF !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
  transition:color 350ms ease, transform 250ms ease, box-shadow 250ms ease !important;
}

.page-section-cta button[data-open-contact]::before{
  background:#145BFF !important;
  border-radius:inherit !important;
  content:"" !important;
  display:block !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-101%) !important;
  transition:transform 380ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:1 !important;
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  box-shadow:0 14px 30px rgba(37,99,255,.18) !important;
  color:#fff !important;
  transform:translateY(-2px);
}

/* True EOF: design-system standardization layer */
:root{
  --font-display:'Bricolage Grotesque', sans-serif;
  --font-body:'Inter', sans-serif;
  --text-hero:clamp(48px, 5.6vw, 72px);
  --text-section:clamp(36px, 3.1vw, 48px);
  --text-section-sm:clamp(30px, 2.6vw, 40px);
  --text-card-lg:clamp(25px, 2.2vw, 32px);
  --text-card:20px;
  --text-subtitle:18px;
  --text-body:15.5px;
  --text-small:14px;
  --text-caption:12px;
  --leading-tight:1.04;
  --leading-heading:1.12;
  --leading-body:1.62;
  --radius-xs:10px;
  --radius-sm:14px;
  --radius-md:18px;
  --radius-lg:22px;
  --radius-xl:26px;
  --radius-pill:999px;
  --container-main:1280px;
  --space-section-y:clamp(64px, 6vw, 88px);
  --space-section-y-tight:clamp(48px, 4.8vw, 68px);
  --shadow-soft:0 16px 42px rgba(15, 23, 42, .06);
  --shadow-card:0 12px 32px rgba(15, 23, 42, .045);
  --border-soft:rgba(37, 99, 255, .14);
}

html{
  text-rendering:optimizeLegibility;
}

body{
  font-family:var(--font-body) !important;
  font-size:var(--text-body) !important;
  line-height:var(--leading-body) !important;
}

.display,
.hero-title,
.services-v2-title,
.faq-head h2,
.section-head h2,
#work .section-head h2,
#process h2,
#about h2,
.page-section-cta h3,
.project-title,
.services-v2-card-title{
  font-family:var(--font-display) !important;
  letter-spacing:-.035em;
}

.hero-title{
  font-size:var(--text-hero) !important;
  line-height:var(--leading-tight) !important;
}

.services-v2-title,
.faq-head h2,
#work .section-head h2,
#process h2,
.page-section > .max-w-7xl > h2.display{
  font-size:var(--text-section) !important;
  line-height:var(--leading-heading) !important;
}

#about h2.display,
.page-section-cta h3.display{
  font-size:var(--text-section-sm) !important;
  line-height:var(--leading-heading) !important;
}

.services-v2-subtitle,
.faq-head span,
#work .section-head > p,
.hero-section p.text-slate2,
#about p.text-slate2,
.page-section-cta p,
.gallery-explore p,
.project-desc{
  font-size:var(--text-body) !important;
  line-height:var(--leading-body) !important;
}

.services-v2-eyebrow,
.text-xs.font-bold.uppercase,
.faq-head p,
.project-category,
.services-v2-modal-number{
  font-size:var(--text-caption) !important;
  font-weight:800 !important;
  letter-spacing:.14em !important;
}

.page-section{
  padding-bottom:var(--space-section-y) !important;
  padding-top:var(--space-section-y) !important;
}

.page-section-tight,
.brand-cloud-section{
  padding-bottom:var(--space-section-y-tight) !important;
  padding-top:var(--space-section-y-tight) !important;
}

#work.page-section{
  padding-top:clamp(42px, 4.5vw, 64px) !important;
}

.site-header-inner,
.max-w-7xl,
.services-v2-container{
  width:min(calc(100% - 48px), var(--container-main)) !important;
}

.site-header-inner{
  margin-left:auto !important;
  margin-right:auto !important;
  max-width:1440px !important;
}

@media (max-width: 640px){
  .site-header-inner,
  .max-w-7xl,
  .services-v2-container{
    width:min(calc(100% - 32px), var(--container-main)) !important;
  }
}

.site-header nav a,
.mobile-menu-link,
.filter-btn,
.about-more-btn,
.gallery-explore-link,
.services-v2-cta-button,
.services-v2-primary-button,
.services-v2-secondary-button,
.page-section-cta button[data-open-contact],
.swipe-primary,
.swipe-secondary,
.case-cta button[data-open-contact]{
  font-size:var(--text-small) !important;
  font-weight:750 !important;
}

.site-header button[data-open-contact],
#mobile-menu button[data-open-contact],
.about-more-btn,
.gallery-explore-link,
.services-v2-cta-button,
.services-v2-primary-button,
.services-v2-secondary-button,
.page-section-cta button[data-open-contact],
.swipe-primary,
.swipe-secondary,
.case-cta button[data-open-contact]{
  border-radius:4px !important;
  min-height:46px !important;
  padding-left:24px !important;
  padding-right:24px !important;
}

.site-header button[data-open-contact]{
  min-height:42px !important;
  padding-left:18px !important;
  padding-right:18px !important;
}

#about-services > span,
.hero-client-badge,
.availability-badge{
  border-radius:var(--radius-pill) !important;
  font-size:var(--text-small) !important;
  min-height:38px;
}

.services-v2-grid{
  gap:20px 22px !important;
  margin-top:clamp(36px, 4vw, 52px) !important;
}

.services-v2-card{
  border-color:var(--border-soft) !important;
  border-radius:var(--radius-md) !important;
  box-shadow:var(--shadow-card) !important;
  min-height:92px !important;
}

.services-v2-icon-box{
  border-radius:var(--radius-sm) !important;
  height:48px !important;
  width:48px !important;
}

.services-v2-icon-box img{
  height:25px !important;
  width:25px !important;
}

.services-v2-card-title{
  font-size:19px !important;
  font-weight:850 !important;
  line-height:1.14 !important;
}

.services-v2-arrow{
  width:56px !important;
}

.services-v2-cta,
.gallery-explore,
.case-cta{
  border-color:var(--border-soft) !important;
  border-radius:var(--radius-lg) !important;
  box-shadow:var(--shadow-card) !important;
}

.services-v2-cta{
  min-height:86px !important;
  padding:22px 28px !important;
}

.services-v2-cta-text strong{
  font-size:19px !important;
  line-height:1.2 !important;
}

.project-card,
.faq-item,
.services-v2-modal-card,
.journey-card,
.info-card{
  border-radius:var(--radius-lg) !important;
}

.project-card{
  box-shadow:var(--shadow-card);
}

.project-title{
  font-size:var(--text-card-lg) !important;
  line-height:1.08 !important;
}

.project-card-small .project-title,
.project-showcase-filtered .project-card-tile .project-title,
.project-card-wide .project-title{
  font-size:var(--text-card) !important;
}

.project-action{
  font-size:var(--text-small) !important;
  min-height:42px !important;
}

.faq-section{
  padding-bottom:var(--space-section-y-tight) !important;
  padding-top:var(--space-section-y-tight) !important;
}

.faq-question{
  font-size:17px !important;
  min-height:68px !important;
  padding-bottom:18px !important;
  padding-top:18px !important;
}

.faq-answer{
  font-size:var(--text-small) !important;
  line-height:1.7 !important;
}

.site-footer h3,
.site-footer h4{
  font-size:18px !important;
  line-height:1.25 !important;
}

.site-footer p,
.site-footer a,
.site-footer li{
  font-size:var(--text-small) !important;
  line-height:1.65 !important;
}

input:not(.contact-control),
select:not(.contact-control),
textarea:not(.contact-control){
  border-radius:var(--radius-sm) !important;
  font-family:var(--font-body) !important;
  font-size:var(--text-small) !important;
}

@media (max-width: 900px){
  :root{
    --text-body:15px;
    --space-section-y:clamp(54px, 9vw, 72px);
  }

  .services-v2-card{
    min-height:86px !important;
  }

  .services-v2-cta,
  .gallery-explore{
    gap:16px !important;
    padding:20px !important;
  }
}

@media (max-width: 640px){
  :root{
    --text-hero:clamp(42px, 12vw, 54px);
    --text-section:clamp(30px, 9vw, 38px);
    --text-section-sm:clamp(28px, 8vw, 34px);
  }

  .site-header button[data-open-contact],
  #mobile-menu button[data-open-contact],
  .about-more-btn,
  .gallery-explore-link,
  .services-v2-cta-button,
  .services-v2-primary-button,
  .page-section-cta button[data-open-contact],
  .swipe-primary,
  .swipe-secondary{
    min-height:44px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
}
/* True EOF: hero buttons use calm hover, not swipe */
.hero-section .swipe-primary,
.hero-section .swipe-secondary{
  isolation:auto !important;
  overflow:visible !important;
  position:relative !important;
}

.hero-section .swipe-primary:hover svg,
.hero-section .swipe-primary:focus-visible svg{
  transform:translateX(3px);
}

.hero-section .swipe-primary svg,
.hero-section .swipe-primary svg *{
  stroke:currentColor !important;
}

/* True EOF: bottom CTA is white first, then reverses to navy so it stays visible on blue */
.page-section-cta button[data-open-contact]{
  background:#fff !important;
  border:1px solid rgba(255,255,255,.92) !important;
  box-shadow:0 14px 30px rgba(6,19,52,.14) !important;
  color:#145BFF !important;
  isolation:isolate !important;
  overflow:hidden !important;
  position:relative !important;
}

.page-section-cta button[data-open-contact] > *{
  position:relative !important;
  z-index:2 !important;
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  border-color:#07111F !important;
  box-shadow:0 18px 38px rgba(6,19,52,.22) !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.page-section-cta button[data-open-contact]:hover svg,
.page-section-cta button[data-open-contact]:focus-visible svg{
  transform:translateX(3px);
}

/* True EOF: stabilize bottom blue-section CTA and remove old label/icon drift */
.page-section-cta button[data-open-contact]{
  align-items:center !important;
  background:#fff !important;
  border:1px solid rgba(255,255,255,.95) !important;
  box-shadow:0 14px 30px rgba(6,19,52,.14) !important;
  color:#145BFF !important;
  display:inline-flex !important;
  gap:10px !important;
  justify-content:center !important;
  min-height:52px !important;
  min-width:212px !important;
  padding:0 28px !important;
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
}

.page-section-cta button[data-open-contact] .cta-label,
.page-section-cta button[data-open-contact] span,
.page-section-cta button[data-open-contact] svg{
  opacity:1 !important;
  position:relative !important;
  transform:none !important;
  z-index:2 !important;
}

.page-section-cta button[data-open-contact]::before{
  background:#07111F !important;
  border-radius:inherit !important;
  content:"" !important;
  display:block !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  transform:translateX(-101%) !important;
  transition:transform 380ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:1 !important;
}

.page-section-cta button[data-open-contact]::after{
  content:none !important;
  display:none !important;
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  background:#fff !important;
  border-color:#07111F !important;
  box-shadow:0 18px 38px rgba(6,19,52,.22) !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.page-section-cta button[data-open-contact]:hover .cta-label,
.page-section-cta button[data-open-contact]:focus-visible .cta-label,
.page-section-cta button[data-open-contact]:hover span,
.page-section-cta button[data-open-contact]:focus-visible span{
  opacity:1 !important;
  transform:none !important;
}

.page-section-cta button[data-open-contact]:hover svg,
.page-section-cta button[data-open-contact]:focus-visible svg{
  opacity:1 !important;
  transform:translateX(3px) !important;
}

.page-section-cta button[data-open-contact] svg,
.page-section-cta button[data-open-contact] svg *{
  stroke:currentColor !important;
}

/* True EOF: hero buttons use non-swipe interaction only */
.hero-section .swipe-primary,
.hero-section .swipe-secondary{
  isolation:auto !important;
  overflow:visible !important;
  position:relative !important;
}

.hero-section .swipe-primary::before,
.hero-section .swipe-primary::after,
.hero-section .swipe-secondary::before,
.hero-section .swipe-secondary::after{
  content:none !important;
  display:none !important;
}

.hero-section .swipe-primary{
  background:linear-gradient(135deg, #2f63ff 0%, #174beb 100%) !important;
  border:1px solid #2563ff !important;
  box-shadow:0 12px 26px rgba(37,99,255,.22) !important;
  color:#fff !important;
}

.hero-section .swipe-primary:hover,
.hero-section .swipe-primary:focus-visible{
  background:linear-gradient(135deg, #174beb 0%, #0f3fca 100%) !important;
  box-shadow:0 16px 34px rgba(37,99,255,.26) !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.hero-section .swipe-primary:hover svg,
.hero-section .swipe-primary:focus-visible svg{
  opacity:1 !important;
  transform:translateX(3px) !important;
}

.hero-section .swipe-secondary{
  background:#fff !important;
  border:1px solid #D9E1EE !important;
  box-shadow:0 10px 24px rgba(15,23,42,.055) !important;
  color:#07111F !important;
}

.hero-section .swipe-secondary:hover,
.hero-section .swipe-secondary:focus-visible{
  background:#F4F8FF !important;
  border-color:#145BFF !important;
  box-shadow:0 14px 30px rgba(37,99,255,.12) !important;
  color:#145BFF !important;
  transform:translateY(-2px);
}

.hero-section .swipe-primary svg,
.hero-section .swipe-primary svg *,
.hero-section .swipe-secondary svg,
.hero-section .swipe-secondary svg *{
  stroke:currentColor !important;
}
/* True EOF: bottom CTA hover uses brand blue with white outline, not navy */
.page-section-cta button[data-open-contact]{
  background:#fff !important;
  border:1px solid rgba(255,255,255,.96) !important;
  box-shadow:0 14px 30px rgba(6,19,52,.14) !important;
  color:#145BFF !important;
}

.page-section-cta button[data-open-contact]::before{
  background:#145BFF !important;
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  background:#145BFF !important;
  border-color:#fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.9),
    0 18px 38px rgba(6,19,52,.18) !important;
  color:#fff !important;
}

.page-section-cta button[data-open-contact]:hover::before,
.page-section-cta button[data-open-contact]:focus-visible::before{
  transform:translateX(0) !important;
}

.page-section-cta button[data-open-contact]:hover .cta-label,
.page-section-cta button[data-open-contact]:focus-visible .cta-label,
.page-section-cta button[data-open-contact]:hover span,
.page-section-cta button[data-open-contact]:focus-visible span{
  color:#fff !important;
  opacity:1 !important;
  transform:none !important;
}

.page-section-cta button[data-open-contact]:hover svg,
.page-section-cta button[data-open-contact]:focus-visible svg{
  color:#fff !important;
  opacity:1 !important;
  transform:translateX(3px) !important;
}
/* True EOF: smooth method for bottom CTA, pseudo-layer only */
.page-section-cta button[data-open-contact]{
  background:#fff !important;
  border-color:rgba(255,255,255,.96) !important;
  color:#145BFF !important;
  transition:
    color 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    transform 260ms cubic-bezier(.22, 1, .36, 1) !important;
}

.page-section-cta button[data-open-contact]::before{
  background:#145BFF !important;
  transform:translate3d(-102%,0,0) !important;
  transition:transform 520ms cubic-bezier(.22, 1, .36, 1) !important;
  will-change:transform;
}

.page-section-cta button[data-open-contact]:hover,
.page-section-cta button[data-open-contact]:focus-visible{
  background:#fff !important;
  border-color:#fff !important;
  color:#fff !important;
}

.page-section-cta button[data-open-contact]:hover::before,
.page-section-cta button[data-open-contact]:focus-visible::before{
  transform:translate3d(0,0,0) !important;
}

.page-section-cta button[data-open-contact] .cta-label,
.page-section-cta button[data-open-contact] svg{
  transition:
    color 320ms ease,
    opacity 220ms ease,
    transform 320ms cubic-bezier(.22, 1, .36, 1) !important;
}
/* True EOF: FAQ rows are flat dividers, not rounded cards */
#faq-list{
  overflow:visible !important;
}

#faq-list .faq-item{
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid #DDE2EA !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

#faq-list .faq-item:first-child{
  border-top:0 !important;
}

#faq-list .faq-question{
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  min-height:68px !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

#faq-list .faq-question:hover,
#faq-list .faq-question:focus-visible{
  background:transparent !important;
}
/* True EOF: footer first column aligns with the other headings */
.anhar-orbit-hero .style_heroFooter__KMFCW{
  box-sizing:border-box;
  width:min(calc(100% - 48px), 1440px);
  margin-inline:auto;
  padding-inline:0;
}

.anhar-orbit-hero .hero-local-time{
  position:absolute;
  top:24px;
  left:max(24px, calc((100% - 1440px) / 2));
  z-index:8;
  display:flex;
  align-items:baseline;
  gap:9px;
  color:#0b1220;
  font-family:var(--font-body, Inter, sans-serif);
  font-size:14px;
  font-weight:500;
  letter-spacing:0;
  line-height:1.2;
  text-transform:uppercase;
}
.anhar-orbit-hero .hero-local-time time{font-variant-numeric:tabular-nums;font-weight:500;}
.anhar-orbit-hero .hero-local-divider{width:1px;height:14px;background:#cbd3df;}
.anhar-orbit-hero .hero-local-country{color:#6b7280;}
@media(max-width:640px){.anhar-orbit-hero .hero-local-time{top:18px;left:20px;font-size:10px;}}

@media(max-width:640px){
  .anhar-orbit-hero .style_heroFooter__KMFCW{width:calc(100% - 40px);}
}

.footer-grid{
  align-items:start !important;
}

.footer-heading-main{
  color:#0B1220 !important;
  font-family:var(--font-display, inherit) !important;
  font-size:24px !important;
  font-weight:800 !important;
  letter-spacing:-.02em !important;
  line-height:1.15 !important;
  margin:0 0 18px !important;
}

.footer-newsletter p{
  margin:0 !important;
  max-width:340px;
}
/* True EOF: Services composition inspired by split editorial panel */
.services-v2{
  background:
    radial-gradient(circle at 86% 8%, rgba(20,91,255,.10), transparent 30%),
    linear-gradient(180deg, #fff 0%, #F4F8FF 100%) !important;
  padding-bottom:72px !important;
  padding-top:72px !important;
}

.services-v2-container{
  background:
    radial-gradient(circle at 8% 78%, rgba(20,91,255,.14), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(248,251,255,.94) 100%) !important;
  border:1px solid rgba(20,91,255,.14) !important;
  border-radius:28px !important;
  box-shadow:0 24px 70px rgba(15,23,42,.08) !important;
  display:grid !important;
  gap:28px !important;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.55fr) !important;
  padding:64px 64px 38px !important;
  position:relative !important;
  overflow:hidden !important;
}

.services-v2-container::before,
.services-v2-container::after{
  content:"" !important;
  pointer-events:none !important;
  position:absolute !important;
}

.services-v2-container::before{
  border:1px solid rgba(20,91,255,.18) !important;
  border-radius:999px !important;
  bottom:74px !important;
  height:220px !important;
  left:-118px !important;
  width:220px !important;
}

.services-v2-container::after{
  background:#145BFF !important;
  border-radius:999px !important;
  bottom:184px !important;
  box-shadow:-108px 104px 0 -4px rgba(20,91,255,.12) !important;
  height:14px !important;
  left:190px !important;
  width:14px !important;
}

.services-v2-header{
  align-self:start !important;
  grid-column:1 !important;
  margin:0 !important;
  max-width:330px !important;
  padding-top:34px !important;
  position:relative !important;
  text-align:left !important;
  z-index:1 !important;
}

.services-v2-eyebrow{
  align-items:center !important;
  display:inline-flex !important;
  gap:12px !important;
}

.services-v2-eyebrow::before{
  background:#145BFF !important;
  border-radius:999px !important;
  content:"" !important;
  height:9px !important;
  width:9px !important;
}

.services-v2-title{
  font-size:clamp(44px, 5vw, 68px) !important;
  line-height:.96 !important;
  margin:28px 0 28px !important;
}

.services-v2-title::after{
  background:#145BFF !important;
  content:"" !important;
  display:block !important;
  height:2px !important;
  margin-top:28px !important;
  width:42px !important;
}

.services-v2-subtitle{
  font-size:18px !important;
  line-height:1.55 !important;
  margin:0 !important;
  max-width:320px !important;
}

.services-v2-grid{
  align-self:start !important;
  display:grid !important;
  gap:22px !important;
  grid-column:2 !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  margin:0 !important;
  position:relative !important;
  z-index:1 !important;
}

@keyframes services-card-enter{
  from{
    opacity:0;
    transform:translateY(18px) scale(.985);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

.services-v2-card{
  align-items:stretch !important;
  background:#fff !important;
  border:1px solid rgba(20,91,255,.12) !important;
  border-radius:18px !important;
  box-shadow:0 14px 34px rgba(15,23,42,.055), inset 0 0 0 0 rgba(20,91,255,0) !important;
  display:grid !important;
  gap:0 !important;
  grid-template-columns:1fr !important;
  grid-template-rows:auto 1fr auto !important;
  height:168px !important;
  isolation:isolate !important;
  min-height:168px !important;
  overflow:hidden !important;
  padding:28px 28px 26px !important;
  position:relative !important;
  text-align:left !important;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 360ms cubic-bezier(.22, 1, .36, 1),
    background-color 260ms ease !important;
  will-change:transform !important;
}

.services-v2-grid[data-services-motion="ready"] .services-v2-card{
  opacity:0;
  transform:translateY(18px) scale(.985);
}

.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible{
  animation:services-card-enter 620ms cubic-bezier(.22, 1, .36, 1) both;
}

.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:nth-child(1){ animation-delay:40ms; }
.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:nth-child(2){ animation-delay:110ms; }
.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:nth-child(3){ animation-delay:180ms; }
.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:nth-child(4){ animation-delay:250ms; }
.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:nth-child(5){ animation-delay:320ms; }
.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:nth-child(6){ animation-delay:390ms; }

.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:hover,
.services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible:focus-visible{
  animation-play-state:paused;
}

.services-v2-card::before,
.services-v2-card::after{
  content:"" !important;
  inset:0 !important;
  pointer-events:none !important;
  position:absolute !important;
}

.services-v2-card::before{
  background-image:var(--service-bg, none) !important;
  background-position:right 12px center !important;
  background-repeat:no-repeat !important;
  background-size:auto 96% !important;
  filter:saturate(.96) contrast(.98) !important;
  opacity:.9 !important;
  transform-origin:right center !important;
  transform:scale(1) !important;
  transition:
    filter 320ms ease,
    opacity 320ms ease,
    transform 420ms cubic-bezier(.22, 1, .36, 1) !important;
  z-index:0 !important;
}

.services-v2-card::after{
  display:none !important;
  z-index:1 !important;
}

.services-v2-card > *{
  position:relative !important;
  z-index:2 !important;
}

.services-v2-icon-box,
.services-v2-card-title,
.services-v2-arrow{
  position:relative !important;
  z-index:2 !important;
}

.services-v2-card:hover,
.services-v2-card:focus-visible{
  background:#fff !important;
  border-color:rgba(20,91,255,.32) !important;
  box-shadow:0 24px 58px rgba(15,23,42,.11), inset 0 0 0 1px rgba(20,91,255,.08) !important;
  transform:translateY(-7px) !important;
}

.services-v2-card:hover::before,
.services-v2-card:focus-visible::before{
  filter:saturate(1.06) contrast(1.02) !important;
  opacity:1 !important;
  transform:translateX(-6px) scale(1.025) !important;
}

.services-v2-card-left{
  display:contents !important;
}

.services-v2-icon-box{
  align-items:center !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  display:flex !important;
  grid-column:1 / -1 !important;
  grid-row:1 !important;
  height:48px !important;
  justify-content:flex-start !important;
  margin:0 !important;
  transform:translateY(0) rotate(0deg) !important;
  transition:transform 320ms cubic-bezier(.22, 1, .36, 1) !important;
  width:48px !important;
}

.services-v2-icon-box img,
.services-v2-icon-box svg{
  height:44px !important;
  object-fit:contain !important;
  transition:filter 320ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1) !important;
  width:44px !important;
}

.services-v2-card:hover .services-v2-icon-box,
.services-v2-card:focus-visible .services-v2-icon-box{
  transform:translateY(-2px) rotate(-2deg) !important;
}

.services-v2-card:hover .services-v2-icon-box img,
.services-v2-card:focus-visible .services-v2-icon-box img{
  filter:drop-shadow(0 8px 12px rgba(20,91,255,.18)) !important;
  transform:scale(1.03) !important;
}

.services-v2-card-title{
  align-self:end !important;
  color:#07111F !important;
  display:inline-block !important;
  font-size:22px !important;
  font-weight:800 !important;
  grid-column:1 !important;
  grid-row:3 !important;
  letter-spacing:0 !important;
  line-height:1.12 !important;
  margin:0 !important;
  max-width:max-content !important;
  padding-bottom:7px !important;
}

.services-v2-card-title::after{
  background:linear-gradient(90deg, #145BFF 0%, rgba(20,91,255,.28) 100%) !important;
  border-radius:999px !important;
  content:"" !important;
  display:block !important;
  height:2px !important;
  margin-top:6px !important;
  transform:scaleX(0) !important;
  transform-origin:left center !important;
  transition:transform 360ms cubic-bezier(.22, 1, .36, 1) !important;
  width:100% !important;
}

.services-v2-card:hover .services-v2-card-title::after,
.services-v2-card:focus-visible .services-v2-card-title::after{
  transform:scaleX(1) !important;
}

.services-v2-arrow{
  display:none !important;
}

.services-v2-arrow::before{
  content:none !important;
  display:none !important;
}

.services-v2-arrow svg{
  height:17px !important;
  position:relative !important;
  stroke:currentColor !important;
  transition:transform 300ms cubic-bezier(.22, 1, .36, 1) !important;
  width:17px !important;
  z-index:1 !important;
}

.services-v2-card:hover .services-v2-arrow,
.services-v2-card:focus-visible .services-v2-arrow{
  display:none !important;
}

.services-v2-card:hover .services-v2-arrow svg,
.services-v2-card:focus-visible .services-v2-arrow svg{
  stroke:currentColor !important;
  transform:translateX(2px) !important;
}

.services-v2-cta{
  background:
    radial-gradient(circle at 72% 50%, rgba(20,91,255,.12), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.95) 0%, rgba(244,248,255,.92) 100%) !important;
  border:1px solid rgba(20,91,255,.16) !important;
  border-radius:18px !important;
  box-shadow:0 16px 44px rgba(15,23,42,.055) !important;
  display:grid !important;
  gap:22px !important;
  grid-column:1 / -1 !important;
  grid-template-columns:64px minmax(0, 1fr) auto !important;
  margin-top:14px !important;
  min-height:112px !important;
  overflow:hidden !important;
  padding:24px 34px !important;
  position:relative !important;
  z-index:1 !important;
}

.services-v2-cta-icon{
  align-items:center !important;
  background:linear-gradient(135deg, #145BFF 0%, #277BFF 100%) !important;
  border:1px solid rgba(255,255,255,.72) !important;
  border-radius:999px !important;
  box-shadow:0 16px 34px rgba(20,91,255,.28) !important;
  color:#fff !important;
  display:flex !important;
  height:58px !important;
  justify-content:center !important;
  width:58px !important;
}

.services-v2-cta-icon svg{
  fill:none !important;
  height:30px !important;
  stroke:currentColor !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  stroke-width:1.8 !important;
  width:30px !important;
}

.services-v2-cta-text h3{
  font-size:22px !important;
  line-height:1.18 !important;
  margin:0 0 7px !important;
}

.services-v2-cta-text p{
  font-size:15px !important;
  line-height:1.5 !important;
  margin:0 !important;
}

.services-v2-cta-button{
  min-width:156px !important;
}

@media (max-width: 1024px){
  .services-v2-container{
    grid-template-columns:1fr !important;
    padding:44px 28px 30px !important;
  }

  .services-v2-header,
  .services-v2-grid{
    grid-column:1 !important;
    max-width:none !important;
    padding-top:0 !important;
  }

  .services-v2-subtitle{
    max-width:640px !important;
  }
}

@media (max-width: 720px){
  .services-v2{
    padding-bottom:54px !important;
    padding-top:54px !important;
  }

  .services-v2-container{
    border-radius:22px !important;
    padding:32px 18px 20px !important;
  }

  .services-v2-grid{
    grid-template-columns:1fr !important;
  }

  .services-v2-card{
    height:144px !important;
    min-height:144px !important;
    padding:22px !important;
  }

  .services-v2-card::before{
    background-position:right 6px center !important;
    background-size:auto 88% !important;
    opacity:.88 !important;
  }

  .services-v2-card::after{
    display:none !important;
  }

  .services-v2-card-title{
    font-size:20px !important;
    max-width:76% !important;
  }

  .services-v2-cta{
    grid-template-columns:54px minmax(0, 1fr) !important;
    padding:20px !important;
  }

  .services-v2-cta-button{
    grid-column:1 / -1 !important;
    width:100% !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .services-v2-grid[data-services-motion="ready"] .services-v2-card,
  .services-v2-grid[data-services-motion="ready"] .services-v2-card.is-visible{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }

  .services-v2-card,
  .services-v2-card::before,
  .services-v2-icon-box,
  .services-v2-icon-box img,
  .services-v2-card-title::after{
    transition:none !important;
  }

  .services-v2-card:hover,
  .services-v2-card:focus-visible,
  .services-v2-card:hover::before,
  .services-v2-card:focus-visible::before,
  .services-v2-card:hover .services-v2-icon-box,
  .services-v2-card:focus-visible .services-v2-icon-box,
  .services-v2-card:hover .services-v2-icon-box img,
  .services-v2-card:focus-visible .services-v2-icon-box img{
    transform:none !important;
  }
}
/* True EOF: Services no outer box, only content/cards */
.services-v2-container{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  padding:56px 0 0 !important;
}

.services-v2-container::before,
.services-v2-container::after{
  content:none !important;
  display:none !important;
}

.services-v2-cta-icon img{
  display:block !important;
  height:32px !important;
  object-fit:contain !important;
  width:32px !important;
}

.services-v2-cta-icon{
  background:#145BFF !important;
}

@media (max-width: 1024px){
  .services-v2-container{
    padding-top:40px !important;
  }
}

/* True EOF: stronger Services to FAQ section separation */
.services-v2{
  background:
    radial-gradient(circle at 86% 8%, rgba(20,91,255,.09), transparent 30%),
    linear-gradient(180deg, #FFFFFF 0%, #F9FBFF 64%, #FFFFFF 100%) !important;
  border-bottom:1px solid rgba(20,91,255,.10) !important;
}

.faq-section{
  background:
    radial-gradient(circle at 12% 18%, rgba(20,91,255,.12), transparent 30%),
    linear-gradient(180deg, #EAF2FF 0%, #F5F8FF 100%) !important;
  border-top:1px solid rgba(20,91,255,.14) !important;
}

/* True EOF: align Services CTA scale with Selected Projects gallery CTA */
.services-v2-cta{
  align-items:center !important;
  border-radius:18px !important;
  gap:18px !important;
  grid-template-columns:52px minmax(0, 1fr) auto !important;
  margin-top:18px !important;
  min-height:86px !important;
  padding:18px 24px !important;
}

.services-v2-cta-icon{
  height:48px !important;
  width:48px !important;
  box-shadow:0 12px 24px rgba(20,91,255,.20) !important;
}

.services-v2-cta-icon img{
  height:26px !important;
  width:26px !important;
}

.services-v2-cta-text p{
  font-size:14px !important;
  line-height:1.45 !important;
}

.services-v2-cta-button{
  height:48px !important;
  min-width:150px !important;
  padding:0 26px !important;
}

/* True EOF: restore hero scale and lift stats closer to the hero divider */
:root{
  --text-hero:clamp(46px, 5.25vw, 68px);
}

.hero-section > .max-w-7xl{
  gap:clamp(32px, 4.5vw, 56px) !important;
  padding-bottom:clamp(42px, 5vw, 66px) !important;
  padding-top:clamp(30px, 4.4vw, 52px) !important;
}

.hero-impact-card-wrap{
  margin:-48px auto 30px !important;
}

.hero-impact-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  max-width:760px !important;
  min-height:104px !important;
  padding:18px 26px !important;
  width:min(62vw, 760px) !important;
}

.hero-impact-grid p{
  font-size:clamp(28px, 2.8vw, 36px) !important;
  margin-bottom:6px !important;
}

.hero-impact-grid span{
  font-size:13px !important;
}

/* True EOF: remove tiny inner gutter in the hero browser preview */
.hero-project-preview{
  border-radius:10px;
}

#hero-frame{
  left:-1px !important;
  margin-bottom:-1px !important;
  width:calc(100% + 2px) !important;
}

/* True EOF: lower stats and trusted brand heading slightly */
.hero-impact-card-wrap{
  margin:-42px auto 38px !important;
}

.brand-cloud-section > div:not(.hero-impact-card-wrap){
  padding-top:clamp(26px, 3vw, 36px) !important;
}

/* True EOF: fine tune hero and trusted-brand vertical rhythm */
.hero-section > .max-w-7xl{
  padding-bottom:calc(clamp(42px, 5vw, 66px) + 8px) !important;
  padding-top:calc(clamp(30px, 4.4vw, 52px) + 8px) !important;
}

.brand-cloud-section > div:not(.hero-impact-card-wrap){
  padding-bottom:calc(clamp(18px, 2.4vw, 30px) - 12px) !important;
}

/* True EOF: trim only the trusted brand section bottom edge by 12px */
.brand-cloud-section{
  padding-bottom:calc(var(--space-section-y-tight) - 12px) !important;
}

/* True EOF: disable cursor-follow movement on the hero preview */
#hero-frame{
  transform:none !important;
}

/* True EOF: match Services intro copy with About body copy */
.services-v2-eyebrow{
  text-transform:none !important;
}

.services-v2-subtitle{
  color:#5B6472 !important;
  font-family:var(--font-body, Inter, ui-sans-serif, system-ui, sans-serif) !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.625 !important;
  letter-spacing:0 !important;
}

/* True EOF: align Services section rhythm with Selected Projects */
.services-v2{
  padding-top:clamp(42px, 4.5vw, 64px) !important;
}

.services-v2-container{
  width:min(calc(100% - 48px), var(--container-main)) !important;
}

.services-v2-header{
  padding-top:0 !important;
}

.services-v2-eyebrow{
  color:#145BFF !important;
  display:block !important;
  font-family:var(--font-body, Inter, sans-serif) !important;
  font-size:14px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  line-height:1.25 !important;
  margin:0 0 8px !important;
  text-transform:none !important;
}

.services-v2-cta{
  background:#FFFFFF !important;
  border:1px solid #E4E8F0 !important;
  border-radius:18px !important;
  box-shadow:0 12px 32px rgba(15,23,42,.045) !important;
  grid-template-columns:52px minmax(0, 1fr) auto !important;
  min-height:86px !important;
  padding:18px 24px !important;
}

.services-v2-cta-icon{
  background:#EAF1FF !important;
  border:0 !important;
  box-shadow:none !important;
  color:#145BFF !important;
  height:48px !important;
  width:48px !important;
}

.services-v2-cta-icon img{
  filter:none !important;
  height:22px !important;
  width:22px !important;
}

.services-v2-cta-text h3{
  font-size:18px !important;
  line-height:1.22 !important;
  margin:0 0 5px !important;
}

.services-v2-cta-text p{
  color:#5B6472 !important;
  font-size:14px !important;
  line-height:1.45 !important;
}

/* True EOF: match Services horizontal gutter with Selected Projects */
.services-v2-container{
  box-sizing:border-box !important;
  padding-left:32px !important;
  padding-right:32px !important;
}

@media (max-width: 640px){
  .services-v2-container{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

/* True EOF: clean Services heading rhythm */
.services-v2-eyebrow{
  gap:0 !important;
  margin:0 0 22px !important;
}

.services-v2-eyebrow::before{
  content:none !important;
  display:none !important;
}

.services-v2-title{
  margin:0 0 20px !important;
}

.services-v2-title::after{
  content:none !important;
  display:none !important;
}

.services-v2-subtitle{
  margin:0 !important;
}
/* True EOF: ratio-safe selected works thumbnails
   Keep uploaded thumbnails from zooming/cropping when their ratio matches the card slot. */
.project-card[data-has-image] .project-card-bg {
  background:
    radial-gradient(ellipse at 14% 82%, rgba(6, 10, 18, 0.58) 0%, rgba(6, 10, 18, 0.32) 29%, rgba(6, 10, 18, 0) 58%),
    linear-gradient(90deg, rgba(6, 10, 18, 0.4) 0%, rgba(6, 10, 18, 0.18) 34%, rgba(6, 10, 18, 0.03) 62%, rgba(6, 10, 18, 0) 100%),
    var(--project-art) !important;
  background-position: var(--project-art-position, 50% 50%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transform: none !important;
}

.project-card[data-has-image]:hover .project-card-bg,
.project-card[data-has-image]:focus-visible .project-card-bg {
  filter: saturate(1.02) contrast(1.02) !important;
  transform: none !important;
}

@media (min-width: 1024px) {
  .project-card-featured[data-has-image] {
    aspect-ratio: 3 / 2 !important;
    min-height: unset !important;
  }

  .project-card-small[data-has-image] {
    aspect-ratio: 16 / 9 !important;
    min-height: unset !important;
  }

  .project-card-wide[data-has-image] {
    aspect-ratio:auto !important;
    height:220px !important;
    min-height:220px !important;
  }
}

.project-card-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: var(--project-art-position, 50% 50%);
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.project-card[data-has-video] .project-card-bg {
  background:
    radial-gradient(ellipse at 14% 82%, rgba(6, 10, 18, 0.58) 0%, rgba(6, 10, 18, 0.32) 29%, rgba(6, 10, 18, 0) 58%),
    linear-gradient(90deg, rgba(6, 10, 18, 0.4) 0%, rgba(6, 10, 18, 0.18) 34%, rgba(6, 10, 18, 0.03) 62%, rgba(6, 10, 18, 0) 100%) !important;
  z-index: 1;
}

.project-card[data-has-video] .project-card-content {
  z-index: 2;
}

/* True EOF: clean selected works cards until hover/focus */
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .project-card[data-has-image] .project-card-bg {
    background-color: #f8fbff !important;
    background-image: var(--project-art) !important;
    background-position: var(--project-art-position, 50% 50%) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: saturate(1) contrast(1) !important;
  }

  .project-card[data-has-image] .project-pill {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .28s ease, transform .28s ease, background .28s ease, border-color .28s ease;
  }

  .project-card[data-has-image] .project-card-bottom {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .project-card[data-has-image] .project-card-bottom > span:first-child {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .32s ease, transform .32s ease;
  }

  .project-card[data-has-image] .project-action {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .24s ease, transform .24s ease;
  }

  .project-card[data-has-image] .project-card-bg::after {
    background:
      radial-gradient(ellipse at 14% 82%, rgba(6, 10, 18, .72) 0%, rgba(6, 10, 18, .38) 30%, rgba(6, 10, 18, 0) 62%),
      linear-gradient(90deg, rgba(6, 10, 18, .42) 0%, rgba(6, 10, 18, .16) 34%, rgba(6, 10, 18, 0) 68%);
    content: "";
    display: block;
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .32s ease;
  }

  .project-card[data-has-image]:hover .project-card-bg::after,
  .project-card[data-has-image]:focus-visible .project-card-bg::after,
  .project-card[data-has-image]:hover .project-card-bottom > span:first-child,
  .project-card[data-has-image]:focus-visible .project-card-bottom > span:first-child,
  .project-card[data-has-image]:hover .project-pill,
  .project-card[data-has-image]:focus-visible .project-pill {
    opacity: 1;
    transform: translateY(0);
  }

  .project-card[data-has-image]:hover .project-action,
  .project-card[data-has-image]:focus-visible .project-action {
    opacity: 1;
    pointer-events: auto;
    transform: translateZ(0);
  }

  .project-card-wide[data-has-image] .project-card-bg::after {
    background:
      radial-gradient(ellipse at 16% 78%, rgba(6, 10, 18, .7) 0%, rgba(6, 10, 18, .34) 30%, rgba(6, 10, 18, 0) 62%),
      linear-gradient(90deg, rgba(6, 10, 18, .38) 0%, rgba(6, 10, 18, .14) 36%, rgba(6, 10, 18, 0) 72%);
  }

  .project-card[data-has-video] .project-card-bg {
    background: transparent !important;
  }
}
/* True EOF: desktop Services nav hover dropdown */
.site-header .nav-dropdown{
  align-items:center;
  display:inline-flex;
  min-height:64px;
  position:relative;
}

.site-header .nav-dropdown-trigger{
  align-items:center;
  display:inline-flex;
  gap:5px;
}

.site-header .nav-dropdown-trigger svg{
  opacity:.62;
  transform:translateY(1px);
  transition:transform .2s ease, opacity .2s ease;
}

.site-header .nav-dropdown:hover .nav-dropdown-trigger,
.site-header .nav-dropdown:focus-within .nav-dropdown-trigger{
  color:#0B1220;
}

.site-header .nav-dropdown:hover .nav-dropdown-trigger svg,
.site-header .nav-dropdown:focus-within .nav-dropdown-trigger svg{
  opacity:1;
  transform:translateY(1px) rotate(180deg);
}

.site-header .nav-dropdown-menu{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(11,18,32,.1);
  border-radius:8px;
  box-shadow:0 24px 60px -34px rgba(11,18,32,.5);
  display:grid;
  gap:4px;
  left:50%;
  min-width:250px;
  opacity:0;
  padding:8px;
  pointer-events:none;
  position:absolute;
  top:calc(100% - 4px);
  transform:translate(-50%, 8px);
  transition:opacity .18s ease, transform .22s cubic-bezier(.22,1,.36,1), visibility .18s ease;
  visibility:hidden;
  z-index:80;
}

.site-header .nav-dropdown:hover .nav-dropdown-menu,
.site-header .nav-dropdown:focus-within .nav-dropdown-menu{
  opacity:1;
  pointer-events:auto;
  transform:translate(-50%, 0);
  visibility:visible;
}

.site-header .nav-dropdown-menu button{
  align-items:center;
  background:transparent;
  border:0;
  border-radius:4px;
  color:#5B6472;
  cursor:pointer;
  display:flex;
  font:inherit;
  font-size:13px;
  font-weight:800;
  gap:10px;
  min-height:40px;
  padding:0 10px;
  text-align:left;
  transition:background .18s ease, color .18s ease, transform .18s ease;
  width:100%;
}

.site-header .nav-dropdown-menu button span{
  align-items:center;
  background:#F5F6F8;
  border:1px solid rgba(20,91,255,.12);
  border-radius:10px;
  display:inline-flex;
  flex:0 0 auto;
  height:28px;
  justify-content:center;
  width:28px;
}

.site-header .nav-dropdown-menu button span img{
  display:block;
  height:17px;
  object-fit:contain;
  width:17px;
}

.site-header .nav-dropdown-menu button:hover,
.site-header .nav-dropdown-menu button:focus-visible{
  background:#F5F6F8;
  color:#0B1220;
  outline:none;
  transform:translateX(2px);
}

.site-header .nav-dropdown-menu::before{
  content:"";
  height:14px;
  left:0;
  position:absolute;
  right:0;
  top:-14px;
}

/* True EOF: hide dark antialias fringe on rounded project thumbnails */
.project-card{
  background:#fff !important;
  isolation:isolate;
}

.project-card::before{
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
  content:"";
  inset:0;
  pointer-events:none;
  position:absolute;
  z-index:4;
}

.project-card[data-has-image] .project-card-bg,
.project-card-video{
  backface-visibility:hidden;
  border-radius:inherit;
  clip-path:inset(0 round var(--radius-lg));
}

/* True EOF: hide dark antialias fringe on portrait image frames */
.about-portrait{
  background:#fff !important;
  border-color:rgba(255,255,255,.72) !important;
  border-radius:18px !important;
  isolation:isolate;
  overflow:hidden;
}

.about-portrait::after{
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.78);
  content:"";
  inset:0;
  pointer-events:none;
  position:absolute;
  z-index:3;
}

.about-portrait img,
.about-portrait-shade{
  backface-visibility:hidden;
  border-radius:inherit;
  clip-path:inset(0 round 18px);
}

.about-portrait img{
  display:block;
}

/* True EOF: subtle ambient motion for existing soft blue gradients */
@keyframes anharAmbientGlowDrift{
  0%{
    opacity:.58;
    transform:translate3d(0, 0, 0) scale(1);
  }
  45%{
    opacity:.78;
    transform:translate3d(-26px, 18px, 0) scale(1.08);
  }
  100%{
    opacity:.64;
    transform:translate3d(18px, -14px, 0) scale(1.03);
  }
}

@keyframes anharAmbientGradientDrift{
  0%{
    background-position:0% 0%, center;
    background-size:120% 120%, 100% 100%;
  }
  50%{
    background-position:64% 38%, center;
    background-size:150% 150%, 100% 100%;
  }
  100%{
    background-position:100% 72%, center;
    background-size:132% 132%, 100% 100%;
  }
}

.glow{
  animation:anharAmbientGlowDrift 14s ease-in-out infinite alternate;
  transform-origin:center;
  will-change:transform, opacity;
}

#process.page-section,
.services-v2,
.faq-section,
.services-v2-cta,
.gallery-explore-link{
  animation:anharAmbientGradientDrift 18s ease-in-out infinite alternate;
  background-repeat:no-repeat;
  will-change:background-position, background-size;
}

@media (prefers-reduced-motion:reduce){
  .glow,
  #process.page-section,
  .services-v2,
  .faq-section,
  .services-v2-cta,
  .gallery-explore-link{
    animation:none !important;
  }
}

/* Case study gallery carousel: single source of truth */
.case-gallery-accordion{
  --case-gallery-gap:8px;
  --case-gallery-gap-total:32px;
  --case-gallery-visible:5;
  display:block;
  width:100%;
}

.case-gallery-shell{
  display:grid;
  gap:16px;
  grid-template-columns:1fr;
  width:100%;
}

.case-gallery-toolbar{
  align-items:center;
  display:flex;
  gap:18px;
  justify-content:space-between;
  min-height:42px;
  width:100%;
}

.case-gallery-status{
  align-items:center;
  display:inline-flex;
  white-space:nowrap;
}

.case-gallery-progress{
  background:#DCE3EF;
  border-radius:999px;
  display:inline-flex;
  height:3px;
  overflow:hidden;
  position:relative;
  width:170px;
}

.case-gallery-progress span{
  --case-gallery-progress-thumb-width:36px;
  background:#145BFF;
  border-radius:999px;
  box-shadow:0 0 0 1px rgba(20,91,255,.06), 0 8px 22px -10px rgba(20,91,255,.9);
  display:block;
  height:7px;
  left:0;
  position:absolute;
  top:50%;
  transform:translateX(0);
  transition:transform .34s cubic-bezier(.22,1,.36,1);
  translate:0 -50%;
  width:var(--case-gallery-progress-thumb-width);
}

.case-gallery-actions{
  display:inline-flex;
  gap:8px;
}

.case-gallery-control{
  align-items:center;
  background:#fff;
  border:1px solid #DCE3F0;
  border-radius:999px;
  color:#145BFF;
  cursor:pointer;
  display:inline-flex;
  height:42px;
  justify-content:center;
  transition:background .24s ease, border-color .24s ease, color .24s ease, transform .24s ease, box-shadow .24s ease;
  width:42px;
}

.case-gallery-control:hover,
.case-gallery-control:focus-visible{
  background:#145BFF;
  border-color:#145BFF;
  box-shadow:0 14px 28px -18px rgba(20,91,255,.65);
  color:#fff;
  outline:none;
  transform:translateY(-1px);
}

.case-gallery-control svg{
  height:16px;
  width:16px;
}

.case-gallery-control:disabled,
.case-gallery-control[aria-disabled="true"]{
  background:#fff;
  border-color:#E6E8EC;
  box-shadow:none;
  color:#B8C0CC;
  cursor:default;
  opacity:.72;
  transform:none;
}

.case-gallery-marquee-viewport{
  -webkit-mask-image:none;
  mask-image:none;
  overflow:hidden;
  width:100%;
}

.case-gallery-track{
  align-items:flex-start;
  display:flex;
  gap:var(--case-gallery-gap);
  transform:translate3d(0,0,0);
  transition:transform .38s cubic-bezier(.22,1,.36,1);
  will-change:transform;
  width:100%;
}

.case-gallery-item{
  background:#F5F6F8;
  border:1px solid #E6E8EC;
  border-radius:14px;
  flex:0 0 calc((100% - var(--case-gallery-gap-total)) / var(--case-gallery-visible));
  height:var(--case-gallery-item-height, 180px);
  margin:0;
  min-width:0;
  overflow:hidden;
  position:relative;
  transition:border-color .24s ease, box-shadow .24s ease, flex-basis .34s cubic-bezier(.22,1,.36,1), transform .24s ease, filter .24s ease;
}

.case-gallery-item[data-case-gallery-index]{
  cursor:pointer;
}

.case-gallery-item:hover,
.case-gallery-item:focus-visible{
  border-color:rgba(20,91,255,.34);
  box-shadow:0 18px 44px -30px rgba(11,18,32,.42);
  outline:none;
  transform:translateY(-2px);
}

.case-gallery-item.is-hovered{
  flex-basis:var(--case-gallery-hover-width, calc((100% - var(--case-gallery-gap-total)) / var(--case-gallery-visible)));
}

.case-gallery-item img,
.case-gallery-item video,
.case-gallery-placeholder span{
  display:block;
  height:100%;
  object-fit:cover;
  object-position:center;
  width:100%;
}

.case-gallery-item video{
  background:#0B1220;
}

.case-gallery-item:hover img,
.case-gallery-item:focus-visible img,
.case-gallery-item:hover video,
.case-gallery-item:focus-visible video{
  filter:saturate(1.03) contrast(1.02);
}

.case-gallery-placeholder span{
  opacity:var(--placeholder-opacity,1);
}

.case-gallery-accordion[data-overflow="false"] .case-gallery-control,
.case-gallery-accordion[data-count="1"] .case-gallery-control{
  pointer-events:none;
  visibility:hidden;
}

.case-gallery-accordion[data-overflow="false"] .case-gallery-toolbar{
  display:none;
}

.gallery-lightbox{
  align-items:center;
  background:rgba(11,18,32,.86);
  display:flex;
  inset:0;
  justify-content:center;
  opacity:0;
  padding:clamp(18px,4vw,44px);
  pointer-events:none;
  position:fixed;
  transition:opacity .22s ease;
  z-index:120;
}

.gallery-lightbox-shell{
  align-items:center;
  display:grid;
  gap:18px;
  grid-template-columns:auto minmax(0,1fr) auto;
  max-width:min(1180px,96vw);
  position:relative;
  width:100%;
}

.gallery-lightbox-stage{
  align-items:center;
  display:flex;
  justify-content:center;
  min-height:min(620px,80vh);
  min-width:0;
  position:relative;
}

.gallery-lightbox.is-open{
  opacity:1;
  pointer-events:auto;
}

/* Keep mobile media, navigation, and captions in separate rows. */
@media (max-width:720px){
  #gallery-lightbox,
  #case-gallery-lightbox{
    flex-direction:column;
    gap:12px;
    padding:64px 16px max(16px, env(safe-area-inset-bottom));
  }
  :is(#gallery-lightbox, #case-gallery-lightbox) .gallery-lightbox-shell{
    flex:1;
    min-height:0;
    grid-template-columns:1fr 1fr;
    grid-template-rows:minmax(0,1fr) 44px;
    gap:12px;
  }
  :is(#gallery-lightbox, #case-gallery-lightbox) .gallery-lightbox-stage{
    min-height:0;
    height:100%;
    grid-column:1 / -1;
    order:1;
  }
  :is(#gallery-lightbox, #case-gallery-lightbox) :is(img, video){
    max-height:100%;
    max-width:100%;
    object-fit:contain;
  }
  :is(#gallery-lightbox, #case-gallery-lightbox) .gallery-lightbox-nav{
    order:2;
    width:100%;
    height:44px;
  }
  :is(#gallery-lightbox, #case-gallery-lightbox) .gallery-lightbox-meta{
    position:static;
    flex-shrink:0;
    width:100%;
    max-width:none;
    max-height:72px;
    overflow:auto;
    pointer-events:auto;
  }
}

.gallery-lightbox.hidden{
  display:none;
}

.gallery-lightbox img,
.gallery-lightbox video{
  background:#0B1220;
  border-radius:18px;
  box-shadow:0 26px 70px -28px rgba(0,0,0,.75);
  max-height:88vh;
  max-width:min(1120px,94vw);
  width:auto;
}

.gallery-lightbox img{
  object-fit:contain;
}

.gallery-lightbox-meta{
  bottom:clamp(16px,3vw,34px);
  color:#fff;
  left:clamp(16px,3vw,34px);
  max-width:min(520px,70vw);
  pointer-events:none;
  position:absolute;
  z-index:2;
}

.gallery-lightbox-meta strong{
  display:block;
  font-family:"Bricolage Grotesque",Inter,sans-serif;
  font-size:clamp(16px,2vw,22px);
  line-height:1.05;
}

.gallery-lightbox-meta span{
  color:rgba(255,255,255,.68);
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:6px;
  text-transform:uppercase;
}

.gallery-lightbox-nav{
  align-items:center;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  color:#145BFF;
  cursor:pointer;
  display:inline-flex;
  height:46px;
  justify-content:center;
  transition:background .2s ease,color .2s ease,opacity .2s ease,transform .2s ease;
  width:46px;
  z-index:2;
}

.gallery-lightbox-nav:hover,
.gallery-lightbox-nav:focus-visible{
  background:#145BFF;
  color:#fff;
  outline:none;
  transform:translateY(-1px);
}

.gallery-lightbox-nav:disabled{
  cursor:default;
  opacity:.28;
  pointer-events:none;
}

.gallery-lightbox-close{
  align-items:center;
  background:#fff;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  color:#0B1220;
  cursor:pointer;
  display:inline-flex;
  height:42px;
  justify-content:center;
  position:absolute;
  right:clamp(16px,3vw,34px);
  top:clamp(16px,3vw,34px);
  transition:background .2s ease,color .2s ease,transform .2s ease;
  width:42px;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible{
  background:#145BFF;
  color:#fff;
  outline:none;
  transform:translateY(-1px);
}

@media (max-width:980px){
  .case-gallery-accordion{
    --case-gallery-gap-total:16px;
    --case-gallery-visible:3;
  }
}

@media (max-width:640px){
  .case-gallery-accordion{
    --case-gallery-gap-total:8px;
    --case-gallery-visible:2;
  }

  .case-gallery-shell{
    gap:8px;
  }

  .case-gallery-toolbar{
    gap:10px;
    justify-content:space-between;
  }

  .case-gallery-progress{
    width:112px;
  }

  .case-gallery-progress span{
    width:28px;
  }

  .case-gallery-control{
    height:36px;
    width:36px;
  }

  .gallery-lightbox{
    padding:18px;
  }

  .gallery-lightbox-shell{
    gap:10px;
    grid-template-columns:1fr 1fr;
  }

  .gallery-lightbox-stage{
    grid-column:1 / -1;
    min-height:54vh;
    order:1;
  }

  .gallery-lightbox-nav{
    order:2;
    width:100%;
  }

  .gallery-lightbox-nav[data-gallery-lightbox-prev]{
    justify-self:end;
  }

  .gallery-lightbox-nav[data-gallery-lightbox-next]{
    justify-self:start;
  }

  .gallery-lightbox-meta{
    bottom:78px;
    max-width:calc(100vw - 36px);
  }
}

/* True EOF: final navbar tuning */

.site-brand-logo{
  height:24px !important;
  max-width:104px !important;
}

@media (max-width:520px){
  .site-brand-logo{
    height:22px !important;
    max-width:96px !important;
  }

}

/* Journey detail: story-led editorial composition. */
#about-modal{
  background:#F8FAFD !important;
}

#about-modal > .sticky{
  background:rgba(255,255,255,.94) !important;
}

#about-modal > .sticky > div{
  max-width:1240px !important;
}

.about-detail-shell.journey-shell{
  background:transparent !important;
  max-width:1240px !important;
  padding:32px 0 54px !important;
}

.journey-dashboard{
  background:transparent !important;
  gap:28px !important;
}

.journey-top{
  background:transparent !important;
  border:0 !important;
  gap:36px !important;
  grid-template-columns:225px minmax(0, 1fr) !important;
  padding:0 !important;
}

.journey-photo-card{
  align-self:start;
  aspect-ratio:4 / 5;
  border:0 !important;
  border-radius:8px !important;
  box-shadow:none !important;
  height:auto !important;
  width:100% !important;
}

.journey-profile{
  padding:0 !important;
}

.journey-profile .journey-kicker{
  background:#EAF1FF;
  border-radius:999px;
  color:#145BFF;
  display:inline-flex;
  font-weight:750;
  margin:0 0 16px !important;
  padding:6px 12px;
}

.journey-profile .journey-kicker span{
  display:none !important;
}

.journey-profile h2{
  font-size:clamp(38px, 4.7vw, 64px) !important;
  letter-spacing:0 !important;
  line-height:1.06 !important;
  margin-bottom:14px !important;
  max-width:18ch;
}

.journey-profile h2 span{
  color:#145BFF !important;
}

.journey-role{
  display:none !important;
}

.journey-summary{
  color:#53627B !important;
  font-size:17px !important;
  line-height:1.55 !important;
  margin:0 0 10px !important;
  max-width:70ch !important;
}

.journey-summary-secondary{
  margin-bottom:0 !important;
}

.journey-stats{
  display:none !important;
}

.journey-services{
  display:none !important;
}

.journey-lower{
  border-top:1px solid #DDE4EE;
  display:grid !important;
  gap:28px !important;
  grid-template-columns:minmax(0, 1fr) !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  padding-top:24px;
}

.journey-experience-panel,
.journey-info-stack{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  padding:0 !important;
}

.journey-section-title{
  font-size:25px !important;
  margin-bottom:14px !important;
}

.journey-section-title > span{
  display:none !important;
}

.journey-experience-card{
  background:#fff !important;
  border:1px solid #E0E7F1 !important;
  border-radius:8px !important;
  box-shadow:none !important;
}

.journey-info-stack{
  display:grid !important;
  gap:16px !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
}

.journey-info-card{
  border-radius:8px !important;
}

.journey-info-card:nth-child(n+3){
  grid-column:1 / -1;
}

@media (max-width:760px){
  .about-detail-shell.journey-shell{ padding:24px 20px 42px !important; }
  .journey-top{ gap:26px !important; grid-template-columns:1fr !important; }
  .journey-photo-card{ max-width:220px; }
  .journey-profile h2{ font-size:clamp(38px, 11vw, 54px) !important; }
  .journey-info-stack{ grid-template-columns:1fr !important; }
  .journey-info-card:nth-child(n+3){ grid-column:auto; }
}

/* Journey modal — selected sidebar + accordion design. */
#about-modal{--j-blue:#145BFF;--j-ink:#0B1220;--j-muted:#5B6472;--j-line:#DFE5EF;--j-soft:#F5F7FB;background:var(--j-soft)!important;color:var(--j-ink)}
.journey-modal-nav{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--j-line);background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}
.journey-modal-nav>div{max-width:1240px;min-height:60px;margin:auto;padding:10px 0;display:flex;align-items:center;justify-content:space-between}
.journey-back,.journey-close,.journey-contact-button,.journey-footer button{font:inherit;cursor:pointer}
.journey-back{border:0;background:none;color:var(--j-muted);font-size:14px;font-weight:600}
.journey-close{width:36px;height:36px;border:1px solid var(--j-line);border-radius:50%;background:#fff;color:var(--j-ink);font-size:20px;line-height:1}
.journey-page{max-width:1240px;margin:40px auto 24px;display:grid;grid-template-columns:286px minmax(0,1fr);gap:44px;align-items:start}
.journey-sidebar{position:sticky;top:84px;min-width:0}
.journey-sidebar-photo{display:block;width:100%;aspect-ratio:222/291;object-fit:cover;border-radius:17px;background:#595752}
.journey-sidebar h1{margin:20px 0 8px;font-family:var(--font-display,Inter,sans-serif);font-size:30px;line-height:1.12;font-weight:800;letter-spacing:-.035em}
.journey-sidebar-role{margin:0 0 15px;color:var(--j-blue);font-size:20px;font-weight:750;line-height:1.35}
.journey-location{margin:0;color:var(--j-muted);font-size:14px}
.journey-sidebar-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:24px 0 27px;padding-top:21px;border-top:1px solid var(--j-line)}
.journey-sidebar-stats div{padding-left:12px;border-left:1px solid var(--j-line)}
.journey-sidebar-stats div:first-child{padding-left:0;border-left:0}
.journey-sidebar-stats dt{font-size:24px;font-weight:800;line-height:1.15}
.journey-sidebar-stats dd{margin:6px 0 0;color:var(--j-muted);font-size:11px;line-height:1.45}
.journey-contact-button{display:block;width:100%;min-height:48px;border:0;border-radius:14px;background:var(--j-blue);color:#fff;font-size:14px;font-weight:750}
.journey-social-links{display:flex;align-items:center;justify-content:center;gap:17px;margin:21px 0 34px;color:var(--j-muted);font-size:13px}
.journey-social-links a:hover{text-decoration:underline;text-underline-offset:4px}
.journey-local-nav{display:grid;gap:9px}
.journey-local-nav a{display:flex;align-items:center;gap:21px;min-height:43px;padding:9px 11px;border-radius:9px;color:var(--j-muted);font-size:14px}
.journey-local-nav a span{font-size:11px}
.journey-local-nav a.is-active{background:#E7EFFF;color:var(--j-blue);font-weight:700}
.journey-main-content{min-width:0}
.journey-overview{padding-bottom:32px;border-bottom:1px solid var(--j-line);margin-bottom:27px}
.journey-about-label{display:inline-block;margin:0 0 15px!important;padding:5px 15px;border-radius:999px;background:#E7EFFF;color:var(--j-blue)!important;font-size:13px!important;font-weight:600}
.journey-overview h2{margin:0 0 17px;font-family:var(--font-display,Inter,sans-serif);font-size:clamp(38px,3.7vw,52px);font-weight:800;letter-spacing:-.045em;line-height:1.08}
.journey-overview h2 span{color:var(--j-blue)}
.journey-overview>p:not(.journey-about-label){max-width:780px;margin:0 0 9px;color:var(--j-muted);font-size:16px;line-height:1.65}
.journey-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}
.journey-heading h2{margin:0;font-family:var(--font-display,Inter,sans-serif);font-size:28px;font-weight:800;letter-spacing:-.03em}
.journey-heading>span{color:var(--j-muted);font-size:13px}
.journey-accordion{display:grid;gap:9px}
.journey-job{border:1px solid var(--j-line);border-radius:15px;background:#fff;overflow:hidden}
.journey-job[open]{border-color:#CEDDFF;background:#EEF4FF}
.journey-job summary{display:grid;grid-template-columns:32px 64px minmax(0,1fr) auto;gap:15px;align-items:center;min-height:96px;padding:15px;list-style:none;cursor:pointer}
.journey-job summary::-webkit-details-marker{display:none}
.journey-toggle{display:grid;place-items:center;width:31px;height:31px;border:1px solid #D8E3F7;border-radius:50%;color:var(--j-blue);font-size:20px}
.journey-toggle::before{content:'+'}.journey-job[open] .journey-toggle::before{content:'−'}
.journey-company-logo{display:grid;place-items:center;width:64px;height:64px;border:1px solid var(--j-line);border-radius:14px;background:#fff;padding:8px}
.journey-company-logo img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.journey-job-title{display:block;min-width:0}
.journey-job-title strong{display:block;margin-bottom:5px;font-size:16px;line-height:1.3}
.journey-job-title>span{display:inline-block;margin-right:13px;color:var(--j-blue);font-size:13px}
.journey-job-title small{display:inline-block;padding:3px 10px;border-radius:999px;background:#E5EEFF;color:var(--j-blue);font-size:10px}
.journey-job time{align-self:start;margin-top:7px;white-space:nowrap;color:#273856;font-size:12px}
.journey-job-detail{padding:0 22px 20px 141px;color:var(--j-muted);font-size:13px;line-height:1.6}
.journey-job-detail p{margin:0 0 9px}.journey-job-detail ul{margin:0;padding-left:18px}
.journey-background-section{margin-top:32px}
.journey-background-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.journey-bg-card{min-width:0;padding:19px;border:1px solid var(--j-line);border-radius:15px;background:#fff}
.journey-bg-card h3{margin:0 0 16px;font-size:15px}.journey-bg-card h4{margin:0;font-size:13px;line-height:1.4}.journey-bg-card p{margin:2px 0;color:var(--j-muted);font-size:13px}.journey-bg-card strong{color:var(--j-blue);font-size:13px}
.journey-school{display:flex;align-items:flex-start;gap:13px}.journey-school>img{width:48px;height:48px;object-fit:contain;border-radius:9px}.journey-course-gap{margin-top:11px!important}
.journey-tools-card,.journey-interests-card{margin-top:11px}
.journey-tools-list{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.journey-tools-list>span{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;font-size:14px;font-weight:700}
.journey-tools-list>span>img{width:31px;height:31px;object-fit:contain}.journey-tools-list small{color:var(--j-muted);font-size:10px;font-weight:400}
.journey-tools-list .tool-ai,.journey-tools-list .tool-ps,.journey-tools-list .tool-pr,.journey-tools-list .tool-ae{width:auto;height:auto;color:#fff;background:none}
.journey-tools-list .tool-ai::first-line{color:#ff9c2f}.journey-tools-list .tool-ps::first-line{color:#65bbff}.journey-tools-list .tool-pr::first-line,.journey-tools-list .tool-ae::first-line{color:#bcb0ff}
.journey-interests-card p{line-height:1.6}
.journey-footer{max-width:1240px;margin:28px auto 0;padding:19px 0 24px;border-top:1px solid var(--j-line);display:flex;align-items:center;justify-content:space-between;color:var(--j-muted);font-size:13px}
.journey-footer button{border:0;background:none;color:var(--j-blue);font-weight:700}
#about-modal .journey-back:focus-visible,#about-modal .journey-close:focus-visible,#about-modal .journey-contact-button:focus-visible,#about-modal .journey-local-nav a:focus-visible,#about-modal .journey-job summary:focus-visible{outline:3px solid var(--j-blue);outline-offset:3px}
@media(max-width:1320px){.journey-modal-nav>div,.journey-page,.journey-footer{margin-left:40px;margin-right:40px}.journey-page{grid-template-columns:260px minmax(0,1fr);gap:35px}.journey-job summary{grid-template-columns:28px 56px minmax(0,1fr) auto;gap:12px}.journey-company-logo{width:56px;height:56px}.journey-job-detail{padding-left:126px}}
@media(max-width:1050px){.journey-page{grid-template-columns:230px minmax(0,1fr);gap:28px}.journey-sidebar h1{font-size:25px}.journey-sidebar-role{font-size:18px}.journey-job summary{grid-template-columns:28px 50px minmax(0,1fr)}.journey-company-logo{grid-row:1/3;width:50px;height:50px}.journey-job time{grid-column:3;margin-top:0;white-space:normal}.journey-job-detail{padding-left:113px}.journey-background-grid{grid-template-columns:1fr}.journey-tools-list{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.journey-modal-nav>div,.journey-page,.journey-footer{margin-left:20px;margin-right:20px}.journey-page{grid-template-columns:1fr;gap:36px;margin-top:24px}.journey-sidebar{position:static;display:grid;grid-template-columns:140px minmax(0,1fr);column-gap:22px}.journey-sidebar-photo{grid-column:1;grid-row:1/5}.journey-sidebar h1,.journey-sidebar-role,.journey-location{grid-column:2}.journey-sidebar h1{margin-top:0}.journey-sidebar-stats,.journey-contact-button,.journey-social-links,.journey-local-nav{grid-column:1/-1}.journey-sidebar-stats{margin-bottom:20px}.journey-social-links{margin:18px 0}.journey-local-nav{display:flex;flex-wrap:wrap;gap:4px}.journey-local-nav a{gap:7px;padding:8px 9px;font-size:13px}.journey-overview h2{font-size:36px}.journey-overview>p:not(.journey-about-label){font-size:15px}.journey-job summary{padding:13px;grid-template-columns:26px 46px minmax(0,1fr);gap:10px}.journey-company-logo{width:46px;height:46px}.journey-job-detail{padding:0 17px 18px}.journey-tools-list{grid-template-columns:repeat(4,minmax(0,1fr))}.journey-bg-card{padding:17px}}
@media(max-width:410px){.journey-sidebar{grid-template-columns:116px minmax(0,1fr);column-gap:17px}.journey-sidebar h1{font-size:22px}.journey-sidebar-role{font-size:15px}.journey-overview h2{font-size:32px}.journey-tools-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:761px) and (max-height:880px){.journey-sidebar{position:static}}

/* Journey modal v2 — quiet editorial direction, no logos or decorative icons. */
#about-modal{--j-blue:#2161ff;--j-ink:#091326;--j-muted:#627087;--j-line:#dbe2ec;--j-soft:#f4f7fb}
.journey-modal-nav>div,.journey-page,.journey-footer{max-width:1180px}
.journey-page{grid-template-columns:238px minmax(0,1fr);gap:48px;margin-top:30px}
.journey-sidebar-photo{border-radius:9px}
.journey-sidebar h1{margin-top:16px;font-size:27px}
.journey-sidebar-role{font-size:17px;line-height:1.32}
.journey-location{font-size:12px}
.journey-sidebar-stats{margin:19px 0 22px;padding-top:17px}
.journey-sidebar-stats dt{font-size:20px}
.journey-sidebar-stats dd{font-size:10px}
.journey-contact-button{min-height:42px;border-radius:4px}
.journey-social-links{margin:18px 0 28px}
.journey-social-links>span{color:#b8c0cd}
.journey-local-nav{gap:1px}
.journey-local-nav a{min-height:36px;padding:7px 0;border-radius:0;gap:17px}
.journey-local-nav a.is-active{background:transparent;color:var(--j-ink)}
.journey-local-nav a.is-active span{color:var(--j-blue)}
.journey-overview{padding-bottom:24px;margin-bottom:28px}
.journey-about-label{padding:0;background:transparent;font-size:12px!important}
.journey-overview h2{max-width:780px;font-size:clamp(43px,3.4vw,54px);line-height:1.01;letter-spacing:-.052em}
.journey-overview>p:not(.journey-about-label){max-width:760px;font-size:15px;line-height:1.55}
.journey-heading{margin-bottom:7px;padding-bottom:8px;border-bottom:1px solid var(--j-line)}
.journey-heading h2{font-size:25px}
.journey-accordion{display:block}
.journey-job{border:0;border-bottom:1px solid var(--j-line);border-radius:0;background:transparent;overflow:visible}
.journey-job[open]{border-color:var(--j-line);background:#eaf1ff}
.journey-job summary{grid-template-columns:6px minmax(0,1fr) auto;gap:14px;min-height:64px;padding:12px 14px;transition:background .2s ease}
.journey-job:not([open]) summary:hover{background:rgba(255,255,255,.62)}
.journey-index{align-self:stretch;justify-self:start;width:2px;min-height:32px;margin-left:4px;border-radius:2px;background:#b8c5d8;transition:background .2s ease}
.journey-job[open] .journey-index{background:var(--j-blue)}
.journey-job-title strong{margin-bottom:3px;font-size:15px}
.journey-job-title>span{font-size:12px}
.journey-job-title small{padding:0;background:transparent;color:var(--j-muted);font-size:11px}
.journey-job-title small::before{content:'·';margin-right:9px}
.journey-job time{align-self:start;margin-top:2px;color:var(--j-muted);font-size:11px;font-variant-numeric:tabular-nums}
.journey-job-detail{padding:0 140px 17px 34px;font-size:12px;line-height:1.55}
.journey-background-section{margin-top:28px}
.journey-background-grid{gap:0;border-bottom:1px solid var(--j-line)}
.journey-bg-card{padding:15px 0;border:0;border-radius:0;background:transparent}
.journey-background-grid .journey-bg-card+ .journey-bg-card{padding-left:24px;border-left:1px solid var(--j-line)}
.journey-bg-card h3{margin-bottom:10px;font-size:13px}
.journey-bg-card h4,.journey-bg-card p,.journey-bg-card strong{font-size:12px}
.journey-school{display:block}
.journey-tools-card,.journey-interests-card{margin-top:0}
.journey-tools-card{border-bottom:1px solid var(--j-line)}
.journey-interests-card{border-bottom:0}
.journey-tools-card p,.journey-interests-card p{margin:0;color:var(--j-muted);font-size:12px;line-height:1.55}
.journey-footer{margin-top:18px;padding-top:15px}
@media(max-width:1320px){.journey-page{grid-template-columns:230px minmax(0,1fr);gap:40px}.journey-job-detail{padding-left:34px}}
@media(max-width:1050px){.journey-page{grid-template-columns:210px minmax(0,1fr);gap:30px}.journey-job summary{grid-template-columns:6px minmax(0,1fr)}.journey-job time{grid-column:2}.journey-job-detail{padding:0 18px 16px 34px}}
@media(max-width:760px){.journey-page{grid-template-columns:1fr}.journey-sidebar{display:block}.journey-sidebar-photo{max-width:180px}.journey-sidebar h1{margin-top:14px}.journey-local-nav{display:flex;border-top:1px solid var(--j-line);padding-top:12px}.journey-local-nav a{padding-right:14px}.journey-overview h2{font-size:39px}.journey-job summary{grid-template-columns:6px minmax(0,1fr)}.journey-job time{grid-column:2}.journey-job-detail{padding-left:33px}.journey-background-grid{grid-template-columns:1fr}.journey-background-grid .journey-bg-card+ .journey-bg-card{padding-left:0;border-left:0;border-top:1px solid var(--j-line)}}

/* Contact modal: editorial presentation; existing form behavior is unchanged. */
.contact-editorial{--contact-blue:#2161ff;--contact-ink:#0b1220;--contact-muted:#647084;--contact-line:#dce3ed;position:relative;width:min(1000px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain;background:#fbfcfe;color:var(--contact-ink);border:1px solid var(--contact-line);border-radius:12px}
.contact-editorial,.contact-editorial *{box-sizing:border-box}
.contact-editorial .contact-layout:not(.hidden){display:grid;grid-template-columns:minmax(0,34fr) minmax(0,66fr)}
.contact-editorial .contact-intro{padding:72px 32px 48px;border-right:1px solid var(--contact-line)}
.contact-editorial .contact-eyebrow{margin:0 0 20px;color:var(--contact-blue);font-size:11px;font-weight:700;letter-spacing:.16em}
.contact-editorial .contact-title{margin:0 0 24px;font-size:46px;font-weight:750;line-height:1.02;letter-spacing:-.045em}
.contact-editorial .contact-description{margin:0;color:var(--contact-muted);font-size:15px;line-height:1.65}
.contact-editorial .contact-notes{display:grid;gap:24px;margin-top:32px;padding-top:24px;border-top:1px solid var(--contact-line)}
.contact-editorial .contact-notes strong{display:block;margin-bottom:6px;font-size:14px;font-weight:650}
.contact-editorial .contact-notes p{margin:0;color:var(--contact-muted);font-size:13px;line-height:1.6}
.contact-editorial .contact-form-area{min-width:0;padding:88px 36px 48px}
.contact-editorial .contact-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.contact-editorial .contact-field-grid,.contact-editorial .contact-form-area>.contact-field{margin-bottom:22px}
.contact-editorial .contact-field{min-width:0}
.contact-editorial .contact-label{display:block;margin-bottom:9px;color:var(--contact-ink);font-size:13px;font-weight:600;line-height:1.4}
.contact-editorial .contact-control{display:block;width:100%;min-height:46px;margin:0;padding:12px 14px;border:1px solid var(--contact-line);border-radius:6px;background:#fff;color:var(--contact-ink);font:inherit;font-size:16px;line-height:1.4;transition:border-color 150ms,box-shadow 150ms}
.contact-editorial select.contact-control{padding-right:32px}
.contact-editorial .contact-control::placeholder{color:#7b8799;opacity:1}
.contact-editorial textarea.contact-control{min-height:130px;resize:vertical}
.contact-editorial .contact-control:focus{outline:none;border-color:var(--contact-blue);box-shadow:0 0 0 3px rgb(33 97 255 / 12%)}
.contact-editorial .contact-control[aria-invalid="true"]{border-color:#ba3232}
.contact-editorial .contact-error{margin:0 0 16px;color:#ba3232;font-size:13px;line-height:1.5}
.contact-editorial .contact-submit{display:block;width:100%;min-height:48px;margin:24px 0 0;padding:13px 20px;border:0;border-radius:5px;background:var(--contact-blue);color:#fff;font:inherit;font-size:15px;font-weight:650;cursor:pointer}
.contact-editorial .contact-submit:hover:not(:disabled){background:#174edb}
.contact-editorial .contact-submit:disabled{opacity:.6;cursor:not-allowed}
.contact-editorial .contact-direct{margin-top:24px;padding-top:20px;border-top:1px solid var(--contact-line)}
.contact-editorial .contact-direct p{margin:0 0 16px;color:var(--contact-muted);font-size:13px;line-height:1.6}
.contact-editorial .contact-submit-arrow{margin-left:14px;font-size:20px;line-height:1;vertical-align:middle}
.contact-editorial .contact-direct-links a+a{border-left:1px solid var(--contact-line);padding-left:24px}
.contact-editorial .contact-direct-links{display:flex;flex-wrap:wrap;gap:24px}
.contact-editorial .contact-direct-links a{color:var(--contact-blue);font-size:14px;font-weight:600;text-decoration:none}
.contact-editorial .contact-direct-links a:hover{text-decoration:underline;text-underline-offset:4px}
.contact-editorial .contact-close{position:sticky;float:right;top:10px;margin:10px 10px -54px 0;z-index:2;display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:6px;background:#fbfcfe;color:var(--contact-muted);cursor:pointer}
.contact-editorial .contact-close svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8}
.contact-editorial button:focus-visible,.contact-editorial a:focus-visible{outline:2px solid var(--contact-blue);outline-offset:4px}
.contact-editorial .contact-success-card{padding:64px 32px 48px}
.contact-editorial .contact-success-card button{min-height:48px;border-radius:5px;background:var(--contact-blue);color:white}
@media(max-width:760px){
  .contact-editorial .contact-layout:not(.hidden){grid-template-columns:1fr}
  .contact-editorial .contact-intro{padding:44px 24px 24px;border-right:0;border-bottom:1px solid var(--contact-line)}
  .contact-editorial .contact-title{font-size:36px;margin-bottom:16px}
  .contact-editorial .contact-notes{gap:20px;margin-top:24px;padding-top:20px}
  .contact-editorial .contact-form-area{padding:24px}
}
@media(max-width:480px){.contact-editorial .contact-field-grid{grid-template-columns:1fr;gap:22px}}
@media(prefers-reduced-motion:reduce){.contact-editorial .contact-control{transition:none}}

/* Selected projects: editorial filter rail. */
.work-editorial-layout{
  display:grid;
  grid-template-columns:minmax(190px,230px) minmax(0,1fr);
  gap:36px;
  align-items:stretch;
}
.work-filter-rail{
  border-right:1px solid var(--hair, #dce3ed);
  padding:2px 32px 2px 0;
}
.work-filter-label{
  margin:0 0 18px;
  color:#667085;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.work-filter-list{display:grid;}
.work-filter-rail .filter-btn{
  align-items:center;
  background:transparent;
  border:0;
  border-bottom:1px solid var(--hair, #dce3ed);
  border-radius:0;
  color:#667085;
  display:flex;
  font-size:14px;
  font-weight:600;
  justify-content:flex-start;
  min-height:48px;
  padding:11px 0;
  text-align:left;
  width:100%;
}
.work-filter-rail .filter-btn:first-child{border-top:1px solid var(--hair, #dce3ed);}
.work-filter-rail .filter-btn:hover,
.work-filter-rail .filter-btn:focus-visible{background:transparent;color:#0b1220;}
.work-filter-rail .filter-btn.is-active{background:transparent;color:#2161ff;}
.work-filter-rail .filter-btn.is-active::before{
  background:#2161ff;
  content:"";
  height:18px;
  margin-right:10px;
  width:2px;
}
.work-filter-rail .filter-btn span{margin-left:auto;}
.work-project-preview{min-width:0;}
.work-section .section-head{align-items:center;}
.work-view-all{
  align-items:center;
  color:#647084;
  display:inline-flex;
  font-size:10px;
  font-weight:750;
  gap:7px;
  letter-spacing:.13em;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
  transition:color 160ms ease;
}
.work-view-all svg{transition:transform 160ms ease;}
.work-view-all:hover,.work-view-all:focus-visible{color:#2161ff;outline:none;}
.work-view-all:hover svg,.work-view-all:focus-visible svg{transform:translateX(3px);}

@media(min-width:768px){
  .work-view-all{align-self:center;transform:translateY(8px);}
  .work-view-all:hover svg,.work-view-all:focus-visible svg{transform:translateX(3px);}
}

/* Primary actions use the same editorial square treatment. */
.am-services .am-cta,
.contact-editorial .contact-submit,
.journey-contact-button{border-radius:4px;}

.hero-section .swipe-primary,
.hero-section .swipe-secondary,
.about-more-btn,
.am-about__link--primary{border-radius:4px !important;}

/* Keep Featured editorial, while category results become a compact archive. */
.work-project-preview .project-showcase,
.work-project-preview .project-side-stack,
.work-project-preview .project-filter-grid{gap:12px;}
.work-project-preview .project-card,
.work-project-preview .gallery-work-card{border-radius:6px !important;}
.work-project-preview .project-card[data-has-image] .project-card-bg,
.work-project-preview .project-card-video{
  border-radius:6px !important;
  clip-path:inset(0 round 6px) !important;
}
.work-project-preview .project-filter-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.work-project-preview .gallery-work-card{box-shadow:none;}
.work-project-preview .gallery-work-meta{gap:9px;padding:13px;}
.work-project-preview .gallery-work-meta .project-title{font-size:18px;}
.work-project-preview .gallery-work-meta .project-desc{font-size:13px;}
.work-project-preview .gallery-work-meta .project-pill{font-size:9px;padding:7px 10px;}

@media(max-width:1100px){
  .work-project-preview .project-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:860px){
  .work-project-preview .project-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:767px){
  .work-section .section-head{align-items:flex-start;}
  .work-view-all{margin-top:2px;}
  .work-editorial-layout{display:block;}
  .work-filter-rail{border-bottom:1px solid var(--hair, #dce3ed);border-right:0;margin-bottom:28px;padding:0 0 20px;}
  .work-filter-label{margin-bottom:13px;}
  .work-filter-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none;}
  .work-filter-list::-webkit-scrollbar{display:none;}
  .work-filter-rail .filter-btn,
  .work-filter-rail .filter-btn:first-child{
    background:#fff;
    border:1px solid var(--hair, #dce3ed);
    border-radius:999px;
    flex:0 0 auto;
    min-height:40px;
    padding:8px 13px;
  }
  .work-filter-rail .filter-btn.is-active{background:#2161ff;color:#fff;}
  .work-filter-rail .filter-btn.is-active::before{display:none;}
  .work-project-preview .project-showcase,
  .work-project-preview .project-side-stack,
  .work-project-preview .project-filter-grid{gap:10px;}
}

/* Footer panel: the white content surface rises into the blue project CTA. */
.page-section-cta button[data-open-contact]{
  border-radius:4px;
}

.site-footer{
  background:#fff;
  border:0;
  border-radius:48px 48px 0 0;
  color:#0b1220;
  margin-top:-38px;
  padding:64px 0 30px;
  position:relative;
  z-index:1;
}

.site-footer .footer-grid{
  gap:clamp(32px, 5vw, 72px);
  padding-bottom:42px;
}

.site-footer .footer-newsletter::after{
  display:none;
}

.site-footer .footer-heading{
  font-size:19px;
  margin-bottom:16px;
}

.site-footer .footer-bottom{
  padding-top:24px;
}

@media(max-width:767px){
  .site-footer{
    border-radius:30px 30px 0 0;
    margin-top:-20px;
    padding:42px 0 28px;
  }

  .site-footer .footer-grid{
    gap:30px;
    padding-bottom:32px;
  }
}

/* What I do: a continuous editorial service grid. */
.am-services{
  --am-surface:#fff;
  background:#fff;
}

.am-services .am-grid{
  background:#fff;
  border:1px solid #d8e0eb;
  border-bottom:0;
  border-right:0;
  gap:0;
  grid-template-columns:1.25fr .9fr .9fr;
  grid-template-rows:190px 190px 130px;
}

.am-services .am-card{
  background:var(--am-surface);
  border:0;
  border-bottom:1px solid #d8e0eb;
  border-radius:0;
  border-right:1px solid #d8e0eb;
  padding:32px 34px 26px;
  transition:background-color 240ms ease, color 240ms ease, border-color 240ms ease;
}

.am-services .am-card::before,
.am-services .am-card::after{
  content:none;
}

.am-services .am-card:hover{
  background:var(--am-blue);
  box-shadow:none;
  color:#fff;
  transform:none;
}

.am-services .am-card h3{
  font-size:clamp(27px,2vw,36px);
  margin:0 28px 14px 0;
}

.am-services .am-card p{
  font-size:17px;
}

.am-services .am-card:hover p,
.am-services .am-card:hover .am-arrow{
  color:#fff;
}

.am-services .am-arrow{
  color:var(--am-blue);
  height:24px;
  right:32px;
  top:32px;
  width:24px;
}

.am-services .am-brand{
  background:var(--am-surface);
  border-color:#d8e0eb;
  color:var(--am-ink);
  grid-row:1 / 4;
  padding:32px 34px 24px;
}

.am-services .am-brand:hover{background:var(--am-blue);}

.am-services .am-brand h3{
  font-size:clamp(44px,4.5vw,66px);
  margin-top:0;
}

.am-services .am-brand p,
.am-services .am-direction p{color:var(--am-muted);}

.am-services .am-brand:hover p{color:#fff;}

.am-services .am-specimen{
  color:rgba(20,91,255,.07);
  transform:translateY(-8px);
}

.am-services .am-brand:hover .am-specimen{color:rgba(255,255,255,.18);}

.am-services .am-direction{
  background:var(--am-surface);
  border-color:#d8e0eb;
  color:var(--am-ink);
  grid-column:2 / 4;
}

.am-services .am-direction:hover{background:var(--am-blue);}

@media(max-width:760px){
  .am-services .am-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:none;
  }

  .am-services .am-brand,
  .am-services .am-direction{
    grid-column:1 / 3;
    grid-row:auto;
  }

  .am-services .am-brand{min-height:300px;}
  .am-services .am-card{padding:26px 24px;}
  .am-services .am-arrow{right:22px;top:24px;}
}

@media(max-width:440px){
  .am-services .am-grid{grid-template-columns:1fr;}
  .am-services .am-brand,
  .am-services .am-direction{grid-column:auto;}
}

/* Service detail modal: one editorial system shared by every service. */
.am-service-dialog{
  background:#fff;
  border:1px solid #dce3ed;
  border-radius:10px;
  box-shadow:0 28px 80px rgb(11 18 32 / 22%);
  color:#0b1220;
  max-height:calc(100dvh - 36px);
  max-width:calc(100vw - 36px);
  overflow:auto;
  padding:0;
  width:min(960px, calc(100vw - 36px));
}

.am-service-dialog::backdrop{background:rgb(11 18 32 / 58%);}
.am-dialog-shell{padding:26px 30px 20px;position:relative;}
.am-dialog-close-form{position:absolute;right:18px;top:16px;z-index:1;}
.am-service-dialog .am-dialog-close-form button{
  align-items:center;
  background:transparent;
  border:0;
  border-radius:0;
  color:#647084;
  display:grid;
  height:32px;
  padding:6px;
  place-items:center;
  width:32px;
}
.am-dialog-close-form button svg{fill:none;height:18px;stroke:currentColor;stroke-width:1.8;width:18px;}
.am-service-dialog .am-dialog-header{border-bottom:1px solid #dce3ed;padding:0 0 20px;position:relative;}
.am-dialog-number{color:#2161ff!important;font-family:var(--font-mono,monospace);font-size:10px!important;font-weight:750;letter-spacing:.12em;line-height:1.2;margin:0 0 20px!important;text-transform:uppercase;}
.am-service-dialog .am-dialog-header h2{font-size:clamp(38px,5vw,58px);letter-spacing:-.05em;line-height:1;margin:0 170px 16px 0;}
.am-dialog-descriptors{color:#647084!important;font-family:var(--font-mono,monospace);font-size:10px!important;font-weight:700;letter-spacing:.12em;line-height:1.4;margin:0!important;position:absolute;right:0;text-transform:uppercase;top:68px;}
.am-dialog-description{color:#647084!important;font-size:16px!important;line-height:1.55!important;margin:0!important;max-width:58ch;}
.am-dialog-included{border-bottom:1px solid #dce3ed;padding:20px 0 18px;}
.am-service-dialog h3{font-family:var(--font-display,Inter,sans-serif);font-size:18px;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0 0 12px;}
.am-dialog-included ul{display:grid;gap:8px 32px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;}
.am-dialog-included li{align-items:center;color:#647084;display:flex;font-size:13px!important;gap:10px;line-height:1.35!important;margin:0;}
.am-dialog-included li::before{align-items:center;background:#2161ff;border-radius:50%;color:#fff;content:'✓';display:inline-flex;font-size:10px;font-weight:800;height:15px;justify-content:center;line-height:1;width:15px;}
.am-dialog-works{border-bottom:1px solid #dce3ed;padding:20px 0;}
.am-dialog-work-grid{display:grid;gap:9px;grid-template-columns:repeat(4,minmax(0,1fr));}
.am-dialog-work-grid article{min-width:0;}
.am-dialog-work-grid article.is-clickable{cursor:pointer;}
.am-dialog-work-grid article.is-clickable:focus-visible{outline:2px solid #2161ff;outline-offset:3px;}
.am-dialog-work-grid img{aspect-ratio:1.5 / 1;display:block;object-fit:cover;width:100%;}
.am-dialog-work-grid strong,.am-dialog-work-grid span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.am-dialog-work-grid strong{font-size:11px;font-weight:700;line-height:1.25;margin-top:7px;}
.am-dialog-work-grid span{color:#647084;font-size:10px;line-height:1.35;margin-top:2px;}
.am-dialog-actions{display:flex;gap:24px;justify-content:flex-end;padding-top:16px;}
.am-dialog-actions a,.am-dialog-actions button{background:transparent;border:0;border-radius:0;color:#2161ff;cursor:pointer;font-family:var(--font-body,Inter,ui-sans-serif,system-ui,sans-serif);font-size:10px;font-weight:750;letter-spacing:.13em;line-height:1;padding:0;text-decoration:none;text-transform:uppercase;}
.am-dialog-actions button{border-left:1px solid #dce3ed;padding-left:24px;}
.am-dialog-actions a:hover,.am-dialog-actions a:focus-visible,.am-dialog-actions button:hover,.am-dialog-actions button:focus-visible{color:#0b1220;outline:none;}

/* Availability labels and social links use the same compact editorial corners. */
.availability-badge,
.footer-availability-note{border-radius:6px !important;}

.footer-social a{
  background:transparent;
  border:0;
  border-radius:0;
  height:24px;
  width:24px;
}

.footer-social a:hover,
.footer-social a:focus-visible{
  background:transparent;
  border-color:transparent;
  color:#145bff;
}

@media(max-width:640px){
  .am-dialog-shell{padding:22px 20px 18px;}
  .am-dialog-descriptors{margin-top:10px!important;position:static;}
  .am-service-dialog .am-dialog-header h2{margin-right:42px;}
  .am-dialog-included ul{grid-template-columns:1fr;}
  .am-dialog-work-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .am-dialog-actions{justify-content:space-between;}
}

/* Compact section markers for desktop homepage navigation. */
.group-scroll-indicator{display:none;}
.group-scroll-indicator{opacity:0;translate:64px 0;pointer-events:none;transition:translate .4s cubic-bezier(.22,1,.36,1),opacity .3s ease;}
.group-scroll-indicator.is-scrolling,.group-scroll-indicator:focus-within{opacity:1;translate:0 0;pointer-events:auto;}
@media(prefers-reduced-motion:reduce){.group-scroll-indicator{transition:none;}}
@media(min-width:1024px) and (pointer:fine){
  .has-group-scroll .custom-page-scrollbar:not(.custom-inner-scrollbar){display:none!important;}
  .group-scroll-indicator{position:fixed;right:14px;top:50%;transform:translateY(-50%);z-index:45;display:flex;flex-direction:column;align-items:center;}
  .group-scroll-indicator button{display:flex;align-items:center;justify-content:center;width:44px;height:28px;padding:0;border:0;background:transparent;cursor:pointer;}
  .group-scroll-indicator button::before{content:'';display:block;width:24px;height:1px;background:#a8b1bd;transition:width .2s ease,background .2s ease,height .2s ease;}
  .group-scroll-indicator button.is-active::before{width:32px;height:3px;background:#145bff;}
  .group-scroll-indicator button:hover::before{background:#145bff;}
  .group-scroll-indicator button:focus-visible{outline:2px solid #145bff;outline-offset:1px;}
  .is-scroll-locked .group-scroll-indicator{visibility:hidden;}
}

/* Consistent contact typography and editorial social links. */
.site-footer .footer-contact,
.site-footer .footer-contact li,
.site-footer .footer-contact a{font-size:14px!important;line-height:1.5!important;font-weight:400;}
.site-footer .footer-social{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-bottom:0;}
.site-footer .footer-social a{position:relative;width:max-content;height:auto;min-height:24px;display:inline-flex;gap:8px;justify-content:flex-start;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none;color:#0b1220;font-size:14px;line-height:1.5;text-decoration:none;}
.site-footer .footer-social a::after{content:"";position:absolute;right:0;bottom:-2px;left:0;height:1px;background:currentColor;opacity:0;transform:scaleX(0);transform-origin:left center;transition:opacity .18s ease,transform .18s ease;}
.site-footer .footer-social a span{color:#145bff;}
.site-footer .footer-social a:hover{color:#145bff;background:transparent;transform:none;text-decoration:none;}
.site-footer .footer-social a:hover::after,.site-footer .footer-social a:focus-visible::after{opacity:1;transform:scaleX(1);}
.site-footer .footer-social a:focus-visible{outline:2px solid #145bff;outline-offset:4px;background:transparent;color:#145bff;transform:none;text-decoration:none;}

/* One type scale across all footer columns. */
.site-footer .footer-heading{font-size:16px!important;line-height:1.4!important;font-weight:600;}
.site-footer .footer-newsletter p,
.site-footer .footer-links,
.site-footer .footer-links a,
.site-footer .footer-contact,
.site-footer .footer-contact li,
.site-footer .footer-contact a,
.site-footer .footer-social a{font-size:14px!important;line-height:1.5!important;}

/* Desktop selected work shares the archive's white hover caption. */
@media(min-width:1024px){
  #work .project-card,#work .gallery-work-card{position:relative;overflow:hidden;border-radius:4px!important;box-shadow:none!important;}
  #work .project-desc{display:none!important;}
  #work .project-card-content,#work .gallery-work-meta{position:absolute!important;inset:auto 0 0!important;display:flex!important;flex-direction:column-reverse!important;justify-content:center!important;align-items:stretch!important;gap:6px!important;min-height:64px;box-sizing:border-box;padding:10px 12px!important;background:#fff!important;color:#0b1220!important;opacity:0!important;transform:translateY(100%)!important;transition:opacity .22s ease,transform .28s ease!important;pointer-events:none;z-index:3;}
  #work .project-card:hover .project-card-content,#work .project-card:focus-visible .project-card-content,
  #work .gallery-work-card:hover .gallery-work-meta,#work .gallery-work-card:focus-visible .gallery-work-meta{opacity:1!important;transform:translateY(0)!important;}
  #work .project-card-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;opacity:1!important;transform:none!important;}
  #work .project-card-bottom>span:first-child{opacity:1!important;transform:none!important;min-width:0;}
  #work .project-title{font-size:14px!important;line-height:1.3!important;font-weight:600!important;color:#0b1220!important;margin:0!important;}
  #work .project-pill{display:block!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:none!important;backdrop-filter:none!important;color:#70819b!important;font-size:12px!important;font-weight:400!important;line-height:1.3!important;text-transform:none!important;letter-spacing:0!important;opacity:1!important;transform:none!important;}
  #work .project-action{display:flex!important;min-width:0!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;opacity:1!important;transform:none!important;}
  #work .project-action>span:first-child{display:none!important;}
  #work .project-arrow{display:block!important;width:16px!important;height:16px!important;padding:0!important;border:0!important;background:none!important;color:#145bff!important;transform:rotate(-45deg)!important;}
  #work .project-card-bg::after{display:none!important;}
  #work .gallery-work-image{display:block;aspect-ratio:4/3;height:auto!important;}
  #work .gallery-work-image img{width:100%;height:100%;object-fit:cover;}
  #work .gallery-work-meta{padding-right:36px!important;}
  #work .gallery-work-meta::after{content:'↗';position:absolute;right:12px;top:10px;color:#145bff;font-size:16px;line-height:18px;}
}
@media(min-width:1024px) and (prefers-reduced-motion:reduce){
  #work .project-card-content,#work .gallery-work-meta{transition:none!important;}
}
@media(min-width:1024px){
  #work .project-card-content,#work .gallery-work-meta{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-content:start!important;min-height:0!important;height:auto!important;gap:3px!important;}
  #work .project-card-bottom,#work .gallery-work-meta>span:not(.project-pill){grid-row:1!important;min-height:0!important;margin:0!important;}
  #work .project-pill{grid-row:2!important;min-height:0!important;width:auto!important;margin:0!important;white-space:normal!important;}
  #work .project-title{white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere;}
}

/* Square previews for category filters; Featured keeps its composition. */
#work .project-showcase-filtered .gallery-work-image{aspect-ratio:1 / 1!important;height:auto!important;}
#work .project-showcase-filtered .gallery-work-image img{width:100%;height:100%;object-fit:cover;}

/* Floating preview never changes filter or grid layout. */
.work-filter-preview { display: none; }
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .work-filter-preview {
    display: block; position: fixed; width: 250px; aspect-ratio: 16 / 10;
    z-index: 90; pointer-events: none; overflow: hidden;
    border: 1px solid var(--hair, #dce3ed); border-radius: 4px;
    background: #fff; box-shadow: 0 12px 32px rgb(11 18 32 / 12%);
    opacity: 0; visibility: hidden; transform: scale(0.94);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
  }
  .work-filter-preview.is-visible { opacity: 1; visibility: visible; transform: scale(1); }
  .work-filter-preview img { display: block; width: 100%; height: 100%; object-fit: cover; }
}
@media (prefers-reduced-motion: reduce) { .work-filter-preview { transition: none; } }
