@font-face {
  font-family: "Wearly Sans";
  src: url("/fonts/NotoSansSC.ttf") format("truetype");
  font-display: swap;
  font-weight: 300 800;
}

@font-face {
  font-family: "Wearly Serif";
  src: url("/fonts/NotoSerifSC-SemiBold.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
}

:root {
  color-scheme: light;
  --paper: #fffdf8;
  --paper-warm: #f7f1e9;
  --paper-deep: #eee4d8;
  --ink: #1b1815;
  --ink-soft: #514b45;
  --muted: #756d66;
  --clay: #8a6548;
  --line: rgba(27, 24, 21, 0.13);
  --line-inverse: rgba(255, 253, 248, 0.18);
  --radius-large: 42px;
  --radius-medium: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Wearly Sans", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-underline-offset: 4px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
  border-radius: 5px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.narrow {
  width: min(780px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  border-radius: 10px;
}

.brand span {
  display: grid;
  gap: 1px;
  line-height: 1.12;
}

.brand b {
  font-family: "Wearly Serif", "Songti SC", serif;
  font-size: 17px;
  font-weight: 600;
}

.brand small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-links a {
  color: var(--ink-soft);
  font-size: 13px;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.status-pill {
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--clay);
  font-size: 12px;
}

.overline {
  margin: 0 0 22px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.hero {
  padding: 112px 0 76px;
  text-align: center;
}

.hero-copy {
  width: min(920px, 100%);
  margin-inline: auto;
}

.hero h1,
h2,
h3 {
  font-family: "Wearly Serif", "Songti SC", serif;
  font-weight: 600;
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 7.2vw, 92px);
  line-height: 1.18;
}

.hero-lead {
  width: min(660px, 100%);
  margin: 28px auto 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.85;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 34px;
  padding: 0 23px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--paper);
  background: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.button:hover {
  color: var(--ink);
  background: transparent;
}

.hero-showcase {
  position: relative;
  min-height: 900px;
  margin: 76px 0 0;
  overflow: hidden;
  border-radius: var(--radius-large);
  background: var(--paper-deep);
}

.hero-device-group {
  min-height: 850px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  padding: 64px 52px 80px;
}

.hero-device-card {
  flex: 0 1 250px;
  min-width: 0;
}

.hero-device-today {
  order: 2;
  flex-basis: 310px;
}

.hero-device-wardrobe {
  order: 1;
}

.hero-device-favorites {
  order: 3;
}

.device-screen {
  margin: 0;
  overflow: hidden;
  border: 8px solid #29231f;
  border-radius: 44px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(53, 43, 34, 0.13);
  container-type: inline-size;
}

.device-screen > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 390 / 844;
  object-fit: cover;
}

.product-ui {
  width: 100%;
  aspect-ratio: 390 / 844;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 3.4em 2.5em 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  font-size: clamp(7px, 3.1cqw, 14px);
}

.product-ui img {
  display: block;
}

.product-ui-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-ui-header strong {
  font-family: "Wearly Serif", "Songti SC", serif;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1;
}

.product-ui-add {
  width: 3.5em;
  height: 3.5em;
  display: grid;
  place-items: center;
  border: 1px solid rgba(138, 101, 72, 0.25);
  border-radius: 999px;
  color: var(--clay);
  font-size: 1.2em;
}

.product-ui-tabs,
.favorite-filters {
  display: flex;
  align-items: center;
  gap: 1.35em;
  margin-top: 2.1em;
  color: var(--muted);
  font-size: 1em;
  white-space: nowrap;
}

.product-ui-tabs .is-active,
.favorite-filters .is-active {
  position: relative;
  color: var(--ink);
  font-weight: 700;
}

.product-ui-tabs .is-active::after,
.favorite-filters .is-active::after {
  content: "";
  position: absolute;
  right: 36%;
  bottom: -0.7em;
  left: 36%;
  height: 0.22em;
  border-radius: 999px;
  background: var(--ink);
}

.wardrobe-item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.9em 1.5em;
  margin-top: 3.5em;
}

.wardrobe-item {
  min-width: 0;
}

.wardrobe-item-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.7em;
  background: #fffdf8;
}

.wardrobe-item span {
  display: block;
  margin-top: 0.7em;
  font-size: 1em;
  line-height: 1.3;
  text-align: center;
}

.favorite-filters {
  gap: 1.8em;
}

.favorite-card {
  margin-top: 2.6em;
  padding: 0.75em;
  border: 1px solid rgba(138, 101, 72, 0.2);
}

.favorite-outfit-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.favorite-card h3 {
  margin: 0.75em 0 0;
  font-family: "Wearly Sans", "PingFang SC", sans-serif;
  font-size: 1.2em;
  line-height: 1.35;
}

.favorite-card > p {
  margin: 0.35em 0 0;
  color: var(--muted);
  font-size: 0.9em;
}

.favorite-detail-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.7em;
  margin-top: 1.25em;
}

.favorite-palette,
.favorite-item-row {
  display: flex;
  align-items: center;
  gap: 0.45em;
}

.favorite-palette span,
.look-color-palette span {
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
  border: 1px solid rgba(27, 24, 21, 0.13);
  border-radius: 999px;
}

.favorite-item-thumbnail {
  width: 3.25em;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(27, 24, 21, 0.06);
  border-radius: 0.55em;
  background: #fffdf8;
}

.product-ui-tabbar {
  min-height: 4.2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: auto -2.5em 0;
  border-top: 1px solid rgba(27, 24, 21, 0.09);
  color: var(--muted);
  font-size: 0.95em;
  text-align: center;
}

.product-ui-tabbar .is-active {
  color: var(--ink);
  font-weight: 700;
}

.hero-device-card > p {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  text-align: center;
}

.hero-device-main {
  border-width: 9px;
}

.preview-note {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.hero-facts {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.5fr;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.hero-facts div {
  min-width: 0;
  padding: 20px 24px;
}

.hero-facts div + div {
  border-left: 1px solid var(--line);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 11px;
}

.hero-facts dd {
  margin: 4px 0 0;
  font-size: 13px;
}

.quiet-statement {
  padding: 170px 0;
  text-align: center;
}

.quiet-statement h2,
.section-intro h2,
.product-boundary h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.32;
}

.quiet-statement p,
.section-intro > p:last-child,
.product-boundary > .narrow > p:last-child {
  width: min(660px, 100%);
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.product-section {
  padding: 138px 0;
  background: var(--paper-warm);
}

.section-intro {
  text-align: center;
}

.chapter-list {
  display: grid;
  gap: 32px;
  margin-top: 82px;
}

.product-chapter {
  min-height: 680px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--paper);
}

.chapter-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 88px);
}

.chapter-reverse .chapter-copy {
  order: 2;
}

.chapter-label {
  margin: 0 0 22px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
}

.chapter-copy h3 {
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.35;
}

.chapter-copy > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.chapter-device-stage {
  min-width: 0;
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: 58px;
  background: var(--paper-deep);
}

.chapter-device {
  width: min(330px, 100%);
}

.lookbook {
  margin-top: 146px;
}

.lookbook-heading {
  width: min(760px, 100%);
  margin-bottom: 50px;
}

.lookbook-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.36;
}

.look-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}

.look-device {
  margin: 0;
  overflow: hidden;
  border: 7px solid #29231f;
  border-radius: 40px;
  background: var(--paper);
  box-shadow: 0 22px 56px rgba(53, 43, 34, 0.12);
}

.look-app-surface {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: 24px 14px 0;
  background: var(--paper);
}

.look-app-header {
  min-height: 34px;
  display: flex;
  align-items: center;
}

.look-app-header strong {
  font-family: "Wearly Serif", "Songti SC", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.look-weather {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.4;
}

.look-summary {
  min-height: 62px;
  margin-top: 18px;
}

.look-summary h3 {
  margin: 0;
  font-family: "Wearly Sans", "PingFang SC", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.look-summary p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}

.look-hero-wrap {
  position: relative;
}

.look-hero {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
}

.look-action-rail {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  gap: 6px;
}

.look-action-rail span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(138, 101, 72, 0.2);
  border-radius: 999px;
  color: var(--clay);
  background: rgba(255, 253, 248, 0.96);
  font-family: "Wearly Sans", "PingFang SC", sans-serif;
  font-size: 15px;
  line-height: 1;
}

.look-color-palette {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 17px 2px 15px;
  font-size: 11px;
}

.tone-ivory { background: #f6f0e6; }
.tone-white { background: #fff; }
.tone-black { background: #171614; }
.tone-khaki { background: #c8ae88; }
.tone-denim { background: #6685a5; }
.tone-brown { background: #8b5b38; }
.tone-taupe { background: #9f927f; }
.tone-light-gray { background: #d8d6d1; }
.tone-gray { background: #77736e; }
.tone-camel { background: #a66f3f; }

.look-tabbar {
  min-height: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: auto -14px 0;
  border-top: 1px solid rgba(27, 24, 21, 0.09);
  color: var(--muted);
  font-size: 8px;
  text-align: center;
}

.look-tabbar .is-active {
  color: var(--ink);
  font-weight: 700;
}

.how-section {
  padding: 152px 0 164px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.steps li {
  min-width: 0;
  padding: 35px 34px 12px;
}

.steps li + li {
  border-left: 1px solid var(--line);
}

.steps span {
  color: var(--clay);
  font-family: "Wearly Serif", "Songti SC", serif;
  font-size: 16px;
}

.steps h3 {
  margin: 42px 0 10px;
  font-size: 26px;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.product-boundary {
  padding: 156px 0;
  color: var(--paper);
  background: var(--ink);
  text-align: center;
}

.product-boundary .overline {
  color: #d5b79f;
}

.product-boundary > .narrow > p:last-child {
  color: rgba(255, 253, 248, 0.66);
}

.faq-section {
  padding: 146px 0;
  background: var(--paper-warm);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(70px, 10vw, 140px);
}

.faq-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.4;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 2px;
  cursor: pointer;
  font-family: "Wearly Serif", "Songti SC", serif;
  font-size: 18px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  font-family: "Wearly Sans", "PingFang SC", sans-serif;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: translateY(1px);
}

.faq-list details p {
  max-width: 680px;
  margin: -2px 38px 27px 2px;
  color: var(--muted);
}

.company-section {
  padding: 134px 0;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(64px, 10vw, 150px);
}

.company-grid h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 59px);
  line-height: 1.38;
}

.company-copy > p {
  margin: 2px 0 40px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.9;
}

.company-copy dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.company-copy dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.company-copy dt {
  color: var(--muted);
  font-size: 13px;
}

.company-copy dd {
  margin: 0;
  font-size: 14px;
}

.site-footer {
  padding: 54px 0 28px;
  color: var(--paper);
  background: var(--ink);
}

.footer-top {
  display: grid;
  grid-template-columns: 0.5fr 1fr auto;
  gap: 48px;
  align-items: center;
  padding-bottom: 48px;
}

.brand-footer small {
  color: rgba(255, 253, 248, 0.55);
}

.footer-top > p {
  margin: 0;
  color: rgba(255, 253, 248, 0.68);
  font-family: "Wearly Serif", "Songti SC", serif;
  font-size: 18px;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a {
  color: rgba(255, 253, 248, 0.78);
  font-size: 13px;
  text-decoration: none;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr auto;
  gap: 30px;
  padding-top: 23px;
  border-top: 1px solid var(--line-inverse);
  color: rgba(255, 253, 248, 0.46);
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:nth-child(2) {
  display: flex;
  gap: 16px;
}

.footer-bottom a {
  color: inherit;
}

.legal-body {
  background: var(--paper);
}

.legal-header {
  border-bottom: 1px solid var(--line);
}

.legal-nav {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-link {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.legal-main {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0 110px;
}

.legal-title {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.legal-title .section-index {
  margin: 0 0 20px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.legal-title h1 {
  margin: 0 0 14px;
  font-family: "Wearly Serif", "Songti SC", serif;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1.3;
}

.legal-title p {
  margin: 0;
  color: var(--muted);
}

.legal-contact {
  margin: 32px 0 8px;
  padding: 25px 28px;
  background: var(--paper-deep);
}

.legal-contact p {
  margin: 0;
}

.legal-content section {
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.legal-content p {
  margin: 0;
  color: var(--ink-soft);
}

.legal-content p + p {
  margin-top: 10px;
}

.legal-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.legal-footer .shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.legal-footer p {
  margin: 0;
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js-ready [data-reveal][data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .shell {
    width: min(760px, calc(100% - 40px));
  }

  .nav-links {
    display: none;
  }

  .status-pill {
    margin-left: auto;
  }

  .hero {
    padding-top: 88px;
  }

  .hero-showcase {
    min-height: 760px;
  }

  .hero-device-group {
    min-height: 710px;
    padding-inline: 30px;
  }

  .hero-device-card {
    flex-basis: 205px;
  }

  .hero-device-today {
    flex-basis: 260px;
  }

  .product-chapter {
    min-height: 600px;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .chapter-copy {
    padding: 48px;
  }

  .chapter-device-stage {
    min-height: 600px;
    padding: 44px;
  }

  .faq-layout,
  .company-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 32px, 540px);
  }

  .narrow {
    width: min(100% - 32px, 540px);
  }

  .nav {
    min-height: 64px;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .status-pill {
    padding: 5px 10px;
    font-size: 11px;
  }

  .hero {
    padding: 68px 0 56px;
  }

  .overline {
    margin-bottom: 17px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(40px, 10.5vw, 47px);
    line-height: 1.24;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .button {
    margin-top: 28px;
  }

  .hero-showcase {
    min-height: 690px;
    margin-top: 52px;
    border-radius: 30px;
  }

  .hero-device-group {
    min-height: 640px;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding: 34px 24px 62px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hero-device-group::-webkit-scrollbar {
    display: none;
  }

  .hero-device-card,
  .hero-device-today {
    flex: 0 0 260px;
    scroll-snap-align: center;
  }

  .hero-device-today {
    order: 1;
  }

  .hero-device-wardrobe {
    order: 2;
  }

  .hero-device-favorites {
    order: 3;
  }

  .device-screen {
    border-width: 7px;
    border-radius: 38px;
  }

  .preview-note {
    right: 12px;
    bottom: 14px;
    left: 12px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    padding: 14px 2px;
  }

  .hero-facts div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .quiet-statement,
  .product-section,
  .how-section,
  .product-boundary,
  .faq-section,
  .company-section {
    padding: 98px 0;
  }

  .quiet-statement h2,
  .section-intro h2,
  .product-boundary h2 {
    font-size: 39px;
  }

  .quiet-statement p,
  .section-intro > p:last-child,
  .product-boundary > .narrow > p:last-child {
    margin-top: 22px;
    font-size: 16px;
  }

  .chapter-list {
    gap: 20px;
    margin-top: 55px;
  }

  .product-chapter {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  .chapter-reverse .chapter-copy {
    order: 0;
  }

  .chapter-copy {
    padding: 42px 28px;
  }

  .chapter-copy h3 {
    font-size: 36px;
  }

  .chapter-device-stage {
    min-height: 0;
    padding: 32px 28px;
  }

  .chapter-device {
    width: min(286px, 100%);
  }

  .lookbook {
    margin-top: 104px;
  }

  .lookbook-heading {
    margin-bottom: 34px;
  }

  .lookbook-heading h2 {
    font-size: 38px;
  }

  .look-gallery {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 294px);
    gap: 16px;
    overflow-x: auto;
    padding: 0 1px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .look-gallery::-webkit-scrollbar {
    display: none;
  }

  .look-device {
    border-width: 7px;
    border-radius: 38px;
    scroll-snap-align: center;
  }

  .steps {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .steps li {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
    padding: 25px 2px;
  }

  .steps li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .steps span {
    grid-row: 1 / 3;
  }

  .steps h3 {
    margin: 0 0 6px;
    font-size: 24px;
  }

  .faq-layout,
  .company-grid {
    gap: 50px;
  }

  .faq-heading h2,
  .company-grid h2 {
    font-size: 38px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .company-copy dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-bottom p:nth-child(2) {
    display: grid;
    gap: 5px;
  }

  .legal-main {
    width: min(100% - 32px, 820px);
    padding-top: 52px;
  }

  .legal-nav {
    min-height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .js-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
