* {
    margin: 0;
    padding: 0;
    border: 0px;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    font-family: 'UniversLight', sans-serif;
    color: #000000;
    font-size: 3.96vw;
    text-align: left;
    padding-top: 11.46vw;
    overflow-x: hidden;
    max-width: 100%;
}

img {
    display: block;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.title {
    font-family: 'PopOT', 'monospace';
    text-align: center;
    font-size: 5.21vw;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    line-height: 1.1em;
}

#header {
    display: flex;
    flex-direction: row;    
    line-height: 1em;    
    margin-bottom: 7.92vw;
    z-index: 9001;
  position: sticky;
  top: 3.13vw;
  left: 0;
  right: 0;
}

.menu-toggle {
    width: 12.2%;
    text-align: center;
    font-family: 'UniversRegular', sans-serif;
    font-size: 10.42vw;
    margin-top: -0.63vw;
    color: #000000;
    cursor: pointer;
    position: relative;
    z-index: 9001;
}

.menu-icon {
    display: inline-block;
    width: 0.64em;
    height: 0.64em;
    transition: transform 0.6s ease, color 0.6s ease;
}

.menu-icon.rotate {
    transform: rotate(45deg);
    color: white;
}

.logo {
    width: 75.6%;
    z-index: 9001;
}

.logo img {
    width: 100%;
    z-index: 9001;
}

.logo img {
    transform-origin: top center;
}

.cart {
    width: 12.2%;
    text-align: center;
    font-family: 'UniversBold', sans-serif;
    font-size: 5.21vw;
    margin-top: 0.16vw;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #3C00C7;
  z-index: 1000;
  transition: left 0.4s ease;
  will-change: transform;
}

#menu-overlay.open {
  left: 0;  
}

.menu-content {
    width: 75.6%;
    margin: 26.67vw auto 0;
    font-family: 'PPSupplyMono', 'monospace';
    font-size: 4.17vw;
    line-height: 1.55em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}

.menu-nav {
    display: block;
}

.menu-col {
    display: block;
    margin-bottom: 1.55em;
}

.no-mobile-margin {
    margin:0;
}

.menu-content a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.menu-content a.small {
    font-size: 3.54vw;
}

.menu-bottom {
    margin-top: 1.55em;
}

.menu-bottom p {
    margin-bottom: 1.55em;
}

.menu-content .address {
    font-family: 'UniversBold', sans-serif;
    color: #000;
    font-size: 3.85vw;
    line-height: 1.2em;
    text-transform: none;
}




#hero {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 20.83vw;
    border-top: 3px solid #000000;
}

#hero .pre-title {
    font-family: 'Eurostile', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 7.18vw;
    margin-top:-1.5vw;
    margin-bottom: 1.04vw;
    line-height: 1.1em;
}

#hero .pre-sub {
    font-family: 'PPSupplyMono', 'monospace';
    text-align: center;
    font-size: 3.13vw;
    line-height: 1.1em;
    margin-bottom: 6.46vw;
}

#hero .display {
}

#hero img {
    width: 100%;
    margin-bottom: 0.83vw;
}

#hero video {
  background: #000;
  width: 100%;
  height: auto;
  display: block;
}

#hero .title {
    margin-left: 1.04vw;
    margin-right: 1.04vw;
    font-family: 'Anton', sans-serif;
    font-size: 9.47vw;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1em;
}

#hero .specs {
    margin-top: 2.08vw;
    margin-left: 2.08vw;
    margin-right: 2.08vw;
    font-family: 'PPSupplyMono', 'monospace';
    font-size: 3.39vw;
    line-height: 1.3em;
}

#presale {
    text-align: center;
    margin-bottom: 19.38vw;
}

#presale .date {
    width: 35.4%;
    margin: 0 auto 8.13vw;
}

#presale .date-img {
    width: 100%;
}

#presale .title {
    margin-bottom: 7.29vw;
}

#presale .content {
    font-family: 'AlternateGothicD3', sans-serif;
    font-size: 8.93vw;
    line-height: 0.81em;
    margin-bottom: 7.29vw;
}

#presale .sub {
    font-family: 'AlternateGothicD3', sans-serif;
    font-size: 4.56vw;
    line-height: 1.08em;
    color: #3C00C7;
}

#top-form {
    width: 90vw;
    background: #0F181B;
    color: #fff;
    text-align: center;
    padding: 2vw;
    margin: 0 auto 14vw;
    border-radius: 1.2vw;
}

#top-form-embed {
    text-align: center;
    margin-bottom: 10vw;
}  

#top-form p {
    font-family: 'UniversBold', sans-serif;
    font-size: 3.5vw;
    text-align: left;
    line-height: 1.1em;
}

#collection {
    margin-bottom: 30.63vw;
}

#collection .display {
    margin-bottom: 6.88vw;
}

#collection .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
}

#collection .box {
  position: relative;
  overflow: hidden;
  border-left: 1.04vw solid #6AF27F;
  border-right: 1.04vw solid #6AF27F;
  border-top: 1.04vw solid #6AF27F;
  border-bottom: 1.04vw solid #6AF27F;
  aspect-ratio: 940 / 636;
}

#collection .box img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.6s ease;
}

#collection .box img.hover {
  opacity: 0;
}

#collection .box:hover img.hover {
  opacity: 1;
}

#collection .box:hover img:not(.hover) {
  opacity: 0;
}

#collection .bg-white {
  background: #ffffff;
}

#collection .bg-plum {
  background: #2D2A48;
}

#collection .top {
  border-top: 0vw solid #fff;
}

#collection .bottom {
  border-bottom: 0vw solid #2D2A48;
}

#collection .left {
  border-left: 0;
}

#collection .right {
  border-right: 0;
}


#collection .pavillon {
  background: #2D2A48;
  margin-bottom: 6.88vw;
  padding-left: 2.5vw;
  padding-top: 8.54vw;
}

#collection .svg {
  width: 49.17vw;
}

#collection .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#collection .col-1 {
    margin-left: 3.33%;
    padding-right: 0.63vw;
    border-right: 2px solid #000;
    margin-right: 1.67vw;
    width: 65.63%;
    font-family: 'Integral', sans-serif;
    text-transform: uppercase;
    font-size: 4.17vw;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}

#collection .col-2 {
    width: 26.87%;
    font-family: 'PPSupplyMono', 'monospace';
    text-transform: uppercase;
    font-size: 3.125vw;
    letter-spacing: 0;
    line-height: 1.25em;
    margin-right: 1.04vw;
}

#collection .condensed {
    font-family: 'UniversLTStdLightUltraCn', sans-serif;
    font-size: 5.44vw;
    letter-spacing: 0.05em;
    text-transform: none;
    line-height: 1.25em;
}


#specs {
    margin-bottom: 20.83vw;
}

#specs .title {
    margin-bottom: 13.54vw;
}

#specs .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#specs .col-1 {
    width: 39.90%;
    margin-left: 6.875%;
}

#specs .col-2 {
    width: 39.90%;
    margin-left: 2.875%;
}

#specs .name {
    font-family: 'PPMonumentExt', sans-serif;
    text-transform: uppercase;
    font-size: 2.83vw;
    margin-bottom: 1vw;
}

#specs .spec {
    font-family: 'PPSupplyMono', 'monospace';
    font-size: 3.54vw;
    margin-bottom: 3vw;
}


#products .title {
    margin-bottom: 13.54vw;
}

.product-card {
    margin-bottom: 20.83vw;
}

[id^="product-"] .number {
    background: #000000;
    color: #ffffff;
    width: 55%;
    font-family: 'PopOT', 'monospace';
    text-align: right;
    font-size: 10.42vw;
    padding: 1.04vw 4.17vw 2.08vw;
    line-height: 0.9em;
}

#product-1 .pictures {
    background: #FFC800;
    padding: 0 5% 0 0;
}

#product-2 .pictures {
    background: #978B89;
    padding: 0 5% 0 0;
}

#product-3 .pictures {
    background: #6A6A6A;
    padding: 0 5% 0 0;
}

#product-4 .pictures {
    background: #4D00FF;
    padding: 0 5% 0 0;
}
  
.product-img {
    width: 100%;
}



.picture-track {
  display: flex;
  overflow-x: auto; /* More robust than scroll */
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  max-width: 100vw;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.picture-track::-webkit-scrollbar {
  display: none; /* WebKit (Chrome, Safari) */
}

.picture-track img {
  flex: 0 0 100vw; /* Ensure each image fits exactly the viewport */
  scroll-snap-align: center;
  width: 100vw;
  height: auto;
}


.arrow-controls {
  display: flex;
  gap: 1.88vw;
  justify-content: center;
  align-items: center;
  padding: 1.88vw 0 0 0;
  background: inherit; /* inherits from product's background */
  border-left: 11.25vw solid #000; /* matches .name-1 style */
}

#product-1 .arrow-controls {
  background-color: #FFC800;
  border-right: 8.33vw solid #FFC800;
}

#product-2 .arrow-controls {
  background-color: #978B89;
  border-right: 8.33vw solid #978B89;
}

#product-3 .arrow-controls {
  background-color: #6A6A6A;
  border-right: 8.33vw solid #6A6A6A;
}

#product-4 .arrow-controls {
  background-color: #4D00FF;
  border-right: 8.33vw solid #4D00FF;
}

.arrow {
  width: 3.4vw;
  height: auto;
  cursor: pointer;
}











.name-1 {
    text-align: center;
    border-left: 11.25vw solid #000000;
    padding-top: 8.33vw;
}

.name-2 {
    text-align: center;
}

#product-1 .name-1 {
    border-right: 11.25vw solid #FFC800;
    background: #FFC800;
    font-family: 'AlternateGothicATF', sans-serif;
    font-size: 17.08vw;
    line-height: 0.54em;
    margin-bottom: 1.04vw;
    padding-top: 9vw;
    
}

#product-1 .name-2 {
    font-size: 12.70vw;
    font-family: 'HelveticaNeueBold', sans-serif;
    line-height: 1em;
    padding-bottom: 1vw;
}

#product-2 .name-1 {
    border-right: 11.25vw solid #978B89;
    background: #978B89;
    font-family: 'PPEditorialNewBold', 'serif';
    font-size: 10.42vw;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    line-height: 0.60em;
    margin-bottom: 0vw;
    padding-top: 12vw;
}

#product-2 .name-2 {
    font-size: 12.70vw;
    font-family: 'AlternateGothic1', sans-serif;
    text-transform: uppercase;
    line-height: 0.85em;
    padding-bottom: 4vw;
}

#product-3 .name-1 {
    border-right: 11.25vw solid #6A6A6A;
    background: #6A6A6A;
    font-family: 'UniversLTStdBlackEx', sans-serif;
    font-size: 13.95vw;
    text-transform: uppercase;
    line-height: 0.46em;
    margin-bottom: 0vw;
    padding-top: 11.75vw;
}

#product-3 .name-2 {
    font-size: 12.70vw;
    font-family: 'AlternateGothic1', sans-serif;
    text-transform: uppercase;
    line-height: 0.85em;
    padding-bottom: 4vw;
}

#product-4 .name-1 {
    border-right: 11.25vw solid #4D00FF;
    background: #4D00FF;
    font-family: 'Anton', sans-serif;
    font-size: 13.95vw;
    text-transform: uppercase;
    line-height: 0.80em;
    margin-bottom: 0vw;
    padding-top: 7vw;
}

#product-4 .name-2 {
    font-size: 13.95vw;
    font-family: 'AlternateGothicD3', sans-serif;
    text-transform: uppercase;
    line-height: 0.85em;
    padding-bottom: 3.125vw;
}

.ref {
    font-family: 'AlternateGothic2', sans-serif;
    font-size: 5.21vw;
    letter-spacing: 1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.75vw;
    margin-left: 1em;
}

.price {
    font-family: 'Anton', sans-serif;
    font-size: 5.83vw;
    letter-spacing: 0.5em;
    text-align: center;
}

.button {
    width: 94vw;
    color: #fff;
    background: #1D1D1F;
    font-family: 'Eurostile', sans-serif;
    font-size: 5.29vw;
    line-height: 0.65em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5vw;
    padding-bottom: 4vw;
    margin: 3vw auto 5vw;
    display: block;
    border: none;
    border-radius: 2vw;
    cursor: pointer;
    transition: color 0.6s ease;
}

.delivery {
    font-family: 'PPSupplyMono', 'monospace';
    font-size: 2.8vw;
    letter-spacing: 5%;    
    padding-top: 0vw;
}

#product-1 .button:hover {
    color: #FFC800;
}

#product-2 .button:hover {
    color: #978B89;
}

#product-3 .button:hover {
    color: #6A6A6A;
}

#product-4 .button:hover {
    color: #4D00FF;
}

[id^="product-"] .colourway {
    border-top: 5px solid #000;
}

[id^="product-"] .dial {
    border-top: 4px solid #000;
}

[id^="product-"] .case {
    border-top: 3px solid #000;
}

[id^="product-"] .movement {
    border-top: 2px solid #000;
}

[id^="product-"] .strap {
    border-top: 1px solid #000;
}

.specs-title {
    font-family: 'PPSupplyMono', 'monospace';
    font-size: 3.75vw;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0vw;
    padding-bottom: 2.08vw;
}

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

.toggle-header .specs-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.toggle-header .arrow-icon {
  position: absolute;
  right: 1%;
  width: 3.13vw;
  height: 3.13vw;
  transition: transform 0.6s ease;
}

.toggle-header .arrow-icon.rotated {
  transform: rotate(-180deg);
}

.product-specs {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease;
}

.product-specs.expanded {
    display: block;
}

.product-specs-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 8.33vw;
    padding-bottom: 14.58vw; 
}

[id^="product-"] .specs-col {  
    width: 24.58vw;
    text-align: center; 
}

[id^="product-"] .name {
    font-family: 'RobotoMonoBold', 'monospace';
    text-transform: uppercase;
    font-size: 2.92vw;
    padding-bottom: 1.88vw;
}

[id^="product-"] .spec {
    font-family: 'RobotoRegular', sans-serif;
    font-size: 3.13vw;
    padding-bottom: 5.21vw;
}





#highlights {
    margin-top: 38.75vw;
    margin-bottom: 45.83vw;
}

#highlights .title {
    margin-bottom: 14vw;
}

#highlights img  {
    width: 100%;
}

#highlights .headline {
    font-family: 'AlternateGothicD3', sans-serif;
    font-size: 10.42vw;
    text-transform: uppercase;
    line-height: 0.85em;
}

#highlights .line1 {
    text-align: right;
}

#highlights .line2 {
    text-align: left;
}

#highlights .description {
    font-family: 'UniversBold', sans-serif;
    font-size: 4.17vw;
    line-height: 1.2em;
    margin: 2.08vw 0.42vw 16.67vw 0.42vw;
}



#inter-2 img {
    width: 80%;
    margin: 20.83vw 10%;
}

#inter-3 {
}

#inter-3 img {
    width: 100%;
}


#chronotope {
    margin-bottom: 26.04vw;
    overflow-x: clip;
}

#chronotope .title {
    margin-bottom: 14.58vw;
}

#chronotope .img-top {
    width: 26.67%;
    margin: 0 0 -6.88vw 7.92%;
    padding:0;
}

#chronotope .headline {
    font-family: 'AlternateGothicD3', 'serif';
    font-size: 10.21vw;
    line-height: 1.03em;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0.4em;
}

#chronotope p {
    font-family: 'PPEditorialNew', 'serif';
    font-size: 3.96vw;
    letter-spacing: 0.02em;
    margin:4.17vw 5.41vw 0 16.5vw;
    line-height: 1.2em;
}

.chronotope-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chronotope-text {
  width: 100%;
}

#chronotope .img-bottom {
  width: 33.80vw;
  margin-top: 21.88vw;
}




#geneva {
    width: 100%;
    margin-bottom: 45.83vw;
}

#geneva .title {
    margin-bottom: 14.58vw;
}

#geneva img {
    width: 100%;
}

#geneva p {
    background: #3B00B2;
    color: #fff;
    font-family: 'UniversBold', sans-serif;
    font-size: 3.13vw;
    padding: 7.29vw 11.67vw 14.58vw 35.83vw;
    line-height: 1.27em;
}

#poem {
    width: 100%;
}

#poem img {
    width: 100%;
}

#insta {
    margin-top: 3%;
    width: 100%;
    aspect-ratio: 480 / 289;
    margin-bottom: 13%;
}

#clickable-insta {
    width: 100%;
    aspect-ratio: 480 / 289;
    background-image: url("images/insta-background.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#clickable-insta img {
    width: 19.17%;
    padding-top: 17.35%;
    margin: 0 auto;
}





#contact-form {
    background: #3C00C7;
    color: #fff;
}

#contact-form .contact-form-wrapper {
    padding: 8vw 8vw 10vw 8vw;
}

#contact-form .title {
    font-family: 'Eurostile', sans-serif;
    font-size: 3.40vw;
    letter-spacing: 0.02em;
    margin-bottom: 10vw;
}

#contact-form .label {
    font-family: 'PPSupplyMono', monospace;
    font-size: 2.50vw;
    letter-spacing: 0.07em;
    color: #7977FF;
    text-transform: uppercase;
    margin-bottom: 1vw;
}

#contact-form input, #contact-form textarea {
    font-family: 'Univers55', sans-serif;
    font-size: 3.40vw;
    line-height: 1.2em;
    color: #fff;
    border: 1px solid #A7A5FF;
    background: #3C00C7;
    width: 100%;
    padding: 2vw 2vw 1vw;
    margin-bottom: 3.5vw;
}

#contact-form input:focus, #contact-form textarea:focus {
    border: 1px solid #000000;
    outline: none;
}

#contact-form textarea {
    height: 28vw;
    padding: 3vw 2vw;
}

#contact-form button {
    font-family: 'Eurostile', sans-serif;
    font-size: 2.47vw;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 2vw 0;
    border: 1px solid #A7A5FF;
}

#contact-form .error {
    font-family: 'PPSupplyMono', monospace;
    font-size: 2.50vw;
    letter-spacing: 0.07em;
    color: #C62B11;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2vw;
}




#bottom-form {
    background: #0F181B;
    color: #fff;
    text-align: center;
    padding-top: 30.63%;
    padding-bottom: 5.63%;
}

#bottom-form p {
    font-family: 'Eurostile', sans-serif;
    font-size: 5.75vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.55em;
    margin-bottom: 2%;
}

#bottom-form-embed {
    margin-left: 4vw;
    margin-right: 4vw;
    text-align: center;
}

#footer {
    position: relative;
    width: 100%;
    aspect-ratio: 480 / 384;
    background-color: #0F181B;
    color: #fff;
    background-image: url("images/footer-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer img {
  width: 39%;
  padding-top: 34.38%;
  padding-bottom: 3%;
  margin: 0 auto;
}

#footer p {
    width: 54.74%;
    margin: 0 auto;
    font-family: 'Univers55', sans-serif;
    font-size: 2.34vw;
    text-align: center;
    line-height: 1.22em;    
}

#footer-copyright {
    width: 52.06%;
    line-height: 1.1em;    
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}

#footer-copyright p {
    color: #000;
    margin: 0 auto;
    font-family: 'Univers55', sans-serif;
    font-size: 2.34vw;
    text-align: center;
    line-height: 0.96em; 
    padding-top: 3%;
}

#footer-copyright img {
    width: 4.5%;
    padding-top: 6%;
    padding-bottom: 12%;
}




/***********************************************/
/*                                             */
/* Desktop-specific overrides and layouts here */
/*                                             */
/***********************************************/

@media screen and (min-width: 769px) {
    body {
        padding-top: 1.75vw;
    }
    
    .title {
        font-size: 2vw;
    }
    
    #header {  
        margin-bottom: 3.20vw;
        top: 1.75vw;
    }
    
    .menu-toggle {
        width: 12.95%;
        text-align: left;
        font-size: 6.61vw;
        margin-top: -0.9vw;
        padding-left: 1.75vw;
    }

    .menu-icon {
        width: 0.62em;
        height: 0.84em;
    }
    
    .logo {
        width: 74.10%;
    }
    
    .cart {
        width: 12.95%;
        text-align: right;
        font-family: 'UniversBold', sans-serif;
        font-size: 5.21vw;
        margin-top: 0.16vw;
        padding-right: 1.75vw;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    
    #menu-overlay {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      background-color: #3C00C7;
      z-index: 1000;
      transition: left 0.4s ease;
      will-change: transform;
    }
    
    #menu-overlay.open {
      left: 0;  
    }
    
    .menu-content {
        width: 74.10%;
        margin: 14.05vw 0 0 12.95%;
        font-size: 1.6vw;
    }
    
    .menu-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 2.75vw;
    }
    
    .menu-col {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    
    .menu-col:nth-child(3) {
    }
    
    .menu-content a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }
    
    .menu-content a:hover {
        text-decoration: underline;
    }
    
    .menu-content a.small {
        font-size: 1.2vw;
        line-height: 1.55em;
    }
    
    .menu-bottom {
        width: 42.42%;
        text-align: left;
    }
    
    .menu-bottom p {
        margin-bottom: 2.75vw;
    }
    
    .menu-content .address {
        font-size: 1.6vw;
    }
    
    
    
    
    #hero {
        margin-bottom: 29vw;
        border-top: 0.5vw solid #000000;
    }
    
    #hero .pre-title {
        font-size: 4.25vw;
        margin-top:-1vw;
        margin-bottom: 0.1vw;
    }
    
    #hero .pre-sub {
        font-size: 1.92vw;
        line-height: 1.1em;
        margin-bottom: 4.13vw;
    }
    
    #hero .title {
        font-size: 9.28vw;
    }
    
    #hero .specs {
        margin-top: 0.1vw;
        margin-left: 10vw;
        margin-right: auto;
        width: 66vw;
        font-family: 'PPSupplyMono', 'monospace';
        font-size: 2.29vw;
        line-height: 1.1em;
    }
    
    #presale {
        text-align: center;
        margin-bottom: 5.25vw;
    }
    
    #presale .date {
        width: 22.06vw;
        margin: 0 auto 5.25vw;
    }
        
    #presale .title {
        margin-bottom: 5.25vw;
    }
    
    #presale .content {
        font-size: 5.6vw;
        margin-bottom: 5.25vw;
    }
    
    #presale .sub {
        font-size: 2.9vw;
        line-height: 1.08em;
    }
    
    #top-form {
        width: 36vw;
        padding: 1vw;
        border-radius: 0.6vw;
    }
    
    #top-form-embed {
        margin-bottom: 5vw;
    } 
    
    #top-form p {
        font-size: 1.81vw;
    }
    
    #collection {
        margin-bottom: 20.83vw;
    }
    
    #collection .pavillon {
      background: #2D2A48;
      padding-top: 8.5vw;
      padding-left: 2.2vw;
      margin-bottom: 6.2vw;
    }
    
    #collection .svg {
      width: 49.15vw;
    }
    
    #collection .content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #collection .col-1 {
        margin-left: 3.1%;
        margin-right: 0.6vw;
        padding-right: 0vw;
        border-right: 0.42vw solid #000;
        width: 66.9%;
    }
    
    #collection .col-2 {
        margin-top: -0.8vw;
    }

    #specs {
        margin-bottom: 20.83vw;
    }
    
    #specs .title {
        margin-bottom: 13.54vw;
    }
    
    #specs .content {
        width: 51.05vw;
        margin: 0 auto;
        gap: 2.1vw;
    }
    
    #specs .col-1 {
        width: 48.95;
        margin-left: 0;
    }
    
    #specs .col-2 {
        width: 48.95%;
        margin-left: 0;
    }
    
    #specs .name {
        font-size: 1.74vw;
        margin-bottom: 1.2vw;
    }
    
    #specs .spec {
        font-size: 2.17vw;
        margin-bottom: 1.0vw;
    }
    
    
    #products .title {
        margin-bottom: 13.54vw;
    }
    
    .product-card {
        margin-bottom: 20.83vw;
    }
    
    #product-1 .number, #product-2 .number, #product-3 .number, #product-4 .number {
        width: 55%;
        font-size: 6.90vw;
        padding: 1.04vw 2.17vw 1.04vw;
        line-height: 0.9em;
    }
    
    #product-1 .pictures {
        padding: 0 21.05vw 0 0;
        border-left: 21.05vw solid #000;
    }
    
    #product-2 .pictures {
        padding: 0 21.05% 0 0;
        border-left: 21.05vw solid #000;
    }
    
    #product-3 .pictures {
        padding: 0 21.05% 0 0;
        border-left: 21.05vw solid #000;
    }
    
    #product-4 .pictures {
        padding: 0 21.05% 0 0;
        border-left: 21.05vw solid #000;
    }
      
    .product-img {
        width: 100%;
    }
    
    
    
    .picture-track {
      display: flex;
      overflow-x: auto; /* More robust than scroll */
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      max-width: 100vw;
    }
    
    .picture-track img {
      flex: 0 0 100vw; /* Ensure each image fits exactly the viewport */
      scroll-snap-align: center;
      width: 100vw;
      height: auto;
    }
    
    
    .arrow-controls {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.35vw 0.4vw 0 0.4vw;
      border-left: 0; /* matches .name-1 style */
    }
    
    #product-1 .arrow-controls {
      border-right: 0;
    }
    
    #product-2 .arrow-controls {
      border-right: 0;
    }
    
    #product-3 .arrow-controls {
      border-right: 0;
    }
    
    #product-4 .arrow-controls {
      border-right: 0;
    }
    
    .arrow {
      width: 2.25vw;
    }
    
    
    
    
    
    
    
    
    
    
    
    .name-1 {
        text-align: center;
        border-left: 21.05vw solid #000000;
        padding-top: 8.33vw;
    }
    
    .name-2 {
        text-align: center;
    }
    
    #product-1 .name-1 {
        border-right: 21.05vw solid #FFC800;
        font-size: 9.24vw;
        margin-bottom: 1.04vw;
        padding-top: 7.63vw;
        
    }
    
    #product-1 .name-2 {
        font-size: 8.41vw;
    }
    
    #product-2 .name-1 {
        border-right: 21.05vw solid #978B89;
        font-size: 6.78vw;
        margin-bottom: 1.04vw;
        padding-top: 8.71vw;
    }
    
    #product-2 .name-2 {
        font-size: 8.26vw;
        padding-bottom: 3.125vw;
    }
    
    #product-3 .name-1 {
        border-right: 21.05vw solid #6A6A6A;
        font-size: 9.09vw;
        margin-bottom: 1.04vw;
        padding-top: 9.67vw;
    }
    
    #product-3 .name-2 {
        font-size: 8.28vw;
        padding-bottom: 3.13vw;
    }
    
    #product-4 .name-1 {
        border-right: 21.05vw solid #4D00FF;
        font-size: 8.08vw;
        margin-bottom: 1.04vw;
        padding-top: 8.5vw;
    }
    
    #product-4 .name-2 {
        font-size: 8.08vw;
        padding-bottom: 3.125vw;
    }
    
    .ref {
        font-size: 3.35vw;
        margin-bottom: 2.08vw;
        margin-left: 1em;
    }
    
    .price {
        font-size: 3.35vw;
    }
      
    .button {
        font-size: 3vw;
        line-height: 0.65em;
        padding-top: 3vw;
        padding-bottom: 2.5vw;
        width: 74.1vw;
        border-radius: 0.9vw;
    }

    .delivery {
        font-size: 1.52vw;
    }
    
    .product-specs-container {
        width: 74.1vw;
        margin-left: auto;
        margin-right: auto;        
    }
    
    .specs-title {
        font-size: 1.52vw;
        padding-bottom: 1.05vw;
        padding-top: 0.15vw;
    }
    
    .toggle-header .arrow-icon {
      width: 1.52vw;
      height: 1.52vw;
    }
    
    .product-specs-block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5.85vw;
        padding-bottom: 5.85vw; 
        width: 42.75vw;
    }
    
    #product-1 .specs-col, #product-2 .specs-col, #product-3 .specs-col, #product-4 .specs-col {  
        width: 13.07vw;
    }
    
    #product-1 .name, #product-2 .name, #product-3 .name, #product-4 .name {
        font-size: 1.55vw;
        padding-bottom: 0.75vw;
    }
    
    #product-1 .spec, #product-2 .spec, #product-3 .spec, #product-4 .spec {
        font-size: 1.66vw;
        padding-bottom: 3vw;
    }
    
    
    
    
    
    #highlights {
        margin-bottom: 11.1vw;
    }
    
    #highlights .title {
        margin-bottom: 14.58vw;
    }
    
    #highlights img  {
        width: 100%;
        padding: 0 27.9vw 0 23.85vw;
    }
    
    #highlights img.dial {
        background: #000;
    }

    #highlights img.case {
        background: #6AF27F;
    }
 
    #highlights img.colors {
        background: #3C00C7;
    }
      
    #highlights .headline {
        font-size: 5.55vw;
        width: 52.68vw;
        margin: 0 auto;
    }
    
    #highlights .line1 {
        text-align: right;
    }
    
    #highlights .line2 {
        text-align: left;
    }
    
    #highlights .description {
        font-size: 1.75vw;
        line-height: 1.2em;
        margin: 2.08vw auto 16.67vw auto;
        width: 52.68vw;
    }
    
    
    #chronotope {
        margin-bottom: 11.1vw;
        overflow-x: clip;
    }
    
    #chronotope .title {
        margin-bottom: 10.35vw;
    }
    
    #chronotope .img-top {
        width: 23.28%;
        margin: 0 0 -7.7vw 14.85%;
        padding:0;
    }
    
    #chronotope .headline {
        font-size: 9vw;
        line-height: 1.03em;
        letter-spacing: 0.4em;
        margin-left: 0.4em;
    }
    
    #chronotope p {
        width: 47.6vw;
        font-size: 2.10vw;
        letter-spacing: 0.02em;
        margin:0 11.5vw 0 auto;
        line-height: 1.15em;
    }

#chronotope .img-bottom {
  width: 13.29vw;
  margin: 0;
  margin-left: 22.9vw;
}

.chronotope-content {
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25vw;
  margin-top: 4.17vw;
}

.chronotope-text {
  width: 100%;
}




    #geneva {
        width: 100%;
        margin-bottom: 45.83vw;
    }
    
    #geneva .title {
        margin-bottom: 8.65vw;
    }
    
    #geneva img {
        width: 100%;
    }
    
    #geneva p {
        background: #3B00B2;
        color: #fff;
        font-family: 'UniversBold', sans-serif;
        font-size: 1.97vw;
        padding: 3% 15.95vw 10.35vw 32.6%;
        line-height: 1.27em;
    }
    
    #poem {
        width: 100%;
    }
    
    #poem img {
        width: 100%;
    }
    
    #insta {
        margin-top: 3%;
        width: 100%;
        aspect-ratio: 480 / 289;
        margin-bottom: 20.5vw;
    }
    
    #clickable-insta {
        width: 100%;
        aspect-ratio: 480 / 289;
        background-image: url("images/insta-background.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #clickable-insta:hover {
        background-image: url("images/insta-background-hover.svg");
    }
    
    #clickable-insta img {
        width: 19.17%;
        padding-top: 17.35%;
        margin: 0 auto;
    }





#contact-form {
    font-size: 1vw;
    width: 100vw;
}

#contact-form .contact-form-wrapper {
    padding: 8% 8% 10% 8%;
    margin: 0 auto;
    min-width: 480px;
    max-width: 750px;
}

#contact-form .title {
    font-size: 150%;
    margin-bottom: 12%;
}

#contact-form .label {
    font-size: 120%;
    margin-bottom: 1.8%;
}

#contact-form input, #contact-form textarea {
    font-size: 150%;
    border: 1px solid #A7A5FF;
    padding: 2.2% 2.2% 1.4%;
    margin-bottom: 4%;
}

#contact-form input:focus, #contact-form textarea:focus {
    border: 1px solid #000000;
}

#contact-form textarea {
    height: 12vw;
    max-height: 200px;
    padding: 2.2% 2.2%;
}

#contact-form button {
    font-size: 120%;
    width: 100%;
    padding: 2.2% 0;
    border: 1px solid #000;
}

#contact-form button:hover {
    border: 1px solid #A7A5FF;
}

#contact-form .error {
    font-size: 120%;
    margin-top: 2%;
}







    
    #bottom-form {
        background: #0F181B;
        color: #fff;
        text-align: center;
        padding-top: 30.63%;
        padding-bottom: 5.63%;
    }
    
    #bottom-form p {
        font-family: 'Eurostile', sans-serif;
        font-size: 5.75vw;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.55em;
        margin-bottom: 2%;
    }
    
    #footer {
        position: relative;
        width: 100%;
        aspect-ratio: 480 / 384;
        background-color: #0F181B;
        color: #fff;
        background-image: url("images/footer-background.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #footer img {
      width: 22.37%;
      padding-top: 34.38%;
      padding-bottom: 3%;
      margin: 0 auto;
    }
    
    #footer p {
        width: 32.5vw;
        margin: 0 auto;
        font-family: 'Univers55', sans-serif;
        font-size: 1.34vw;
        text-align: center;
        line-height: 0.96em;    
    }
    
    #footer-copyright {
        width: 29.82vw;
        border-top: 0.07vw solid #000;
        border-left: 0.07vw solid #000;
        border-right: 0.07vw solid #000;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left:50%;
        transform: translateX(-50%);
    }
    
    #footer-copyright p {
        width: 100%;
        color: #000;
        margin: 0 auto;
        font-family: 'Univers55', sans-serif;
        font-size: 1.34vw;
        text-align: center;
        line-height: 0.96em; 
        padding-top: 3%;
    }
    
    #footer-copyright img {
        width: 4.5%;
        padding-top: 6%;
        padding-bottom: 12%;
    }
}




/* =============================================================================
   BUTTON LOADING STATES
   Keep these useful button animations
   ============================================================================= */
/*
.button.loading {
    opacity: 0.7;
    pointer-events: none;
}

.button.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/

/* =============================================================================
   SLIDE-OUT CART STYLES
   Add this to the bottom of your styles.css file
   ============================================================================= */

/* Cart container */
.slide-cart {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  transition: right 0.6s ease-in-out;
  z-index: 10001;
  display: flex;
  flex-direction: column;
}

.slide-cart.open {
  right: 0;
}

/* Cart overlay */
.slide-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.slide-cart-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* Cart header */
.slide-cart-header {
  background: #000;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Eurostile', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.slide-cart-header h3 {
  margin: 0;
  font-size: 16px;
}

.slide-cart-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-cart-close:hover {
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

/* Cart items area */
.slide-cart-items {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  gap: 15px;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-image {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
  overflow: hidden;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-details {
  flex: 1;
}

.cart-item-title {
  font-family: 'UniversBold', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}

.cart-item-price {
  font-family: 'PPSupplyMono', monospace;
  font-size: 14px;
  color: #666;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quantity-btn {
  background: #000;
  color: #fff;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  background: #333;
}

.quantity-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.cart-item-quantity {
  font-family: 'UniversBold', sans-serif;
  font-size: 14px;
  min-width: 20px;
  text-align: center;
}

.remove-btn {
  background: #ff4444;
  color: #fff;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.remove-btn:hover {
  background: #cc0000;
}

/* Cart footer */
.slide-cart-footer {
  border-top: 2px solid #000;
  padding: 20px;
  background: #f8f8f8;
}

.slide-cart-subtotal {
  font-family: 'UniversBold', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.shipping-note, taxes-note {
  font-family: 'UniversLight', sans-serif;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.slide-cart-checkout {
  background: #000;
  color: #fff;
  border: none;
  font-family: 'Eurostile', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slide-cart-checkout:hover:not(:disabled) {
  background: #333;
}

.slide-cart-checkout:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.empty-cart {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-family: 'UniversLight', sans-serif;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .slide-cart {
    width: 100vw;
    right: -100vw;
  }
}