* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.hero-card,
.card,
.half-cards {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  scroll-margin-top: 80px;
}

:root {
  /* Meta design tokens */
  --ink-deep: #0a1317;
  --ink: #1c1e21;
  --charcoal: #444950;
  --slate: #4b4c4f;
  --steel: #5d6c7b;
  --stone: #8595a4;
  --hairline: #ced0d4;
  --hairline-soft: #dee3e9;
  --canvas: #ffffff;
  --surface-soft: #f1f4f7;

  --r-xl: 16px;
  --r-xxl: 24px;
  --r-xxxl: 32px;
  --r-feature: 40px;
  --r-full: 100px;

  --s-base: 16px;
  --s-lg: 20px;
  --s-xl: 24px;
  --s-xxl: 32px;
  --s-xxxl: 40px;
}

body {
  color: var(--ink);
  font-family: 'Montserrat', 'helvetica neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: -0.16px;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

h1 {
  font-style: normal;
  font-size: 40px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

h2 {
  color: inherit;
  font-style: normal;
  font-size: 34px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  margin: 0 0;
  max-width: 100%;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 30px;
}

.container.wide {
  max-width: 1280px;
}

.hero-card {
  padding: 80px var(--s-xxxl) 48px;
  border-radius: var(--r-xxxl);
  margin: 16px 0;
}

.hero-card .header p {
  font-size: 18px;
  line-height: 2;
}

.hero-cta {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .container {
    padding: 10px 15px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearf:after,
.clearf:before {
  content: ' ';
  display: block;
  clear: both;
}

.per-48,
.per-04 {
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
}

.per-48 {
  width: 47.5%;
}

.per-04 {
  width: 5%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
  display: block;
  position: relative;
  min-height: 1px;
  float: left;
}

.col-1 {
  width: 10%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 90%;
}

.col-9 {
  width: 100%;
}



.cat-display {
  width: 100%;
  transition: 600ms;
  transition-timing-function: ease;
}

html:not([data-scroll='0']) .top-nav {
  position: fixed;
  top: 0;
}

.top-nav {
  position: fixed;
  width: 100%;
  transition: 1000ms;
  background: white;
  backdrop-filter: blur(10px);
  z-index: 5555;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}

.top-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1280px;
}

.top-nav .container a {
  height: fit-content;
}

.top-nav > .container > .tabs > a {
  margin-left: 10px;
}

.contact {
  margin-top: 8px;
  position: relative;
  left: -8px;
  align-items: center;
  /* display: flex; */
}

.contact > * {
  margin-right: 8px;
}

.item {
  padding: 2px 8px;
  display: inline-block;
  color: black;
  font-size: 18px;
  /* font-weight: 600; */
  text-decoration: none;
  border-radius: 2px;
}

.top-nav .current {
  border-bottom-color: #13184e;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.item:hover {
  color: #413f53;
  transition: color 200ms;
  background-color: #f9f9fb;
}

.top-nav {
  z-index: 5555;
}

/* .top-nav .item {
  margin: 0 8px;
  padding: 2px 0;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.top-nav .item:hover {
  color: #413f53;
  transition: color 200ms;
} */

footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  color: #000000;
  font-weight: 380;
  font-size: 15px;
}

footer > * {
  margin: 10px 0;
}

@media only screen and (max-width: 800px) {
  footer {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #000000;
    font-weight: 380;
    font-size: 15px;
  }
}

.sns > a {
  opacity: 1;
}

.sns > a:hover {
  opacity: 0.9;
}
.title-pic {
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 70px;

  float: right;
}

.cat-display {
  margin-bottom: 50px;
}


.resume {
  display: block;
  margin: 0 auto;
}

.title {
  position: absolute;
  z-index: -1;
  display: block;
  margin-bottom: 50px;
}

.mask {
  z-index: 5;
  /* transition: 200ms; */
  opacity: 0;
  display: block;
  margin-bottom: 50px;
}

.mask:hover {
  opacity: 100%;
}

.works-title {
  text-align: center;
  margin: 0 auto;
  padding-right: 60px;
  margin-bottom: 0;
}

.selected-work {
  margin-bottom: 100px;
}

.two-to-one {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.one-to-two {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
}
.two-to-three {
  display: grid;
  grid-template-columns: 2fr 3fr;
  margin-bottom: 10px;
}

.three-to-two {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.chunk-left {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.more-picture {
  margin: 40px 40px;
}

.more-explanation {
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
}

.align-center {
  text-align: center;
  margin: 0 auto;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}
.padding-top-60 {
  padding-top: 60px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.one-to-two {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.one-to-one {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.chunk-left {
  margin-right: 22px;
}

.my-photo {
  padding-right: 30px;
}

mark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #a6d9e3 60%);
  height: 5px;
  background-position: bottom 50px;
}

.highlight {
  margin-top: 20px;
  margin-bottom: 60px;
  font-style: normal;
  font-size: 26px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.intext-link {
  font-style: italic;

  display: inline-block;
  color: #000;
}

.white-text {
  color: #fff;
}

.headline {
  font-style: normal;
  font-size: 48px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.index-add-margin {
  margin-bottom: 50px;
}

button > span {
  position: relative;
  z-index: 1;
}
button.swipe-overlay {
  padding: 10px 20px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
  /* transition: 0.25s ease; */
  color: #000;
  border-color: #000;
  background: transparent;
}

button.swipe-overlay > span > img {
  filter: invert(3%) sepia(95%) saturate(3964%) hue-rotate(233deg)
    brightness(105%) contrast(106%);
}

button.swipe-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 150%;
  padding-top: 150%;
  transition: 0.25s ease;
}

button.swipe-overlay::after {
  transform: rotate(45deg);
  top: -100%;
  left: -190%;
}

button.swipe-overlay {
  position: relative;
  overflow: hidden;
}
button.swipe-overlay:hover {
  color: #fff;
}

button.swipe-overlay:hover > span > img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(47deg)
    brightness(117%) contrast(117%);
}

button.swipe-overlay:hover:after {
  left: -30%;
}

button.swipe-overlay {
  padding: 10px 20px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
  /* transition: 0.25s ease; */
  color: #000;
  border-color: #000;
  background: transparent;
}

button.swipe-overlay-light::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 180%;
  padding-top: 180%;
  transition: 0.25s ease;
}

button.swipe-overlay-light::after {
  transform: rotate(60deg);
  top: -100%;
  left: -190%;
}

button.swipe-overlay-light {
  position: relative;
  overflow: hidden;
}
button.swipe-overlay-light:hover {
  color: #000;
}
button.swipe-overlay-light:hover:after {
  left: -30%;
}

button.swipe-overlay-light {
  padding: 10px 20px;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
  /* transition: 0.25s ease; */
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.header {
  max-width: 800px;
}

@media only screen and (max-width: 800px) {
  .flavor {
    max-height: none;
    max-width: 240px;
    z-index: -1;
    opacity: 100%;
    bottom: -40px;
  }

  .intro {
    padding-bottom: 48px;
  }
}

.card {
  margin: 32px 0;
  display: grid;
  border-radius: var(--r-xxxl);
  overflow: hidden;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.1) 100%);
  transition: transform 180ms ease-out, box-shadow 180ms ease-out;
}

.card,
.half-card {
  transform-origin: 50% 0%;
}

.card:hover,
.half-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.half-card:hover {
  background-size: 95%;
}

body.is-scrolling .card:hover,
body.is-scrolling .half-card:hover {
  transform: none;
  box-shadow: none;
}

body.is-scrolling .card:hover .card-btn::before,
body.is-scrolling .half-card:hover .card-btn::before {
  transform: translateX(-130%) skewX(-20deg);
}

body.is-scrolling .card:hover .card-btn,
body.is-scrolling .half-card:hover .card-btn {
  color: var(--btn-color);
}

.card-header {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.card-header > div {
  display: none;
}

.card > .grid-of-two {
  grid-template-columns: 1fr 2fr;
}

@media only screen and (max-width: 800px) {
  .card > .grid-of-two {
    grid-template-columns: 1fr;
  }
}

.grid-of-two > .card-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: 50% 50%;
  transition: transform 180ms ease-out;
  margin: 0;
  will-change: transform;
}

.card:hover > .grid-of-two > .card-img {
  transform: scale(1.06);
}

.title-lock {
  font-size: 0.85em;
  opacity: 0.7;
}

.half-card-text {
  padding: var(--s-xxl);
}

.card-text > * {
  color: black;
}

.card-text {
  padding: var(--s-xxxl);
  height: 560px;
  box-sizing: border-box;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

.card-text > .mid-align {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.card-text > .mid-align > .app-badges {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mid-align {
  line-height: 1.5;
  display: block;
}

.mid-align > * {
  position: relative;
}

.card-text > .mid-align > * {
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .card-text {
    padding: 20px;
    height: auto;
    line-height: 1.5;
  }

  .card-text > .mid-align > * {
    top: 0;
  }

  .half-card-text {
    padding: 20px;
  }
}

.card-img {
  position: relative;
  height: 560px;
  padding-right: 40px;
  box-sizing: border-box;
  background-origin: content-box;
  background-clip: content-box;
}

@media only screen and (max-width: 800px) {
  .card-img {
    position: relative;
    height: 300px;
    padding: 0 32px;
  }

  .grid-of-two > .card-img {
    background-size: contain;
  }

  .bg-AI > .grid-of-two > .card-img,
  .bg-pro > .grid-of-two > .card-img {
    padding: 0 16px;
  }
}

read-btn {
  display: inline-block;
}

.mid-align h2 {
  margin: 0 0 8px;
}

.mid-align p {
  margin: 0 0 16px;
}

.mid-align .card-btn {
  margin: 0;
}

.card-btn {
  --btn-color: #fff;
  --btn-fill: #fff;
  --btn-hover-color: var(--ink-deep);

  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--btn-color);
  background-color: transparent;
  border: 2px solid var(--btn-color);
  border-radius: var(--r-full);
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.14px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color 200ms ease;
}

.card-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  right: -20%;
  height: 100%;
  background-color: var(--btn-fill);
  transform: translateX(-130%) skewX(-20deg);
  transition: transform 220ms ease;
  z-index: -1;
}

.bg-bubble .card-btn,
.bg-crcr .card-btn,
.bg-hxt .card-btn,
.bg-light .card-btn,
.bg-trip .card-btn,
.bg-roof .card-btn {
  --btn-color: #14264a;
  --btn-fill: #000;
  --btn-hover-color: #fff;
}

.card.bg-bubble:hover .card-btn,
.card.bg-crcr:hover .card-btn,
.card.bg-hxt:hover .card-btn,
.card.bg-light:hover .card-btn,
.card.bg-trip:hover .card-btn,
.card.bg-roof:hover .card-btn,
.half-card.bg-bubble:hover .card-btn,
.half-card.bg-crcr:hover .card-btn,
.half-card.bg-hxt:hover .card-btn,
.half-card.bg-light:hover .card-btn,
.half-card.bg-trip:hover .card-btn,
.half-card.bg-roof:hover .card-btn {
  color: #fff;
}

.card:hover .card-btn,
.half-card:hover .card-btn,
.card-btn:hover {
  color: var(--btn-hover-color);
}

.card:hover .card-btn::before,
.half-card:hover .card-btn::before,
.card-btn:hover::before {
  transform: translateX(0) skewX(-20deg);
}

.logo-box {
  display: flex;

  justify-content: flex-end;
}

@media only screen and (max-width: 800px) {
  .logo-box {
    display: flex;

    justify-content: flex-end;

    padding: 20px 20px;
  }
}



.bg-AI {
  background-color: #14264a;
}

.bg-AI > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/AI-canvas-bright.png?v=2');
  background-size: contain;
  padding: 40px;
}

.bg-sase {
  background-color: #14264a;
}

.bg-sase > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/sase-mock.png');
}

.bg-naas {
  background-color: #333c46;
}

.bg-naas > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/naas.png');
}

.bg-naas > .card-text > * {
  color: white;
}

.bg-pro {
  background-color: #14264a;
  cursor: pointer;
}

.bg-pro > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/pro-three.png');
  padding: 40px;
}

.bg-pro > .card-text > * {
  color: white;
}
.bg-vcc {
  background-color: #14264a;
}

.bg-vcc > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/vcc-select.png');
  background-position: 50% 100%;
  background-size: contain;
}

.bg-vcc > .card-text > * {
  color: black;
}

.bg-lexio {
  background-color: #14264a;
}

.bg-lexio > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/lexio-mock.png');
}

.bg-lexio > .card-text > a > * {
  color: white;
}

.bg-bubble {
  background-color: #f9f9fb;
}

.bg-bubble > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/bubble.png');
}
.bg-bubble > .grid-of-two > .card-text > .mid-align > * {
  color: #000;
}

.bg-crcr {
  background-color: #f9f9fb;
}

.bg-crcr > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/crcr.png');
}
.bg-crcr > .grid-of-two > .card-text > .mid-align > * {
  color: #000;
}

.bg-nokia {
  background-color: #14264a;
}

.bg-nokia > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/nokia.png');
}

.bg-nokia > .card-text > * {
  color: white;
}

.bg-hxt {
  background-color: #f9f9fb;
  background-image: url('../../assets/img/index/hxt.png');
  cursor: default;
}

.bg-hxt > .card-text > * {
  color: rgb(0, 0, 0);
}

.bg-ticket {
  background-color: #14264a;
}

.bg-ticket > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/ticket.png');
}

.bg-ticket > .card-text > * {
  color: white;
}



.bg-light {
  background-color: #f9f9fb;
}

.bg-light > .card-text > * {
  color: #000;
}


.bg-trip {
  background-color: #f9f9fb;
  background-image: url('../../assets/img/index/trip.png');
}

.bg-trip > .card-text > * {
  color: #000;
}

.bg-roof {
  background-color: #f9f9fb;
  background-image: url('../../assets/img/index/roof.png');
  cursor: pointer;
}
.bg-roof > .card-text > * {
  color: #000;
}

.bg-yf {
  background-color: #14264a;
}

.bg-yf > .grid-of-two > .card-img {
  background-image: url('../../assets/img/index/yofish-flat.png');
  background-position: 50% 100%;
  background-size: auto 85%;
}

.bg-yf > .card-text > * {
  color: white;
}

.half-card-img {
  height: 160px;
}

.half-cards {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
}

@media only screen and (max-width: 800px) {
  .half-cards {
    display: grid;
    grid-template-columns: 1fr;
  }

  .card {
    margin: 16px 0;
  }
}

.half-card {
  border-radius: var(--r-xxxl);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out, background-size 180ms ease-out;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  overflow: hidden;
}

.half-card .half-card-img {
  flex: 1 1 auto;
}


.social-icons {
  position: relative;
  top: 8px;
}

@media only screen and (max-width: 800px) {
  .social-icons {
    visibility: collapse;
  }
}

.next-post {
  display: none;
}

.caption {
  margin-top: 10px;
  text-align: center;
  color: #888;
}

.download {
  display: inline-block;
}

.a-lexio > * {
  color: #fff;
}

.convo {
  display: flex;
  align-items: flex-end;
}

.item {
  display: inline-flex;
}
span > * {
  display: inline-block;
}
