/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: PP Radio Grotesk, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

  h1 {
  font-size: calc(18.6px + 3.45vw);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

  @media (min-width: 1200px) {

  h1 {
    font-size: 60px;
  }
}

  h2 {
  font-size: calc(17.4px + 2.55vw);
}

  @media (min-width: 1200px) {

  h2 {
    font-size: 48px;
  }
}

  @media (min-width: 640px) {

  h2 {
    font-size: calc(18.6px + 3.45vw);
  }

  @media (min-width: 1200px) {

    h2 {
      font-size: 60px;
    }
  }
}

  h2 {
  line-height: 1.1;
  margin-bottom: 1rem;
}

  h3 {
  font-size: calc(17.4px + 2.55vw);
  font-weight: 400;
  line-height: 1.25;
}

  @media (min-width: 1200px) {

  h3 {
    font-size: 48px;
  }
}

  h4 {
  font-size: calc(16.2px + 1.65vw);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}

  @media (min-width: 1200px) {

  h4 {
    font-size: 36px;
  }
}

  @media (min-width: 768px) {

  h4 {
    margin-bottom: 1.5rem;
  }
}

  h5 {
  font-size: calc(15.8px + 1.35vw);
  font-weight: 400;
  line-height: 1.25;
}

  @media (min-width: 1200px) {

  h5 {
    font-size: 32px;
  }
}

  p {
  font-size: calc(16.2px + 1.65vw);
  margin-bottom: 1rem;
}

  @media (min-width: 1200px) {

  p {
    font-size: 36px;
  }
}

  header {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 243 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

  @media (min-width: 1440px) {

  header {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
section#intro-wrapper {
  margin-bottom: 2.5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {

  section#intro-wrapper {
    margin-bottom: 5rem;
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {

  section#intro-wrapper {
    margin-bottom: 10rem;
    margin-top: 6rem;
  }
}
/* img.gallery {
    @apply w-full transition-transform duration-700 hover:scale-110;
    
    transition: transform .7s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s;
  } */
h1#intro-heading {
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 640px) {

  h1#intro-heading {
    text-align: center;
  }
}
@media (min-width: 768px) {

  h1#intro-heading {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {

  h1#intro-heading {
    margin-bottom: 3rem;
  }
}
div#intro-copy {
    /* @apply text-2xl font-medium leading-normal mb-16 md:mb-32 lg:mb-40; */
  }
div#intro-asset {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {

  div#intro-asset {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1024px) {

  div#intro-asset {
    margin-bottom: 10rem;
  }
}
article#project > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {

  article#project > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  article#project > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1440px) {

  article#project > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }
}
div#metadata {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

  div#metadata {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  div#metadata {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  div#metadata {
    max-width: 1024px;
  }
}
@media (min-width: 1440px) {

  div#metadata {
    max-width: 1440px;
  }
}
div#metadata {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {

  div#metadata {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {

  div#metadata {
    margin-bottom: 6rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1440px) {

  div#metadata {
    margin-bottom: 8rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
div#metadata div p {
  margin-bottom: 0px;
  font-size: calc(14.6px + 0.45vw);
}
@media (min-width: 1200px) {

  div#metadata div p {
    font-size: 20px;
  }
}
div#metadata div p.label {
  font-weight: 700;
}
div.text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

  div.text {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  div.text {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  div.text {
    max-width: 1024px;
  }
}
@media (min-width: 1440px) {

  div.text {
    max-width: 1440px;
  }
}
div.text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {

  div.text {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {

  div.text {
    margin-bottom: 6rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1440px) {

  div.text {
    margin-bottom: 8rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.project-combined div.asset {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}
.device_phone {
  display: inline-block;
  overflow: hidden;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 4vw;
  border-width: 1vw;
}
@media (min-width: 768px) {

  .device_phone {
    border-radius: 4vw;
    border-width: 1vw;
  }
}
@media (min-width: 1024px) {

  .device_phone {
    border-radius: 2.5vw;
    border-width: 0.75vw;
  }
}
@media (min-width: 1440px) {

  .device_phone {
    border-radius: 2.5vw;
    border-width: 0.6vw;
  }
}
section#next {
  margin-top: 14rem;
}
@media (min-width: 768px) {

  section#next {
    margin-top: 18rem;
  }
}
@media (min-width: 1024px) {

  section#next {
    margin-top: 20rem;
  }
}
h2#title-next {
  margin-bottom: 1rem;
  text-align: center;
  font-size: calc(22.2px + 6.15vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {

  h2#title-next {
    font-size: 96px;
  }
}
@media (min-width: 768px) {

  h2#title-next {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {

  h2#title-next {
    margin-bottom: 3rem;
  }
}
section#next div.text {
  margin-bottom: 0px;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-auto {
  height: auto;
}
.w-10 {
  width: 2.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-48 {
  width: 12rem;
}
.w-80 {
  width: 20rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-auto {
  flex-basis: auto;
}
.-translate-x-7 {
  --tw-translate-x: -1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.bg-canvas {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 243 / var(--tw-bg-opacity));
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\!pl-6 {
  padding-left: 1.5rem !important;
}
.\!pr-6 {
  padding-right: 1.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-base {
  font-size: calc(14.6px + 0.45vw);
}
@media (min-width: 1200px) {

  .text-base {
    font-size: 20px;
  }
}
.text-xl {
  font-size: calc(15.4px + 1.05vw);
}
@media (min-width: 1200px) {

  .text-xl {
    font-size: 28px;
  }
}
.leading-tight {
  line-height: 1.25;
}
.underline {
  text-decoration-line: underline;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/**********************
FONT DECLARATIONS
***********************/

@font-face {
  font-family: 'PP Radio Grotesk';
  src: url('/assets/fonts/ppradiogrotesk-regular-webfont.woff2') format('woff2'),
       url('/assets/fonts/ppradiogrotesk-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PP Radio Grotesk';
  src: url('/assets/fonts/ppradiogrotesk-bold-webfont.woff2') format('woff2'),
       url('/assets/fonts/ppradiogrotesk-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: bold;
}

/**********************
BASE
***********************/

/**********************
COMPONENTS
***********************/

/**********************
MISC
***********************/

header {
  opacity: 0;
}

div.device_phone {
  -webkit-transform: translateZ(0);
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #FAF8F3;
  font-weight: normal;
}

header li,
footer li,
div.meta div div {
  font-size: calc(14.6px + 0.45vw);
}

@media (min-width: 1200px) {

  header li,
footer li,
div.meta div div {
    font-size: 20px;
  }
}

.bg-assets {
  justify-content: center;
  display: flex;
}

#intro #wrapper {
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

h1#intro-title {
  /* font-size: clamp(2.375rem, -0.2522rem + 12.7381vw, 7rem); */
  font-size: clamp(2.75rem, 0.9167rem + 8.1481vw, 6.875rem);
  
  /* @apply text-[40px];
  @apply sm:text-[80px];
  @apply md:text-[90px];
  @apply lg:text-[180px]; */

  overflow: hidden;

  line-height: 0.9;
}

div#intro-copy p {
  /* position: fixed; */
  /* top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%); */
  /* opacity: 0; */
  /* max-width: 900px; */

  /* font-size: clamp(1.75rem, 0.6613rem + 5.0786vw, 3rem); */
  font-size: clamp(1.25rem, 0.4167rem + 3.7037vw, 3.125rem);

  /* @apply text-[28px];
  @apply sm:text-[36px];
  @apply md:text-[45px];
  @apply lg:text-[60px]; */
}

.split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
}

/**********************
"Change background on scroll" transitions
**********************/

body {
  transition: background .3s linear;
}

header li, p, div#metadata div div, h4 {
  /* transition: color .3s linear; */
}

div#metadata div div a {
  transition: border .3s linear;
}

header {
  transition: background .3s linear, top 300ms linear;
}

/**********************
LAZY LOADING
***********************/

img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity .5s linear .5s;
}


img.gallery {
  width: 100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}


img.gallery:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


img.gallery { 
  transition: transform .25s ease, opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

/**********************
SCROLLOUT
***********************/

[data-scroll] {
  transition: opacity .5s;
}
[data-scroll="in"] {
  opacity: 1;
}
[data-scroll="out"] {
  opacity: 0;
}
@media (min-width: 1440px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1440px) {

    .xl\:container {
      max-width: 1440px;
    }
  }
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:\!pr-12 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:-left-0 {
    left: -0px;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-\[100px_auto\] {
    grid-template-columns: 100px auto;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .md\:\!pr-24 {
    padding-right: 6rem !important;
  }
}
@media (min-width: 1024px) {

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:w-\[1100px\] {
    width: 1100px;
  }

  .lg\:w-\[1170px\] {
    width: 1170px;
  }

  .lg\:w-\[290px\] {
    width: 290px;
  }

  .lg\:w-\[690px\] {
    width: 690px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:text-3xl {
    font-size: calc(16.2px + 1.65vw);
  }

  @media (min-width: 1200px) {

    .lg\:text-3xl {
      font-size: 36px;
    }
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:w-\[1100px\] {
    width: 1100px;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:text-\[42px\] {
    font-size: 42px;
  }
}