@font-face {
  font-family: Charlottenburg Classic;
  src: url('../fonts/Charlottenburg-Classic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-white: #fefefe;
  --base-black: #141414;
  --accent-main: #2a5d64;
  --celine-black: #222;
  --ttc-blue: #00a6ff;
  --celine-grey: #eaeaea;
  --alt: norman-variable, sans-serif;
  --desktop-horizontal-padding: 3rem;
  --celine-white: #f8f8f7;
  --celine-light: #5b5754;
  --celine-accent: #c8e7e7;
  --celine-grey-2: whitesmoke;
  --body-desktop: 24px;
  --celine-small: .875rem;
}

html {
  scroll-behavior: smooth;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--base-white);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: -1rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: 5rem;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: -21px;
  padding-top: .5rem;
  font-family: norman-variable, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--base-white);
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

.body {
  background-color: var(--base-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow-x: hidden;
}

.body.contact-page {
  justify-content: flex-start;
  align-items: center;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1630px;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.logo-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-container:active {
  background-color: var(--accent-main);
}

.logo-container:focus {
  border: 1px solid var(--base-white);
}

.logo-container.case-study {
  color: #222;
  text-decoration: none;
}

.dash-wrapper {
  transform-style: preserve-3d;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Charlottenburg Classic, Arial, sans-serif;
  font-size: 8rem;
  line-height: 2rem;
  transform: scale(.8)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.dash-wrapper.none {
  display: none;
}

.logo-wrapper {
  height: 100%;
  font-family: norman-variable, sans-serif;
  font-size: 4rem;
  line-height: 3rem;
  display: block;
}

.logo-wrapper.none {
  display: none;
}

.accent-text {
  letter-spacing: -1.5px;
  padding-top: 2rem;
  font-family: norman-variable, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
}

.nav-item-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-item-wrapper.title {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.link {
  color: var(--base-white);
  padding-left: .25rem;
  padding-right: .25rem;
  text-decoration: none;
}

.link:active {
  background-color: var(--accent-main);
}

.cta {
  border: 1.5px solid var(--base-white);
  background-color: #0000;
  border-radius: 8px;
  padding: .75rem 1rem;
  transition: background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.cta:hover {
  background-color: var(--accent-main);
}

.cta.hero {
  border-color: var(--accent-main);
  background-color: #2a5d641a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta.hero:hover {
  background-color: #2a5d6440;
}

.cta.get-in-touch {
  border-width: 3px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 3rem;
  line-height: 4rem;
}

.cta.contact-submit {
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cta.about-me {
  max-width: none;
}

.cta.case-study {
  background-color: var(--accent-main);
  color: var(--base-white);
}

.cta.case-study.ysl {
  background-color: #c9432f80;
}

.cta.ttc {
  background-color: var(--ttc-blue);
  border-radius: 2rem;
}

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

.underline {
  border-bottom: 1px solid var(--base-white);
  opacity: 0;
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: scale3d(0, 1, 1);
}

.underline.cta {
  border-width: 0 0 1.5px;
  width: 80%;
  padding: 0;
  bottom: 25%;
}

.underline.cta.shorter {
  width: 70%;
}

.underline.cta.shorter.contact {
  border-bottom-width: 2px;
}

.underline.cta.submit {
  width: 45%;
  bottom: 20%;
}

.underline.cta.case-study {
  width: 90%;
}

.underline.cta.hero {
  width: 40%;
  border-color: var(--base-white);
}

.nav-item-container {
  display: flex;
  position: relative;
}

.hero-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.hero-title.mobile {
  display: none;
}

.hero-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-cta-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 90%;
  padding: .5rem;
}

.hero-headshot {
  aspect-ratio: 1;
  border: 2px solid var(--base-white);
  box-shadow: 0 4px 8px 0 var(--base-black), inset 0 0 8px -3px var(--base-black);
  background-image: url('http://www.asaferrosenthal.com/images/hero-headshot.jpeg');
  background-position: -360px -180px;
  background-size: auto;
  border-radius: 7.5rem;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.koi {
  position: absolute;
  display: block;
  z-index: -1;
}

.hero-text-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 110%;
}

.hero-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 895px;
  height: 100vh;
  padding-top: 7.3rem;
  display: flex;
  position: relative;
}

.hero-text-container {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-container {
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 6.3rem;
  margin-top: 1rem;
  display: flex;
  position: fixed;
  top: 0%;
}

.header-container.case-study {
  background-color: var(--celine-grey);
  margin-top: 0;
  padding-top: .5rem;
  box-shadow: 0 1px 4px #00000040;
}

.nav-items {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.alt {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: norman-variable, sans-serif;
}

.alt.none {
  display: none;
}

.alt.projects-header {
  margin-top: 0;
}

.alt.cta-text.none {
  height: 0;
  display: none;
}

.hero-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.hero-text.none, .hero-text.mobile {
  display: none;
}

.scroll-link {
  z-index: 1;
  font-family: var(--alt);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  line-height: 4rem;
  display: flex;
}

.project-hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.project-hero.celine {
  width: 100%;
}

.project-sidebar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.project-sidebar.mobile {
  display: none;
}

.projects {
  z-index: 1;
  padding-right: var(--desktop-horizontal-padding);
  padding-left: var(--desktop-horizontal-padding);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  scroll-margin-top: 7.3rem;
  display: flex;
  position: relative;
}

.projects-container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  display: flex;
  position: relative;
}

.project-details-track {
  width: 40%;
  height: 300vh;
  position: relative;
}

.tag {
  border: 1.5px solid var(--base-white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 6rem;
  padding: .5rem .75rem;
  transition: box-shadow .2s;
  display: flex;
}

.tag:hover {
  box-shadow: 0 0 5px 2px var(--accent-main);
}

.sidebar-tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  list-style-type: none;
  display: none;
}

.sidebar-summary {
  text-align: center;
}

.next-project-track {
  z-index: 2;
  pointer-events: none;
  height: 300vh;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  right: 0;
}

.next-project-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 3rem;
  display: flex;
  position: sticky;
  top: 0;
}

.next-project-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1.5px solid var(--base-white);
  letter-spacing: .5px;
  padding-top: 3rem;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  width: 3.5rem;
  height: 3.5rem;
}

.about-me-container {
  z-index: 1;
  padding-right: var(--desktop-horizontal-padding);
  padding-left: var(--desktop-horizontal-padding);
  justify-content: space-between;
  align-items: center;
  max-width: 992px;
  height: 100vh;
  display: flex;
  position: relative;
}

.about-me {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  max-height: 100%;
  display: flex;
}

.headshot-wrapper {
  aspect-ratio: 1;
  width: 50%;
  padding: 2.5rem;
}

.headshot-wrapper.mobile {
  display: none;
}

.headshot {
  aspect-ratio: 1;
  border-radius: 100%;
  height: 100%;
  overflow: hidden;
}

.cta-container {
  z-index: 1;
  padding-right: var(--desktop-horizontal-padding);
  padding-left: var(--desktop-horizontal-padding);
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  margin-top: -12rem;
  display: flex;
  position: relative;
}

.footer {
  z-index: 1;
  padding-right: var(--desktop-horizontal-padding);
  padding-left: var(--desktop-horizontal-padding);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1630px;
  margin-bottom: 2rem;
  display: flex;
}

.footer.contact {
  margin-top: -6.3rem;
}

.footer.case-study {
  height: auto;
  padding-top: 2rem;
}

.footer._404 {
  position: fixed;
  bottom: 0;
}

.left-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
}

.copyright.mobile {
  display: none;
}

.footer-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.logo {
  width: auto;
  height: 4rem;
  overflow: hidden;
}

.logo.none {
  display: none;
}

.about-hero {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.main {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 7.3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.main.projects {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.main.about-me {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  max-width: 1215px;
  margin-bottom: 2rem;
  position: relative;
}

.main.case-study {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  margin-top: 6.3rem;
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.main.contact {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 1215px;
  position: relative;
}

.v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 50%;
}

.v-flex.wide {
  width: 70%;
}

.h-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.about-image {
  background-image: url('../images/about-me-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.about-image._2 {
  background-image: url('../images/about-me-2.webp');
  background-position: 50% 35%;
}

.about-image._3 {
  background-image: url('../images/about-me-3.webp');
}

.about-image.signature {
  background-image: url('../images/about-me-4.webp');
  width: 100%;
  height: 20rem;
}

.about-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-section._w-image {
  flex-flow: row;
  align-items: stretch;
}

.about-me-list {
  margin-bottom: 0;
  padding-left: 2.5rem;
}

.heading {
  text-align: left;
  margin-bottom: 0;
}

.signature {
  flex-flow: column;
  display: flex;
}

.signature-border {
  border-top: 1.5px solid var(--base-white);
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.projects-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1215px;
  display: flex;
}

.project {
  border-bottom: 1px solid var(--accent-main);
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding: 1.5rem 2.5rem;
  display: flex;
  position: relative;
}

.project:hover {
  box-shadow: 0 1px 10px 1px var(--accent-main);
  border-bottom-width: 0;
}

.project.last {
  margin-bottom: 30vh;
}

.project-title {
  text-align: right;
  letter-spacing: 3.5px;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.project-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.project-image {
  aspect-ratio: 3 / 2;
  background-image: url('../images/fim-hero-background_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 4px;
  height: 200px;
  margin-left: 4rem;
  margin-right: 4rem;
  padding: 1rem;
  position: relative;
}

.project-image.mobile {
  display: none;
}

.project-image.ysl {
  background-image: url('../images/ysl-project-hero.png');
  background-size: contain;
  border-radius: 8px;
}

.project-image.celine {
  background-image: url('../images/celine-project-hero.webp');
  background-size: contain;
  border-radius: 8px;
}

.project-image.ttc {
  background-image: url('../images/ttc-project-hero.webp');
  background-position: 50%;
}

.project-image.shapes-and-colours {
  background-image: url('../images/shapes-and-colours-project-hero.webp');
  background-size: cover;
}

.project-image.personal-website {
  background-image: url('../images/personal-website-project-hero.webp');
}

.contact-subtext {
  text-align: center;
}

.field-label {
  font-weight: 500;
}

.label-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.required {
  border: 1px solid var(--base-white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-size: .75rem;
  display: flex;
}

.ellipses-main {
  z-index: -1;
  width: 100%;
  height: 1789.33px;
  position: fixed;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.ellipse {
  background-color: var(--accent-main);
  filter: blur(500px);
  pointer-events: none;
  border-radius: 100%;
  width: 644px;
  height: 346.667px;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.ellipse._2 {
  top: 918px;
  left: 823px;
}

.ellipse._3 {
  width: 1000px;
  height: 280px;
  top: 2000px;
}

.ellipse._4 {
  width: 550px;
  height: 430px;
  top: 3750px;
  left: 627px;
}

.ellipse.secondary {
  filter: blur(120px);
  background-color: #2a5d64;
  width: 240px;
  height: 420px;
  top: 998px;
  left: 310px;
}

.ellipse.secondary._1 {
  filter: blur(100px);
  width: 220px;
  height: 140px;
  top: 545px;
  left: 437px;
}

.ellipse.secondary._2 {
  width: 300px;
  height: 180px;
  top: 85px;
  left: 896px;
}

.ellipse.secondary._3 {
  width: 320px;
  height: 260px;
  top: 1488px;
  left: 673px;
}

.ellipse.secondary._4 {
  width: 450px;
  height: 150px;
  top: 2132px;
  left: 209px;
}

.ellipse.secondary._5 {
  width: 300px;
  height: 280px;
  top: 2493px;
  left: 1166px;
}

.ellipse.secondary._6 {
  filter: blur(180px);
  width: 420px;
  top: 2965px;
  left: 208px;
}

.ellipse.hover {
  z-index: -1;
  filter: blur(40px);
  width: 144px;
  height: 48px;
  transform: translate(142px, 232px);
}

.ellipse.hover.projects {
  width: 40px;
  height: 88px;
  transform: translate(-7px, 178px);
}

.ellipse.hover.scroll-link {
  filter: blur(125px);
  width: 350px;
  height: 250px;
  transform: translate(-600px, 291px);
}

.ellipse.hover.project {
  width: 148px;
  height: 98px;
  top: -23px;
  transform: translate(30vw, -201px);
}

.ellipse.hover.next-project {
  filter: blur(50px);
  width: 105px;
  height: 160px;
  top: 46.5px;
  transform: translate(7px, -300px);
}

.ellipse.hover.about-me {
  width: 129px;
  height: 165px;
  top: -5px;
  transform: translate(40vw, -196px);
}

.ellipse.hover.contact {
  filter: blur(120px);
  width: 408px;
  height: 308px;
  top: -99px;
  transform: translate(-600px, 106px);
}

.ellipse.hover.logo {
  filter: blur(50px);
  width: 162px;
  height: 62px;
  transform: translate(510px, 20px);
}

.ellipse.hover.logo.footer {
  transform: translate(610px, 16px);
}

.ellipse.hover.submit {
  filter: blur(60px);
  width: 208px;
  height: 146px;
  transform: translate(600px, 100%);
}

.ellipse.hover.back-to-top {
  filter: blur(50px);
  width: 86px;
  height: 120px;
  transform: translate(-156px, -250px);
}

.ellipse.hover.footer-links {
  filter: blur(50px);
  transform: translate(-115px, -350px);
}

.ellipse._1 {
  top: -25px;
  left: -241px;
}

.ellipse.project-image {
  z-index: -1;
  aspect-ratio: auto;
  filter: blur(50px);
  width: 75%;
  height: 75%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  top: 10%;
  left: 10%;
}

.ellipse.project-image._2 {
  filter: blur(75px);
  width: 60%;
  height: 60%;
  top: 19%;
  left: 20%;
}

.main-home {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1215px;
  display: flex;
  position: relative;
}

.ellipses-secondary {
  z-index: -1;
  width: 100%;
  height: 3230.4px;
  position: fixed;
  top: 0;
}

.ellipse-wrapper {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 0%;
}

.ellipse-wrapper.scroll-link {
  position: absolute;
  bottom: 1rem;
  left: auto;
}

.ellipse-wrapper.hero {
  width: 100%;
  backdrop-filter: blur(10px);
}

.hero-title {
  margin-top: -1rem;
  font-size: 2rem;
  line-height: 4rem;
}

.sidebar-title {
  margin-bottom: 0;
  letter-spacing: 0.35px;
}

.foreground {
  z-index: 1;
  position: relative;
}

.project-progress {
  background-color: var(--accent-main);
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.project-visited {
  z-index: 1;
  border: 1px solid var(--accent-main);
  background-color: var(--base-black);
  border-radius: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: -.75rem;
  left: -.75rem;
  overflow: hidden;
}

.project-visited-fill {
  background-color: var(--accent-main);
  width: 100%;
  height: 0%;
}

.fashion-in-motion-square {
  opacity: 0;
  position: absolute;
}

.fashion-in-motion-square.dior {
  transform: translate(-55%, -75%);
}

.fashion-in-motion-square.moncler {
  transform: translate(30%, -30%);
}

.fashion-in-motion-square.gucci {
  transform: translate(-20%, 80%);
}

.fashion-in-motion-square.ysl {
  transform: translate(-95%, 45%);
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-wrapper.celine {
  aspect-ratio: 1325 / 847;
  color: var(--celine-white);
  justify-content: center;
  align-items: stretch;
  max-height: 70vh;
  box-shadow: 0 2px 5px -3px #0003;
}

.before-image {
  justify-content: center;
  align-items: center;
  position: absolute;
}

.after-image {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
}

.slider-handle {
  background-color: var(--base-white);
  cursor: ew-resize;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0%;
}

.project-hero-container {
  aspect-ratio: 3 / 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-hero-container.mobile {
  display: none;
}

.celine-label {
  background-color: var(--accent-main);
  border-radius: 8px;
  padding: .5rem 1rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  box-shadow: 0 0 5px #0003;
}

.celine-label.before {
  left: 1.5rem;
}

.ttc-project-image {
  width: 90%;
}

.ttc-project-image._2 {
  width: 40%;
}

.ttc-images-col {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.cta-text {
  z-index: 1;
  opacity: 1;
  max-width: 688px;
  min-height: 170px;
  position: relative;
}

.projects-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-track {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  display: flex;
}

.submit {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-body {
  background-color: var(--celine-white);
  color: var(--celine-black);
  font-family: Inter, sans-serif;
}

.h1-case-study {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}

.code-embed {
  display: flex;
}

.tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--celine-light);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: .875rem;
}

.case-study-tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.case-study-tags li::marker {
  content: none;
}

.case-study-tag {
  border: 1px solid var(--celine-light);
  border-radius: .25rem;
  padding: .25rem 1rem;
}

.case-study-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}

.case-study-light {
  color: var(--celine-light);
  text-align: center;
  font-size: .875rem;
}

.case-study-light.table {
  display: none;
}

.case-study-light.header {
  text-align: left;
}

.h2-case-study {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.case-study-section {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: 1330px;
  padding: 1.5rem 9rem;
  display: flex;
  position: relative;
}

.case-study-headers {
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
}

.h3-case-study {
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.table-header {
  border-bottom: 1px solid var(--celine-black);
  background-color: var(--celine-accent);
  font-weight: 600;
}

.table {
  border-top: 1px solid var(--celine-black);
  border-bottom: 1px solid var(--celine-black);
  align-items: stretch;
  box-shadow: 0 2px 5px #0003;
}

.table.celine-heuristic-table {
  background-color: var(--base-white);
  box-shadow: 0 2px 5px #0003;
}

.cell {
  width: 100%;
  padding: .5rem;
}

._2b-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem;
  box-shadow: inset 0 0 8px #0003;
}

._2b-secondary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

._2b-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2b-images-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

._3b-images {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  box-shadow: inset 0 0 7px #00000040;
}

._3b-images-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

._3b-image-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._3b-image {
  width: 100px;
  height: 100px;
}

._3b-image.mid {
  width: 200px;
}

._3c-images {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 2rem;
}

._3c-image-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 162px;
}

._3c-image-wrapper.and {
  width: 162px;
}

.comparisons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem .5rem;
  box-shadow: inset 0 0 7px #00000040;
}

.comparison {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.celine-cta {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  box-shadow: inset 0 0 7px #00000040;
}

.case-study-link {
  color: var(--celine-black);
}

.header-buttons {
  justify-content: space-around;
  align-items: stretch;
  padding: 1rem 2rem;
}

.section-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--celine-black);
  flex-flow: column;
  justify-content: space-around;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.table-content {
  border-top: 1px solid var(--celine-black);
  padding-left: 2rem;
  display: flex;
}

.section-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-around;
  padding-left: 1rem;
}

.section-content.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--celine-white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
}

.row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.heuristic-button {
  border: 1px solid var(--accent-main);
  color: var(--celine-black);
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
  box-shadow: 0 2px 4px #00000040;
}

.heuristic-button:hover {
  text-decoration: underline;
}

.heuristic-button.homepage {
  background-color: var(--accent-main);
  color: var(--celine-white);
}

.heuristic-label {
  width: 98px;
}

.footer-case-study {
  background-color: var(--celine-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-hero-image {
  box-shadow: 0 2px 5px #0003;
}

.case-study-hero-image.ttc {
  box-shadow: none;
  height: 100%;
}

.odd-section {
  background-color: var(--celine-grey-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._2b-image-top {
  max-height: 50vh;
  box-shadow: 0 2px 5px #0003;
}

.bottom-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.magic {
  text-align: center;
  width: 246px;
  font-family: EB Garamond, sans-serif;
  font-size: 1.25rem;
}

.section-button {
  border: 1px solid var(--accent-main);
  color: var(--celine-black);
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
  box-shadow: 0 2px 4px #00000040;
}

.section-button:hover {
  text-decoration: underline;
}

.section-button._1 {
  background-color: var(--accent-main);
  color: var(--celine-white);
}

.cta-hide {
  opacity: 1;
}

.cta-hide.none {
  height: 0;
  display: none;
}

.hamburger-menu {
  z-index: 1000;
  display: none;
  position: absolute;
  right: 3rem;
}

.hamburger-menu.case-study {
  display: block;
}

.nav-menu {
  z-index: 100;
  background-color: var(--celine-grey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: 100vh;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: right .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: fixed;
  top: 6.3rem;
  right: -100vw;
}

.nav-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.nav-links.case-study {
  list-style-type: decimal;
}

.nav-links.case-study.ttc {
  padding-left: 0;
  list-style-type: none;
}

.nav-overlay {
  z-index: 90;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  background-color: #0006;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s;
  position: fixed;
  top: 6.3rem;
  left: 0;
}

.hamburger {
  z-index: 1000;
  position: relative;
}

.menu-link {
  color: var(--celine-black);
  transition: all .2s;
}

.menu-link:hover {
  text-decoration: underline;
}

.nav-burger-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lettuce {
  background-color: var(--celine-black);
  border-radius: 20px;
  width: 100%;
  height: 3px;
}

.cta-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-wrapper.case-study-hero {
  position: absolute; 
}

.cta-wrapper.case-study-hero.ysl {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  min-width: 0;
}

.cta-wrapper.hamburger {
  width: auto;
  height: auto;
}

.transit-hero {
  position: relative;
}

.table-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.project-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  scroll-margin-top: 7.3rem;
  display: flex;
  position: relative;
}

section, #ttc-prototype {
  scroll-margin-top: 7.3rem;
}

.contact-page {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.wireframe-sketch {
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.wireframes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wireframes.ttc {
  width: auto;
  height: 45vh;
  margin-top: 0;
  margin-bottom: -1rem;
}

.wireframe {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.stylesheet-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.sketch {
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.stylesheet {
  background-color: var(--base-white);
  padding: .5rem;
  box-shadow: 0 2px 5px #0003;
}

.back-to-top {
  color: var(--celine-black);
}

.skip-to-main {
  border: 1.5px solid var(--base-white);
  background-color: var(--accent-main);
  border-radius: 8px;
  padding: .5rem 1rem;
  text-decoration: underline;
  transition: top .2s;
  position: absolute;
  top: -200%;
}

.skip-to-main:focus {
  z-index: 1000;
  top: 3rem;
}

.interview-sub {
  font-weight: 400;
  list-style-type: lower-alpha;
}

.interview-section {
  padding-top: 1rem;
  font-weight: 600;
}

.reflections {
  margin-left: 1rem;
  font-weight: 400;
}

.interview-sub-sub {
  list-style-type: lower-roman;
}

.ttc-image {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.sketches {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.sketches-list {
  margin-top: .5rem;
  margin-bottom: .5rem;
  list-style-type: decimal;
}

.sketches-sub {
  list-style-type: disc;
}

.transit-hero-background {
  z-index: 0;
  opacity: .73;
  filter: blur(.5rem);
  pointer-events: none;
  background-image: url('../images/transit-background-1.jpg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.back-to-top-wrapper {
  color: var(--base-black);
  position: absolute;
  right: 5rem;
}

.ttc-interview {
  border: 2px solid var(--ttc-blue);
  border-radius: 8px;
  max-height: 40vh;
  list-style-type: decimal;
  overflow: scroll;
}

.skip_link-wrapper {
  z-index: 1;
  color: #fff;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  margin-top: 6.3rem;
  margin-right: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: -10%;
  right: 0;
}

.skip_link-wrapper:hover {
  color: #141414;
  background-color: #fff;
}

.skip_link-wrapper:focus {
  top: 0%;
}

.skip_link-wrapper.w--current {
  transition: all .2s;
}

.skip_link-wrapper.w--current:hover {
  color: #141414;
  background-color: #fff;
}

.skip_link {
  margin-bottom: 0;
}

.footer-links-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: underline;
  display: flex;
}

.back-to-top-2 {
  color: inherit;
}

.left-container-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
}

.cta-slant {
  z-index: 0;
  background-color: #ede6dd;
  position: absolute;
  inset: 0%;
  transform: skew(13deg);
  box-shadow: 0 2px 5px #0003;
}

.cta-slant.hover {
  box-shadow: none;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #e0cdb4;
  transform: scale3d(0, 1, 1)skew(13deg);
}

.cta-slant.cta-footer {
  box-shadow: 0 2px 6px 2px #0003;
}

.cta-slant.cta-footer.ttc {
  background-color: var(--ttc-blue);
}

.cta-slant.cta-footer.case-study {
  background-color: var(--accent-main);
}

.dash-wrapper-2 {
  transform-style: preserve-3d;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 8rem;
  line-height: 2rem;
  transform: scale(.8)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.dash-wrapper-2.none {
  font-family: Charlottenburg Classic, Arial, sans-serif;
  display: none;
}

.logo-wrapper-2 {
  height: 100%;
  font-size: 4rem;
  line-height: 3rem;
}

.logo-wrapper-2.none {
  text-decoration: none;
  display: none;
}

.back-to-top-wrapper-2 {
  margin-right: 5rem;
  position: absolute;
  right: 0;
}

.logo-2 {
  width: auto;
  height: 4rem;
  font-family: norman-variable, sans-serif;
  text-decoration: none;
  overflow: hidden;
}

.disclaimer {
  background-color: #ede6dd;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  line-height: 1rem;
  display: flex;
}

.bottom-row-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  display: flex;
  position: relative;
}

.footer-container {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1630px;
  height: auto;
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.accent-text-2 {
  letter-spacing: -1.5px;
  padding-top: 2rem;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
}

.underline-2 {
  opacity: 0;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #333;
  width: 90%;
  height: 1px;
  position: relative;
  top: -4px;
  transform: scale3d(0, 1, 1);
}

.underline-2.shorter {
  width: 80%;
}

.underline-2.full {
  width: 100%;
}

.case-study-link-2 {
  color: #222;
}

.back-to-top-3 {
  color: inherit;
}

.top-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  display: flex;
  position: relative;
}

.project-description {
  text-align: right;
}

.h2-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-icon {
  width: 50px;
  height: 50px;
}

.ttc-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ttc-icon {
  width: 26px;
  height: 26px;
}

.hero-cta {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-cta.cta-footer {
  flex-flow: column;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta-text-case-study {
  z-index: 1;
  color: var(--base-white);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.cta-text-case-study.ttc {
  color: var(--base-white);
}

.footer-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #222;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 1.5rem;
}

.persona-image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ttc-sketch {
  max-height: 60vh;
}

.dynamic-islands {
  background-color: var(--base-black);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-height: 60vh;
  display: flex;
}

.dynamic-island {
  background-image: linear-gradient(0deg, #000005, #1c0864 49%, #9136c3 77%, #9f5aa7 95%);
  border-radius: 2rem;
  width: 45%;
  padding: 1rem;
}

.div-block {
  width: 50%;
}

.icons {
  background-color: var(--base-black);
  border-radius: 2rem;
  height: 45vh;
  padding: .5rem 1rem;
}

.image {
  height: 100%;
}

.ia {
  max-height: 40vh;
}

.ellipse-2 {
  filter: blur(500px);
  pointer-events: none;
  background-color: #2a5d64;
  border-radius: 100%;
  width: 644px;
  height: 346.667px;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.ellipse-2.hover {
  z-index: -1;
  filter: blur(40px);
  width: 144px;
  height: 48px;
  transform: translate(142px, 232px);
}

.ellipse-2.hover.footer-links {
  filter: blur(50px);
  transform: translate(-115px, -350px);
}

.project-scroll-anchor {
  z-index: -1;
  pointer-events: none;
  cursor: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 7.3rem;
}

.footer-link {
  padding-left: .25rem;
  padding-right: .25rem;
  display: block;
}

.footer-link:hover {
  font-style: italic;
}

.footer-link:active {
  background-color: var(--accent-main);
}

.game-link {
  padding-left: .25rem;
  padding-right: .25rem;
  text-decoration: underline;
}

.game-link:hover {
  font-style: italic;
}

.game-link:focus {
  border: 1px solid var(--base-white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility_page-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  height: 100vh;
  max-height: 100%;
  padding-top: 7.3rem;
  padding-bottom: 9rem;
  display: flex;
}

.utility_page-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-image {
  background-color: var(--base-white);
}

.utility_content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.utility-p._404-link {
  text-decoration: underline;
}

.utility-p._404-link:hover {
  font-style: italic;
}

.slant-line {
  z-index: 0;
  background-color: #ede6dd;
  width: 100%;
  height: 60%;
  position: absolute;
}

.slant-line.utility {
  z-index: -1;
  width: 40%;
  height: 20%;
  margin-left: -2rem;
  transform: skew(-13deg);
}

.h2-404 {
  margin-bottom: 0;
  padding-top: 0;
}

.wireframe-image {
  background-color: var(--base-white);
  box-shadow: 0 2px 10px -5px #0003;
}

._3c-image {
  box-shadow: 0 2px 5px #0003;
}

.celine-chat {
  background-color: var(--base-white);
  border-radius: 100rem;
  box-shadow: 0 2px 5px #0003;
}

._2b-image {
  box-shadow: 0 2px 5px -2px #0003;
}

.project-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.external-link-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fim-project-support-image {
  z-index: 100;
  background-image: url('../images/fim-hero-foreground_1.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.success-message, .error-message {
  background-color: var(--accent-main);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
}

.ysl-cta-container {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  position: absolute;
}

@media screen and (min-width: 1440px) {
  .footer.case-study {
    padding-left: 0;
    padding-right: 0;
  }

  .main.about-me {
    margin-bottom: 2rem;
  }

  .project-image.mobile {
    display: none;
  }

  .projects-track {
    display: flex;
  }

  .footer-case-study {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block.headshot {
    border-radius: 0%;
    width: 35%;
  }

  .hero-headshot {
    width: 100%;
  }

  .cta.about-me {
    width: 100%;
  }

  .hero-text-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-text.mobile {
    display: none;
  }

  .scroll-link {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .tag {
    width: auto;
  }

  .sidebar-tags {
    flex-flow: wrap;
    max-width: 100%;
    display: none;
  }

  .about-me-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    max-width: 100%;
  }

  .about-me {
    width: 50%;
  }

  .headshot-wrapper {
    width: 50%;
    height: auto;
    padding: 1rem;
  }

  .footer-links {
    flex-flow: wrap;
  }

  .main.about-me {
    width: 100%;
  }

  .project {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    min-height: 0;
  }

  .project-title {
    text-align: left;
    min-width: 19rem;
    max-width: none;
  }

  .project-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .project-image {
    display: none;
  }

  .ellipse.hover.logo.footer {
    transform: translate(570px, 16px);
  }

  .hero-title {
    line-height: 2.5rem;
  }

  .hero-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .project-hero-container {
    display: none;
  }

  .project-hero-container.mobile {
    display: block;
  }

  .cta-wrapper.hamburger {
    width: auto;
    height: auto;
  }

  .wireframes.ttc, .stylesheet-wrapper {
    height: auto;
  }

  .stylesheet {
    width: 100%;
    height: auto;
  }

  .skip_link-wrapper {
    top: -10%;
    left: -25%;
  }

  .skip_link-wrapper:focus {
    top: 0%;
    left: 0%;
  }

  .footer-links-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 15rem;
    position: static;
  }

  .cta-slant {
    transform: skew(4deg);
  }

  .cta-slant.cta-footer {
    background-color: #e0cdb4;
  }

  .disclaimer {
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .project-description {
    text-align: left;
  }

  .footer-cta {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .dynamic-island {
    width: 75%;
  }

  .icons {
    height: auto;
    max-height: 45vh;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .slant-line.utility {
    width: 64%;
  }
}

@media screen and (max-width: 767px) {
  .footer._404, .left-container {
    position: static;
  }

  .v-flex, .v-flex.wide {
    width: 100%;
  }

  .h-flex {
    flex-flow: column;
  }

  .about-image {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .project {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-bottom: 2rem;
  }

  .project-title {
    text-align: center;
    width: auto;
  }

  .project-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .ellipse.hover.logo.footer {
    transform: translate(147px, -124px);
  }

  .case-study-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .back-to-top-wrapper {
    position: static;
  }

  .top-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .project-description {
    text-align: center;
    width: auto;
  }

  .utility_page-wrapper {
    height: auto;
    margin-top: 7.3rem;
    padding-bottom: 7.3rem;
  }

  .slant-line.utility {
    width: 60%;
    height: 35%;
    margin-left: -1rem;
    transform: skew(-8deg);
  }

  .project-title-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {

  .koi {
    display: none;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .hero-headshot {
    background-position: -458px -240px;
  }

  .ellipse-wrapper.scroll-link {
    bottom: 3rem;
  }

  .hero-block {
    width: 100%;
  }

    .hero-block.headshot {
    width: 50%;
    max-width: 153.57px;
  }

.hero-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: auto;
}

  .nav-container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo-wrapper {
    font-size: 3rem;
  }

  .cta {
    text-align: center;
  }

  .cta.get-in-touch {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .cta.case-study {
    background-color: #2a5d64;
  }

  .cta.case-study.ysl {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #c9432f80;
  transition-property: all;
}

.cta.case-study.ysl:hover {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #c9432fb3;
}

  .hero-container {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .hero-text-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header-container {
    max-width: 100vw;
  }

  .header-container.case-study {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-items {
    display: none;
  }

  .hero-text {
    display: none;
  }

  .hero-text.mobile {
    display: block;
  }

  .scroll-link {
    font-size: 2rem;
  }

  .project-hero {
    width: 100%;
    height: auto;
  }

  .project-sidebar {
    width: auto;
    max-width: none;
    height: auto;
  }

  .project-sidebar.mobile {
    display: flex;
  }

  .projects {
    margin-top: 14rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .projects-container {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    width: auto;
  }

  .project-details-track {
    display: none;
  }

  .tag {
    min-width: 0;
  }

  .sidebar-tags {
    align-items: center;
    margin-bottom: 2rem;
  }

  .next-project-track {
    display: none;
  }

  .about-me-container {
    flex-flow: column;
    height: auto;
    padding-top: 7.3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-me {
    width: auto;
    max-width: none;
  }

  .headshot-wrapper {
    width: 80%;
    display: none;
  }

  .headshot-wrapper.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-container {
    height: 100dvh;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer.case-study {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer.home {
    height: 19rem;
    margin-top: -7.3rem;
  }

  .left-container {
    flex-flow: column;
  }

  .copyright {
    text-align: center;
  }

  .copyright.mobile {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .about-hero {
    padding-right: 0;
  }

  .main.projects {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .main.about-me {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .main.case-study {
    padding-top: 0;
  }

  .main.contact {
    padding-top: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden visible;
  }

  .v-flex {
    width: auto;
  }

  .v-flex.wide {
    width: 100%;
  }

  .h-flex {
    flex-flow: column;
  }

  .about-image {
    width: 100%;
    height: 150px;
  }

  .about-image._2 {
    height: 250px;
  }

  .about-image.signature {
    background-position: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading {
    font-size: 2rem;
    line-height: 3rem;
  }

  .projects-list {
    width: 100%;
  }

  .project {
    min-height: 0;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-title {
    min-width: 0;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .project-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .project-image {
    display: none;
  }

  .project-image.mobile {
    box-shadow: 0 0 50px -20px var(--accent-main);
    opacity: 100;
    width: 100%;
    height: auto;
    display: block;
  }

  .project-image.mobile.ttc {
    background-color: #0000;
    background-image: url('../images/hero-image.png');
  }

  .project-image.mobile.shapes-and-colours {
    background-image: url('../images/Screenshot-2025-04-11-at-4.24.35-PM.png');
    background-size: cover;
  }

  .project-image.mobile.personal-website {
    background-size: cover;
  }

  .project-image.ttc {
    background-image: url('../images/hero-image.png');
  }

  .project-image.shapes-and-colours {
    background-image: url('../images/Screenshot-2025-04-11-at-4.24.35-PM.png');
  }

  .ellipse {
    display: none;
  }

  .ellipse._2.intro {
    left: 101px;
  }

  .ellipse._4 {
    top: 32px;
    left: -140px;
  }

  .ellipse.secondary {
    display: block;
  }

  .ellipse.hover {
    filter: blur(60px);
  }

  .ellipse.hover.project {
    transform: translate(50px, -201px);
  }

  .ellipse.hover.about-me {
    transform: translate(60%, -196px);
  }

  .ellipse.hover.logo.footer {
    transform: translate(65px, 196px);
  }

  .ellipse.hover.submit {
    transform: translate(600px, -50px);
  }

  .ellipse._1.intro {
    left: -125px;
  }

  .ellipses-secondary {
    max-width: 100dvw;
  }

  .ellipse-wrapper.scroll-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-title {
    max-width: 310px;
    display: none;
  }

  .hero-title.mobile {
    display: block;
  }

  h1.hero-title.mobile {
    display: block;
  }

  .sidebar-title {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .fashion-in-motion-square.dior {
    transform: translate(-5%, -75%);
  }

  .fashion-in-motion-square.moncler {
    transform: translate(5%, -30%);
  }

  .fashion-in-motion-square.gucci {
    transform: translate(5%, 80%);
  }

  .fashion-in-motion-square.ysl {
    transform: translate(-5%, 45%);
  }

  .h1-case-study {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .tags {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .case-study-tags {
    flex-flow: wrap;
  }

  .case-study-light.table {
    border-top-width: 0;
    min-width: 0;
    display: block;
  }

  .case-study-section {
    max-width: 100vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .table {
    min-width: 27.5rem;
  }

  .table.celine-heuristic-table {
    min-width: 0;
  }

  .cell {
    display: flex;
  }

  ._3b-images-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._3c-images {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .celine-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-buttons.homepage {
    border-bottom: 1px solid var(--celine-black);
    border-right-width: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
  }

  .table-content {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-content.hero {
    padding-bottom: 1rem;
    padding-left: .5rem;
  }

  .heuristic-button {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bottom-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: .5rem;
  }

  .section-button {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu {
    display: block;
    right: 1.5rem;
  }

  .nav-menu {
    width: 80vw;
    height: 90vh;
  }

  .nav-menu.home {
    border: 2px solid var(--ttc-blue);
  }

  .nav-links {
    padding-left: 0;
    list-style-type: none;
  }

  .nav-links.case-study {
    padding-left: 1rem;
  }

  .lettuce {
    height: 1.5px;
  }

  .table-wrapper {
    flex-flow: column;
    display: flex;
    overflow-x: auto;
  }

  .dash {
    transform: scale(.7);
  }

  .ham-list-item {
    color: var(--base-black);
  }

  .project-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .wireframes {
    flex-flow: column;
  }

  .interview-sub {
    padding-left: 1.5rem;
  }

  .reflections {
    margin-left: .5rem;
  }

  .interview-sub-sub {
    padding-left: .75rem;
  }

  .sketches {
    flex-flow: column;
  }

  .sketches-sub {
    padding-left: 1rem;
  }

  .skip_link-wrapper:focus {
    top: 0%;
    left: 0%;
  }

  .skip_link-wrapper.w--current {
    top: -15%;
  }

  .skip_link-wrapper.w--current:focus {
    top: 0%;
    left: 0%;
  }

  .footer-links-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 60vw;
  }

  .left-container-2 {
    flex-flow: column;
    position: static;
  }

  .logo-wrapper-2 {
    font-size: 3rem;
  }

  .back-to-top-wrapper-2 {
    margin-right: 0;
    position: static;
  }

  .bottom-row-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: .5rem;
  }

  .footer-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-cta {
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cta-text-case-study {
    color: var(--celine-white);
  }

  .footer-cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .dynamic-island {
    width: 100%;
  }

  .ellipse-2.hover {
    filter: blur(60px);
  }

  .project-scroll-anchor {
    margin-top: -14rem;
  }

  .utility_page-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .utility-image {
    width: 20%;
  }

  .utility_content-container {
    justify-content: flex-start;
    align-items: center;
  }

  .utility-p {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slant-line.utility {
    width: 75%;
    height: 40%;
    margin-left: 0;
  }

  .external-link-icon {
    left: -100%;
    right: 0%;
  }

  .case-study-hamburger-item {
    padding-left: .5rem;
  }

}


@font-face {
  font-family: 'Charlottenburg Classic';
  src: url('../fonts/Charlottenburg-Classic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 390px) and (max-height: 700px) {
  .hero-text.mobile.w-embed {
    font-size: 1.8rem !important;
    line-height: 1.2em !important;
    word-break: break-word;
  }

  .hero-title.w-embed h1.hero-title {
    font-size: 1.5rem !important;
    line-height: 1.7rem !important;
    word-break: break-word;
  }
  .scroll-link {
    font-size: 1.4rem !important;
    line-height: 1.1em !important;
    word-break: break-word;
  }
}

/* ---------------------------------- */
/*      Celine Case Study Marquee    */
/* ---------------------------------- */

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid var(--celine-light);
  border-bottom: 1px solid var(--celine-light);
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
  will-change: transform;
}

.case-study-tag {
  white-space: nowrap;
  border: 1px solid var(--celine-light);
  border-radius: .25rem;
  padding: .25rem 1rem;
  font-size: var(--celine-small);
  color: var(--celine-light);
  transition: background-color 0.2s;
}

.case-study-tag:hover {
  background-color: var(--celine-accent);
  color: var(--celine-black);
}

/* Optional - reverse animation on hover */
.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

/* Fallback/GSAP-free animation option */
@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* You can enable this for non-GSAP fallback */
/*
.marquee-content {
  animation: marquee-scroll 30s linear infinite;
}
*/

.case-study-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
  align-items: flex-start;
}

.case-study-image-wrapper {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-study-text {
  flex: 1 1 45%;
  color: var(--celine-black);
  font-size: 1rem;
  line-height: 1.6rem;
}

.case-study-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.cta-wrapper.case-study-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width:18rem;
}

/* Optional breakpoint handling */
@media screen and (max-width: 768px) {
  .case-study-layout {
    flex-direction: column;
  }

  .cta-wrapper.case-study-hero {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }

  .case-study-text {
    width: 100%;
  }
}

/* Rolling tag section */
.rolling-tag-container {
  overflow: hidden;
  margin-top: 2rem;
  position: relative;
  width: 100%;
}

.rolling-tag-track {
  display: flex;
  gap: 1rem;
  animation: scrollTagsLoop 20s linear infinite;
  padding: 0.5rem 0;
}

@keyframes scrollTagsLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- YSL Case Study-related rules only --- */

.h3-case-study.ysl {
  text-align: center;
  font-weight: 700;
  font-style: italic;
}

.h2-case-study.ysl {
  text-align: center;
}

.ysl-runway-image {
  aspect-ratio: 2240 / 3360;
}

.ysl-runway-pairing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 12rem;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
}
.ysl-runway-pairing.genos {
  font-family: Genos, sans-serif;
}
.ysl-runway-pairing.cormorant-infant {
  font-family: Cormorant Infant, sans-serif;
}
.ysl-runway-pairing.italiana {
  font-family: Italiana, sans-serif;
}
.ysl-runway-pairing.cormorant-garamond {
  font-family: Cormorant Garamond, sans-serif;
}
.ysl-runway-pairing.quicksand {
  font-family: Quicksand, sans-serif;
}
.ysl-runway-pairing.be-vietnam-pro {
  font-family: Be Vietnam Pro, sans-serif;
}
.ysl-runway-pairing.rubik {
  font-family: Rubik, sans-serif;
}
.ysl-runway-pairing.jost {
  font-family: Jost, sans-serif;
}
.ysl-runway-pairing.eb-garamond {
  font-family: EB Garamond, sans-serif;
}
.ysl-runway {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}
.ysl-list {
  padding-left: 0;
  line-height: 1.35rem;
}
.ysl-list.colour {
  width: 50%;
}
.ysl-colour-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 38rem;
}
.ysl-colour {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}
.ysl-colour-header {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.ysl-colour-header.right {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}
.ysl-colour-header.bottom.mobile {
  display: none;
}
.ysl-colour-swatch {
  aspect-ratio: 1;
  width: 66%;
}
.ysl-colour-swatch.crimson-silk {
  background-color: #c9432f;
}
.ysl-colour-swatch.crimson-silk.mobile {
  display: none;
}
.ysl-colour-swatch.golden-saffron {
  background-color: #d3a326;
}
.ysl-colour-swatch.pistachio-veil {
  background-color: #d1e6d4;
}
.ysl-colour-swatch.pistachio-veil.mobile {
  display: none;
}
.ysl-colour-swatch.chambray-sky {
  background-color: #9cc3dc;
}
.ysl-colour-swatch.satin-sand {
  background-color: #c9a784;
}
.ysl-colour-swatch.satin-sand.mobile {
  display: none;
}
.ysl-colour-swatch.blush-taupe {
  background-color: #ab8f72;
}
.ysl-colour-swatch.olive-bronze {
  background-color: #705c2f;
}
.ysl-colour-swatch.olive-bronze.mobile {
  display: none;
}
.ysl-colour-swatch.suit-ink {
  background-color: #2b2e39;
}
.ysl-colour-swatch.claret-noir {
  background-color: #3d2330;
}
.ysl-colour-swatch.claret-noir.mobile {
  display: none;
}
.ysl-colour-swatch.royal-plum {
  background-color: #51335e;
}
.ysl-colour-swatch.rustwood {
  background-color: #7c4724;
}
.ysl-colour-swatch.rustwood.mobile {
  display: none;
}
.ysl-colour-swatch.dry-sage {
  background-color: #7a6f4d;
}
.ysl-colour-swatch.jade-mesh {
  background-color: #3b7d63;
}
.ysl-colour-swatch.jade-mesh.mobile {
  display: none;
}
.ysl-colour-swatch.satin-navy {
  background-color: #4d5e84;
}
.ysl-colour-swatch.rosewood-smoke {
  background-color: #713d49;
}
.ysl-colour-swatch.rosewood-smoke.mobile {
  display: none;
}
.ysl-colour-swatch.pressed-cotton {
  background-color: #d9d9e9;
}
.ysl-colour-group-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}
.ysl-colour-group-row.parent {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ysl-colour-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}
.h3-ysl {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media screen and (min-width: 1440px) {
  .case-study-section.ysl {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ysl-runway {
    max-width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .fashion-in-motion-square.ysl {
    transform: translate(-5%, 45%);
  }
  .ysl-colour-header {
    width: auto;
  }
  .ysl-colour-header.bottom {
    display: none;
  }
  .ysl-colour-header.bottom.mobile {
    display: block;
  }
  .ysl-colour-swatch {
    aspect-ratio: 1;
    width: 80%;
  }
  .ysl-colour-swatch.crimson-silk {
    display: none;
  }
  .ysl-colour-swatch.crimson-silk.mobile {
    display: block;
  }
  .ysl-colour-swatch.pistachio-veil {
    display: none;
  }
  .ysl-colour-swatch.pistachio-veil.mobile {
    display: block;
  }
  .ysl-colour-swatch.satin-sand {
    display: none;
  }
  .ysl-colour-swatch.satin-sand.mobile {
    display: block;
  }
  .ysl-colour-swatch.olive-bronze {
    display: none;
  }
  .ysl-colour-swatch.olive-bronze.mobile {
    display: block;
  }
  .ysl-colour-swatch.claret-noir {
    display: none;
  }
  .ysl-colour-swatch.claret-noir.mobile {
    display: block;
  }
  .ysl-colour-swatch.rustwood {
    display: none;
  }
  .ysl-colour-swatch.rustwood.mobile {
    display: block;
  }
  .ysl-colour-swatch.jade-mesh {
    display: none;
  }
  .ysl-colour-swatch.jade-mesh.mobile {
    display: block;
  }
  .ysl-colour-swatch.rosewood-smoke {
    display: none;
  }
  .ysl-colour-swatch.rosewood-smoke.mobile {
    display: block;
  }
  .ysl-colour-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
}
