
@font-face {
  font-family: 'Akira Expanded Demo';
  src: url('fonts/Akira Expanded Demo.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Argent CF';
  src: url('fonts/ArgentCF-Bold.ttf') format('opentype');
  font-weight: thin;
  color: white;
}

@font-face {
  font-family: 'Akira Bold';
  src: url('fonts/Akira Bold.otf') format('opentype');
  font-weight: thin;
}

@font-face {
  font-family: 'Argent CF2';
  src: url('fonts/ArgentCF-Thin.ttf') format('opentype');
  font-weight: thin;
  color: white;
}

body {
    min-height: 300vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.regular_font{
  font-family: 'Akira Expanded Demo';
}

.thin_font{
  font-family: 'Argent CF2';
}

.akira-thin{
  font-family: 'Akira Bold';
}

.transform-font{
  transform: scale(1, 1.2);
}

.img-logo {
  size: 2vw;
  color: #ffffff;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  #display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 70px;
}

.img-bg {
  background-color: #f8f9f3;
  top: 0;
  left: 0;
  opacity: 100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: repeat-y;
  user-select: none;
 }

.img-main {
  width: 20%;
  position: relative;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 150px;
  max-width: 700px;
  border-radius: 5px;

 }

.sample-grid {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, minmax(300px, 0.7fr));
    gap: 50px;
    padding: 100px 20px;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}

.inspo-grid {
    z-index: 1;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 90px;
    display: grid;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
}

.video-container {
  position: relative;
  width: 70%;
  padding-bottom: 75%;
  height: 100%;
}


@media (min-width: 1400px) {
    .inspo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        max-width: 1600px;
        margin: 20px auto;
    }

    .inspo-box {
        height: 250px;
    }

    .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 80.25%;
      height: 100%;
    }
}

/* Grands écrans (1024px à 1399px) */
@media (min-width: 1024px) and (max-width: 1399px) {
    .inspo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 1200px;
        margin: 20px auto;
    }

    .inspo-box {
        height: 220px;

    }

    .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 80.25%;
      height: 100%;
    }
}

/* Écrans moyens (768px à 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .inspo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin: 20px 15px;
    }

    .inspo-box {
        height: 200px;
        max-width: none;
    }
}

/* Petits écrans (481px à 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .inspo-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin: 15px 10px;
    }

    .inspo-box {
        height: 180px;
        border-radius: 15px;
    }

    .img-inspo {
        width: 90%;
        border-radius: 15px;
        position: relative;
    }

    .virtuous-container {
        width: 130%;
        border-radius: 15px;
        position: relative;
    }

    .marquee {
    white-space: nowrap;
    margin-left: 60px;
    margin-right: 100px;
    }

}

/* Très petits écrans (jusqu'à 480px) */
@media (max-width: 480px) {
    .inspo-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 10px 5px;
    }

    .inspo-box {
        height: 200px;
        max-width: 280px;
        border-radius: 15px;
    }

    .img-inspo {
        width: 80%;
        border-radius: 15px;
    }

    .virtuous-container {
        width: 120%;
        border-radius: 15px;
    }

}

/* Responsive pour les iframes YouTube */
@media (max-width: 1399px) {
    .inspo-box iframe {
        width: 200%;
        height: 230px;
    }
}

@media (max-width: 767px) {
    .inspo-box iframe {
        width: 200%;
        height: 230px;
    }
}

@media (max-width: 480px) {
    .inspo-box iframe {
        width: 200%;
        height: 230px;
    }
}


/* Responsive pour les sample-box */
@media (max-width: 767px) {
    .sample-box {
        padding: 10px;
    }

    .img-sample2 {
        width: 100%;
        margin-left: 5px;
        margin-top: 5px;
    }

    .track-title {
        font-size: 2.5vmax;
        padding: 0.6rem 1rem;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .btn-listen,
    .btn-purchase {
        font-size: 0.6rem;
        padding: 0.6rem 1rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .track-title {
        font-size: 3.5vmax;
        padding: 0.5rem 0.8rem;
    }

    .btn-listen,
    .btn-purchase {
        font-size: 0.55rem;
        padding: 0.5rem 0.8rem;
        margin-bottom: 10px;
    }
}

/* Ajustements pour les classes de transformation */
@media (max-width: 767px) {
    .trfm2 {
        transform: translateX(20px);
    }

    .trfm6 {
        transform: translateX(-20px);
    }

    .mgin2 {
        margin-left: 90px;
    }

    .mgin3 {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.inspo-box {
    will-change: transform;
    justify-content: center;
    margin-bottom: 10px;
    width: 300px;
    height: 300px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
}

.img-inspo {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
 }

.img-inspo2 {
  width: 150%;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 20px;
 }

.virtuous-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.1s ease;
}

.virtuous-container:hover {
    transform: scale(1.02);
        }


.parallax-left{
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: transform 0.1s ease-out;
}

.parallax-center {
            position: relative;
            top: 20px;
            right: 20px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
}

.parallax-right {
            position: relative;
            top: 20px;
            left: 20px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
}


@media media="(min-width: 1024px)" {
    .an {
        padding-bottom: 180px;
    }
}

@media="(min-width: 1024px)" {
    .am {
        padding-top: 80px;
    }
}

.img-sample {
  width: 100%;
  position: relative;
  display: block;
  justify-content: center;
  rotate: -3deg;
  margin-left: 10px;
  margin-top: 10px;
 }

.img-sample2 {
  width: 100%;
  position: relative;
  display: block;
  justify-content: center;
  rotate: -3deg;
  margin-left: 10px;
  margin-top: 10px;
 }

.sample-box {
    text-align: center;
    margin-bottom: 10px;
}

.vinyl-wrapper {
    width: 180px;
    height: 160px;
    border-radius: none;
    overflow: hidden;
    background: transparent;
    margin: 0 auto 0px;
    cursor: pointer;
}

@media (max-width: 900px) {
      .sample-grid {
        grid-template-columns: none;
      }

      .vinyl-wrapper {
        width: 160px;
        height: 130px;
        margin: 0 auto 20px;
      }

      .img-sample {
        width: 100%;
        height: 100%;
        margin: 0 auto;
      }
    }

@media screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6, p, span, div, ul, ol, li, a, button, input, select, option, label, legend, textarea, small {
        font-family: 'Argent CF2', !important;
    }
}

.go_up{
    margin-bottom: 90px;
 }

.go_down{
    margin-top: 250px;
 }

.go_right{
    margin-left: 250px;
 }

.go_left{
    margin-right: 250px;
 }

.z2 {
    z-index: 2;
}


.reduce{
  font-size: 80%;
}

.links {
  margin-top:250px;
 }

.text-center {
  text-align: center;
  color: white;
}

.text-title {
  position: absolute;
  color:black;
  text-align: center;
  font-size: 4.2vmax;
  color: #111111;
  font-family: 'Argent CF';
  margin-top: 10px;
  bottom: -9.4rem
}

.text-title2 {
  position: absolute;
  color:black;
  text-align: center;
  font-size: 4vmax;
  color: #111111;
  font-family: 'Argent CF';
  margin-top: 10px;
  bottom: -17.4rem
}

.text-title3 {
  position: absolute;
  color:black;
  text-align: center;
  font-size: 4vmax;
  color: #111111;
  font-family: 'Argent CF';
  margin-top: 10px;
  bottom: -6.4rem
}

.track-title {
  position: relative;
  font-size: 1.5vmax;
  color: black;
  border-radius: 1px;
  letter-spacing: 1.5px;
  margin-top:10px;
  margin-bottom:15px;
  font-family: 'Argent CF2';
  text-align:center;
  padding: 0.8rem 1.3rem;
}

.text-principal {
  color: #111111;
  font-size: 1.5vmax;
  font-family: 'Akira Expanded Demo', serif;
  color:black;
  text-align: left;
  margin-top: 20px;
}

.text-principal3 {
  color: #111111;
  font-size: 0.7vmax;
  font-family: 'Times New Roman';
  color:black;
  font-style: italic;
  text-align: left;
  margin-left:40px;
  list-style-type: '-';
  margin-top: 20px;
  margin-bottom: 40px;
  transform: scale(1, 1.2);
  letter-spacing: 0.8px;
}

.text-filive {
  color: black;
  font-size: 11.2px;
  font-family: 'Argent CF2';
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 10px;
}
/* use this one to move from left to right direction */
@keyframes move-left-to-right {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(200%);
    }
}

.virtuous-text {
    color: white;
    font-size: 0.7rem;
    font-family: "Argent CF2";
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
        }

.overlay:hover .virtuous-text {
    transform: scale(1.05);
        }

.eletext5 {
  animation: 5.2s fadeIn;
  animation-fill-mode: forwards;

  visibility: hidden;
}

@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }

}

.eletext10 {
  animation: 10.7s fadeIn;
  animation-fill-mode: forwards;

  visibility: hidden;
}




.btn-menu {
  z-index: 2;
  position: relative;
  font-size: 3vmax;
  color: black;
  border-radius: 1px;
  letter-spacing: 1px;
  font-family: 'Argent CF2';
  margin-top: 200px;
  cursor: pointer;
}

.btn-menu:hover {
  color:#7d796b;
  opacity:50%;
  text-decoration: none;
}


.btn-code {
position: relative;
font-size: 0.7rem;
padding: 1.1rem 1.1rem;
border: 1px solid black;
color: black;
border-radius: 16px ;
letter-spacing: 1.5px;
font-family: 'Argent CF2';
display: inline-block;
outline: none;
cursor: pointer;
line-height: 1;
white-space: normal;
text-align: center;
margin-top: 50px;
}

.btn-code:hover {
  color: #ffffff;
  background-color: #f7f7f7;
  border-color: #606060;
}


.btn-listen {
  position: relative;
  color: #1b1e21;
  font-size: 0.7rem;
  padding: 0.8rem 1.3rem;
  border: 1px solid lightgrey;
  border-radius: 10px;
  letter-spacing: 1.5px;
  font-family: 'Argent CF2';
  text-align: center;
  margin-top: none;
  margin-bottom: 30px;
  background-color: white;
  opacity: 97%;
}

.btn-listen:hover {
  color: #7d796b;
  background-color: #f7f7f7;
  border-color: #ffffff;
}


.btn-purchase {
  position: relative;
  color: #1b1e21;
  font-size: 0.7rem;
  padding: 0.8rem 1.3rem;
  border: 1px solid lightgrey;
  border-radius: 10px;
  letter-spacing: 1.5px;
  font-family: 'Argent CF2';
  text-align: center;
  margin-top: none;
  margin-bottom: 30px;
  background-color: white;
  opacity: 97%;
}

.btn-purchase:hover {
  color: #7d796b;
  background-color: #f7f7f7;
  border-color: #ffffff;
}

.btn-download {
  position: relative;
  color: #111111;
  font-size: 0.9rem;
  padding: 0.8rem 1.3rem;
  border: 1px solid lightgrey;
  color: black;
  border-radius: 10px;
  letter-spacing: 1.5px;
  font-family: 'Argent CF2';
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.btn-download:hover {
  color: #7d796b;
  background-color: #f7f7f7;
  border-color: #ffffff;
}


#button:active {
  padding: 1.1rem 1.1rem;
  font-size: 3rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  margin: 50px;
    align-items: center;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
        }

.virtuous-container:hover .overlay {
    opacity: 1;
        }

.marquee-section {
  position: absolute;
  min-height: 72px;
  text-align: right;
}

.marquee-section, .marquee-section * {
    overflow: hidden;
}

.marquee-div {
    display:block;
    position: relative;
    animation-duration: infinite;
    animation: move-left-to-right linear 16s infinite;
}

.marquee-div2 {
    display:inline-block;
    position: relative;
    animation-duration: infinite;
    animation: move-left-to-right linear 16s infinite;
    animation-delay: 5.2s;
}

.marquee-div3 {
    display:inline-block;
    position: relative;
    animation-duration: infinite;
    animation: move-left-to-right linear 16s infinite;
    animation-delay: 10.7s;
}

.marquee {
    white-space: nowrap;
    margin-left: 0px;
    margin-right: 100px;
}

.jc {
    justify-content: center;
}

.us {
    user-select: none;
}

.mtop > * + * {
    margin-top: 10px
}

.flx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.grw {
    flex-grow: 0;
}

.ali {
    -webkit-align-items: center;
    -ms-flex-item-align-items: center;
    -ms-grid-row-align-items: center;
    align-items: center;
}

.ali2 {
     -webkit-align-items: flex-end;
     -ms-flex-item-align-items: end;
     align-items: flex-end
}

.ali3 {
    -webkit-align-items: flex-start;
    -ms-flex-item-align-items: start;
    align-items: flex-start
}

.trfm {
    -webkit-transform: translateX(-19px);
    -moz-transform: translateX(-19px);
    -ms-transform: translateX(-19px);
    transform: translateX(-19px)
}

.trfm2 {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

.trfm3 {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px)
}

.trfm4 {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.trfm5 {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px)
}

.trfm6 {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px)
}

.maxw {
    max-width:50px;
}

.maxw1 {
    max-width:200px;
}

.maxw2 {
    max-width:200px;
}

.maxw3 {
    max-width:300px;
}

.maxw4 {
    max-width:350px;
}

.maxw5 {
    max-width:400px;
}

.posre {
    position: relative;
}

.mgin {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.mgin2 {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 90px;
}

.mgin3 {
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: 20px;
}

.mgin4 {
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}


element.style {
    will-change: transform;
    transform: translateY(100%);
}

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

.pad {
    padding:20px;
}

.opaque {
    opacity: 80%;
    filter: blur(0.1px);
}

.opaque2 {
    opacity: 10%;
    filter: blur(0.1px);
}

.opaque3 {
    opacity: 5%;
    filter: blur(0.1px);
}


/** Variables **/

:root {
  --color-background: #cbd5e1;
  --color-background-alt: #64748b;
  --color-border-active: #64748b;
  --color-border-default: #94a3b8;
  --color-highlight: #cbd5e1;
  --color-primary: #1e293b;
  --color-primary-active: #090f1d;
  --color-text-default: #0f172a;
  --color-text-muted: #475569;

  --font-family-body: "Work Sans", system-ui, sans-serif;
  --font-family-display: "IBM Plex Serif", system-ui, sans-serif;
}

/** Contact form **/

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

* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-family-body);
  font-optical-sizing: auto;
  font-style: normal;
}

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

[type="checkbox"],
[type="radio"],
[type="range"] {
  appearance: none;
  flex-shrink: 0;
  padding: 0;
  user-select: none;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="range"]:focus {
  outline: none;
}

/** Components **/

.fs-form {
  display: grid;
  row-gap: 1.5rem;
  margin-top: 50px;
  margin-left: 15px;
}

.fs-form:where(.fs-layout__2-column) {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

fieldset {
  display: grid;
  margin: 1.5rem 0;
  row-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) fieldset {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
}

.fs-fieldset-title {
  color: var(--color-text-default);
  font-family: 'Argent CF2';
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  grid-column: 1 / -1;
}

.fs-field {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.fs-label {
  color: var(--color-text-default);
  display: block;
  font-family: 'Argent CF2';
  font-size: 1.175rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: left;
}

.fs-description {
  color: var(--color-text-muted);
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fs-button-group {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) .fs-button-group {
  grid-column: 1 / -1;
}

.fs-button {
  font-family: 'Argent CF2';
  letter-spacing: 1.5px;
  border: 1px solid lightgrey;
  background-color: black;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 1rem 2rem;
  transition-duration: 200ms;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.fs-button:hover {
  background-color: var(--color-primary-active);
  border-color: #ffffff;
  opacity: 60%;
  transition: 0.3s ease;
}

.fs-button:focus-visible {
  background-color: var(--color-primary-active);
  outline: 3px solid var(--color-highlight);
}

.fs-input,
.fs-select {
  appearance: none;
  border-radius: 0.125rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: var(--color-text-default);
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1.5rem;
  outline: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.fs-input:focus-visible,
.fs-select:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-input::placeholder {
  color: var(--color-text-muted);
}

.fs-checkbox-group,
.fs-radio-group {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.fs-checkbox-field,
.fs-radio-field {
  column-gap: 0.5rem;
  display: flex;
}

:is(.fs-checkbox-field, .fs-radio-field) .fs-label + .fs-description {
  margin-top: 0.125rem;
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
  align-items: center;
  display: flex;
  height: 1.25rem;
}

.fs-checkbox,
.fs-radio {
  background-color: #fff;
  border: 1px solid var(--color-text-default);
  height: 1rem;
  width: 1rem;
}

.fs-checkbox {
  border-radius: 0.25rem;
}

.fs-radio {
  border-radius: 100%;
}

.fs-checkbox:checked,
.fs-radio:checked {
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.fs-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.fs-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.fs-checkbox:focus-visible,
.fs-radio:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-select {
  background-color: #fff;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.fs-slider {
  background: transparent;
  cursor: pointer;
  height: 1.25rem;
  width: 100%;
}

.fs-slider::-moz-range-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-webkit-slider-runnable-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-moz-range-thumb {
  background-color: var(--color-primary);
  border: none; /* Removes extra border that FF applies */
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
}

.fs-slider::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 1.25rem;
  margin-top: -0.375rem; /* Centers thumb on the track */
  width: 1.25rem;
}

.fs-slider:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-slider:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-switch {
  background-color: var(--color-background-alt);
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 1.5rem;
  transition-duration: 200ms;
  transition-property: background-color, background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 2.75rem;
}

.fs-switch:checked {
  background-color: var(--color-primary);
  background-position: right center;
}

.fs-switch:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea {
  appearance: none;
  border-radius: 0.125rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1.5rem;
  outline: none;
  padding: 0.5rem 0.75rem;
  resize: vertical;
}

.fs-textarea:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}

/** Utilities **/

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

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}

.slider-label-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.25rem;
}

.slider-label-text {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-align: center;
  white-space: nowrap;
}