:root {
  --ink: #0b1220;
  --ink-soft: #4e5b6e;
  --sky: #0071e3;
  --sky-dark: #005bb5;
  --sky-pale: #eaf7ff;
  --paper: #ffffff;
  --cloud: #f5f8fb;
  --line: #e2e9f0;
  --night: #08111f;
  --success: #19a76f;
  --radius-sm: 16px;
  --radius-md: 28px;
  --radius-lg: 40px;
  --shadow-sm: 0 12px 40px rgba(28, 54, 82, .08);
  --shadow-lg: 0 32px 90px rgba(26, 60, 95, .14);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --max: 1320px;
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--paper); background: var(--sky); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  border-radius: 12px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(21, 151, 242, .46); outline-offset: 4px; }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1000; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--sky); transform: scaleX(0); transform-origin: left; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 48px), var(--max));
  min-height: 68px;
  padding: 8px 10px 8px 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(216, 226, 236, .82);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 40px rgba(34, 58, 84, .08);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transform: translate(-50%, 0);
  transition: transform .35s var(--ease), box-shadow .3s ease, background-color .3s ease;
}
.site-header.is-hidden { transform: translate(-50%, -130%); }
.site-header.is-scrolled { background: rgba(255, 255, 255, .92); box-shadow: 0 16px 50px rgba(34, 58, 84, .12); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 17px; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--ink); font-weight: 800; }
.brand-mark img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: center 24%; }
.brand-logo { width: 78px; height: 36px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; padding: 10px 0; color: #344154; font-size: 13px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 5px; height: 1.5px; background: var(--sky); transform: scaleX(0); transition: transform .25s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a[aria-current]::after { transform: scaleX(1); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; justify-self: end; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 14px; background: var(--cloud); cursor: pointer; }
.menu-toggle span { position: absolute; left: 14px; width: 20px; height: 1.5px; background: var(--ink); transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 20px; }
.menu-toggle span:last-child { top: 27px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 24px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 24px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 0;
  padding: 132px 24px 40px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255,255,255,.98);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity .25s ease, transform .35s var(--ease), visibility .25s;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { min-height: 68px; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: clamp(26px, 8vw, 38px); font-weight: 650; }
.mobile-menu nav a span { color: var(--sky); font-size: 12px; }
.mobile-socials { display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; font-weight: 700; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0; color: var(--sky-dark); font-size: 12px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.button {
  min-height: 52px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #fff;
  background: var(--sky);
  border: 1px solid var(--sky);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(21, 151, 242, .2);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .22s var(--ease), background-color .22s ease, box-shadow .22s ease;
}
.button:hover { background: var(--sky-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(21, 151, 242, .26); }
.button:active { transform: translateY(0) scale(.98); }
.button-small { min-height: 48px; padding: 12px 16px; gap: 18px; border-radius: 13px; font-size: 12px; }
.button-white { color: var(--ink); background: #fff; border-color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.button-white:hover { color: var(--ink); background: var(--cloud); border-color: var(--cloud); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.action-icon { flex: 0 0 auto; width: 18px; height: 18px; display: inline-block; background-color: currentColor; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-repeat: no-repeat; mask-position: center; mask-size: contain; transition: transform .22s var(--ease); }
.action-icon-up-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7M7 7h10v10'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7M7 7h10v10'/%3E%3C/svg%3E"); }
.action-icon-down { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14m-6-6 6 6 6-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14m-6-6 6 6 6-6'/%3E%3C/svg%3E"); }
.action-icon-file { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM14 2v6h6M8 13h8M8 17h6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM14 2v6h6M8 13h8M8 17h6'/%3E%3C/svg%3E"); }
.action-icon-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14m-6-6 6 6-6 6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14m-6-6 6 6-6 6'/%3E%3C/svg%3E"); }
.action-icon-up { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5m-6 6 6-6 6 6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5m-6 6 6-6 6 6'/%3E%3C/svg%3E"); }
.action-icon-download { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12m-4-4 4 4 4-4M5 20h14'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12m-4-4 4 4 4-4M5 20h14'/%3E%3C/svg%3E"); }
.button:hover .action-icon-up-right, .text-link:hover .action-icon-up-right { transform: translate(2px, -2px); }
.button:hover .action-icon-down { transform: translateY(2px); }
.button:hover .action-icon-file { transform: translateY(-1px) rotate(-2deg); }
.button:hover .action-icon-download { transform: translateY(2px); }
.button:hover .action-icon-right, .text-link:hover .action-icon-right { transform: translateX(3px); }
.back-to-top { display: inline-flex; align-items: center; gap: 8px; }
.back-to-top:hover .action-icon-up { transform: translateY(-2px); }
.text-link { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 750; }
.text-link .action-icon { color: var(--sky); }

.hero { padding-top: 112px; }
.hero-copy { position: absolute; z-index: 2; top: 50%; left: clamp(32px, 6vw, 88px); width: min(56%, 680px); color: #fff; text-align: left; transform: translateY(-47%); }
.availability-pill { width: fit-content; margin: 0 0 26px; padding: 7px 12px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: rgba(255,255,255,.82); background: rgba(8,17,31,.34); box-shadow: none; backdrop-filter: blur(12px); font-size: 11px; font-weight: 700; }
.pulse { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
.pulse::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--success); border-radius: inherit; animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0% { opacity: .8; transform: scale(.5); } 80%, 100% { opacity: 0; transform: scale(1.5); } }
.hero .eyebrow { margin-bottom: 20px; color: #8dceff; }
.hero h1 { margin: 0; font-size: clamp(52px, 6.2vw, 88px); font-weight: 650; line-height: .91; }
.sky-text { color: #45adff; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.hero-actions { margin-top: 30px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 18px 30px; }
.hero-actions .text-link { color: #fff; }
.hero-stage { position: relative; isolation: isolate; min-height: clamp(640px, 72vh, 760px); overflow: hidden; border-radius: var(--radius-lg); background: var(--night); box-shadow: var(--shadow-lg); transform-style: preserve-3d; }
.hero-picture { position: absolute; inset: 0; display: block; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); transition: transform .7s var(--ease); }
.hero-stage:hover .hero-picture img { transform: scale(1.045); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,16,.9) 0%, rgba(5,10,16,.72) 35%, rgba(5,10,16,.18) 68%, rgba(5,10,16,.05) 100%), linear-gradient(0deg, rgba(5,10,16,.32), transparent 52%); }
.hero-caption { position: absolute; left: 32px; bottom: 32px; z-index: 2; padding: 14px 18px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; color: #fff; background: rgba(7,14,22,.36); backdrop-filter: blur(14px); }
.hero-caption span { color: rgba(255,255,255,.7); font-size: 10px; text-transform: uppercase; }
.hero-caption strong { margin-top: 2px; font-size: 15px; }
.floating-proof { position: absolute; z-index: 2; min-width: 176px; padding: 18px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.38); border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.86); box-shadow: 0 20px 50px rgba(3,13,25,.16); backdrop-filter: blur(18px); }
.floating-proof > strong { font-size: 24px; line-height: 1.2; }
.floating-proof > strong span { color: var(--sky); }
.floating-proof > span { margin-top: 4px; color: #607083; font-size: 11px; font-weight: 650; }
.proof-one { top: 34px; left: 34px; }
.proof-two { right: 34px; bottom: 34px; }
.proof-stars { color: #f6a81c; font-size: 11px; }
.proof-two strong { margin-top: 8px; font-size: 17px; }
.hero-metrics { margin-top: 22px; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-sm); }
.hero-metrics > div { min-height: 126px; padding: 24px 28px; display: flex; flex-direction: column; justify-content: center; }
.hero-metrics > div + div { border-left: 1px solid var(--line); }
.hero-metrics strong { font-size: clamp(27px, 3vw, 40px); line-height: 1.1; font-variant-numeric: tabular-nums; }
.metric-star { color: #f4a51c; font-size: .7em; font-style: normal; vertical-align: .08em; }
.hero-metrics span { margin-top: 7px; color: var(--ink-soft); font-size: 12px; font-weight: 650; }

.trust-strip { margin-top: 110px; padding: 44px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > p { margin: 0 0 30px; color: #728094; font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; }
.logo-marquee { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.logo-track { width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 34px 72px; }
.logo-track span { color: #6c7888; font-size: clamp(18px, 2vw, 27px); font-weight: 750; white-space: nowrap; }
.logo-track span:nth-child(n+7) { display: none; }

.work-section, .services-section, .experience-section { padding: 150px 0; }
.section-heading { margin-bottom: 76px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 64px; }
.section-heading h2 { margin: 14px 0 0; font-size: clamp(48px, 6.3vw, 92px); font-weight: 650; line-height: .95; }
.section-heading > p { max-width: 430px; margin: 0 0 6px auto; color: var(--ink-soft); font-size: 16px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 20px; }
.project-card { display: block; min-width: 0; }
.project-card-large { grid-column: 1 / -1; }
.project-media { aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius-md); background: var(--cloud); }
.project-card-large .project-media { aspect-ratio: 16 / 9; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .4s ease; }
.project-card:hover .project-media img { transform: scale(1.035); }
.project-meta { padding: 22px 4px 0; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.project-meta span:not(.arrow-button), .statement-copy > span { color: #748196; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.project-meta h3 { margin: 5px 0 0; font-size: clamp(25px, 2.5vw, 38px); line-height: 1.1; }
.arrow-button { flex: 0 0 auto; width: 46px; height: 46px; margin-bottom: 1px; display: flex; align-items: center; justify-content: center; border: 1px solid #d9e2eb; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.72); box-shadow: 0 8px 22px rgba(31,60,91,.06); font-size: 0; transition: color .24s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease, transform .24s var(--ease); }
.arrow-button::before, .portfolio-meta i::before { content: ""; width: 18px; height: 18px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6M10 14 21 3M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6M10 14 21 3M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .22s var(--ease); }
.project-card:hover .arrow-button { color: #fff; background: var(--sky); border-color: var(--sky); box-shadow: 0 12px 26px rgba(21,151,242,.2); transform: translateY(-2px); }
.project-card:hover .arrow-button::before, .portfolio-card:hover .portfolio-meta i::before { transform: translate(1px, -1px); }
.project-card-statement { position: relative; min-height: 100%; padding: 40px; overflow: hidden; border-radius: var(--radius-md); color: #fff; background: var(--sky); }
.statement-copy { position: relative; z-index: 2; min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; }
.statement-copy > span { color: rgba(255,255,255,.72); }
.statement-copy h3 { margin: auto 0 18px; font-size: clamp(48px, 7vw, 88px); font-weight: 650; line-height: .82; }
.statement-copy p { max-width: 290px; margin: 0; color: rgba(255,255,255,.8); font-size: 14px; }
.project-card-statement .arrow-button { position: absolute; z-index: 2; top: 32px; right: 32px; border-color: rgba(255,255,255,.4); }
.project-card-statement:hover .arrow-button { color: var(--sky); background: #fff; border-color: #fff; }
.statement-orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; right: -180px; top: -180px; }
.orbit-two { width: 320px; height: 320px; right: -100px; top: -100px; }
.section-action { margin-top: 58px; display: flex; justify-content: center; }
.button-all-projects { min-width: 220px; justify-content: space-between; }

.services-section { width: 100%; max-width: none; padding-left: max(24px, calc((100% - var(--max))/2)); padding-right: max(24px, calc((100% - var(--max))/2)); background: var(--cloud); }
.service-list { border-top: 1px solid #d7e0e8; }
.service-item { border-bottom: 1px solid #d7e0e8; }
.service-trigger { width: 100%; min-height: 112px; padding: 24px 0; display: grid; grid-template-columns: 70px 1fr 48px; align-items: center; gap: 18px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.service-number { color: var(--sky); font-size: 11px; font-weight: 800; }
.service-trigger h3 { margin: 0; font-size: clamp(22px, 3.2vw, 42px); font-weight: 580; }
.service-icon { position: relative; width: 44px; height: 44px; border: 1px solid #ced9e3; border-radius: 50%; transition: background-color .2s ease, transform .3s var(--ease); }
.service-icon::before, .service-icon::after { content: ""; position: absolute; left: 13px; top: 21px; width: 16px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease); }
.service-icon::after { transform: rotate(90deg); }
.service-item.is-open .service-icon { background: #fff; transform: rotate(180deg); }
.service-item.is-open .service-icon::after { transform: rotate(0); }
.service-panel { display: block; overflow: hidden; }
.service-panel[hidden] { display: none; }
.service-panel > div { min-height: 0; padding: 0 60px 34px 88px; display: flex; align-items: flex-end; gap: 44px; }
.service-panel p { max-width: 660px; margin: 0; color: var(--ink-soft); }
.service-tags { margin-left: auto; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }
.service-tags span { padding: 7px 10px; border: 1px solid #d6e0e9; border-radius: 99px; color: #5f6f80; background: rgba(255,255,255,.56); font-size: 10px; font-weight: 700; white-space: nowrap; }

.about-section { max-width: 1600px; margin: 0 auto; padding: 150px max(24px, calc((100% - var(--max))/2)); display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.about-visual { position: relative; }
.about-visual > img { width: 100%; height: clamp(420px, 38vw, 540px); object-fit: cover; object-position: center 30%; border-radius: var(--radius-lg); background: var(--cloud); }
.about-stamp { position: absolute; right: -36px; bottom: -36px; width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; }
.about-stamp > img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; box-shadow: 0 18px 44px rgba(50, 38, 182, .28); }
.about-copy h2 { max-width: 760px; margin: 18px 0 32px; font-size: clamp(43px, 5.4vw, 78px); font-weight: 630; line-height: .98; }
.about-copy > p { max-width: 700px; color: var(--ink-soft); }
.about-copy .about-lede { margin-top: 0; color: var(--ink); font-size: clamp(18px, 1.8vw, 24px); line-height: 1.5; }
.about-links { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px 38px; }

.experience-section { border-top: 1px solid var(--line); }
.timeline { border-top: 1px solid var(--line); }
.timeline article { min-height: 160px; padding: 34px 0; display: grid; grid-template-columns: .7fr 1.1fr 1.2fr; gap: 40px; align-items: start; border-bottom: 1px solid var(--line); transition: padding-left .3s var(--ease), color .3s ease; }
.timeline article:hover { padding-left: 12px; }
.timeline-date { color: var(--sky-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.timeline h3 { margin: 0; font-size: clamp(19px, 2vw, 26px); line-height: 1.25; }
.timeline div p { margin: 7px 0 0; color: #738094; font-size: 12px; }
.timeline article > p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 14px; }

.quote-section { position: relative; min-height: 720px; padding: 120px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: #fff; background: var(--night); text-align: center; }
.quote-section::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: rgba(21,151,242,.16); filter: blur(90px); transform: translate(35%, 38%); }
.quote-mark { position: absolute; top: 38px; color: rgba(255,255,255,.06); font-size: 440px; font-weight: 800; line-height: 1; }
.quote-section blockquote { position: relative; z-index: 2; max-width: 1100px; margin: 0; font-size: clamp(40px, 6.4vw, 92px); font-weight: 550; line-height: 1.04; }
.quote-section > p { position: relative; z-index: 2; margin: 38px 0 0; color: rgba(255,255,255,.56); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.contact-section { position: relative; min-height: 720px; padding: 104px max(24px, calc((100% - var(--max))/2)) 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: #fff; background: var(--sky); }
.contact-glow { position: absolute; width: 640px; height: 640px; right: -180px; top: -200px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.04), 0 0 0 220px rgba(255,255,255,.035); }
.contact-main { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: clamp(48px, 6vw, 88px); }
.contact-copy { max-width: 620px; }
.contact-copy .eyebrow { color: rgba(255,255,255,.72); }
.contact-copy h2 { margin: 20px 0 30px; font-size: clamp(64px, 5.7vw, 82px); font-weight: 650; line-height: .82; }
.contact-copy h2 .contact-lead { white-space: nowrap; }
.contact-copy h2 .contact-land { color: rgba(255,255,255,.38); font-size: 1.12em; }
.contact-copy > p { max-width: 580px; color: rgba(255,255,255,.78); font-size: 17px; }
.contact-actions { margin-top: 38px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button-invert { color: var(--ink); background: #fff; border-color: #fff; box-shadow: 0 12px 34px rgba(0, 74, 132, .18); }
.button-invert:hover { color: var(--ink); background: var(--sky-pale); }
.copy-button { min-height: 52px; padding: 13px 17px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.34); border-radius: 15px; color: #fff; background: rgba(255,255,255,.1); cursor: pointer; transition: background-color .2s ease; }
.copy-button:hover { background: rgba(255,255,255,.18); }
.copy-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-form { width: 100%; margin-top: 0; padding: 24px; scroll-margin-top: 110px; border: 1px solid rgba(255,255,255,.28); border-radius: 26px; background: rgba(255,255,255,.13); box-shadow: 0 24px 60px rgba(0,74,132,.18); backdrop-filter: blur(18px); }
.contact-form-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.contact-form-heading > div > span { color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.contact-form-heading h3 { margin: 5px 0 0; color: #fff; font-size: clamp(24px, 2.5vw, 34px); font-weight: 650; line-height: 1.08; }
.contact-form-heading > p { max-width: 270px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.contact-field { min-width: 0; display: grid; gap: 7px; }
.contact-field > span { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; }
.contact-field input, .contact-field textarea { width: 100%; min-height: 54px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.68); border-radius: 14px; outline: 0; color: var(--ink); background: rgba(255,255,255,.96); font: inherit; font-size: 15px; line-height: 1.45; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.contact-field textarea { min-height: 132px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #8793a3; opacity: 1; }
.contact-field input:focus, .contact-field textarea:focus { border-color: #fff; background: #fff; box-shadow: 0 0 0 4px rgba(8,17,31,.2); }
.contact-field-message { grid-column: 1 / -1; }
.contact-form-footer-row { min-height: 56px; margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.contact-form-status { margin: 0; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 650; line-height: 1.4; }
.contact-form-status.is-success { color: #fff; }
.contact-form-status.is-error { color: #fff4df; }
.contact-submit { min-height: 52px; padding: 13px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 15px; color: #fff; background: var(--night); box-shadow: 0 12px 28px rgba(8,17,31,.24); font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; touch-action: manipulation; transition: background-color .2s ease, transform .2s var(--ease), opacity .2s ease; }
.contact-submit:hover { background: #111d2f; transform: translateY(-2px); }
.contact-submit:active { transform: scale(.98); }
.contact-submit:disabled { opacity: .68; cursor: wait; transform: none; }
.contact-submit svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-submit[aria-busy="true"] svg { animation: submit-pulse .8s ease-in-out infinite alternate; }
@keyframes submit-pulse { to { transform: translateX(3px); opacity: .62; } }
.contact-footer { position: relative; z-index: 2; margin-top: 52px; padding-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); font-size: 11px; font-weight: 650; }
.contact-footer div { display: flex; gap: 28px; }
.contact-footer > a { justify-self: end; }
.contact-footer a:hover { color: #fff; }

.whatsapp-float { position: fixed; z-index: 80; right: max(24px, calc(env(safe-area-inset-right) + 16px)); bottom: max(18px, calc(env(safe-area-inset-bottom) + 10px)); width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid rgba(255,255,255,.96); border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 14px 34px rgba(20,110,62,.3), 0 0 0 1px rgba(20,110,62,.08); touch-action: manipulation; transform: translate3d(0,0,0); will-change: transform; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: transform .28s var(--ease), box-shadow .25s ease, background-color .2s ease, opacity .2s ease; }
.whatsapp-float:hover { background: #1fbd5b; box-shadow: 0 18px 42px rgba(20,110,62,.36), 0 0 0 1px rgba(20,110,62,.1); transform: translate3d(0,-3px,0) scale(1.04); }
.whatsapp-float:active { transform: translate3d(0,0,0) scale(.98); }
.whatsapp-float > svg { width: 30px; height: 30px; fill: currentColor; }
.menu-open .whatsapp-float { opacity: 0; pointer-events: none; transform: translateY(14px); }
.toast { position: fixed; z-index: 1000; left: 50%; bottom: 92px; padding: 12px 18px; border-radius: 12px; color: #fff; background: var(--night); box-shadow: var(--shadow-lg); font-size: 12px; font-weight: 700; pointer-events: none; opacity: 0; transform: translate(-50%, 18px); transition: opacity .22s ease, transform .3s var(--ease); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.cursor-label { position: fixed; z-index: 1000; width: 88px; height: 88px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(8,17,31,.88); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.6); transition: opacity .15s ease, transform .25s var(--ease); }
.cursor-label.is-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* Projects archive */
.projects-page { background: #fbfdff; }
.projects-hero { padding-top: 190px; padding-bottom: 86px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; border-bottom: 1px solid var(--line); }
.projects-hero h1 { margin: 18px 0 0; font-size: clamp(48px, 6.3vw, 92px); font-weight: 650; line-height: .92; }
.projects-hero h1 span, .projects-cta h2 span { color: var(--sky); }
.projects-hero-aside { max-width: 440px; padding-bottom: 7px; }
.projects-hero-aside p { margin: 0 0 28px; color: var(--ink-soft); font-size: clamp(16px, 1.4vw, 19px); }
.button-behance { width: fit-content; min-width: 210px; padding: 11px 18px 11px 12px; justify-content: flex-start; gap: 12px; background: #1769ff; border-color: #1769ff; box-shadow: 0 12px 28px rgba(23,105,255,.22); }
.button-behance:hover { background: #0759ee; border-color: #0759ee; box-shadow: 0 16px 34px rgba(23,105,255,.3); }
.behance-mark { flex: 0 0 auto; width: 29px; height: 29px; display: grid; place-items: center; color: #fff; }
.behance-mark svg { width: 100%; height: 100%; display: block; fill: currentColor; }
.projects-browser { padding-top: 34px; padding-bottom: 150px; }
.project-filter-trigger { display: none; }
.project-filters { position: sticky; z-index: 20; top: 100px; margin-bottom: 58px; padding: 8px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; border: 1px solid rgba(216, 226, 236, .86); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 12px 36px rgba(34, 58, 84, .08); backdrop-filter: blur(16px); transition: top .35s var(--ease); }
.header-hidden .project-filters { top: 12px; }
.project-filter { min-height: 44px; padding: 10px 15px; display: inline-flex; align-items: center; gap: 9px; border: 0; border-radius: 12px; color: #516074; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; transition: color .22s ease, background-color .22s ease, transform .22s var(--ease); }
.project-filter:hover { color: var(--ink); background: var(--cloud); }
.project-filter:active { transform: scale(.98); }
.project-filter.is-active { color: #fff; background: var(--sky); }
.project-filter span { min-width: 20px; height: 20px; padding: 0 6px; display: inline-grid; place-items: center; border-radius: 99px; color: #758296; background: #edf2f7; font-size: 9px; }
.project-filter.is-active span { color: var(--sky-dark); background: #fff; }
.filter-sheet { position: fixed; z-index: 400; inset: 0; display: grid; align-items: end; isolation: isolate; }
.filter-sheet[hidden] { display: none; }
.filter-sheet:not(.is-open) { pointer-events: none; }
.filter-sheet-backdrop { position: absolute; z-index: -1; inset: 0; border: 0; background: rgba(8,17,31,.44); opacity: 0; cursor: default; backdrop-filter: blur(5px); transition: opacity .18s ease-out; }
.filter-sheet-panel { width: min(100%, 620px); max-height: min(78dvh, 680px); margin-inline: auto; padding: 8px 18px max(20px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(216,226,236,.92); border-bottom: 0; border-radius: 28px 28px 0 0; background: rgba(255,255,255,.98); box-shadow: 0 -24px 70px rgba(8,17,31,.2); transform: translate3d(0, 102%, 0); transition: transform .24s cubic-bezier(.22,.8,.28,1); }
.filter-sheet.is-open .filter-sheet-backdrop { opacity: 1; }
.filter-sheet.is-open .filter-sheet-panel { transform: translate3d(0,0,0); }
.filter-sheet-handle { width: 38px; height: 4px; margin: 2px auto 13px; display: block; border-radius: 99px; background: #cbd5df; }
.filter-sheet-header { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.filter-sheet-header p { margin: 0 0 2px; color: #78869a; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.filter-sheet-header h2 { margin: 0; font-size: 22px; font-weight: 700; line-height: 1.1; }
.filter-sheet-close { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #f7f9fb; cursor: pointer; touch-action: manipulation; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.filter-sheet-close:active { transform: scale(.96); }
.filter-sheet-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.filter-sheet-options { display: grid; gap: 4px; }
.filter-sheet-option { width: 100%; min-height: 54px; padding: 8px 11px 8px 15px; display: grid; grid-template-columns: minmax(0,1fr) auto 28px; align-items: center; gap: 12px; border: 0; border-radius: 14px; color: var(--ink); background: transparent; font: inherit; text-align: left; cursor: pointer; touch-action: manipulation; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.filter-sheet-option:active { transform: scale(.985); }
.filter-sheet-option span { font-size: 15px; font-weight: 680; }
.filter-sheet-option small { min-width: 31px; height: 25px; padding-inline: 8px; display: grid; place-items: center; border-radius: 99px; color: #748196; background: #edf2f7; font-size: 10px; font-weight: 800; }
.filter-sheet-option i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: transparent; background: transparent; }
.filter-sheet-option i svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.filter-sheet-option.is-selected { color: var(--sky-dark); background: var(--sky-pale); }
.filter-sheet-option.is-selected small { color: var(--sky-dark); background: #fff; }
.filter-sheet-option.is-selected i { color: #fff; background: var(--sky); }
.filter-sheet-option:focus-visible, .filter-sheet-close:focus-visible { outline: 3px solid rgba(0,113,227,.28); outline-offset: 2px; }
.filter-sheet-open { overflow: hidden; }
.filter-sheet-open .whatsapp-float { opacity: 0; pointer-events: none; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 20px; scroll-margin-top: 178px; }
.portfolio-card { min-width: 0; display: block; }
.portfolio-card[hidden] { display: none; }
.portfolio-image { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 24px; background: var(--cloud); box-shadow: 0 12px 34px rgba(31, 60, 91, .07); }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .35s ease; }
.portfolio-card:hover .portfolio-image img { transform: scale(1.04); }
.portfolio-meta { position: relative; min-height: 92px; padding: 18px 56px 0 2px; }
.portfolio-meta > span { color: #778499; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.portfolio-meta h2 { margin: 5px 0 0; font-size: clamp(21px, 2.2vw, 29px); font-weight: 650; line-height: 1.12; }
.portfolio-meta i { position: absolute; top: 20px; right: 2px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; font-size: 0; font-style: normal; transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s var(--ease); }
.portfolio-card:hover .portfolio-meta i { color: #fff; background: var(--sky); border-color: var(--sky); transform: translateY(-2px); }
.projects-pagination-wrap { margin-top: 76px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.projects-pagination-wrap > p { margin: 0; color: #748196; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.projects-pagination { display: flex; align-items: center; justify-content: center; gap: 10px; }
.projects-pagination[hidden] { display: none; }
.pagination-pages { padding: 5px; display: flex; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(216,226,236,.9); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(34,58,84,.09); backdrop-filter: blur(16px); }
.pagination-button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; color: #566579; background: transparent; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; touch-action: manipulation; transition: color .2s ease, background-color .2s ease, transform .2s var(--ease), box-shadow .2s ease, opacity .2s ease; }
.pagination-button:hover:not(:disabled) { color: var(--ink); background: var(--cloud); }
.pagination-button:active:not(:disabled) { transform: scale(.96); }
.pagination-button.is-current { color: #fff; background: var(--sky); box-shadow: 0 8px 20px rgba(21,151,242,.24); }
.pagination-button:disabled { color: #aeb9c5; opacity: .48; cursor: not-allowed; }
.pagination-button.is-previous, .pagination-button.is-next { flex: 0 0 auto; font-size: 0; border: 1px solid rgba(216,226,236,.9); background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(34,58,84,.08); }
.pagination-button.is-previous:hover:not(:disabled), .pagination-button.is-next:hover:not(:disabled) { color: #fff; border-color: var(--sky); background: var(--sky); box-shadow: 0 10px 24px rgba(21,151,242,.2); }
.pagination-button.is-previous::before, .pagination-button.is-next::before { content: ""; width: 18px; height: 18px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat; }
.pagination-button.is-previous::before { transform: rotate(180deg); }
.pagination-ellipsis { width: 28px; height: 44px; display: grid; place-items: center; color: #8a96a6; font-size: 16px; font-weight: 700; }
.projects-cta { margin-bottom: 32px; padding: clamp(52px, 7vw, 94px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: var(--night); }
.projects-cta .eyebrow { color: #79c8ff; }
.projects-cta h2 { margin: 15px 0 0; font-size: clamp(48px, 6.3vw, 92px); font-weight: 650; line-height: .95; }
.projects-cta > div:last-child { max-width: 420px; justify-self: end; }
.projects-cta > div:last-child p { margin: 0 0 30px; color: rgba(255,255,255,.68); }
.projects-footer { min-height: 112px; padding: 30px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #6c798a; font-size: 11px; font-weight: 650; }
.projects-footer div { display: flex; gap: 28px; }
.projects-footer > a { justify-self: end; }
.projects-footer a:hover { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .site-header { width: min(calc(100% - 48px), var(--max)); }
  .desktop-nav { gap: 20px; }
  .hero-stage { min-height: 650px; }
  .section-heading { grid-template-columns: 1fr .58fr; }
  .service-panel > div { padding-left: 70px; }
  .about-section { gap: 70px; }
  .about-stamp { right: -24px; }
  .timeline article { grid-template-columns: .55fr 1fr 1.2fr; gap: 24px; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 92px; }
  .site-header { top: 12px; width: calc(100% - 32px); min-height: 62px; padding: 7px 8px 7px 12px; grid-template-columns: 1fr auto; border-radius: 19px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; display: block; }
  .mobile-menu { display: flex; }
  .section { width: min(calc(100% - 32px), var(--max)); }
  .hero { padding-top: 98px; }
  .hero-copy { top: auto; right: 30px; bottom: 44px; left: 30px; width: auto; max-width: 620px; transform: none; }
  .hero-stage { min-height: 700px; border-radius: 28px; }
  .hero-picture img { object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,10,16,.9) 0%, rgba(5,10,16,.68) 58%, rgba(5,10,16,.22) 100%), linear-gradient(0deg, rgba(5,10,16,.82) 0%, rgba(5,10,16,.08) 68%); }
  .hero-caption { left: 20px; bottom: 20px; }
  .proof-one { top: 20px; left: 20px; }
  .proof-two { right: 20px; bottom: 20px; }
  .hero-metrics { grid-template-columns: 1fr 1fr; }
  .hero-metrics > div { min-height: 110px; }
  .hero-metrics > div + div { border-left: 1px solid var(--line); }
  .hero-metrics > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .hero-metrics > div:nth-child(4) { border-top: 1px solid var(--line); }
  .hero-metrics > div:nth-child(5) { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
  .trust-strip { margin-top: 80px; }
  .work-section, .services-section, .experience-section { padding-top: 110px; padding-bottom: 110px; }
  .section-heading { margin-bottom: 56px; grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 580px; margin-left: 0; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 16px; }
  .project-card-large .project-media { aspect-ratio: 16 / 9; }
  .statement-copy { min-height: 300px; }
  .service-trigger { min-height: 98px; grid-template-columns: 48px 1fr 44px; }
  .service-panel > div { padding-left: 48px; display: block; }
  .service-tags { margin-top: 20px; justify-content: flex-start; }
  .about-section { padding-top: 110px; padding-bottom: 110px; grid-template-columns: 1fr; }
  .about-visual { max-width: 620px; }
  .about-stamp { right: 16px; bottom: -36px; }
  .timeline article { grid-template-columns: 150px 1fr; }
  .timeline article > p { grid-column: 2; }
  .quote-section { min-height: 620px; }
  .contact-section { min-height: 760px; padding-top: 110px; }
  .contact-main { grid-template-columns: 1fr; gap: 0; }
  .contact-copy { max-width: 760px; }
  .contact-form { margin-top: 38px; }
  .projects-hero { padding-top: 140px; grid-template-columns: 1fr; gap: 42px; }
  .projects-hero-aside { max-width: 620px; }
  .project-filters { top: 86px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .header-hidden .project-filters { top: 8px; }
  .project-filters::-webkit-scrollbar { display: none; }
  .project-filter { flex: 0 0 auto; }
  .projects-cta { grid-template-columns: 1fr; }
  .projects-cta > div:last-child { justify-self: start; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 82px; }
  body { font-size: 15px; }
  .site-header { top: 8px; min-height: 60px; padding: 6px 7px 6px 11px; border-radius: 18px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand { font-size: 16px; }
  .brand-logo { width: 70px; height: 34px; }
  .menu-toggle { width: 46px; height: 46px; border-radius: 13px; }
  .mobile-menu { padding: 108px 18px max(28px, env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(245,250,255,.99)); }
  .mobile-menu nav a { min-height: 64px; padding: 13px 4px; font-size: clamp(25px, 7.8vw, 32px); }
  .mobile-socials { gap: 8px; }
  .mobile-socials a { min-height: 44px; padding: 10px 14px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
  .hero { padding-top: 84px; }
  .hero-metrics > div:nth-child(5) { display: none; }
  .hero h1 { width: 57%; font-size: clamp(32px, 9.5vw, 40px); line-height: .92; }
  .hero .eyebrow, .hero-lede { display: none; }
  .hero-actions { width: 57%; margin-top: 24px; flex-direction: column; flex-wrap: nowrap; gap: 8px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .hero-actions .button { min-height: 48px; padding: 11px 13px; justify-content: space-between; gap: 10px; border-radius: 14px; font-size: 12px; white-space: nowrap; }
  .hero-stage { height: clamp(480px, 60svh, 500px); min-height: 480px; max-height: 500px; border-radius: 24px; }
  .hero-picture img { object-position: center; transform: none; }
  .hero-stage:hover .hero-picture img { transform: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,10,16,.84) 0%, rgba(5,10,16,.58) 45%, rgba(5,10,16,.05) 72%), linear-gradient(0deg, rgba(5,10,16,.82) 0%, transparent 30%); }
  .hero-copy { top: 24px; right: 18px; bottom: 18px; left: 18px; width: auto; max-width: none; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; transform: none; }
  .availability-pill { position: absolute; top: 0; left: 0; margin: 0; padding: 6px 10px; font-size: 9px; }
  .hero-caption { display: none; }
  .floating-proof { min-width: 148px; padding: 14px; }
  .floating-proof > strong { font-size: 20px; }
  .proof-one { top: 14px; left: 14px; }
  .proof-two { right: 14px; bottom: 14px; }
  .hero-metrics { margin-top: 14px; border-radius: 20px; }
  .hero-metrics > div { min-height: 98px; padding: 17px 18px; }
  .hero-metrics strong { font-size: 29px; }
  .hero-metrics span { margin-top: 5px; font-size: 10px; }
  .trust-strip { margin-top: 64px; padding: 32px 16px; }
  .trust-strip > p { margin-bottom: 20px; }
  .logo-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 10px; }
  .logo-track span { font-size: 15px; text-align: center; }
  .work-section, .services-section, .experience-section { padding-top: 88px; padding-bottom: 88px; }
  .section-heading { margin-bottom: 42px; gap: 18px; }
  .section-heading h2 { font-size: clamp(38px, 11vw, 46px); }
  .section-heading > p { font-size: 14px; }
  .project-grid { grid-template-columns: 1fr; gap: 38px; }
  .project-card-large { grid-column: auto; }
  .project-card-large .project-media, .project-media { aspect-ratio: 16 / 9; border-radius: 22px; }
  .project-meta { padding: 16px 2px 0; }
  .project-meta h3 { font-size: 25px; }
  .arrow-button { width: 44px; height: 44px; }
  .section-action { margin-top: 44px; }
  .button-all-projects { width: 100%; }
  .project-card-statement { min-height: 430px; }
  .statement-copy { min-height: 350px; }
  .services-section { padding-right: 16px; padding-left: 16px; }
  .service-trigger { min-height: 84px; grid-template-columns: 28px 1fr 42px; gap: 8px; }
  .service-trigger h3 { font-size: 18px; line-height: 1.28; }
  .service-panel > div { padding: 0 0 28px 36px; }
  .service-panel p { font-size: 14px; }
  .about-section { padding: 88px 16px; gap: 64px; }
  .about-visual > img { height: 390px; border-radius: 28px; }
  .about-stamp { right: 12px; bottom: -30px; width: 88px; height: 88px; }
  .about-copy h2 { margin-bottom: 24px; font-size: 43px; }
  .about-copy .about-lede { font-size: 18px; }
  .about-copy > p { font-size: 14px; }
  .about-links { margin-top: 24px; gap: 8px 24px; }
  .timeline article { min-height: 0; padding: 24px 0; grid-template-columns: 1fr; gap: 10px; }
  .timeline article > p { grid-column: 1; }
  .timeline article:hover { padding-left: 0; }
  .timeline article > p { font-size: 13px; }
  .quote-section { min-height: 520px; padding: 84px 18px; }
  .quote-section blockquote { font-size: clamp(28px, 8vw, 32px); line-height: 1.08; }
  .quote-section blockquote span { display: block; white-space: nowrap; }
  .quote-section > p { margin-top: 28px; font-size: 10px; }
  .quote-mark { font-size: 300px; }
  .contact-section { min-height: 680px; padding: 88px 16px max(92px, calc(env(safe-area-inset-bottom) + 76px)); }
  .contact-copy h2 { margin: 16px 0 24px; font-size: clamp(46px, 13vw, 52px); line-height: .82; white-space: normal; }
  .contact-copy h2 .contact-lead { display: inline-block; white-space: nowrap; }
  .contact-copy h2 .contact-land { display: inline-block; font-size: 1.18em; line-height: .9; }
  .contact-copy > p { font-size: 15px; }
  .contact-actions { margin-top: 28px; gap: 10px; }
  .button-invert { width: 100%; justify-content: space-between; }
  .copy-button { width: 100%; justify-content: center; }
  .contact-form { margin-top: 36px; padding: 17px; border-radius: 22px; }
  .contact-form-heading { margin-bottom: 20px; display: grid; gap: 10px; }
  .contact-form-heading h3 { font-size: 25px; }
  .contact-form-heading > p { max-width: none; font-size: 12px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 13px; }
  .contact-field-message { grid-column: auto; }
  .contact-field input, .contact-field textarea { min-height: 52px; font-size: 16px; }
  .contact-field textarea { min-height: 128px; }
  .contact-form-footer-row { margin-top: 14px; display: grid; gap: 10px; }
  .contact-submit { width: 100%; min-height: 54px; }
  .contact-form-status:empty { display: none; }
  .contact-footer { margin-top: 54px; }
  .contact-footer { grid-template-columns: 1fr auto; }
  .contact-footer div { order: 3; grid-column: 1 / -1; }
  .contact-footer > a { grid-column: 2; grid-row: 1; }
  .projects-hero { padding-top: 104px; padding-bottom: 52px; gap: 28px; }
  .projects-hero h1 { margin-top: 14px; font-size: clamp(38px, 11vw, 46px); line-height: .95; }
  .projects-hero-aside p { margin-bottom: 20px; font-size: 14px; }
  .button-behance { min-height: 48px; }
  .projects-browser { padding-top: 24px; padding-bottom: 100px; }
  .project-filters { display: none; }
  .project-filter-trigger { position: sticky; z-index: 20; top: 86px; width: 100%; min-height: 64px; margin-bottom: 36px; padding: 8px 14px 8px 9px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 22px; align-items: center; gap: 11px; border: 1px solid rgba(216,226,236,.94); border-radius: 17px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 12px 34px rgba(34,58,84,.1); backdrop-filter: blur(18px); text-align: left; transition: top .35s var(--ease), box-shadow .22s ease, transform .18s ease; cursor: pointer; touch-action: manipulation; }
  .project-filter-trigger:active { transform: scale(.99); }
  .project-filter-trigger:focus-visible { outline: 3px solid rgba(0,113,227,.28); outline-offset: 3px; }
  .header-hidden .project-filter-trigger { top: 8px; }
  .filter-trigger-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--sky); }
  .filter-trigger-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
  .filter-trigger-copy { min-width: 0; display: grid; gap: 2px; }
  .filter-trigger-copy small { color: #7a879a; font-size: 9px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
  .filter-trigger-copy strong { min-width: 0; display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 15px; font-weight: 750; line-height: 1.25; }
  .filter-trigger-copy em { min-width: 23px; height: 21px; padding-inline: 6px; display: inline-grid; place-items: center; border-radius: 99px; color: #758296; background: #edf2f7; font-size: 9px; font-style: normal; font-weight: 800; }
  .filter-trigger-chevron { width: 22px; height: 22px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; pointer-events: none; }
  .project-filter-trigger[aria-expanded="true"] .filter-trigger-chevron { transform: rotate(180deg); }
  .portfolio-grid { grid-template-columns: 1fr; gap: 36px; }
  .portfolio-image { border-radius: 18px; }
  .portfolio-meta { min-height: 82px; padding-top: 14px; }
  .portfolio-meta h2 { font-size: 21px; }
  .portfolio-meta i { top: 15px; width: 42px; height: 42px; }
  .portfolio-grid { scroll-margin-top: 146px; }
  .projects-pagination-wrap { margin-top: 48px; }
  .projects-pagination { max-width: 100%; gap: 8px; }
  .pagination-pages { gap: 2px; padding: 4px; }
  .pagination-button { width: 44px; min-width: 44px; height: 44px; }
  .pagination-ellipsis { width: 22px; }
  .projects-cta { width: calc(100% - 24px); margin-bottom: 16px; padding: 44px 22px; gap: 28px; border-radius: 26px; }
  .projects-cta h2 { font-size: clamp(38px, 11vw, 46px); }
  .projects-cta > div:last-child p { margin-bottom: 22px; font-size: 14px; }
  .projects-cta .button { width: 100%; justify-content: space-between; }
  .projects-footer { padding: 28px 0 38px; grid-template-columns: 1fr auto; align-items: start; }
  .projects-footer div { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; gap: 12px 24px; }
  .projects-footer > a { grid-column: 2; grid-row: 1; }
  .reveal, .reveal[data-delay="1"], .reveal[data-delay="2"] { opacity: 1; transform: none; transition: none; }
  .whatsapp-float { top: auto; right: max(16px, env(safe-area-inset-right)); bottom: auto; width: 52px; height: 52px; border-width: 2px; box-shadow: 0 6px 16px rgba(20,110,62,.18), 0 0 0 1px rgba(20,110,62,.06); transition: box-shadow .2s ease, background-color .2s ease, opacity .2s ease; }
  .whatsapp-float > svg { width: 27px; height: 27px; }
}

/* Service architecture: precision editorial system */
.service-detail-hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 760px;
  margin: 0 auto;
  padding: 156px clamp(28px, 5vw, 72px) 52px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  overflow: hidden;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  color: #fff;
  background: #07111f;
  box-shadow: var(--shadow-lg);
}
.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 72% 28%, rgba(0,113,227,.24), transparent 35%), linear-gradient(135deg, transparent 0 63%, rgba(255,255,255,.03) 63% 63.2%, transparent 63.2%);
}
.service-detail-copy { position: relative; z-index: 2; }
.service-breadcrumb { min-height: 44px; margin-bottom: 56px; display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.64); font-size: 13px; font-weight: 700; }
.service-breadcrumb:hover { color: #fff; }
.service-detail-copy .eyebrow { color: #7cc4ff; }
.service-detail-copy h1 { max-width: 820px; margin: 22px 0 0; font-size: clamp(54px, 6.6vw, 94px); font-weight: 650; line-height: .94; }
.service-detail-lede { max-width: 700px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }
.service-detail-copy .hero-actions .text-link { color: #fff; }
.service-detail-visual { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: radial-gradient(circle at 43% 36%, #3aa6ff, #0062c7 36%, #071a30 70%); box-shadow: 0 60px 130px rgba(0,113,227,.25), inset -30px -40px 90px rgba(0,0,0,.4); }
.service-detail-visual::before, .service-detail-visual::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.service-detail-visual::after { inset: 30%; }
.service-visual-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.36) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.36) 1px, transparent 1px); background-size: 38px 38px; -webkit-mask-image: radial-gradient(circle, #000 34%, transparent 73%); mask-image: radial-gradient(circle, #000 34%, transparent 73%); }
.service-visual-index { position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.92); font-size: clamp(80px, 11vw, 154px); font-weight: 650; line-height: 1; transform: translate(-50%, -52%); }
.service-visual-label { position: absolute; left: 50%; bottom: 15%; width: 72%; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; transform: translateX(-50%); }
.service-detail-visual > i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 20px rgba(255,255,255,.8); }
.service-detail-visual > i:nth-of-type(1) { left: 20%; top: 38%; }
.service-detail-visual > i:nth-of-type(2) { right: 19%; top: 28%; width: 6px; height: 6px; }
.service-detail-visual > i:nth-of-type(3) { right: 26%; bottom: 22%; width: 7px; height: 7px; }
.service-detail-note { position: absolute; z-index: 2; right: clamp(28px, 5vw, 72px); bottom: 34px; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; text-align: right; text-transform: uppercase; }

.service-deliverables, .service-process { padding-top: 150px; padding-bottom: 150px; }
.service-deliverable-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-deliverable { min-height: 310px; padding: 32px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: color .3s ease, background-color .3s ease; }
.service-deliverable:hover { color: #fff; background: var(--sky); }
.service-deliverable > span { color: var(--sky); font-size: 11px; font-weight: 800; }
.service-deliverable:hover > span { color: rgba(255,255,255,.7); }
.service-deliverable h3 { margin: auto 0 15px; font-size: clamp(24px, 2.2vw, 32px); font-weight: 650; line-height: 1.1; }
.service-deliverable p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.service-deliverable:hover p { color: rgba(255,255,255,.74); }

.service-outcomes-section { width: 100%; padding: 130px 24px; color: #fff; background: var(--sky); }
.service-outcomes-wrap { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 150px); }
.service-outcomes-copy .eyebrow { color: rgba(255,255,255,.62); }
.service-outcomes-copy h2 { margin: 18px 0 24px; font-size: clamp(48px, 6vw, 86px); font-weight: 650; line-height: .95; }
.service-outcomes-copy > p:last-child { max-width: 450px; color: rgba(255,255,255,.72); }
.service-outcomes { border-top: 1px solid rgba(255,255,255,.28); }
.service-outcomes article { min-height: 142px; padding: 26px 0; display: grid; grid-template-columns: .45fr 1fr; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.28); }
.service-outcomes strong { font-size: clamp(26px, 3vw, 40px); font-weight: 650; }
.service-outcomes p { max-width: 410px; margin: 0; color: rgba(255,255,255,.72); }

.service-fit { padding-top: 150px; }
.service-fit-card { padding: clamp(36px, 6vw, 86px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 9vw, 130px); border-radius: var(--radius-lg); background: var(--cloud); }
.service-fit-card h2 { margin: 18px 0 0; font-size: clamp(48px, 6vw, 84px); font-weight: 650; line-height: .95; }
.service-fit-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cedae5; }
.service-fit-card li { min-height: 82px; padding: 20px 10px 20px 36px; position: relative; display: flex; align-items: center; border-bottom: 1px solid #cedae5; font-size: 16px; font-weight: 700; }
.service-fit-card li::before { content: ""; position: absolute; left: 2px; width: 12px; height: 12px; border-radius: 3px; background: var(--sky); }

.service-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-process-grid article { min-height: 240px; padding: 30px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-process-grid article + article { border-left: 1px solid var(--line); }
.service-process-grid span { color: var(--sky); font-size: 11px; font-weight: 800; }
.service-process-grid h3 { margin: 72px 0 8px; font-size: 28px; font-weight: 650; }
.service-process-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.service-faq { padding-bottom: 150px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 130px); }
.service-faq-heading h2 { margin: 18px 0 0; font-size: clamp(48px, 5vw, 74px); font-weight: 650; line-height: .98; }
.service-faq-list { border-top: 1px solid var(--line); }
.service-faq-list details { border-bottom: 1px solid var(--line); }
.service-faq-list summary { min-height: 92px; padding: 24px 60px 24px 0; position: relative; display: flex; align-items: center; font-size: 18px; font-weight: 700; list-style: none; cursor: pointer; }
.service-faq-list summary::-webkit-details-marker { display: none; }
.service-faq-list summary span { position: absolute; right: 8px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; }
.service-faq-list summary span::before, .service-faq-list summary span::after { content: ""; position: absolute; left: 10px; top: 17px; width: 14px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }
.service-faq-list summary span::after { transform: rotate(90deg); }
.service-faq-list details[open] summary span::after { transform: rotate(0); }
.service-faq-list details > p { max-width: 720px; margin: -4px 0 26px; padding-right: 56px; color: var(--ink-soft); }

.related-services { padding-bottom: 150px; }
.related-services h2 { margin: 16px 0 44px; font-size: clamp(44px, 5vw, 74px); font-weight: 650; line-height: 1; }
.related-services > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-services a { min-height: 120px; padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); font-size: 17px; font-weight: 700; transition: color .25s ease, background-color .25s ease, transform .25s var(--ease); }
.related-services a:hover { color: #fff; background: var(--ink); transform: translateY(-3px); }

.service-page-cta { width: min(calc(100% - 48px), var(--max)); margin: 0 auto 24px; padding: clamp(56px, 8vw, 110px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; border-radius: var(--radius-lg); color: #fff; background: #07111f; }
.service-page-cta::after { content: ""; position: absolute; right: -12%; bottom: -60%; width: 52%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.service-page-cta > div { position: relative; z-index: 2; }
.service-page-cta .eyebrow { color: #7cc4ff; }
.service-page-cta h2 { margin: 18px 0 0; font-size: clamp(62px, 8vw, 116px); font-weight: 650; line-height: .82; }
.service-page-cta p { max-width: 440px; color: rgba(255,255,255,.68); }
.service-page-cta .button { margin-top: 22px; }
.service-footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 34px 0 44px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; color: #69778a; font-size: 11px; font-weight: 700; }
.service-footer div { display: flex; gap: 28px; }
.service-footer > a { justify-self: end; }

.services-index-hero { width: min(calc(100% - 48px), var(--max)); min-height: 720px; margin: 0 auto; padding: 170px clamp(32px, 6vw, 84px) 76px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; border-radius: 0 0 var(--radius-lg) var(--radius-lg); color: #fff; background: radial-gradient(circle at 79% 20%, rgba(53,165,255,.32), transparent 28%), linear-gradient(140deg, #06101c, #09192c 68%, #0a2847); box-shadow: var(--shadow-lg); }
.services-index-hero::before { content: "09"; position: absolute; right: -1%; top: 10%; color: rgba(255,255,255,.035); font-size: min(42vw, 580px); font-weight: 700; line-height: .8; }
.services-index-hero > div { position: relative; z-index: 2; }
.services-index-hero .eyebrow { color: #8eceff; }
.services-index-hero h1 { margin: 22px 0 0; font-size: clamp(70px, 9vw, 128px); font-weight: 650; line-height: .82; }
.services-index-hero h1 span { color: #45adff; }
.services-index-hero > div:last-child { padding-bottom: 6px; }
.services-index-hero > div:last-child p { max-width: 460px; margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 18px; }
.services-index-intro { padding-top: 150px; padding-bottom: 74px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.services-index-intro h2 { margin: 18px 0 0; font-size: clamp(54px, 7vw, 96px); font-weight: 650; line-height: .9; }
.services-index-intro > p { max-width: 430px; margin: 0 0 6px auto; color: var(--ink-soft); }
.services-index-grid { padding-bottom: 150px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-index-card { min-height: 320px; padding: 34px; position: relative; display: grid; grid-template-columns: 44px 1fr 34px; gap: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: color .25s ease, background-color .25s ease; }
.services-index-card:hover { color: #fff; background: var(--sky); }
.services-index-card > span { color: var(--sky); font-size: 11px; font-weight: 800; }
.services-index-card:hover > span { color: rgba(255,255,255,.72); }
.services-index-card > div { margin-top: auto; }
.services-index-card small { color: #758296; font-size: 11px; font-weight: 700; }
.services-index-card:hover small { color: rgba(255,255,255,.66); }
.services-index-card h2 { margin: 10px 0 14px; font-size: clamp(27px, 3vw, 44px); font-weight: 650; line-height: 1; }
.services-index-card p { max-width: 530px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.services-index-card:hover p { color: rgba(255,255,255,.74); }
.services-index-card > i { align-self: end; color: var(--sky); }
.services-index-card:hover > i { color: #fff; transform: translateX(4px); }

@media (max-width: 980px) {
  .service-detail-hero { grid-template-columns: 1fr; padding-bottom: 84px; }
  .service-detail-copy { padding-top: 30px; }
  .service-detail-visual { width: min(70vw, 560px); justify-self: center; }
  .service-detail-note { display: none; }
  .service-deliverable-grid { grid-template-columns: repeat(2, 1fr); }
  .service-outcomes-wrap, .service-fit-card, .service-page-cta { grid-template-columns: 1fr; }
  .service-process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-process-grid article:nth-child(3) { border-left: 0; }
  .service-faq { grid-template-columns: 1fr; }
  .services-index-hero { grid-template-columns: 1fr; align-content: end; }
  .services-index-hero > div:last-child { max-width: 620px; }
}
@media (max-width: 620px) {
  .service-detail-hero { width: calc(100% - 20px); min-height: auto; padding: 116px 20px 52px; gap: 42px; border-radius: 0 0 28px 28px; }
  .service-breadcrumb { margin-bottom: 34px; }
  .service-detail-copy h1 { font-size: clamp(42px, 12vw, 54px); }
  .service-detail-lede { margin-top: 22px; font-size: 16px; }
  .service-detail-copy .hero-actions { width: 100%; margin-top: 28px; display: flex; }
  .service-detail-copy .hero-actions .button, .service-detail-copy .hero-actions .text-link { width: 100%; }
  .service-detail-visual { width: 100%; }
  .service-deliverables, .service-process { padding-top: 88px; padding-bottom: 88px; }
  .service-deliverable-grid { grid-template-columns: 1fr; border-left: 0; }
  .service-deliverable { min-height: 260px; border-left: 1px solid var(--line); }
  .service-outcomes-section { padding: 84px 16px; }
  .service-outcomes-wrap { gap: 48px; }
  .service-outcomes article { grid-template-columns: 1fr; gap: 10px; }
  .service-fit { padding-top: 88px; }
  .service-fit-card { padding: 32px 22px; border-radius: 26px; }
  .service-fit-card h2 { font-size: 44px; }
  .service-process-grid { grid-template-columns: 1fr; }
  .service-process-grid article, .service-process-grid article + article { min-height: 190px; border-left: 0; }
  .service-process-grid h3 { margin-top: 48px; }
  .service-faq { padding-bottom: 88px; gap: 36px; }
  .service-faq-list summary { min-height: 78px; padding-right: 50px; font-size: 16px; }
  .service-faq-list details > p { padding-right: 12px; font-size: 14px; }
  .related-services { padding-bottom: 88px; }
  .related-services > div { grid-template-columns: 1fr; }
  .service-page-cta { width: calc(100% - 24px); margin-bottom: 12px; padding: 52px 24px; gap: 34px; border-radius: 28px; }
  .service-page-cta h2 { font-size: 64px; }
  .service-page-cta .button { width: 100%; justify-content: space-between; }
  .service-footer { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .service-footer div { grid-column: 1 / -1; grid-row: 2; }
  .services-index-hero { width: calc(100% - 20px); min-height: 650px; padding: 130px 20px 44px; gap: 38px; border-radius: 0 0 28px 28px; }
  .services-index-hero::before { top: 16%; font-size: 70vw; }
  .services-index-hero h1 { font-size: clamp(56px, 17vw, 72px); }
  .services-index-hero > div:last-child p { font-size: 16px; }
  .services-index-intro { padding-top: 88px; padding-bottom: 44px; grid-template-columns: 1fr; gap: 24px; }
  .services-index-intro h2 { font-size: 48px; }
  .services-index-intro > p { margin-left: 0; }
  .services-index-grid { padding-bottom: 88px; grid-template-columns: 1fr; border-left: 0; }
  .services-index-card { min-height: 280px; padding: 28px 22px; grid-template-columns: 34px 1fr 24px; border-left: 1px solid var(--line); }
  .services-index-card h2 { font-size: 31px; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-label { display: none; }
  .whatsapp-float:hover { background: #25d366; box-shadow: 0 6px 16px rgba(20,110,62,.18), 0 0 0 1px rgba(20,110,62,.06); transform: translate3d(0,0,0); }
  .whatsapp-float:active { transform: translate3d(0,0,0) scale(.96); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   SkiFi Creative Hub components layered on the ishaquenv system
   ============================================================ */

/* Designed hero visual (stands in for a photographic hero) */
.hero-canvas {
  position: absolute; inset: 0; overflow: hidden;
  background:
    radial-gradient(115% 120% at 80% 32%, rgba(0,113,227,.5), transparent 55%),
    radial-gradient(80% 90% at 66% 84%, rgba(69,173,255,.22), transparent 60%),
    linear-gradient(125deg, #060d18 0%, #0a1626 46%, #0c1c34 100%);
}
.hero-canvas::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 66px 66px;
  -webkit-mask-image: radial-gradient(78% 82% at 74% 42%, #000, transparent 76%);
  mask-image: radial-gradient(78% 82% at 74% 42%, #000, transparent 76%);
  opacity: .55;
}
.hero-orbit { position: absolute; right: 9%; top: 50%; width: min(42vw, 500px); aspect-ratio: 1; transform: translateY(-50%); }
.hero-orbit i { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.hero-orbit i:nth-child(1) { inset: -8%; }
.hero-orbit i:nth-child(2) { inset: 12%; border-color: rgba(120,196,255,.22); }
.hero-orbit i:nth-child(3) { inset: 30%; border-color: rgba(120,196,255,.16); }
.hero-sphere {
  position: absolute; inset: 0; margin: auto; width: 64%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #f2fbff 0%, #7cc4ff 20%, #1f8bff 44%, #0071e3 60%, #024a94 82%, #01213f 100%);
  box-shadow: 0 50px 130px rgba(0,113,227,.55), inset -22px -30px 90px rgba(1,17,36,.65), inset 24px 22px 66px rgba(255,255,255,.38);
  animation: floaty 9s var(--ease) infinite;
}
.hero-spark { position: absolute; right: 20%; top: 26%; width: 10px; height: 10px; border-radius: 50%; background: #eaf7ff; box-shadow: 0 0 24px 6px rgba(160,215,255,.7); animation: floaty 7s var(--ease) infinite reverse; }
@keyframes floaty { 0%,100% { transform: translateY(-6px); } 50% { transform: translateY(8px); } }

/* Solutions grid */
.solutions-section, .process-section, .engagement-section, .reviews-section { padding: 150px 0; }
.reviews-section { width: 100%; max-width: none; padding-left: max(24px, calc((100% - var(--max))/2)); padding-right: max(24px, calc((100% - var(--max))/2)); background: var(--cloud); }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.solution-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease; }
.solution-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #cfe1f3; }
.solution-num { color: var(--sky); font-size: 12px; font-weight: 800; }
.solution-card h3 { margin: 13px 0 9px; font-size: clamp(20px, 2vw, 24px); font-weight: 650; line-height: 1.15; }
.solution-card > p { margin: 0 0 18px; color: var(--ink-soft); font-size: 14px; }
.solution-card ul { margin: auto 0 0; padding: 16px 0 0; list-style: none; display: grid; gap: 9px; border-top: 1px solid var(--line); }
.solution-card li { position: relative; padding-left: 20px; color: #45536b; font-size: 13px; }
.solution-card li::before { content: ""; position: absolute; left: 0; top: 6px; width: 9px; height: 9px; border-radius: 3px; background: var(--sky-pale); border: 1px solid #b7dbff; }
.solution-card .text-link { margin-top: 16px; min-height: 0; font-size: 13px; }

/* Process timeline reuses .timeline; add a numbered marker */
.process-timeline article { grid-template-columns: 90px 1fr 1.2fr; }
.process-step { color: var(--sky); font-size: 34px; font-weight: 750; line-height: 1; }

/* Delivery-system infographic */
.process-board { padding: 18px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: #07111f; box-shadow: var(--shadow-lg); }
.process-board-head { min-height: 136px; padding: 24px 26px 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-board-head > div { display: grid; gap: 13px; }
.process-board-head strong { font-size: clamp(25px, 3vw, 42px); font-weight: 650; line-height: 1; }
.process-board-head > p { max-width: 330px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; text-align: right; }
.process-live { display: flex; align-items: center; gap: 9px; color: #8eceff; font-size: 11px; font-weight: 700; }
.process-live i { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #4fe3a4; }
.process-live i::after { content: ""; position: absolute; inset: -5px; border: 1px solid #4fe3a4; border-radius: 50%; animation: pulse 2s ease-out infinite; }
.process-route { padding: 76px 10px 54px; position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.process-route::before { content: ""; position: absolute; left: 10%; right: 10%; top: 107px; height: 2px; background: linear-gradient(90deg, #49adff, #49adff 72%, rgba(73,173,255,.15)); }
.process-route::after { content: ""; position: absolute; right: calc(10% - 4px); top: 102px; width: 11px; height: 11px; border-top: 2px solid #49adff; border-right: 2px solid #49adff; transform: rotate(45deg); }
.process-route article { min-width: 0; padding: 0 16px; position: relative; z-index: 2; }
.process-node { width: 64px; height: 64px; margin-bottom: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #a7d9ff; background: #0c1c30; box-shadow: 0 0 0 10px #07111f; font-size: 12px; font-weight: 800; transition: color .25s ease, background-color .25s ease, transform .25s var(--ease); }
.process-route article:hover .process-node { color: #07111f; background: #fff; transform: scale(1.06); }
.process-route svg { width: 27px; height: 27px; margin-bottom: 24px; fill: none; stroke: #65b9ff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.process-route h3 { margin: 0; font-size: 24px; font-weight: 650; }
.process-route p { min-height: 68px; margin: 10px 0 18px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }
.process-route em { display: inline-flex; min-height: 32px; padding: 7px 11px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.04); font-size: 10px; font-style: normal; font-weight: 700; }
.process-board-foot { min-height: 84px; padding: 16px 18px 16px 26px; display: grid; grid-template-columns: repeat(3, auto) 1fr; align-items: center; gap: clamp(20px, 4vw, 54px); border-radius: 24px; color: rgba(255,255,255,.55); background: rgba(255,255,255,.055); font-size: 11px; }
.process-board-foot > span { display: grid; gap: 2px; }
.process-board-foot strong { color: #fff; font-size: 20px; font-weight: 650; }
.process-board-foot a { min-height: 50px; padding: 12px 18px; justify-self: end; display: inline-flex; align-items: center; gap: 26px; border-radius: 14px; color: #07111f; background: #fff; font-size: 12px; font-weight: 800; transition: background-color .22s ease, transform .22s var(--ease); }
.process-board-foot a:hover { background: #dff2ff; transform: translateY(-2px); }
.country-flag { display: inline !important; margin: 0 3px; color: inherit !important; font-size: 14px !important; }

/* Engagement plans */
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 34px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-sm); }
.plan-card.is-featured { border-color: var(--sky); box-shadow: 0 30px 80px rgba(0,113,227,.18); }
.plan-badge { position: absolute; top: -13px; left: 30px; padding: 6px 13px; border-radius: 99px; color: #fff; background: var(--sky); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.plan-card h3 { margin: 0; font-size: 25px; font-weight: 650; }
.plan-card .plan-sub { margin: 8px 0 22px; color: var(--sky-dark); font-size: 12px; font-weight: 750; }
.plan-card ul { margin: 0 0 26px; padding: 22px 0 0; list-style: none; display: grid; gap: 12px; border-top: 1px solid var(--line); }
.plan-card li { position: relative; padding-left: 28px; color: #3d4c63; font-size: 14px; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--sky-pale) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230071e3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.plan-card .button { margin-top: auto; width: 100%; justify-content: space-between; }
.plan-card.is-featured .button { }
.plan-card .button-ghost { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: none; }
.plan-card .button-ghost:hover { background: var(--cloud); border-color: #cfe1f3; }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.review-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid #dbe6ef; border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-sm); }
.review-stars { color: #f4a51c; font-size: 13px; }
.review-card blockquote { margin: 16px 0 22px; color: var(--ink); font-size: 15px; line-height: 1.6; }
.review-author { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.review-author strong { display: block; font-size: 15px; font-weight: 750; }
.review-author span { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 12px; }

/* Brand mark uses SkiFi logo instead of a photo */
.brand-mark { background: var(--night); }
.brand-mark img { object-fit: contain; object-position: center; padding: 6px; }

@media (max-width: 1040px) {
  .solution-grid, .review-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .plan-grid { grid-template-columns: 1fr; }
  .process-timeline article { grid-template-columns: 70px 1fr; }
  .process-timeline article > p { grid-column: 2; }
  .process-route { grid-template-columns: repeat(3, 1fr); gap: 52px 0; }
  .process-route::before, .process-route::after { display: none; }
  .process-node { margin-bottom: 28px; }
  .process-route p { min-height: 0; }
  .process-board-foot { grid-template-columns: repeat(3, 1fr); }
  .process-board-foot a { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
}
@media (max-width: 820px) {
  .solutions-section, .process-section, .engagement-section, .reviews-section { padding-top: 110px; padding-bottom: 110px; }
  .reviews-section { padding-left: 16px; padding-right: 16px; }
  .hero-orbit { right: 4%; width: 54vw; opacity: .95; }
}
@media (max-width: 620px) {
  .solution-grid, .review-grid { grid-template-columns: 1fr; }
  .solutions-section, .process-section, .engagement-section, .reviews-section { padding-top: 88px; padding-bottom: 88px; }
  .hero-orbit { top: 30%; right: 50%; transform: translate(50%, -50%); width: 74vw; opacity: .8; }
  .hero-canvas::before { -webkit-mask-image: radial-gradient(90% 60% at 50% 30%, #000, transparent 78%); mask-image: radial-gradient(90% 60% at 50% 30%, #000, transparent 78%); }
  .process-step { font-size: 28px; }
  .process-board { padding: 10px; border-radius: 28px; }
  .process-board-head { min-height: 150px; padding: 22px 16px; display: grid; align-content: end; gap: 16px; }
  .process-board-head > p { text-align: left; }
  .process-route { padding: 46px 10px 34px 18px; grid-template-columns: 1fr; gap: 0; }
  .process-route::before { display: block; left: 49px; right: auto; top: 60px; bottom: 74px; width: 2px; height: auto; background: linear-gradient(#49adff, #49adff 76%, rgba(73,173,255,.15)); }
  .process-route article { min-height: 188px; padding: 0 0 34px 96px; }
  .process-node { position: absolute; left: 0; top: 0; width: 62px; height: 62px; margin: 0; box-shadow: 0 0 0 8px #07111f; }
  .process-route svg { margin-bottom: 14px; }
  .process-route p { margin: 7px 0 13px; }
  .process-board-foot { padding: 18px; grid-template-columns: repeat(2, 1fr); gap: 20px; border-radius: 20px; }
  .process-board-foot > span:nth-child(3) { grid-column: 1 / -1; }
}
