/* biome-ignore-all lint/style/noDescendingSpecificity: Selectors are grouped by independent page sections; their ancestor scopes do not overlap. */
@font-face {
  font-family: Outfit;
  src: url("/assets/outfit.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f7f4e9;
  --ink: #272523;
  --red: #d52943;
  --brand: #e93450;
  --lilac: #ded4ef;
  --line: #bfb8ad;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
em {
  font-family: var(--serif);
  font-weight: normal;
  letter-spacing: -0.055em;
}
::selection {
  color: var(--paper);
  background: var(--red);
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 20;
  padding: 14px 22px;
  background: var(--ink);
  color: var(--paper);
}
.skip:not(:focus) {
  clip-path: inset(50%);
}
.skip:focus {
  top: 15px;
}
.header {
  max-width: 1600px;
  margin: auto;
  padding: 28px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-weight: 800;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -3px;
  text-decoration: none;
  color: var(--red);
}
.wordmark span {
  font-size: 30px;
  display: inline-block;
  transform: translate(4px, -10px);
  font-weight: 400;
  letter-spacing: 0;
}
.header nav {
  display: flex;
  gap: 44px;
  align-items: center;
}
.header nav a {
  font-size: 15px;
  text-decoration: none;
  padding: 12px 0;
}
.header nav a:hover {
  text-decoration: underline;
}
.header nav a span {
  margin-left: 12px;
}
.hero {
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 4%;
  padding: 52px 5% 95px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(64px, 6.8vw, 108px);
  line-height: 0.97;
  font-weight: 600;
  letter-spacing: -0.067em;
  margin-bottom: 30px;
}
.hero h1 em {
  color: var(--red);
  font-size: 1.075em;
}
.hero-copy > p {
  line-height: 1.5;
  font-size: 19px;
  max-width: 420px;
}
.hero-copy .hero-description {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 16px;
  max-width: 345px;
  color: #56504c;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  transition: gap 0.2s;
}
.text-link:hover {
  gap: 40px;
}
.hero .text-link {
  margin-top: 22px;
}
.launch-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
  font-size: 16px;
  line-height: 1.4;
}
.launch-note > span > span {
  font-size: 14px;
  color: #655d57;
}
.drawn-asterisk {
  font-size: 49px;
  color: var(--red);
  line-height: 1;
}
.hero-art {
  position: relative;
  align-self: center;
  padding: 10px 12px 38px;
}
.photo-frame {
  transform: rotate(4deg);
  background: #fffdf6;
  padding: 12px 12px 16px;
  box-shadow: 0 8px 24px #3d294114;
  border: 1px solid #2725230d;
}
.photo-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.13;
  object-fit: cover;
  object-position: center 48%;
}
.photo-caption {
  display: block;
  text-align: center;
  padding-top: 13px;
  font-size: 19px;
  font-style: italic;
  font-family: var(--serif);
  letter-spacing: -0.4px;
}
.hand-note {
  position: absolute;
  right: 16px;
  bottom: -18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.05;
  transform: rotate(-7deg);
  color: var(--red);
}
.doodle-arrow {
  position: absolute;
  width: 130px;
  bottom: -16px;
  left: 28%;
  color: var(--red);
  transform: rotate(4deg);
}
.passing-line {
  overflow: hidden;
  display: flex;
  gap: 48px;
  white-space: nowrap;
  padding: 20px 0;
  justify-content: center;
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-size: 18px;
  letter-spacing: 0.02em;
}
.passing-line span:nth-child(even) {
  font-size: 28px;
  line-height: 24px;
}
.story {
  background: var(--lilac);
  padding: 90px max(5%, calc((100vw - 1440px) / 2)) 42px;
}
.story-intro {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 9%;
  align-items: end;
}
.story-intro h2 {
  font-size: clamp(32px, 3.7vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.story-intro p {
  font-size: 17px;
  line-height: 1.55;
  max-width: 380px;
  padding-bottom: 2px;
}
.story-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
  max-width: 1060px;
  margin: 56px auto 38px;
  min-height: 405px;
}
.garment-scene {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sweater {
  width: 78%;
  max-width: 335px;
  z-index: 1;
  transform: rotate(-10deg);
  filter: drop-shadow(8px 14px 0 #a695bf55);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.orbit {
  position: absolute;
  width: 95%;
  aspect-ratio: 1;
  border: 1px dashed #9688a9;
  border-radius: 50%;
  transform: rotate(-20deg) scaleY(0.85);
}
.garment-note {
  position: absolute;
  bottom: 8px;
  left: 6%;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  transform: rotate(-7deg);
}
.garment-arrow {
  position: absolute;
  top: 1%;
  right: 0;
  font-family: var(--serif);
  font-size: 100px;
  line-height: 1;
  color: var(--red);
  transform: rotate(30deg);
}
[data-scene="1"] .sweater {
  transform: translateX(18px) rotate(12deg);
}
[data-scene="2"] .sweater {
  transform: rotate(-3deg) scale(0.95);
}
.story-count {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #61516c;
  margin-bottom: 20px;
}
.story-count span {
  color: var(--ink);
}
.story-detail h3 {
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 22px;
}
.story-detail #scene-description {
  line-height: 1.55;
  max-width: 370px;
  min-height: 106px;
  font-size: 17px;
}
.pass-button {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  min-height: 52px;
  min-width: 214px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px 20px;
  cursor: pointer;
  margin-top: 20px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.pass-button[hidden] {
  display: none;
}
.pass-button:hover {
  background: #48384f;
  transform: translateY(-2px);
}
.pass-button:active {
  transform: translateY(0);
}
.pass-button span {
  font-size: 23px;
  line-height: 1;
}
.demo-note {
  font-size: 12px;
  color: #655970;
  margin-top: 12px;
}
.story-bottom {
  text-align: center;
  border-top: 1px solid #aa9ebb;
  padding-top: 28px;
  font-size: 20px;
  line-height: 1.5;
}
.story-bottom em {
  letter-spacing: -0.025em;
  font-size: 22px;
}
.no-script-story {
  max-width: 750px;
  margin: 0 auto 30px;
  line-height: 1.6;
}
.no-script-story p + p {
  margin-top: 15px;
}
.closing {
  position: relative;
  background: var(--red);
  color: var(--paper);
  padding: 88px max(5%, calc((100vw - 1440px) / 2)) 94px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 10%;
  align-items: end;
  overflow: hidden;
}
.closing h2 {
  font-size: clamp(54px, 7.3vw, 112px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 500;
  position: relative;
}
.closing h2 em {
  color: #eee5a5;
}
.closing-copy {
  position: relative;
  padding-bottom: 4px;
}
.closing-copy > p:first-child {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.coming-soon {
  font-size: 16px;
  margin-top: 28px;
}
.closing .text-link {
  margin-top: 12px;
}
.closing a:focus-visible {
  outline-color: var(--paper);
}
.closing-loop {
  position: absolute;
  font-size: 190px;
  right: 9%;
  top: -16px;
  line-height: 0.58;
  letter-spacing: -0.15em;
  color: #ee7181;
  transform: rotate(10deg);
  font-weight: 200;
}
.footer {
  max-width: 1600px;
  margin: auto;
  padding: 38px 5%;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.5fr;
  gap: 16px;
  align-items: center;
}
.footer .wordmark {
  font-size: 38px;
}
.footer .wordmark span {
  font-size: 24px;
  transform: translate(4px, -7px);
}
.footer > p {
  font-size: 14px;
  line-height: 1.4;
}
.footer nav {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
  font-size: 14px;
}
.footer nav a {
  padding: 12px 0;
  text-decoration: none;
}
.footer nav a:hover {
  text-decoration: underline;
}
.footer small {
  grid-column: 1 / -1;
  font-size: 11px;
  color: #746b61;
  margin-top: 10px;
}
.legal-page .header {
  border-bottom: 1px solid var(--line);
}
.legal-main {
  max-width: 1240px;
  margin: auto;
  padding: 68px 5% 80px;
}
.legal-title {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line);
}
.legal-title h1,
.missing h1 {
  font-size: clamp(44px, 6.5vw, 80px);
  letter-spacing: -0.055em;
  font-weight: 500;
  line-height: 1.04;
  color: var(--red);
}
.legal-title > p {
  font-size: 20px;
  margin-top: 24px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 8%;
  padding-top: 45px;
}
.legal-nav {
  align-self: start;
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.legal-nav a {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  padding: 9px 0;
}
.legal-nav a:hover {
  text-decoration: underline;
}
.legal-content {
  min-width: 0;
  max-width: 700px;
}
.legal-content section {
  margin-bottom: 38px;
  scroll-margin-top: 32px;
}
.legal-content h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.legal-content p,
.legal-content li {
  font-size: 16px;
  line-height: 1.75;
  color: #504a45;
}
.legal-content p + p {
  margin-top: 14px;
}
.legal-content a {
  color: var(--red);
  overflow-wrap: anywhere;
}
.legal-content ul {
  padding-left: 20px;
  margin: 0 0 16px;
}
.legal-content li + li {
  margin-top: 12px;
}
.legal-content .text-link {
  margin-top: 20px;
  line-height: 1.5;
}
.legal-content .legal-date {
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.legal-page .footer {
  border-top: 1px solid var(--line);
}
.missing {
  max-width: 1240px;
  margin: auto;
  padding: 100px 5%;
  min-height: 60vh;
}
.missing > p {
  margin: 30px 0 10px;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 110px;
  }
  .hero-art {
    max-width: 620px;
  }
  .hero h1 {
    font-size: 115px;
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 2%;
    padding-top: 38px;
    padding-bottom: 80px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .hero h1 {
    font-size: clamp(60px, 7.2vw, 80px);
  }
  .hero-copy .hero-description {
    font-size: 15px;
  }
  .hero .text-link {
    font-size: 14px;
    gap: 16px;
  }
  .launch-note {
    margin-top: 28px;
  }
  .hand-note {
    font-size: 19px;
  }
  .doodle-arrow {
    left: 15%;
    width: 100px;
  }
  .story-intro {
    gap: 6%;
  }
  .story-intro p {
    font-size: 15px;
  }
  .story-stage {
    gap: 6%;
  }
  .closing-copy > p:first-child {
    font-size: 21px;
  }
  .legal-layout {
    grid-template-columns: 190px 1fr;
    gap: 6%;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 16px;
  }
  .header {
    padding: 22px 6%;
  }
  .wordmark {
    font-size: 40px;
  }
  .header nav {
    gap: 22px;
  }
  .header nav a {
    font-size: 13px;
  }
  .header nav a span {
    margin-left: 4px;
  }
  .header nav a:first-child {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 32px 6% 62px;
    gap: 44px;
    align-items: stretch;
  }
  .hero h1 {
    font-size: clamp(66px, 13.8vw, 94px);
    margin-bottom: 26px;
    letter-spacing: -0.065em;
  }
  .hero-copy > p {
    font-size: 17px;
    max-width: 370px;
  }
  .desktop-break {
    display: none;
  }
  .hero-copy .hero-description {
    max-width: 300px;
    font-size: 15px;
    margin-top: 14px;
  }
  .hero .text-link {
    font-size: 15px;
    margin-top: 17px;
  }
  .launch-note {
    margin-top: 26px;
  }
  .drawn-asterisk {
    font-size: 42px;
  }
  .hero-art {
    width: 100%;
    max-width: 500px;
    align-self: center;
    padding: 0 9px 34px;
  }
  .photo-frame {
    transform: rotate(3deg);
    padding: 9px 9px 12px;
  }
  .photo-frame img {
    aspect-ratio: 1.08;
    object-position: center 43%;
  }
  .photo-caption {
    font-size: 17px;
    padding-top: 12px;
  }
  .hand-note {
    right: 11px;
    bottom: -12px;
    font-size: 20px;
  }
  .doodle-arrow {
    left: 8%;
    bottom: -6px;
    width: 90px;
  }
  .passing-line {
    padding: 16px 0;
    gap: 26px;
    font-size: 14px;
  }
  .passing-line span:nth-child(even) {
    font-size: 22px;
    line-height: 20px;
  }
  .story {
    padding: 55px 6% 30px;
  }
  .story-intro {
    display: block;
  }
  .story-intro h2 {
    font-size: clamp(30px, 7.5vw, 47px);
    line-height: 1.15;
  }
  .story-intro p {
    margin-top: 24px;
    max-width: 460px;
    font-size: 16px;
  }
  .story-stage {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 24px auto 30px;
    align-items: stretch;
    max-width: 460px;
  }
  .garment-scene {
    min-height: 320px;
    width: 100%;
    max-width: 360px;
    align-self: center;
  }
  .sweater {
    width: 68%;
    max-width: 250px;
  }
  .orbit {
    width: 85%;
  }
  .garment-note {
    bottom: 6px;
    font-size: 20px;
    left: 8%;
  }
  .garment-arrow {
    font-size: 85px;
    right: 5%;
  }
  .story-count {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .story-detail h3 {
    font-size: 37px;
    margin-bottom: 18px;
  }
  .story-detail #scene-description {
    max-width: 100%;
    min-height: 105px;
    font-size: 16px;
  }
  .pass-button {
    margin-top: 20px;
    min-width: 220px;
  }
  .story-bottom {
    font-size: 16px;
    padding-top: 23px;
    max-width: 420px;
    margin: auto;
  }
  .story-bottom em {
    font-size: 18px;
    display: block;
  }
  .closing {
    display: block;
    padding: 62px 6% 54px;
  }
  .closing h2 {
    font-size: clamp(56px, 12vw, 83px);
  }
  .closing-copy {
    margin-top: 36px;
  }
  .closing-copy > p:first-child {
    font-size: 20px;
  }
  .coming-soon {
    margin-top: 23px;
    font-size: 15px;
  }
  .closing-loop {
    font-size: 150px;
    right: 8%;
    top: 42px;
    opacity: 0.5;
  }
  .footer {
    padding: 30px 6%;
    grid-template-columns: 1fr 1fr;
    gap: 26px 15px;
  }
  .footer > p {
    justify-self: end;
    font-size: 13px;
  }
  .footer nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 32px;
    font-size: 14px;
  }
  .footer small {
    margin-top: -10px;
  }
  .legal-main {
    padding: 45px 6% 40px;
  }
  .legal-title {
    padding-bottom: 30px;
  }
  .legal-title h1 {
    font-size: clamp(42px, 10vw, 64px);
  }
  .legal-title > p {
    font-size: 18px;
    margin-top: 18px;
  }
  .legal-layout {
    display: block;
    padding-top: 24px;
  }
  .legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 2px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 25px;
    margin-bottom: 32px;
  }
  .legal-nav a {
    font-size: 13px;
  }
  .legal-content h2 {
    font-size: 24px;
  }
  .legal-content p,
  .legal-content li {
    font-size: 15px;
  }
  .missing {
    padding: 65px 6%;
  }
  .missing h1 {
    font-size: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .sweater,
  .text-link,
  .pass-button {
    transition: none;
  }
}
@media print {
  .header,
  .footer,
  .legal-nav,
  .skip {
    display: none;
  }
  .legal-main {
    padding: 0;
  }
  .legal-layout {
    display: block;
  }
  .legal-content {
    max-width: none;
  }
  .legal-title {
    padding-bottom: 20px;
  }
  .legal-title h1 {
    font-size: 36px;
  }
  .legal-content section {
    break-inside: avoid;
  }
  body {
    background: #fff;
    color: #000;
  }
}
