/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 14:16:55 */
/* Extracted from pasted content that could not be mapped to a specific element or class. */
@media (max-width: 768px) {
  .section { padding: 4rem 0; }
  .container { padding: 0 1.25rem; }
}

@media (pointer: coarse) { .cursor { display: none; } }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .header__nav { display: none; }
  .menu-toggle { display: block; }
}

@media (max-width: 768px) {
  .header { padding: 0.9rem 1.25rem; }
  .header__logo-main { font-size: 20px; }
}

@media (max-width: 768px) {
  .hero { height: 75vh; min-height: 480px; }
  .hero__content { padding-bottom: 3rem; }
  .hero__dots { right: 1.25rem; bottom: 1.25rem; }
}

@media (max-width: 1200px) {
  .carousel .product { flex: 0 0 calc(33.333% - 1.33rem); }
}

@media (max-width: 900px) {
  .carousel .product { flex: 0 0 calc(50% - 1rem); }
  .carousel { gap: 1.5rem; }
}

@media (max-width: 600px) {
  .carousel .product { flex: 0 0 85%; }
  .carousel { gap: 1rem; }
}

@media (max-width: 1200px) {
  .carousel-nav--prev { left: -12px; }
  .carousel-nav--next { right: -12px; }
}

@media (max-width: 900px) {
  .carousel-nav { display: none; } 
}


@media (max-width: 768px) {
  .modal { padding: 1rem; }
  .modal__card { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
  .modal__media { aspect-ratio: 1/1; }
  .modal__details { padding: 2rem 1.5rem; }
}

@media (max-width: 900px) {
  .lookbook__cell {
    grid-column: span 1 !important;
    margin-top: 0 !important;
    aspect-ratio: 3/4 !important;
  }
}

@media (max-width: 900px) {
  .atelier-story__grid { grid-template-columns: 1fr; gap: 3rem; }
  .atelier-story__left { position: static; }
}

@media (max-width: 768px) { .manifesto { padding: 6rem 0; } }

@media (max-width: 900px) { .cta__grid { grid-template-columns: 1fr; gap: 3rem; } }

@media (max-width: 768px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-white);
  color: var(--ink-black);
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-loading {
  overflow: hidden;
  height: 100vh;
}

body.modal-open {
  overflow: hidden;
}

.mono {
  font-family: 'JetBrains Mono', monospace;
}

.serif {
  font-family: 'Playfair Display', serif;
}

.label--gold {
  color: var(--gold);
}

.header__logo-main {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: var(--ink-black);
}

.header__logo-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px;
  letter-spacing: 0.45em;
  color: var(--gold);
  margin-top: 4px;
  text-transform: uppercase;
  padding-top: 4px;
  border-top: 1px solid var(--gold-soft);
  width: 100%;
}