/* [project]/components/hero/hero.module.css [app-client] (css) */
.hero-module__MJAXFG__hero {
  isolation: isolate;
  background: #000;
  align-items: center;
  min-height: calc(100svh - 64px);
  padding: 120px 32px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-module__MJAXFG__video {
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-module__MJAXFG__overlay {
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(#0000008c 0%, #0006 50%, #000000bf 100%);
  position: absolute;
  inset: 0;
}

.hero-module__MJAXFG__inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}

.hero-module__MJAXFG__headline {
  letter-spacing: -.03em;
  color: var(--foreground);
  text-transform: uppercase;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 48px;
  font-size: clamp(56px, 10vw, 168px);
  font-weight: 900;
  line-height: .92;
  display: flex;
}

.hero-module__MJAXFG__line {
  display: block;
}

.hero-module__MJAXFG__plus {
  color: var(--accent);
  padding: 0 .08em;
  font-weight: 800;
}

.hero-module__MJAXFG__rotating {
  background: var(--foreground);
  color: var(--background);
  padding: .02em .18em .06em;
  line-height: 1;
  animation: .52s cubic-bezier(.2, .8, .2, 1) both hero-module__MJAXFG__rotateReveal;
  display: inline-block;
  position: relative;
}

@keyframes hero-module__MJAXFG__rotateReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateY(.18em);
  }

  60% {
    clip-path: inset(0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0);
    transform: translateY(0);
  }
}

.hero-module__MJAXFG__sub {
  max-width: 720px;
  color: var(--muted);
  margin: 0 0 64px;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.6;
}

.hero-module__MJAXFG__meta {
  letter-spacing: .2em;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 0;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.hero-module__MJAXFG__metaDot {
  color: var(--accent);
}

@media (max-width: 768px) {
  .hero-module__MJAXFG__hero {
    min-height: calc(100svh - 56px);
    padding: 80px 20px 56px;
  }

  .hero-module__MJAXFG__headline {
    margin-bottom: 32px;
    font-size: clamp(44px, 14vw, 96px);
    line-height: .96;
  }

  .hero-module__MJAXFG__sub {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

/* [project]/components/brand-message/brand-message.module.css [app-client] (css) */
.brand-message-module__oWoTgW__section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 160px 48px;
}

.brand-message-module__oWoTgW__inner {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 96px;
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
}

.brand-message-module__oWoTgW__eyebrow {
  letter-spacing: .28em;
  color: var(--muted);
  text-transform: uppercase;
  grid-column: 1 / -1;
  margin: 0 0 56px;
  font-size: 12px;
  font-weight: 700;
}

.brand-message-module__oWoTgW__headline {
  letter-spacing: -.03em;
  color: var(--foreground);
  margin: 0;
  font-size: clamp(40px, 5.6vw, 88px);
  font-weight: 900;
  line-height: 1.04;
}

.brand-message-module__oWoTgW__accent {
  color: var(--accent);
}

.brand-message-module__oWoTgW__body {
  color: var(--muted);
  max-width: 560px;
  margin: 0;
  padding-top: 12px;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

@media (max-width: 900px) {
  .brand-message-module__oWoTgW__section {
    padding: 96px 20px;
  }

  .brand-message-module__oWoTgW__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .brand-message-module__oWoTgW__eyebrow {
    margin-bottom: 32px;
  }

  .brand-message-module__oWoTgW__headline {
    font-size: clamp(32px, 9vw, 56px);
  }

  .brand-message-module__oWoTgW__body {
    padding-top: 0;
    font-size: 16px;
  }
}

/* [project]/components/portfolio-grid/portfolio-grid.module.css [app-client] (css) */
.portfolio-grid-module__Q5733W__grid {
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 32px;
  max-width: 1680px;
  margin-inline: auto;
  padding: 72px 32px 120px;
  list-style: none;
  display: grid;
}

@media (min-width: 1024px) {
  .portfolio-grid-module__Q5733W__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.portfolio-grid-module__Q5733W__cell {
  margin: 0;
}

.portfolio-grid-module__Q5733W__cell:nth-child(3n+1) {
  transform: translateY(0);
}

.portfolio-grid-module__Q5733W__cell:nth-child(3n+2) {
  transform: translateY(48px);
}

.portfolio-grid-module__Q5733W__cell:nth-child(3n+3) {
  transform: translateY(16px);
}

.portfolio-grid-module__Q5733W__card {
  color: var(--foreground);
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  transition: transform .26s;
  display: flex;
}

.portfolio-grid-module__Q5733W__card:hover {
  transform: translateY(-4px);
}

.portfolio-grid-module__Q5733W__thumb {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

.portfolio-grid-module__Q5733W__thumbImg {
  object-fit: cover;
}

.portfolio-grid-module__Q5733W__thumbTag {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--foreground);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
  background: #0000008c;
  border: 1px solid #ffffff26;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: 16px;
  right: 16px;
}

.portfolio-grid-module__Q5733W__playBadge {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--background);
  background: var(--foreground);
  z-index: 1;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.portfolio-grid-module__Q5733W__meta {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.portfolio-grid-module__Q5733W__title {
  letter-spacing: -.01em;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.portfolio-grid-module__Q5733W__client {
  color: var(--muted);
  font-weight: 500;
}

.portfolio-grid-module__Q5733W__caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.portfolio-grid-module__Q5733W__dot {
  color: var(--accent);
}

@media (max-width: 1023px) {
  .portfolio-grid-module__Q5733W__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
    padding: 48px 24px 80px;
  }

  .portfolio-grid-module__Q5733W__cell:nth-child(n) {
    transform: none;
  }
}

@media (max-width: 640px) {
  .portfolio-grid-module__Q5733W__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 20px 64px;
  }
}

/* [project]/components/recent-work/recent-work.module.css [app-client] (css) */
.recent-work-module___amAGW__section {
  padding: 120px 48px;
}

.recent-work-module___amAGW__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.recent-work-module___amAGW__header {
  margin: 0 0 64px;
}

.recent-work-module___amAGW__eyebrow {
  letter-spacing: .28em;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
}

.recent-work-module___amAGW__titleRow {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  display: flex;
}

.recent-work-module___amAGW__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(40px, 5.4vw, 80px);
  font-weight: 900;
  line-height: 1;
}

.recent-work-module___amAGW__viewAll {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--foreground);
  border-bottom: 1px solid var(--foreground);
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .16s, border-color .16s;
}

.recent-work-module___amAGW__viewAll:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

@media (max-width: 768px) {
  .recent-work-module___amAGW__section {
    padding: 72px 20px;
  }

  .recent-work-module___amAGW__header {
    margin-bottom: 40px;
  }

  .recent-work-module___amAGW__title {
    font-size: clamp(32px, 9vw, 56px);
  }
}

/* [project]/components/what-we-do-preview/what-we-do-preview.module.css [app-client] (css) */
.what-we-do-preview-module__ivaO6G__section {
  border-top: 1px solid var(--line);
  padding: 120px 0 40px;
}

.what-we-do-preview-module__ivaO6G__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.what-we-do-preview-module__ivaO6G__header {
  margin: 0 0 64px;
  padding: 0 48px;
}

.what-we-do-preview-module__ivaO6G__eyebrow {
  letter-spacing: .28em;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
}

.what-we-do-preview-module__ivaO6G__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(40px, 5.4vw, 80px);
  font-weight: 900;
  line-height: 1;
}

.what-we-do-preview-module__ivaO6G__list {
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.what-we-do-preview-module__ivaO6G__row {
  border-bottom: 1px solid var(--line);
}

.what-we-do-preview-module__ivaO6G__rowLink {
  color: var(--foreground);
  grid-template-columns: 88px 1fr 40px;
  align-items: center;
  gap: 32px;
  padding: 40px 48px;
  text-decoration: none;
  transition: background .2s, padding .26s;
  display: grid;
  position: relative;
}

.what-we-do-preview-module__ivaO6G__rowLink:before {
  content: "";
  background: var(--accent);
  width: 0;
  transition: width .24s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.what-we-do-preview-module__ivaO6G__rowLink:hover:before {
  width: 4px;
}

.what-we-do-preview-module__ivaO6G__rowLink:hover {
  background: #ffffff05;
}

.what-we-do-preview-module__ivaO6G__number {
  letter-spacing: .24em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 700;
}

.what-we-do-preview-module__ivaO6G__titleGroup {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.what-we-do-preview-module__ivaO6G__rowTitle {
  letter-spacing: -.025em;
  text-transform: uppercase;
  opacity: .82;
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1;
  transition: opacity .2s;
}

.what-we-do-preview-module__ivaO6G__rowLink:hover .what-we-do-preview-module__ivaO6G__rowTitle {
  opacity: 1;
}

.what-we-do-preview-module__ivaO6G__rowTitleKo {
  color: var(--muted);
  letter-spacing: .06em;
  font-size: 13px;
}

.what-we-do-preview-module__ivaO6G__arrow {
  color: var(--muted);
  justify-self: end;
  font-size: 24px;
  transition: color .2s, transform .2s;
}

.what-we-do-preview-module__ivaO6G__rowLink:hover .what-we-do-preview-module__ivaO6G__arrow {
  color: var(--accent);
  transform: translateX(8px);
}

@media (max-width: 768px) {
  .what-we-do-preview-module__ivaO6G__section {
    padding: 72px 0 24px;
  }

  .what-we-do-preview-module__ivaO6G__header {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .what-we-do-preview-module__ivaO6G__title {
    font-size: clamp(32px, 9vw, 56px);
  }

  .what-we-do-preview-module__ivaO6G__rowLink {
    grid-template-columns: 40px 1fr 24px;
    gap: 16px;
    padding: 28px 20px;
  }

  .what-we-do-preview-module__ivaO6G__number {
    font-size: 11px;
  }

  .what-we-do-preview-module__ivaO6G__rowTitle {
    font-size: clamp(24px, 7vw, 36px);
  }

  .what-we-do-preview-module__ivaO6G__arrow {
    font-size: 18px;
  }
}

/* [project]/components/cta-contact/cta-contact.module.css [app-client] (css) */
.cta-contact-module__TywGjG__section {
  border-top: 1px solid var(--line);
  padding: 160px 48px;
  position: relative;
  overflow: hidden;
}

.cta-contact-module__TywGjG__section:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(at 50% 120%, #00c48824 0%, #0000 60%);
  position: absolute;
  inset: 0;
}

.cta-contact-module__TywGjG__inner {
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.cta-contact-module__TywGjG__eyebrow {
  letter-spacing: .32em;
  color: var(--accent);
  text-transform: uppercase;
  margin: 0 0 40px;
  font-size: 12px;
  font-weight: 700;
}

.cta-contact-module__TywGjG__headline {
  letter-spacing: -.035em;
  margin: 0 0 40px;
  font-size: clamp(48px, 8vw, 136px);
  font-weight: 900;
  line-height: .98;
}

.cta-contact-module__TywGjG__accent {
  color: var(--accent);
}

.cta-contact-module__TywGjG__sub {
  color: var(--muted);
  max-width: 560px;
  margin: 0 0 56px;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}

.cta-contact-module__TywGjG__cta {
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--background);
  background: var(--foreground);
  border: 1px solid var(--foreground);
  align-items: center;
  gap: 12px;
  padding: 22px 32px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
  display: inline-flex;
}

.cta-contact-module__TywGjG__cta:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--background);
}

.cta-contact-module__TywGjG__ctaArrow {
  transition: transform .2s;
}

.cta-contact-module__TywGjG__cta:hover .cta-contact-module__TywGjG__ctaArrow {
  transform: translateX(6px);
}

@media (max-width: 768px) {
  .cta-contact-module__TywGjG__section {
    padding: 96px 20px;
  }

  .cta-contact-module__TywGjG__eyebrow {
    margin-bottom: 24px;
  }

  .cta-contact-module__TywGjG__headline {
    font-size: clamp(40px, 14vw, 72px);
  }

  .cta-contact-module__TywGjG__sub {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .cta-contact-module__TywGjG__cta {
    padding: 18px 24px;
    font-size: 12px;
  }
}

/* [project]/components/reveal/reveal.module.css [app-client] (css) */
.reveal-module__7CW7xa__reveal {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .72s cubic-bezier(.2, .8, .2, 1), transform .72s cubic-bezier(.2, .8, .2, 1);
  transform: translateY(24px);
}

.reveal-module__7CW7xa__revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-module__7CW7xa__reveal {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

@media print {
  .reveal-module__7CW7xa__reveal {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

/*# sourceMappingURL=components_0bt-rbt._.css.map*/