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

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

body {
  background: #fff;
  color: #1d1d1d;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.65px;
}

img {
  display: block;
  max-width: 100%;
}

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

.page {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  width: 100%;
}

/* Sidebar */
.sidebar {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  width: 100%;
}

.collection-header {
  line-height: 18px;
  white-space: nowrap;
}

.collection-active {
  color: #1d1d1d;
}

.collection-season {
  color: rgba(29, 29, 29, 0.4);
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.collection-header:hover .collection-season {
  opacity: 1;
}

.sidebar-bottom {
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  left: 16px;
  position: absolute;
  width: 133px;
}

.logo {
  left: 16px;
  position: absolute;
  top: 423px;
  width: 126.75px;
}

.logo img {
  height: 40.419px;
  object-fit: cover;
  width: 126.75px;
}

.contact {
  display: flex;
  flex-direction: column;
  position: static;
  width: 133px;
}

.contact-link {
  display: block;
  line-height: 18px;
}

.contact-link:hover {
  opacity: 0.6;
}

/* Hero — centered vertical image */
.hero {
  height: 100vh;
  height: 100dvh;
  left: 50%;
  min-height: 900px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 900px;
}

.hero img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

/* Mobile — Figma 133:104 */
@media (max-width: 768px) {
  .page {
    margin: 0 auto;
    max-width: 393px;
    min-height: 693px;
    overflow-x: hidden;
    width: 100%;
  }

  .sidebar {
    min-height: 693px;
    position: relative;
    width: 100%;
  }

  .logo {
    left: 50%;
    top: 75px;
    transform: translateX(-50%);
    width: 124px;
  }

  .logo img {
    height: 39.542px;
    object-fit: cover;
    width: 124px;
  }

  .hero {
    height: 450px;
    left: 50%;
    min-height: 0;
    top: 177px;
    transform: translateX(-50%);
    width: 350px;
  }

  .hero img {
    height: 100%;
    left: -1.5%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 179.23%;
  }

  .sidebar-bottom {
    bottom: auto;
    left: 22px;
    top: 639px;
    width: 151px;
  }

  .collection-season {
    margin-left: 10px;
    opacity: 1;
  }

  .contact {
    width: 151px;
  }

  .contact-email {
    order: 1;
  }

  .contact-instagram {
    order: 2;
  }
}
