:root {
  --paper: #f7f8f6;
  --ink: #111b19;
  --muted: #596561;
  --line: #d5ddda;
  --accent: #24e3c6;
  --dark: #101c19;
  --radius: 6px;
  --header: 80px;
  color-scheme: light;
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
}
body.modal-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  display: block;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  letter-spacing: 0;
  text-wrap: balance;
}
::selection {
  background: var(--accent);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid #038777;
  outline-offset: 5px;
}
.svg-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.section-pad {
  padding-block: 100px;
}
.eyebrow {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--muted);
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 16px;
  padding: 12px 20px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
  border-radius: 4px;
}
.skip-link:focus {
  transform: none;
}
.icon-light {
  filter: brightness(0) invert(1);
}
.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: transparent;
  border-radius: var(--radius);
}
.icon-button:hover {
  background: #e3eae6;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 54px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius);
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #29433a;
}
.button-accent {
  background: var(--accent);
  color: var(--ink);
}
.button-accent:hover {
  background: #6ef0d8;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 15px;
  font-weight: 600;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: var(--header);
  border-bottom: 1px solid #162c2014;
}
.header-inner {
  width: calc(100% - 64px);
  margin: auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}
.brand img {
  border-radius: 4px;
}
.brand-short {
  display: none;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
.main-nav a {
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.main-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.header-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  padding-left: 22px;
  border-left: 1px solid #162c202b;
}
.language-switch button {
  min-width: 32px;
  min-height: 44px;
  background: none;
  font-size: 13px;
  color: var(--muted);
}
.language-switch button[aria-pressed="true"] {
  font-weight: 800;
  color: var(--ink);
}
.language-switch > span {
  color: #8c9691;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  height: calc(100svh - 42px);
  max-height: 1020px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #eeefeb;
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 64%;
  z-index: -2;
}
.hero-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 62% 40%;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    #eeefeb 0%,
    #eeefeb 28%,
    #eeefebed 36%,
    #eeefeb80 48%,
    #eeefeb00 64%
  );
}
.hero-content {
  padding-top: 40px;
  padding-bottom: 36px;
}
.hero-eyebrow {
  margin-bottom: 28px;
  color: #2d4d41;
  font-size: 12px;
  max-width: 540px;
}
.hero h1 {
  font-size: 100px;
  line-height: 0.99;
  font-weight: 800;
  max-width: 1000px;
}
.accent-dot {
  color: #008d78;
}
.hero-description {
  max-width: 470px;
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.6;
  color: #34453d;
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 29px;
}
.hero-foot {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #4f6258;
}
.hero-foot-index {
  font-variant-numeric: tabular-nums;
}
.hero-veil,
.hero-drop,
.hero-ring {
  display: none;
  pointer-events: none;
}
html[data-intro="pending"] .hero-veil,
html[data-intro="playing"] .hero-veil {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  background: #eef0ecb8;
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
}
html[data-intro="playing"] .hero-drop {
  display: block;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 17px;
  border-radius: 60% 60% 55% 55%;
  background: #2b625480;
  box-shadow: inset 2px 1px 3px #ffffffb3;
  animation: drop-fall 1s cubic-bezier(0.3, 0.4, 0.58, 1) both;
}
.hero.is-impact .hero-veil {
  mask-image: radial-gradient(
    circle at 50% 50%,
    transparent max(0px, calc(var(--clear-radius, 0px) - 28px)),
    #000 calc(var(--clear-radius, 0px) + 32px)
  );
  -webkit-mask-image: radial-gradient(
    circle at 50% 50%,
    transparent max(0px, calc(var(--clear-radius, 0px) - 28px)),
    #000 calc(var(--clear-radius, 0px) + 32px)
  );
}
html[data-intro="playing"] .hero.is-impact .hero-ring {
  display: block;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: calc(var(--clear-radius, 0px) * 2);
  height: calc(var(--clear-radius, 0px) * 2);
  border: 1px solid #648b7d55;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 16px #ffffff80;
  opacity: var(--ring-opacity, 1);
}
@keyframes drop-fall {
  0% {
    transform: translate(-50%, calc(-50svh - 40px)) scale(0.7);
    opacity: 0;
  }
  15% {
    opacity: 0.8;
  }
  85% {
    transform: translate(-50%, -55px) scale(0.85, 1.2);
    opacity: 0.9;
  }
  97% {
    transform: translate(-50%, -50%) scale(1.2, 0.7);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.7, 0.5);
    opacity: 0;
  }
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
}
.section-heading h2 {
  font-size: 56px;
  line-height: 1.1;
  margin-top: 15px;
  font-weight: 600;
}
.section-intro {
  max-width: 310px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 32px;
}
.project-featured {
  grid-column: 1/-1;
}
.project-link {
  display: block;
}
.project-media {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  background: #e6eae6;
  border-radius: var(--radius);
  border: 1px solid #101c1912;
}
.project-featured .project-media {
  aspect-ratio: 2.6;
  background: #0c1113;
}
.project-media > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.project-link:hover .project-media > img {
  transform: scale(1.025);
}
.project-open {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fffffff2;
  box-shadow: 0 3px 16px #00000012;
  transition:
    background 0.2s,
    transform 0.2s;
}
.project-link:hover .project-open {
  background: var(--accent);
  transform: rotate(5deg);
}
.media-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  background: #ffffffed;
  color: var(--ink);
}
.project-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 20px;
}
.project-number {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.project-info h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 7px;
}
.project-info p {
  font-size: 16px;
  line-height: 1.65;
  max-width: 500px;
  color: var(--muted);
}
.project-featured .project-info {
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 50px;
}
.project-featured .project-info h3 {
  font-size: 36px;
}
.about-section {
  background: var(--dark);
  color: #f3f7f3;
}
.about-section .eyebrow {
  color: #85aaa0;
}
.about-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 70px;
  align-items: center;
}
.about-heading > .eyebrow {
  grid-column: 1/-1;
}
.about-heading h2 {
  font-size: 70px;
  line-height: 1.06;
  font-weight: 600;
}
.about-copy {
  max-width: 525px;
  color: #b7c9c0;
  font-size: 17px;
  line-height: 1.8;
}
.about-copy p + p {
  margin-top: 18px;
}
.capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 76px;
  padding-top: 34px;
  border-top: 1px solid #ffffff29;
}
.capability-number {
  color: var(--accent);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.capabilities h3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.25;
  margin: 22px 0 18px;
}
.capabilities p {
  font-size: 16px;
  line-height: 1.75;
  color: #b7c9c0;
  max-width: 355px;
}
.capability-detail {
  display: block;
  margin-top: 26px;
  color: #8eaaa0;
  font-size: 12px;
  line-height: 1.7;
}
.method-section {
  background: #edf0ec;
}
.method-steps {
  list-style: none;
  padding: 0;
  margin: 58px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.method-steps li {
  border-top: 1px solid #a5b6ac;
  padding-top: 20px;
}
.method-steps li > span {
  font-size: 13px;
  color: #517064;
  font-variant-numeric: tabular-nums;
}
.method-steps h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 14px;
  line-height: 1.3;
}
.method-steps p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.contact-section {
  background: #101916;
  color: #f5f7f3;
  padding-bottom: 90px;
}
.contact-section .eyebrow {
  color: #a8c5b8;
}
.contact-section h2 {
  font-size: 100px;
  line-height: 1.02;
  font-weight: 600;
  margin: 30px 0 46px;
}
.contact-bottom {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: end;
}
.contact-copy {
  font-size: 18px;
  line-height: 1.7;
  color: #b8cbc0;
  margin-bottom: 28px;
}
.contact-links {
  display: flex;
  flex-direction: column;
  max-width: 430px;
  width: 100%;
  margin-left: auto;
}
.contact-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 59px;
  padding-block: 14px;
  border-bottom: 1px solid #ffffff29;
  font-size: 15px;
  overflow-wrap: anywhere;
}
.contact-links a:hover {
  color: var(--accent);
}
.contact-links img {
  flex-shrink: 0;
}
.site-footer {
  background: #101916;
  color: #8fa99b;
  border-top: 1px solid #ffffff20;
  padding: 27px 0;
  font-size: 12px;
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-footer a {
  color: #eff4ef;
  font-size: 13px;
  font-weight: 500;
}
.floating-whatsapp {
  position: fixed;
  z-index: 25;
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #087b64;
  color: #fff;
  border: 1px solid #ffffff45;
  box-shadow: 0 5px 20px #08251926;
  transition:
    transform 0.2s,
    background 0.2s;
}
.floating-whatsapp:hover {
  background: #095945;
  transform: translateY(-3px);
}
.floating-tooltip {
  position: absolute;
  right: 66px;
  padding: 7px 11px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.floating-whatsapp:hover .floating-tooltip,
.floating-whatsapp:focus-visible .floating-tooltip {
  opacity: 1;
  visibility: visible;
}
body.contact-visible .floating-whatsapp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.project-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(1400px, calc(100% - 40px));
  max-width: none;
  height: calc(100dvh - 40px);
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  overflow: auto;
  overscroll-behavior: contain;
}
.project-dialog::backdrop {
  background: #06100cbd;
  backdrop-filter: blur(8px);
}
.project-dialog[open] {
  animation: dialog-enter 0.25s ease;
}
.case-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #f7f8f6f5;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 10px 28px;
}
.case-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  min-height: 44px;
}
.case-shell {
  padding: 54px 52px 60px;
}
.case-head {
  max-width: 880px;
}
.case-head h2 {
  font-size: 64px;
  line-height: 1.1;
  margin: 15px 0 22px;
  font-weight: 600;
}
.case-head > p:last-child {
  font-size: 20px;
  line-height: 1.65;
  color: var(--muted);
}
.case-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-block: 45px 52px;
  padding-block: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.case-summary h3 {
  font-size: 13px;
  color: #32725c;
  font-weight: 700;
  margin-bottom: 12px;
}
.case-summary p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.case-media-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.case-media-heading h3 {
  font-size: 23px;
  font-weight: 600;
}
.case-videos {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: 24px;
  align-items: start;
}
.case-videos.single {
  grid-template-columns: 1fr;
}
.case-video {
  margin: 0;
  min-width: 0;
}
.case-video figcaption {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.case-video figcaption span {
  color: #596561;
  font-weight: 400;
}
.case-video video {
  width: 100%;
  height: auto;
  max-height: 660px;
  aspect-ratio: 16/9;
  object-fit: contain;
  background: #0c1310;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: block;
}
.case-video.is-phone video {
  aspect-ratio: 9/16;
}
.case-stack {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.case-stack span {
  font-size: 12px;
  color: #496054;
  border: 1px solid var(--line);
  padding: 5px 9px;
  border-radius: 3px;
}
.case-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  margin-top: 42px;
}
.case-next > p {
  font-size: 22px;
  font-weight: 500;
}
.copy-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  font-size: 13px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.copy-link:hover {
  background: #e9eee9;
}
.case-link-status {
  font-size: 13px;
  color: #33765f;
  margin-top: 10px;
  min-height: 20px;
  overflow-wrap: anywhere;
}
.reveal-pending {
  opacity: 0;
  transform: translateY(22px);
}
[data-reveal] {
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}
@keyframes dialog-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .hero h1 {
    font-size: 122px;
  }
  .hero-description {
    font-size: 21px;
    max-width: 520px;
  }
  .hero-photo {
    width: 61%;
  }
  .hero-content {
    padding-top: 50px;
  }
  .hero-eyebrow {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero h1 {
    font-size: 82px;
  }
  .hero-photo {
    width: 66%;
  }
  .hero-description {
    max-width: 415px;
    font-size: 18px;
  }
  .hero-eyebrow {
    max-width: 440px;
  }
  .hero-actions {
    gap: 18px;
  }
  .section-heading h2 {
    font-size: 48px;
  }
  .about-heading {
    gap: 22px 45px;
  }
  .about-heading h2 {
    font-size: 60px;
  }
  .capabilities {
    gap: 28px;
  }
  .capabilities h3 {
    font-size: 25px;
  }
  .contact-section h2 {
    font-size: 88px;
  }
  .contact-bottom {
    gap: 45px;
  }
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    width: calc(100% - 40px);
  }
  .main-nav {
    gap: 20px;
  }
  .brand-full {
    display: none;
  }
  .brand-short {
    display: inline;
    font-size: 19px;
  }
  .hero {
    min-height: 690px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-description {
    max-width: 375px;
    font-size: 17px;
  }
  .hero-eyebrow {
    max-width: 300px;
    font-size: 11px;
  }
  .hero-actions {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .hero::before {
    background: linear-gradient(
      90deg,
      #eeefeb 0%,
      #eeefebf2 30%,
      #eeefeb00 100%
    );
  }
  .section-pad {
    padding-block: 76px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
  .section-intro {
    max-width: 265px;
    font-size: 16px;
  }
  .project-info h3 {
    font-size: 25px;
  }
  .project-featured .project-info h3 {
    font-size: 30px;
  }
  .about-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .about-copy {
    max-width: 680px;
  }
  .capabilities {
    gap: 23px;
    margin-top: 48px;
  }
  .capabilities h3 {
    font-size: 22px;
  }
  .capabilities p {
    font-size: 15px;
  }
  .method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }
  .method-steps h3 {
    margin-top: 22px;
  }
  .contact-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .contact-copy {
    font-size: 17px;
  }
  .case-shell {
    padding: 35px 28px;
  }
  .case-head h2 {
    font-size: 52px;
  }
  .case-summary {
    gap: 18px;
  }
  .case-videos {
    gap: 18px;
  }
  .case-toolbar {
    padding-inline: 18px;
  }
  .case-next {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  :root {
    --header: 72px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    width: calc(100% - 32px);
    gap: 14px;
  }
  .brand {
    gap: 8px;
  }
  .brand-short {
    font-size: 18px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .header-controls {
    gap: 9px;
  }
  .language-switch {
    border-left: 0;
    padding-left: 0;
  }
  .menu-toggle {
    display: grid;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: calc(var(--header) - 1px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 18px 20px 22px;
    background: #f7f8f6;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px #12271c14;
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav a {
    font-size: 19px;
    padding: 12px 4px;
    min-height: 55px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }
  .main-nav a:last-child {
    border: 0;
  }
  .hero {
    display: block;
    height: auto;
    min-height: 760px;
    max-height: none;
    padding-top: 350px;
    padding-bottom: 65px;
  }
  .hero-photo {
    width: 100%;
    height: 510px;
    inset: 45px 0 auto;
  }
  .hero-photo img {
    object-position: 75% 28%;
    object-fit: cover;
  }
  .hero::before {
    background: linear-gradient(
      180deg,
      #eeefeb00 24%,
      #eeefeb30 34%,
      #eeefebd9 47%,
      #eeefeb 62%
    );
  }
  .hero-content {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .hero-eyebrow {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 11px;
    color: #335749;
  }
  .hero h1 {
    font-size: 51px;
    line-height: 1.04;
    font-weight: 800;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.65;
    max-width: 350px;
    margin-top: 18px;
  }
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 20px;
    margin-top: 21px;
  }
  .button {
    min-height: 50px;
    font-size: 14px;
    padding: 13px 16px;
  }
  .text-link {
    font-size: 14px;
  }
  .hero-foot {
    bottom: 22px;
    font-size: 11px;
    gap: 24px;
    line-height: 1.5;
  }
  .hero-foot-index {
    display: none;
  }
  .hero-foot > span {
    max-width: 260px;
  }
  .section-pad {
    padding-block: 58px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 38px;
    line-height: 1.13;
    margin-top: 12px;
  }
  .section-intro {
    max-width: 340px;
    margin-top: 22px;
    font-size: 16px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 39px;
  }
  .project-featured {
    grid-column: auto;
  }
  .project-media,
  .project-featured .project-media {
    aspect-ratio: 1.65;
  }
  .project-media > img {
    object-fit: contain;
    background: #e6eae6;
  }
  .project-featured .project-media > img {
    background: #0c1113;
  }
  .project-open {
    width: 39px;
    height: 39px;
    right: 10px;
    top: 10px;
  }
  .project-open img {
    width: 21px;
    height: 21px;
  }
  .media-label {
    left: 10px;
    bottom: 10px;
    font-size: 11px;
    padding: 5px 8px;
  }
  .project-info,
  .project-featured .project-info {
    display: block;
    padding-top: 16px;
  }
  .project-info h3,
  .project-featured .project-info h3 {
    font-size: 26px;
    margin-top: 5px;
  }
  .project-info p {
    font-size: 15px;
    margin-top: 9px;
  }
  .project-number {
    font-size: 11px;
  }
  .about-heading h2 {
    font-size: 49px;
  }
  .about-copy {
    font-size: 16px;
    line-height: 1.75;
  }
  .capabilities {
    display: block;
    margin-top: 38px;
    padding-top: 0;
    border-top: 0;
  }
  .capabilities article {
    padding-top: 24px;
    margin-top: 28px;
    border-top: 1px solid #ffffff29;
  }
  .capabilities h3 {
    font-size: 26px;
    margin-block: 13px;
  }
  .capabilities h3 br {
    display: none;
  }
  .capabilities p {
    font-size: 16px;
    max-width: none;
  }
  .capability-detail {
    margin-top: 15px;
    font-size: 12px;
  }
  .method-steps {
    display: block;
    margin-top: 32px;
  }
  .method-steps li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 9px 13px;
    padding-block: 22px;
  }
  .method-steps h3 {
    margin: 0;
    font-size: 20px;
  }
  .method-steps p {
    grid-column: 2;
    font-size: 15px;
  }
  .method-steps li > span {
    padding-top: 3px;
  }
  .contact-section h2 {
    font-size: 62px;
    margin-block: 25px 30px;
  }
  .contact-bottom {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact-copy {
    font-size: 16px;
  }
  .contact-links {
    margin-left: 0;
    max-width: none;
  }
  .contact-links a {
    font-size: 14px;
  }
  .site-footer {
    padding-block: 24px;
  }
  .site-footer .container {
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-right: 40px;
  }
  .site-footer span:nth-child(2) {
    width: 100%;
    order: 3;
  }
  .floating-whatsapp {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    box-shadow: 0 4px 14px #0825192b;
  }
  .floating-tooltip {
    display: none;
  }
  .project-dialog {
    width: 100%;
    height: 100dvh;
    border-radius: 0;
  }
  .case-toolbar {
    padding: 8px 15px;
  }
  .case-shell {
    padding: 28px 20px 35px;
  }
  .case-head h2 {
    font-size: 40px;
    margin-block: 13px 18px;
  }
  .case-head > p:last-child {
    font-size: 17px;
  }
  .case-summary {
    display: block;
    margin-block: 28px 35px;
    padding-block: 22px;
  }
  .case-summary article + article {
    margin-top: 23px;
  }
  .case-summary h3 {
    margin-bottom: 7px;
  }
  .case-summary p {
    font-size: 15px;
  }
  .case-videos {
    display: block;
  }
  .case-video + .case-video {
    margin-top: 28px;
  }
  .case-video.is-phone video {
    max-height: 570px;
    aspect-ratio: 9/16;
    width: 100%;
    object-fit: contain;
  }
  .case-media-heading h3 {
    font-size: 21px;
  }
  .case-media-heading {
    align-items: start;
    flex-direction: column;
    gap: 13px;
  }
  .case-stack {
    margin-top: 20px;
  }
  .case-next {
    margin-top: 26px;
    padding-top: 25px;
  }
  .case-next > p {
    font-size: 21px;
  }
  .case-head .eyebrow {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .hero h1 {
    font-size: 44px;
  }
  .hero {
    padding-top: 330px;
  }
  .hero-photo {
    height: 470px;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-eyebrow {
    font-size: 10px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .contact-section h2 {
    font-size: 56px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .case-head h2 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-pending {
    opacity: 1;
    transform: none;
  }
  .hero-veil,
  .hero-drop,
  .hero-ring {
    display: none !important;
  }
}
