@charset "UTF-8";
@font-face {
  font-family: "gilroy-bold";
  src: url("../fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff"), url("../fonts/gilroy-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "manuka";
  src: url("../fonts/manuka.woff") format("woff"), url("../fonts/manuka.ttf") format("truetype"), url("../fonts/manuka.svg#manuka_condensedblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Heading Now";
  src: url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.eot");
  src: url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.eot?#iefix") format("embedded-opentype"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.woff") format("woff"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.woff2") format("woff2"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.ttf") format("truetype"), url("../fonts/0c0ef458f5592b0e7d5ebdd88433e84f.svg#Heading Now") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.eot");
  src: url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.eot?#iefix") format("embedded-opentype"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.woff") format("woff"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.woff2") format("woff2"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.ttf") format("truetype"), url("../fonts/bf9f5d50c1b928ff21436517a1a95ad9.svg#Proxima Nova") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heading 56";
  src: url("../fonts/07b7190afcec1c5122daf469aee5e957.eot");
  src: url("../fonts/07b7190afcec1c5122daf469aee5e957.eot?#iefix") format("embedded-opentype"), url("../fonts/07b7190afcec1c5122daf469aee5e957.woff") format("woff"), url("../fonts/07b7190afcec1c5122daf469aee5e957.woff2") format("woff2"), url("../fonts/07b7190afcec1c5122daf469aee5e957.ttf") format("truetype"), url("../fonts/07b7190afcec1c5122daf469aee5e957.svg#Heading Now") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/86ee330d91ea03652edfb075afa491db.eot");
  src: url("../fonts/86ee330d91ea03652edfb075afa491db.eot?#iefix") format("embedded-opentype"), url("../fonts/86ee330d91ea03652edfb075afa491db.woff") format("woff"), url("../fonts/86ee330d91ea03652edfb075afa491db.woff2") format("woff2"), url("../fonts/86ee330d91ea03652edfb075afa491db.ttf") format("truetype"), url("../fonts/86ee330d91ea03652edfb075afa491db.svg#Oswald Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --body-font: "Proxima Nova", sans-serif;
  --normal-font-size: 20px;
  --normal-line-height: 1.5;
  --nav-name-font-size: 1.5rem;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-size: 20px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  font-family: var(--body-font), sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, textarea, select {
  font: inherit;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f8f8f8;
}

.smooth-content {
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
  max-width: 1950px;
  margin: auto;
}

.grid {
  display: grid;
  width: 100%;
  gap: var(--grid-gap, 1.5rem);
}

.grid-full {
  grid-column: 1/-1;
}

.grid-center {
  margin-right: auto;
  margin-left: auto;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.grid-split-1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid-split-1-3 {
  grid-template-columns: 1fr 3fr;
}

.grid-split-1-3-1 {
  grid-template-columns: 1fr 4fr 1fr;
}

.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-split-2-1 {
  grid-template-columns: 2fr 1fr;
}

.grid-split-2-3 {
  grid-template-columns: 2fr 3fr;
}

.grid-split-3-2 {
  grid-template-columns: 3fr 2fr;
}

.grid-cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-cols-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-cols-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, auto);
}

.grid-rows-auto {
  height: min-content;
  grid-auto-rows: auto;
}

.grid-no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.big-rd {
  border-radius: 2rem;
}

.sm-rd {
  border-radius: 1rem;
}

.mobile-rd {
  border-radius: 0.5rem;
}

@media (max-width: 900px) {
  .grid-cols-4, .grid-cols-3 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-cols-2, .grid-cols-1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .grid-cols-5, .grid-cols-4, .grid-cols-3, .grid-cols-2, .grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .grid {
    gap: 1rem;
  }
}
hr {
  width: 100%;
}

.fancy-hr {
  width: 0;
  transition: width 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  border: none;
  border-top: 1px solid #E1DBC5;
}

.fancy-hr.animate {
  width: 100%;
  transition-delay: 0.15s; /* Animates just after text is done */
}

.styled-button {
  display: inline-flex;
  padding: 0.4rem 1.5rem;
  font-family: "Heading 56", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
  animation: gradientShift 6s ease infinite;
  color: black;
  border: none;
  border-radius: 3rem;
  background: #FF8000;
  background-size: 200% 200%;
}

.styled-button:hover {
  transform: translateY(-2px);
}

.new-tab {
  margin-left: 8px;
}

h1 {
  max-width: 1250px;
  margin: 0;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(2.75rem, 6vw + 1rem, 7rem);
  line-height: 0.85;
  justify-content: center;
  letter-spacing: -1px;
  justify-items: center;
  text-align: center;
}

h2 {
  margin: 0;
  padding: 0 0 2rem 0;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(2.3rem, 3.8vw + 1rem, 4.6rem);
  line-height: 0.85;
  justify-content: center;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  h2 {
    letter-spacing: 0;
    line-height: 0.95;
  }
}

h2.large-callout {
  margin: 0;
  padding: 0;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(2.75rem, 6.5vw + 0.5rem, 6rem);
  line-height: 0.92;
  letter-spacing: clamp(1px, -0.25vw - 0.5px, -1px);
  color: #FF8000;
}

h3 {
  font-size: clamp(3vh, 4.5rem, 8vw);
  line-height: 1;
  text-transform: none;
  color: #505050;
}

h4 {
  margin-bottom: 0;
  font-family: "gilroy", sans-serif;
  font-size: clamp(3vh, 2rem, 6vw);
  line-height: 1.5;
  text-transform: none;
  color: var(font-color-orange);
  letter-spacing: 1px;
}

h5 {
  margin: 0;
  font-size: clamp(3vh, 2rem, 6vw);
  text-transform: none;
  color: #FF8000;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: var(--normal-font-size);
  line-height: clamp(1rem, 2vw + 1rem, 2rem);
  text-transform: none;
}

a {
  text-decoration: none;
}

/* each visual line wrapper; keep it inline so font size/line-height don't shift */
.reveal-line {
  display: inline; /* inline, not block/inline-block */
  opacity: 0; /* fade only */
  will-change: opacity;
}

.reveal-text.revealed .reveal-line {
  will-change: auto;
}

.subhead {
  margin: 0;
  padding-bottom: 2rem;
  font-family: "gilroy-bold", sans-serif;
  font-size: clamp(1rem, 10vw, 2rem);
}

.strong {
  font-family: "Heading 56", sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  letter-spacing: 0px;
}

.bridge-copy {
  max-width: 800px;
  font-size: clamp(1.15rem, 2.5vw, 1.75rem);
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  color: var(--font-color-lt-grey);
}
@media (max-width: 768px) {
  .bridge-copy {
    text-align: center;
  }
}

.padded-content {
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}

.visual-block-1 {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: auto;
  width: 100vw;
  max-width: 100vw;
  padding: clamp(2rem, 6vw, 8rem) 0;
  position: relative;
  overflow-x: hidden;
  align-items: center;
  background-color: black;
  color: white;
  gap: clamp(1rem, 2vw, 2rem);
}
@media (max-width: 768px) {
  .visual-block-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: clamp(3rem, 5vw, 6rem) 0;
    row-gap: 2rem;
  }
}

.callout-block-1 {
  grid-column: 13/23;
  grid-row: 1/4;
  max-width: 100%;
  align-self: center;
  text-align: left;
}
@media (max-width: 768px) {
  .callout-block-1 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.graphic-block-1 {
  display: block;
  grid-column: 3/15;
  grid-row: 3/14;
  max-width: 100%;
  height: auto;
  z-index: 1;
  will-change: transform;
}
.graphic-block-1 img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 768px) {
  .graphic-block-1 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0 2rem;
    align-self: center;
  }
}

.visual-block-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .visual-block-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: clamp(3rem, 5vw, 6rem) 0;
    row-gap: 2rem;
  }
}

.callout-block-2 {
  max-width: min-content;
  margin-right: 0;
  padding: 0;
  line-height: 1;
  align-content: center;
  justify-self: center;
}
.callout-block-2 h2 {
  margin-right: 0;
  font-size: clamp(3.75rem, 6vw + 0.5rem, 7rem);
}
@media (max-width: 768px) {
  .callout-block-2 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .callout-block-2 h2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    z-index: 5;
    font-size: clamp(3rem, 10vw, 4.2rem);
    line-height: 1.08;
  }
}

.graphic-block-2 {
  width: 100%;
  max-width: 34vw;
  align-self: center;
  justify-self: start;
}
@media (max-width: 768px) {
  .graphic-block-2 {
    display: none;
  }
}

.graphic-block-2b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-2b {
    display: unset;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: unset;
    z-index: 0;
    justify-self: center;
  }
}

.visual-block-3 {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: auto;
  width: 100vw;
  max-width: 100vw;
  padding: clamp(2rem, 6vw, 8rem) 0;
  position: relative;
  z-index: 50;
  align-items: center;
  background-color: black;
  color: white;
  gap: clamp(1rem, 2vw, 2rem);
}
@media (max-width: 768px) {
  .visual-block-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: clamp(3rem, 5vw, 6rem) 0;
    row-gap: 2rem;
  }
}

.callout-block-3 {
  grid-column: 14/22;
  grid-row: 1/4;
  max-width: 100%;
  position: relative;
  z-index: 1000;
  align-self: center;
  text-align: left;
  gap: 0;
}
@media (max-width: 768px) {
  .callout-block-3 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.graphic-block-3 {
  display: block;
  grid-column: 5/13;
  grid-row: 3/11;
  max-width: 90%;
  height: auto;
  will-change: transform;
}
.graphic-block-3 img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 768px) {
  .graphic-block-3 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0 2rem;
    align-self: center;
  }
}

header {
  display: grid;
  align-content: center;
  justify-items: center;
  --grid-gap: 1rem;
  padding-top: calc(5rem + clamp(2rem, 5vw, 6rem));
}
header p {
  font-size: clamp(1rem, 0.9vw + 0.5rem, 1.4rem);
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  header {
    --grid-gap: 1rem;
  }
}

.header-image {
  justify-content: center;
  margin-top: 2rem;
}
.header-image img {
  width: 100%;
  max-width: 85vw;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .header-image img {
    max-width: 100%;
    width: 100%;
    border-radius: 0.5rem;
  }
}
@media (max-width: 768px) {
  .header-image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    margin-top: unset;
  }
}

header video {
  z-index: -1;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 768px) {
  header video {
    min-height: 40vh;
  }
}

.intro-block {
  padding-top: 4rem;
  padding-bottom: 10rem;
  column-gap: 10rem;
  justify-items: center;
}
.intro-block h2 {
  max-width: 1200px;
  margin: 0;
  padding: 0 0 2rem 0;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(2.3rem, 3.8vw + 1rem, 4.6rem);
  line-height: 1;
  justify-content: center;
  letter-spacing: 0;
  justify-items: center;
}
@media (max-width: 768px) {
  .intro-block h2 {
    letter-spacing: 0;
    line-height: 0.9;
  }
}
@media (max-width: 1500px) {
  .intro-block {
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }
  .intro-block .role {
    display: none;
  }
}
@media (max-width: 768px) {
  .intro-block {
    padding: 0;
    padding-bottom: 2rem;
    max-width: unset;
    grid-template-columns: 1fr;
  }
}

.intro-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.onetoone-social {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.visual-block-mg-1 {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: auto;
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
  align-items: center;
  background-color: black;
  color: white;
  gap: clamp(1rem, 2vw, 2rem);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
@media (max-width: 768px) {
  .visual-block-mg-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.callout-block-mg-1 {
  grid-column: 13/23;
  grid-row: 1/4;
  max-width: 100%;
  align-self: center;
  text-align: left;
}
@media (max-width: 768px) {
  .callout-block-mg-1 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.graphic-block-mg-1 {
  display: block;
  grid-column: 3/15;
  grid-row: 3/14;
  max-width: 100%;
  height: auto;
  z-index: 1;
  will-change: transform;
}
.graphic-block-mg-1 img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 1400px) {
  .graphic-block-mg-1 {
    grid-column: 2/16;
  }
}
@media (max-width: 768px) {
  .graphic-block-mg-1 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0 2rem;
    align-self: center;
  }
}

.content-block-mg-1 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-mg-1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-block-mg-1 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.visual-block-mg-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
  gap: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .visual-block-mg-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.callout-block-mg-2 {
  max-width: min-content;
  padding: 0;
  line-height: 1;
  align-content: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .callout-block-mg-2 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: unset;
    z-index: 1;
  }
}

.graphic-block-mg-2 {
  display: grid;
  width: 100%;
  align-self: center;
  justify-content: center;
}
.graphic-block-mg-2 video {
  width: 100vw;
  max-width: 600px;
}
@media (max-width: 1400px) {
  .graphic-block-mg-2 {
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .graphic-block-mg-2 {
    display: none;
  }
}

.graphic-block-mg-2b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-mg-2b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-mg-2b video {
    display: inline-block;
    position: relative;
    transform: translateY(-50px);
    max-width: 100%;
    height: auto;
    z-index: 0;
  }
}

.content-block-mg-2 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-mg-2 {
    display: none;
  }
}

.visual-block-wg-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 100%;
  max-width: 100vw;
  position: relative;
  z-index: 50;
  background: black;
  overflow-y: hidden;
  align-items: center;
  color: white;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
@media (max-width: 768px) {
  .visual-block-wg-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.graphic-block-wg-1 {
  display: grid;
  height: auto;
  order: 1;
  justify-items: center;
  will-change: transform;
}
.graphic-block-wg-1 img {
  display: block;
  max-width: clamp(300px, 30vw, 500px);
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 768px) {
  .graphic-block-wg-1 {
    display: none;
  }
}

.graphic-block-wg-1b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-wg-1b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-wg-1b img {
    display: inline-block;
    position: relative;
    max-width: 80%;
    height: auto;
  }
}

.callout-block-wg-1 {
  display: grid;
  position: relative;
  z-index: 1000;
  align-items: start;
  justify-content: center;
  order: 2;
  text-align: left;
  gap: 0;
}
@media (max-width: 768px) {
  .callout-block-wg-1 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    order: 1;
    justify-items: center;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.visual-block-wg-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
  background: black;
  color: white;
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
@media (max-width: 768px) {
  .visual-block-wg-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.graphic-block-wg-2 {
  width: 100%;
  max-width: 50vw;
  align-self: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .graphic-block-wg-2 {
    display: none;
  }
}

.callout-block-wg-2 {
  max-width: min-content;
  margin-right: 0;
  padding: 0;
  line-height: 1;
  align-content: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .callout-block-wg-2 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.content-block-wg-1 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-wg-1 {
    display: none;
  }
}

.content-block-wg-2 {
  padding: 0;
  padding-top: 8rem;
  padding-right: 0;
  padding-bottom: 8rem;
  padding-left: 0;
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-wg-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-block-wg-2 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.visual-block-db {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  width: 100%;
  max-width: 100vw;
  position: relative;
  z-index: 50;
  background: black;
  overflow-y: hidden;
  align-items: center;
  color: white;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
@media (max-width: 768px) {
  .visual-block-db {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.graphic-block-db-2 {
  display: grid;
  height: auto;
  order: 1;
  justify-items: end;
  will-change: transform;
}
.graphic-block-db-2 img {
  display: block;
  max-width: clamp(300px, 30vw, 600px);
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 768px) {
  .graphic-block-db-2 {
    display: none;
  }
}

.graphic-block-db-1 {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-db-1 {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-db-1 img {
    display: inline-block;
    position: relative;
    transform: translateY(-25px);
    max-width: 85%;
    height: auto;
  }
}

.callout-block-db {
  display: grid;
  position: relative;
  z-index: 1000;
  align-items: start;
  justify-content: center;
  order: 2;
  text-align: left;
  gap: 0;
}
@media (max-width: 768px) {
  .callout-block-db {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    order: 1;
    justify-items: center;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.content-block-db-2 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-db-2 {
    display: none;
  }
}
@media (max-width: 769px) {
  .content-block-db-2 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.callout-block-kb {
  max-width: min-content;
  margin-right: 0;
  padding: 0;
  line-height: 1;
  align-content: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .callout-block-kb {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.content-block-kb-1 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-kb-1 {
    display: none;
  }
}
@media (max-width: 769px) {
  .content-block-kb-1 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.visual-block-mgm-1 {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: auto;
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
  background: black;
  color: white;
}
@media (max-width: 1050px) {
  .visual-block-mgm-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .visual-block-mgm-1 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.callout-block-mgm-1 {
  grid-column: 13/22;
  grid-row: 1/4;
  max-width: 100%;
  align-self: center;
  text-align: left;
}
@media (max-width: 1050px) {
  .callout-block-mgm-1 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    justify-self: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.graphic-block-mgm-1 {
  display: block;
  grid-column: 3/15;
  grid-row: 3/14;
  max-width: 100%;
  height: auto;
  z-index: 1;
  will-change: transform;
}
.graphic-block-mgm-1 img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 1600px) {
  .graphic-block-mgm-1 {
    grid-column: 2/15;
  }
}
@media (max-width: 1050px) {
  .graphic-block-mgm-1 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0 2rem;
    align-self: center;
  }
}

.content-block-mgm-1 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-mgm-1 {
    display: none;
  }
}
@media (max-width: 769px) {
  .content-block-mgm-1 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.portfolio_mobile-mgm {
  display: grid;
  grid-template-rows: auto;
  background: white;
  row-gap: 1rem;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
}
@media (min-width: 900px) {
  .portfolio_mobile-mgm {
    display: none !important;
  }
}

.content-block-mgm-2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0;
  padding-top: 8rem;
  padding-right: 0;
  padding-bottom: 8rem;
  padding-left: 0;
  margin-bottom: 8rem;
  justify-content: center;
  background: black;
  color: white;
}
.content-block-mgm-2 video {
  max-width: 1300px;
}
@media (max-width: 768px) {
  .content-block-mgm-2 video {
    border-radius: 0.5rem;
  }
}
@media (max-width: 768px) {
  .content-block-mgm-2 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 0;
  }
}

.content-block-hs-1 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-hs-1 {
    display: none;
  }
}
@media (max-width: 769px) {
  .content-block-hs-1 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.content-block-hs-2 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  background: #f8f8f8;
}
@media (max-width: 900px) {
  .content-block-hs-2 {
    display: none;
  }
}
@media (max-width: 769px) {
  .content-block-hs-2 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.visual-block-hs-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .visual-block-hs-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
  }
}

.callout-block-hs-2 {
  max-width: min-content;
  margin-right: 0;
  padding: 0;
  line-height: 1;
  align-content: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .callout-block-hs-2 {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.graphic-block-hs-2 {
  width: 100%;
  max-width: 35vw;
  align-self: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .graphic-block-hs-2 {
    display: unset;
    width: 100%;
    max-width: 75vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    justify-self: center;
  }
}

.visual-block-1to1-1 {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: auto;
  width: 100%;
  max-width: 100vw;
  position: relative;
  z-index: 50;
  background: black;
  overflow-y: hidden;
  align-items: center;
  color: white;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
@media (max-width: 768px) {
  .visual-block-1to1-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.graphic-block-1to1-1 {
  display: block;
  grid-column: 3/12;
  grid-row: 1/5;
  max-width: 100%;
  height: auto;
  z-index: 1;
  will-change: transform;
}
.graphic-block-1to1-1 img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 1600px) {
  .graphic-block-1to1-1 {
    grid-column: 2/15;
  }
}
@media (max-width: 768px) {
  .graphic-block-1to1-1 {
    display: none;
  }
}

.graphic-block-1to1-1b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-1to1-1b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-1to1-1b img {
    display: inline-block;
    position: relative;
    max-width: 80%;
    height: auto;
  }
}

.callout-block-1to1-1 {
  grid-column: 13/23;
  grid-row: 2;
  max-width: 100%;
  align-self: center;
  text-align: left;
}
@media (max-width: 768px) {
  .callout-block-1to1-1 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.visual-block-hf-1 {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: auto;
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
  align-items: center;
  background-color: black;
  color: white;
  gap: clamp(1rem, 2vw, 2rem);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
@media (max-width: 768px) {
  .visual-block-hf-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.graphic-block-hf-1 {
  display: block;
  grid-column: 3/15;
  grid-row: 3/14;
  max-width: 100%;
  height: auto;
  z-index: 1;
  will-change: transform;
}
.graphic-block-hf-1 img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 1600px) {
  .graphic-block-hf-1 {
    grid-column: 2/15;
  }
}
@media (max-width: 768px) {
  .graphic-block-hf-1 {
    display: none;
  }
}

.graphic-block-hf-1b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-hf-1b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-hf-1b img {
    display: inline-block;
    position: relative;
    max-width: 95%;
    height: auto;
  }
}

.callout-block-hf-1 {
  grid-column: 13/23;
  grid-row: 1/4;
  max-width: 100%;
  align-self: center;
  text-align: left;
}
@media (max-width: 768px) {
  .callout-block-hf-1 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.content-block-hf-1 {
  background: #f8f8f8;
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
}
@media (max-width: 900px) {
  .content-block-hf-1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-block-hf-1 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.visual-block-hf-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .visual-block-hf-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.callout-block-hf-2 {
  width: min-content;
  align-self: center;
  justify-self: center;
  text-align: left;
  z-index: 2;
}
@media (max-width: 768px) {
  .callout-block-hf-2 {
    width: unset;
    text-align: center;
  }
}

.graphic-block-hf-2 {
  width: 100%;
  max-width: 29vw;
  align-self: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .graphic-block-hf-2 {
    display: none;
  }
}

.graphic-block-hf-2b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-hf-2b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-hf-2b video {
    display: inline-block;
    position: relative;
    transform: translateY(-30px);
    max-width: 100%;
    height: auto;
  }
}

.content-block-hf-2 {
  background: #f8f8f8;
  row-gap: 4rem;
  column-gap: 2rem;
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
}
@media (max-width: 900px) {
  .content-block-hf-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-block-hf-2 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.portfolio_mobile-hf-2 {
  display: grid;
  row-gap: 1rem;
  position: relative;
  background: #f8f8f8;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
}
@media (min-width: 900px) {
  .portfolio_mobile-hf-2 {
    display: none !important;
  }
}

.visual-block-tap-1 {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: auto;
  width: 100%;
  max-width: 100vw;
  position: relative;
  z-index: 50;
  background: black;
  overflow-y: hidden;
  align-items: center;
  color: white;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
@media (max-width: 768px) {
  .visual-block-tap-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.graphic-block-tap-1 {
  display: block;
  grid-column: 5/18;
  grid-row: 3/14;
  max-width: 100%;
  height: auto;
  z-index: 1;
  will-change: transform;
}
.graphic-block-tap-1 img {
  display: block;
  max-width: 85%;
  height: auto;
  transform: translateX(0);
  will-change: transform;
}
@media (max-width: 1600px) {
  .graphic-block-tap-1 {
    grid-column: 2/15;
  }
}
@media (max-width: 768px) {
  .graphic-block-tap-1 {
    display: none;
  }
}

.graphic-block-tap-1b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-tap-1b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-tap-1b img {
    display: inline-block;
    position: relative;
    max-width: 80%;
    height: auto;
  }
}

.callout-block-tap-1 {
  grid-column: 13/23;
  grid-row: 2;
  max-width: 100%;
  align-self: center;
  text-align: left;
}
@media (max-width: 768px) {
  .callout-block-tap-1 {
    grid-column: 1/-1;
    grid-row: auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.visual-block-tap-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .visual-block-tap-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.callout-block-tap-2 {
  width: min-content;
  align-self: center;
  justify-self: center;
  text-align: left;
  z-index: 2;
}
@media (max-width: 768px) {
  .callout-block-tap-2 {
    width: unset;
    text-align: center;
  }
}

.graphic-block-tap-2 {
  width: 100%;
  max-width: 29vw;
  align-self: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .graphic-block-tap-2 {
    display: none;
  }
}

.graphic-block-tap-2b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-tap-2b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-tap-2b video {
    display: inline-block;
    position: relative;
    transform: translateY(-30px);
    max-width: 100%;
    height: auto;
  }
}

.visual-block-tap-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-y: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .visual-block-tap-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.callout-block-tap-3 {
  width: min-content;
  align-self: center;
  justify-self: center;
  text-align: left;
  z-index: 2;
}
@media (max-width: 768px) {
  .callout-block-tap-3 {
    width: unset;
    text-align: center;
  }
}

.graphic-block-tap-3 {
  width: 100%;
  max-width: 40vw;
  align-self: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .graphic-block-tap-3 {
    display: none;
  }
}

.graphic-block-tap-3b {
  display: none;
}
@media (max-width: 768px) {
  .graphic-block-tap-3b {
    display: grid;
    width: 100%;
    max-width: 100vw;
    max-height: 75vw;
    padding: 0;
    z-index: 0;
    order: 2;
    justify-items: center;
  }
  .graphic-block-tap-3b video {
    display: inline-block;
    position: relative;
    transform: translateY(-30px);
    max-width: 100%;
    height: auto;
  }
}

.content-block-3 {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
.content-block-3 .video-wrapper {
  padding-top: clamp(4rem, 10vw, 5rem);
}

.content-text-3 {
  max-width: 1300px;
}

.content-block-herlong {
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: unset;
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
  background: #f8f8f8;
  row-gap: 4rem;
  column-gap: 2rem;
}
@media (max-width: 900px) {
  .content-block-herlong {
    display: none;
  }
}

.kb-laptop {
  background: black;
}

.grid img, .grid video {
  display: block;
  width: 100%;
}

.wrap-line {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.service {
  margin: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.video-wrapper {
  display: flex;
  position: relative;
  background: #000;
  overflow: hidden;
}

.play-overlay {
  display: flex;
  width: clamp(60px, 12vw, 135px);
  height: clamp(60px, 12vw, 135px);
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 2px #fff);
}

/*.video-wrapper video:not(.is-full-play) {
  animation: previewFade 7s ease-in-out infinite;
  filter: brightness(0.75) contrast(0.9) saturate(0.9);
}

@keyframes previewFade {
  0%   { opacity: 0; }
  20%  { opacity: 1; }
  70%  { opacity: 1; }
  90%  { opacity: 0; }
  100% { opacity: 0; }
}*/
.play-overlay[hidden] {
  pointer-events: none;
  opacity: 0;
}

.volume-btn {
  display: flex;
  width: clamp(42px, 8vw, 50px);
  height: clamp(42px, 8vw, 50px);
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.15s;
  opacity: 0.68;
  border: none;
  background: none;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 2px #fff);
}

.volume-btn:hover,
.volume-btn:focus,
.play-overlay:hover,
.play-overlay:focus {
  opacity: 1;
}

.play-svg, .volume-svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s;
}

.video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Heading Now", sans-serif;
  font-size: clamp(2rem, 6vw, 6rem);
  color: white;
  opacity: 0.25;
  letter-spacing: 0.05em;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}

img.bottle {
  width: 70%;
}

.scrolljack {
  height: 100vh;
  position: relative;
}
.scrolljack h2.panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.solution-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.solution-content .promo img {
  display: block;
  width: 100%;
  height: auto;
}

.scrolljack {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.scrolljack .panel {
  width: 90vw;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}
.scrolljack p.panel {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
}

.scrolljack .bg-fade {
  position: absolute;
  z-index: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
  background: black;
  inset: 0;
}

.scrolljack-buffer {
  height: 10rem;
}

.spacer {
  height: 2000px;
}

body.project-page .nav {
  display: none;
}

.main-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  position: fixed;
  height: 85px;
  z-index: 1000;
  top: 0;
  left: 0;
  align-items: center;
  background: #f8f8f8;
  /*  @media (max-width: 768px) {
      padding: 1rem 0;
    }*/
}

/*@media (max-width: 768px) {
  .main-header.scrolled {
    background: rgba(0, 0, 0, 0.6);
  }
}*/
.brand-identity {
  display: flex;
  position: relative;
  z-index: 2;
  left: clamp(1rem, -0.429rem + 3.81vw, 3rem);
  align-items: center;
  /* @media (max-width: 768px) {
     margin-top: 0.3rem;
     transform: scale(0.85);
   }*/
}

.icon {
  display: block;
  width: 56px;
  height: 56px;
}

.brand-mask {
  display: flex;
  width: 150px;
  height: 50px;
  margin-left: 6px;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.brand-text {
  position: relative;
  font-family: "gilroy-bold", sans-serif;
  font-size: 2rem;
  left: -125px;
  transition: left 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  white-space: nowrap;
  text-transform: lowercase;
  opacity: 0;
  color: #FF8000;
}

.brand-mask.reveal .brand-text {
  left: 0;
  opacity: 1;
}

.ham {
  display: flex;
  height: 50px;
  position: fixed;
  z-index: 10;
  top: 32px;
  right: 2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .ham {
    right: 1rem;
  }
}

.ham .bar {
  width: 35px;
  height: 2px;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform-origin: center center;
  background: black;
}

.ham.on-dark .bar {
  background: white;
}

.bottom {
  transform: translateY(10px);
}

.verytop {
  transform: translateY(-10px);
}

.active .top {
  transform: rotate(45deg);
  background: #ffffff;
}

.active .verytop {
  opacity: 0;
}

.active .bottom {
  transform: rotate(-45deg);
  background: #ffffff;
}

.active {
  transition: 0.5s all ease;
}

.active:hover > .top,
.active:hover > .bottom {
  background: #FF8000;
}

/* ===== Mobile shelf: single-column behavior ===== */
.mobile-shelf {
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  position: fixed;
  z-index: 5;
  top: -100vh;
  left: 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  background: #2e2d2d;
  gap: 0.5rem;
  line-height: 1.2;
}

.mobile-shelf a {
  display: inline-block;
  padding: 2px 0;
  position: relative;
  font-family: "oswald", sans-serif;
  font-size: clamp(1.5rem, 8vw, 2rem);
  font-weight: 900;
  line-height: var(--nav-line-height);
  transition: background-position 0.38s cubic-bezier(0.77, 0, 0.18, 1), transform 0.23s cubic-bezier(0.77, 0, 0.18, 1);
  text-decoration: none;
  letter-spacing: -1px;
  background: linear-gradient(to top, #E1DBC5 50%, #FF8000 50%) 0 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 200%;
  -webkit-text-fill-color: transparent;
}

.mobile-shelf a:hover,
.mobile-shelf a:focus {
  background-position: 0% 0%;
}

.mobile-shelf.expanded {
  top: 0;
}

.nav-meta {
  display: flex;
  position: absolute;
  font-family: "oswald", sans-serif;
  top: 1.5rem;
  right: clamp(1rem, -0.429rem + 3.81vw, 3rem);
  flex-direction: row;
  gap: 1rem;
}

.nav-meta a {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  transition: color, border-color 0.3s ease;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
}

.nav-meta a svg {
  flex-shrink: 0;
  margin-right: 5px;
  fill: currentColor;
}

.nav-meta a:hover,
.nav-meta a:focus {
  color: #FF8000;
  transition: 0.3s ease;
}

/* ===== Desktop: wrap into columns + slide-in from right ===== */
@media (min-width: 769px) {
  .mobile-shelf {
    /* slide-in position */
    top: 0;
    right: -100vw;
    left: auto;
    /* turn on wrapping, keep column-first flow */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 8rem;
    /* pin columns to top-left; remove centering gutters */
    justify-content: flex-start;
    align-content: flex-start;
    /* desktop padding */
    padding: 8rem;
    /* keep container size consistent */
    width: 100vw;
    height: 100vh;
  }
  .mobile-shelf > * {
    flex: 0 0 auto;
  } /* prevent children from stretching */
  .mobile-shelf.expanded {
    right: 0;
  }
}
/*@media (max-width: 768px) {
  .nav-meta a { color: white !important; }
  .nav-meta a:hover { color: $orange !important;
  }
}*/
.portfolio_mobile {
  width: 100%;
  max-width: 100vw;
  position: relative;
  background: #f8f8f8;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
}
@media (min-width: 900px) {
  .portfolio_mobile {
    display: none !important;
  }
}

.portfolio_slider {
  display: flex;
  width: max-content;
  padding-right: 7vw;
  padding-left: 7vw;
  will-change: transform;
}

.box {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}
.box img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}
.box .overlay {
  position: absolute;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  inset: 0;
}

.slider-end-spacer {
  height: 1px;
  flex: 0 0 7vw;
  user-select: none;
  pointer-events: none;
}

.swipe-gesture {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}

.swipe-gesture.visible {
  pointer-events: auto;
  opacity: 1;
}

.portfolio_mobile-vert {
  display: none;
}
@media (max-width: 900px) {
  .portfolio_mobile-vert {
    display: grid;
    gap: 2rem;
    justify-content: center;
    padding-top: clamp(4rem, 10vw, 15rem);
    padding-bottom: unset;
    padding-left: clamp(2rem, 6vw, 8.33%);
    padding-right: clamp(2rem, 6vw, 8.33%);
    background: #f8f8f8;
  }
}

.box.playing .play-overlay {
  display: none;
}

.laptop-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-top: clamp(4rem, 10vw, 15rem);
  padding-bottom: clamp(4rem, 10vw, 15rem);
  justify-items: center;
  background: black;
}

.laptop-mockup {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.laptop-frame {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.laptop-screen-container {
  width: 78.32%;
  height: 72.2%;
  position: absolute;
  z-index: 1;
  top: 4.69%;
  left: 10.41%;
  overflow: hidden;
  touch-action: pan-y;
}

.laptop-screen-container video {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

.click-to-activate {
  display: flex;
  position: absolute;
  z-index: 5;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(1rem, 5vw, 1.75rem);
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  color: #fff;
  border-radius: 1vw;
  background: rgba(0, 0, 0, 0.6);
  inset: 0;
}

.click-to-activate:hover {
  background: rgba(0, 0, 0, 0.4);
}

.scroll-hint {
  font-family: "gilroy", sans-serif;
  font-size: clamp(1rem, 5vw, 2rem);
  line-height: 1.5;
  color: white;
}

.moar {
  background: #f8f8f8;
  padding: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 8rem;
  padding-left: 0;
  justify-items: center;
}
@media (max-width: 900px) {
  .moar {
    display: none;
  }
}

.moarcontainer {
  column-gap: clamp(1rem, 2vw, 3rem);
}

.moar-hl {
  margin-bottom: 0;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(2.25rem, 4.5vw + 1rem, 5rem);
  line-height: 1.5;
  color: #101010;
}

.moar-company {
  padding-top: 2rem;
  padding-bottom: 0.4em;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(1.75rem, 2vw + 1rem, 3.25rem);
  line-height: 1;
  text-align: center;
  color: black;
}

.moar-text {
  line-height: 1.3;
  text-align: center;
  color: black;
}

.moar-1 {
  transition: transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.moar-1:hover {
  transform: scale(1.03);
}

.contact-launcher {
  display: flex;
  width: 20rem;
  height: 20rem;
  padding: 0.75rem;
  position: fixed;
  z-index: 1000;
  font-family: "Heading Now", sans-serif;
  font-size: 2rem;
  right: -12.3rem;
  bottom: -13.2rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  transform: translate(50%, 50%) scale(0.5);
  letter-spacing: 1px;
  color: #000;
  border-radius: 50%;
  background: #FF8000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .contact-launcher {
    display: none;
  }
}

.talk-label {
  display: inline-block;
  line-height: 0.85;
  transform: translateY(-118px) translateX(-90px);
}

.contact-launcher:hover {
  transform: translateY(-2px);
  background: #ff5900;
}

.contact-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.contact-overlay.open {
  pointer-events: auto;
}

.contact-content {
  transform: scale(1); /* final state */
}

.face-bubble {
  width: 55px;
  height: auto;
  position: absolute;
  right: 334px;
  bottom: 310px;
  transition: opacity 0.1ms;
  pointer-events: none;
}

.face-bubble.wink {
  opacity: 0;
}

.contact-launcher:hover .face-bubble.smile {
  opacity: 0;
}

.contact-launcher:hover .face-bubble.wink {
  opacity: 1;
}

.contact-overlay.open {
  display: flex;
}

.contact-content {
  width: 90%;
  max-width: 600px;
  padding: 1.75rem;
  position: relative;
  text-align: center;
  color: #222;
  border-radius: 0.5rem;
  background: #fff;
}
.contact-content h2 {
  font-size: clamp(3rem, 5vw + 1rem, 7rem);
  line-height: 0.85;
  color: black;
  padding-bottom: 1.5rem;
}

#closeContact {
  position: absolute;
  font-size: 2rem;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #888;
  border: none;
  background: none;
}

form input,
form textarea {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
}

form button {
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  background: #ff5900;
}

form button:hover {
  background: #ff8000;
}

.form-status {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: green;
}

.contact .deets {
  display: grid;
  justify-content: right;
}
.contact .deets a {
  text-decoration: none;
  color: #FF8000;
}
.contact .deets a:hover {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .contact .deets {
    justify-content: unset;
  }
}

.company-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  color: #FF8000;
}

footer {
  background-color: black;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.contact {
  display: grid;
  grid-column: -1/1;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: black;
  padding-left: clamp(2rem, 6vw, 8.33%);
  padding-right: clamp(2rem, 6vw, 8.33%);
}
.contact h4 {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.75rem, 3.2vw + 0.5rem, 4rem);
  line-height: 1;
  color: #FF8000;
}
.contact p {
  margin-bottom: 0;
  color: white;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact {
    padding: 0;
    padding-top: 3rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}

.contact .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  column-gap: 2rem;
}
@media (max-width: 1080px) {
  .contact .container {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.company-name {
  color: #FF8000 !important;
}

.contact-heading h4 {
  margin-top: 0;
  margin-right: 0;
  font-family: "Heading 56", sans-serif;
  font-size: clamp(2.25rem, 5vw + 0.5rem, 5rem);
  line-height: 0.9;
  padding-bottom: 0.75rem;
  color: white;
}
.contact-heading .text {
  max-width: 1050px;
}

.smiley {
  display: inline;
  width: clamp(40px, 5vw, 85px);
  height: auto;
  margin-left: 5px;
  transform: rotateZ(-10deg) translateY(8px);
}
@media (max-width: 500px) {
  .smiley {
    transform: rotateZ(-10deg) translateY(6px);
  }
}

.small {
  font-size: 0.625rem;
  line-height: 0.7rem;
  color: white;
}

.disclaimer {
  padding-top: 3rem;
}
.disclaimer p {
  font-size: 15px;
  color: #FF8000;
}

.hover-zoom {
  display: inline-block;
  position: relative;
}

.hover-zoom::after {
  position: absolute;
  content: "";
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  inset: 0;
}

.hover-zoom img {
  display: block;
  transition: transform 0.3s ease;
}

.hover-zoom:hover img {
  position: relative;
  z-index: 2;
  transform: scale(1.5);
}

.hover-zoom:hover::after {
  opacity: 1;
}

/* Container + hotspot */
.eegg {
  position: relative;
  display: inline-block;
}

.eegg__img {
  display: block;
  width: 100%;
  height: auto;
}

.eegg__hotspot {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0; /* defaults until JS sets rect */
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.eegg__hotspot:focus-visible {
  outline: 2px dashed rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}

/* Modal */
.eegg-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.eegg-modal[aria-hidden=false] {
  display: block;
}

.eegg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.eegg-modal__dialog {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 4vh 4vw;
}

.eegg-modal__stage {
  position: relative;
  width: min(900px, 92vw);
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

/* Close button inside video frame */
.eegg-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.eegg-modal__close:hover {
  background: rgba(0, 0, 0, 0.75);
}

/* Make sure overlay works with ScrollSmoother */
#smooth-wrapper .eegg-modal, #smooth-content .eegg-modal {
  position: fixed;
}

.content-block-wg-2 .grid-cols-2 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.poster-drag {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none; /* 🔑 critical for pointer events */
}

.poster-drag img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.poster-track {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.drag-hint {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column; /* stack */
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: white;
  font-size: 3rem; /* icon scale */
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  animation: drag-nudge 5s ease-in-out infinite;
  transition: opacity 0.3s ease;
}

.drag-icon {
  line-height: 0.5;
}

.drag-label {
  font-family: "Heading 56", sans-serif;
  font-size: 1rem; /* explicit override */
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 1;
  line-height: 0.25;
}

@keyframes drag-nudge {
  0% {
    transform: translateX(-15px);
  }
  25% {
    transform: translateX(15px);
  }
  50% {
    transform: translateX(-15px);
  }
  75% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}
.poster-drag.is-dragged .drag-hint {
  opacity: 0;
}

/*# sourceMappingURL=project.css.map */
