body,
h1,
h2,
h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2 {
  font-weight: 300;
  letter-spacing: -0.7px;
}

.section-head h2,
.alice h2,
.artwork-intro h2,
.about h2,
.wallpaper h2 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.25px;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(18px, 1.75vw, 24px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.15px;
  margin: 0 0 28px;
}

.hero h1 em {
  font-style: normal;
}

header {
  display: block;
  position: relative;
  z-index: 20;
  padding: 0;
}

.brand-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 6% 23px;
  background: #5b4167;
  color: #f5f0f8;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.language-switch {
  padding: 7px 0 5px;
  border-bottom: 1px solid rgba(205, 187, 220, 0.75);
  color: #e8ddef;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.35px;
}

.language-switch:hover {
  color: #fff;
  border-color: #fff;
}

header .brand {
  display: block;
  min-width: 0;
  padding: 0;
  background: none;
  color: inherit;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1;
  letter-spacing: -2.5px;
}

header .brand .brand-title {
  display: block;
  margin: 0;
  font-family: "Dancing Script", "Snell Roundhand", cursive;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
}

header .brand .brand-fields {
  display: block;
  margin-top: 10px;
  color: #cdbbdc;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 2.3px;
}

.site-menu {
  position: relative;
  flex: 0 0 auto;
}

.site-menu summary {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #756680;
  border-radius: 50%;
  color: #f5f0f8;
  cursor: pointer;
  list-style: none;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.site-menu summary:hover {
  border-color: #cdbbdc;
  background: #3d3246;
}

.site-menu summary:focus-visible {
  outline: 3px solid #cdbbdc;
  outline-offset: 4px;
}

.hamburger {
  display: grid;
  width: 21px;
  gap: 5px;
}

.hamburger i {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-menu[open] .hamburger i:first-child {
  transform: translateY(6.5px) rotate(45deg);
}

.site-menu[open] .hamburger i:nth-child(2) {
  opacity: 0;
}

.site-menu[open] .hamburger i:last-child {
  transform: translateY(-6.5px) rotate(-45deg);
}

.menu-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  display: grid;
  width: min(310px, calc(100vw - 12vw));
  max-width: none;
  gap: 0;
  margin: 0;
  padding: 10px 22px;
  background: #3b3044;
  color: #f5f0f8;
  box-shadow: 0 24px 55px rgba(25, 18, 30, 0.3);
  font-size: 15px;
}

.menu-panel a {
  padding: 12px 1px;
  border-bottom: 1px solid #594b63;
}

.menu-panel a:last-child {
  border-bottom: 0;
}

.menu-panel a:hover {
  color: #d8c4e7;
  text-decoration: none;
}

.hero {
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: clamp(38px, 7vw, 100px);
  padding: clamp(42px, 5vw, 72px) 6% clamp(64px, 7vw, 100px);
}

.intro {
  padding-top: clamp(64px, 8vw, 118px);
}

.social-icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}

.social-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-icon .icon-dot {
  fill: currentColor;
  stroke: none;
}

.social-icon:hover {
  color: var(--accent);
}

.nav-socials {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.footer-actions {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.hero-image {
  max-width: 560px;
}

.hero-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 2px;
}

.hero-image figcaption {
  font-size: 14px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 28px 32px;
  columns: auto;
}

.photo {
  margin: 0;
}

.photo > span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.2px;
  color: #6f6678;
}

.photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #ece8f1;
}

.photo--portrait img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.alice {
  padding: 88px 9% 96px;
  display: block;
  background: #31283a;
  color: #f5f0f8;
}

.alice .eyebrow {
  color: #cdbbdc;
}

.alice h2 {
  max-width: 780px;
  margin-bottom: 24px;
}

.alice h2 em {
  color: #bca2d2;
}

.motion-intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: #d8cedf;
  font-size: 18px;
}

.alice-project {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(320px, 440px);
  align-items: center;
  gap: clamp(55px, 9vw, 135px);
  margin-top: 64px;
  padding-top: 58px;
  border-top: 1px solid #594866;
}

.alice-copy {
  align-self: center;
}

.alice-copy .project-label {
  margin: 0 0 17px;
  color: #bca2d2;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.2px;
}

.alice-copy h3 {
  margin: 0 0 18px;
  color: #f5f0f8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: -0.25px;
}

.alice-copy .project-description {
  max-width: 400px;
  margin: 0;
  color: #c9bdcf;
  font-size: 16px;
}

.film-credits {
  width: 100%;
  margin-top: 20px;
}

.film-credits p {
  margin: 0;
  color: #aa9caf;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.65;
  text-align: center;
  text-wrap: balance;
}

.alice-film {
  justify-self: center;
  width: min(100%, 390px);
}

.alice-film video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #18131d;
  border: 1px solid #594866;
  box-shadow: 25px 28px 70px rgba(11, 7, 15, 0.34);
}

.artwork {
  padding: 88px 8% 96px;
  background: #d9d8e5;
}

.artwork-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 50px;
}

.artwork-intro .eyebrow {
  margin-bottom: 17px;
}

.artwork-intro > p {
  max-width: 420px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
}

.artwork-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  align-items: stretch;
}

.art-piece {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc((100% - 52px) / 3);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(68, 59, 80, 0.16);
  background: rgba(247, 245, 250, 0.58);
}

.art-piece.art-featured {
  grid-row: auto;
  align-self: stretch;
}

.art-piece img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: rgba(247, 245, 250, 0.72);
}

.art-zoom {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.art-zoom img {
  transition: filter 180ms ease;
}

.art-zoom:hover img {
  filter: brightness(1.06);
}

.art-zoom:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

.art-piece figcaption {
  padding: 17px 20px 19px;
}

.art-piece strong,
.art-piece span {
  display: block;
}

.art-piece strong {
  color: #6f6678;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.2px;
}

.art-piece span {
  margin-top: 6px;
  color: #62566e;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.25px;
}

.about {
  background: #725f7a;
  color: #f6f1f8;
}

.about .eyebrow {
  color: #ded0e5;
}

.about p:not(.eyebrow) {
  color: #eee7f1;
}

.wallpaper-art.wallpaper-mockup {
  max-width: 330px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.wallpaper-art.wallpaper-mockup img {
  border-radius: 0;
}

.wallpaper-copy h3 {
  font-style: italic;
}

.about .textlink {
  border-color: #d3bddc;
}

.about .textlink:hover {
  color: #fff;
}

@media (max-width: 850px) {
  .hero {
    grid-template-columns: minmax(220px, 0.85fr) minmax(300px, 1.15fr);
    gap: 36px;
    padding: 42px 7% 66px;
  }

  .intro {
    padding-top: 52px;
  }

  .hero h1 {
    font-size: clamp(19px, 2.7vw, 23px);
    letter-spacing: 0.15px;
  }

  .alice {
    padding: 70px 7% 78px;
  }

  .alice-project {
    grid-template-columns: minmax(220px, 0.75fr) minmax(270px, 350px);
    gap: 45px;
  }

  .artwork {
    padding-right: 7%;
    padding-left: 7%;
  }

  .artwork-intro {
    gap: 35px;
  }

  .artwork-grid {
    gap: 22px;
  }

  .art-piece {
    flex-basis: calc((100% - 44px) / 3);
  }
}

@media (max-width: 560px) {
  header {
    padding: 0;
  }

  .brand-bar {
    gap: 16px;
    padding: 19px 6% 18px;
  }

  .header-actions {
    gap: 12px;
  }

  .language-switch {
    font-size: 12px;
  }

  header .brand {
    font-size: clamp(29px, 8.3vw, 38px);
    letter-spacing: -1.5px;
  }

  header .brand .brand-fields {
    margin-top: 8px;
    font-size: 8px;
    letter-spacing: 1.55px;
  }

  .site-menu summary {
    width: 44px;
    height: 44px;
  }

  .menu-panel {
    top: calc(100% + 12px);
    width: min(290px, 88vw);
    padding: 8px 20px;
    font-size: 16px;
  }

  .menu-panel a {
    padding: 13px 1px;
  }

  .hero h1 {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.1px;
    margin-bottom: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 6% 48px;
  }

  .intro {
    padding-top: 0;
  }

  .hero-image {
    margin-top: 0;
  }

  .gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .alice {
    padding: 56px 8% 62px;
  }

  .section-head h2,
  .alice h2,
  .artwork-intro h2,
  .about h2,
  .wallpaper h2 {
    font-size: 23px;
  }

  .motion-intro > p:not(.eyebrow) {
    font-size: 16px;
  }

  .alice-project {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 42px;
    padding-top: 38px;
  }

  .alice-copy h3 {
    font-size: 23px;
  }

  .film-credits {
    margin-top: 18px;
  }

  .alice-film {
    width: min(88%, 340px);
  }

  .artwork {
    padding: 56px 8% 62px;
  }

  .artwork-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .artwork-intro > p {
    font-size: 15px;
  }

  .artwork-grid {
    gap: 27px;
  }

  .art-piece {
    flex-basis: 100%;
  }

  .art-piece.art-featured {
    grid-row: auto;
  }

  footer {
    flex-wrap: nowrap;
  }

  footer > span:first-child {
    white-space: nowrap;
  }

  .footer-actions {
    margin-left: auto;
    gap: 16px;
  }

}
