@font-face {
  font-family: Studio;
  src: url(assets/sans.otf);
}
@font-face {
  font-family: Studio;
  src: url(assets/sans-bold.otf);
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Studio, Arial, sans-serif;
}
button,
a,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #7155fa;
  outline-offset: 5px;
}
button {
  min-height: 44px;
}
button:disabled {
  cursor: default;
  opacity: 0.6;
}
[hidden] {
  display: none !important;
}
.tools {
  position: fixed;
  z-index: 20;
  bottom: 18px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tools button,
.tools a {
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 30px;
  min-height: 44px;
  padding: 12px 16px;
  font-size: 12px;
  text-decoration: none;
}
.tools button:disabled {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
noscript {
  display: block;
  padding: 12px;
  font-size: 13px;
  background: #fff;
  color: #222;
}
.paused * {
  animation-play-state: paused !important;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
body {
  background: #fff;
  color: #111;
  --edge: max(24px, calc((100vw - 976px) / 2));
}
header {
  max-width: 976px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}
header a {
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
}
.logo {
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 30px;
}
nav {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 30px;
}
nav a {
  font-size: 14px;
  color: #555;
}
.nav-cta {
  background: #111;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
}
.section-intro {
  max-width: 976px;
  margin: 100px auto 48px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
h1 {
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: -1.5px;
  margin: 0 0 22px;
}
.section-intro p {
  font-size: 19px;
  line-height: 1.35;
  color: #656565;
  max-width: 590px;
  margin: 0;
}
.arrows {
  display: flex;
  gap: 8px;
}
.arrows button {
  width: 44px;
  height: 44px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: white;
  font-size: 28px;
  line-height: 1;
}
.arrows button:hover:not(:disabled) {
  background: #eee;
}
.rail {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 var(--edge) 18px;
  scroll-padding-inline: var(--edge);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  overscroll-behavior-x: contain;
}
.preset {
  position: relative;
  flex: 0 0 340px;
  scroll-snap-align: start;
  min-width: 0;
}
.photo {
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
  height: 425px;
  border: 0;
  border-radius: 26px;
  background: #e7e4de;
  overflow: hidden;
  opacity: 1 !important;
  text-align: left;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: scale 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.photo:hover:not(:disabled) img {
  scale: 1.04;
}
.photo[aria-pressed="true"] {
  outline: 3px solid #222;
  outline-offset: 4px;
}
.chip {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 30px;
  background: #3339;
  color: white;
  backdrop-filter: blur(16px);
  border: 1px solid #ffffff80;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
}
.chip small {
  font-size: 12px;
  font-weight: 400;
  border-radius: 20px;
  padding: 3px 8px;
  background: #0005;
}
.preset > p {
  font-size: 16px;
  line-height: 1.35;
  color: #666;
  margin: 16px 4px 0;
}
.selection {
  max-width: 976px;
  margin: 20px auto 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 15px;
  min-height: 44px;
}
.selection small {
  font-size: 12px;
  color: #707070;
}
.explanation {
  max-width: 976px;
  margin: 80px auto;
}
.explanation h2 {
  font-size: 32px;
  letter-spacing: -1px;
}
.explanation > p {
  color: #666;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.5;
}
details {
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
summary {
  cursor: pointer;
  padding: 22px 0;
  min-height: 44px;
}
details p {
  color: #666;
  line-height: 1.5;
  max-width: 620px;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 1040px) {
  header,
  .section-intro,
  .selection,
  .explanation {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 700px) {
  header {
    gap: 10px;
    flex-wrap: wrap;
  }
  .logo {
    font-size: 16px;
  }
  nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  nav a {
    padding: 0 12px;
  }
  .nav-cta {
    margin-left: auto;
    padding: 0 13px;
    font-size: 12px;
  }
  .section-intro {
    margin-top: 68px;
    margin-bottom: 30px;
    align-items: end;
    gap: 14px;
  }
  h1 {
    font-size: 33px;
  }
  .section-intro p {
    font-size: 16px;
    max-width: 240px;
  }
  .arrows {
    flex-direction: column;
    gap: 6px;
  }
  .preset {
    flex-basis: min(280px, calc(100vw - 62px));
  }
  .photo {
    height: 370px;
  }
  .selection {
    flex-direction: column;
    align-items: start;
    gap: 7px;
    margin-bottom: 40px;
  }
  .explanation {
    margin-top: 50px;
  }
  .explanation h2 {
    font-size: 28px;
  }
}

.chip {
  width: max-content;
  max-width: calc(100% - 24px);
  white-space: normal;
  text-align: center;
  background: #333b;
}
.chip small {
  white-space: nowrap;
  flex-shrink: 0;
}
