/** Shopify CDN: Minification failed

Line 3168:19 Unterminated string token

**/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Hanken+Grotesk:wght@400;500;700&family=JetBrains+Mono:wght@500;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap");

body:has(.tt-stitch-home) #header-group,
body:has(.tt-stitch-page) #header-group,
body.tt-stitch-layout #header-group {
  display: none !important;
}

/* Final mobile override: keep the homepage memoir heading at the Stitch scale. */
@media screen and (max-width: 720px) {
  .tt-stitch-home .tt-stitch-story-mobile h2 {
    font-size: 21px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.045em !important;
    white-space: normal !important;
  }
}

body:has(.tt-stitch-home),
body:has(.tt-stitch-page),
body.tt-stitch-layout {
  background: #f4f1ee;
}

body:has(.tt-stitch-home) .content-for-layout,
body:has(.tt-stitch-page) .content-for-layout,
body.tt-stitch-layout .content-for-layout {
  margin: 0 !important;
  padding: 0 !important;
}

.tt-stitch-home,
.tt-stitch-page {
  --tt-bg: #fdf8f8;
  --tt-mist: #f7f6f2;
  --tt-paper: #ffffff;
  --tt-panel: #f1edec;
  --tt-panel-soft: #f7f3f2;
  --tt-rose: #fcecec;
  --tt-ink: #181919;
  --tt-muted: #444748;
  --tt-soft: #747878;
  --tt-line: rgba(24, 25, 25, 0.08);
  position: relative;
  color: var(--tt-ink);
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0.58), rgba(253, 248, 248, 0.72)),
    var(--tt-hero-bg) center top / cover fixed no-repeat,
    var(--tt-bg);
  font-family: "Hanken Grotesk", var(--font-body--family), system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tt-stitch-home *,
.tt-stitch-page *,
.tt-stitch-home *::before,
.tt-stitch-page *::before,
.tt-stitch-home *::after,
.tt-stitch-page *::after {
  box-sizing: border-box;
}

.tt-stitch-home a,
.tt-stitch-page a {
  color: inherit;
  text-decoration: none;
}

.tt-stitch-home img,
.tt-stitch-page img {
  display: block;
  max-width: 100%;
}

.tt-stitch-tech {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tt-stitch-heading {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.tt-stitch-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(253, 248, 248, 0.72);
  border-bottom: 1px solid rgba(24, 25, 25, 0.04);
  backdrop-filter: blur(28px);
}

.tt-stitch-announcement {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  background: #f7dcdc;
  color: #261818;
  text-align: center;
  overflow: hidden;
}

.tt-stitch-announcement__track {
  display: grid;
  min-height: 42px;
  align-items: center;
}

.tt-stitch-announcement__track span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(8px);
  animation: tt-announcement-rotate 12s infinite;
}

.tt-stitch-announcement__track span:nth-child(2) {
  animation-delay: 4s;
}

.tt-stitch-announcement__track span:nth-child(3) {
  animation-delay: 8s;
}

@keyframes tt-announcement-rotate {
  0%,
  8% {
    opacity: 0;
    transform: translateY(8px);
  }

  12%,
  30% {
    opacity: 1;
    transform: translateY(0);
  }

  36%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.tt-stitch-header__main {
  width: min(1440px, calc(100% - 128px));
  min-height: 128px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.tt-stitch-search,
.tt-stitch-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.tt-stitch-actions {
  justify-content: flex-end;
}

.tt-stitch-market {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: rgba(24, 25, 25, 0.06);
  color: rgba(68, 71, 72, 0.86);
}

.tt-stitch-action {
  position: relative;
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  color: rgba(68, 71, 72, 0.94);
}

.tt-stitch-action svg,
.tt-stitch-newsletter button svg,
.tt-stitch-social svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tt-stitch-cart-count {
  position: absolute;
  right: -10px;
  top: -10px;
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--tt-ink);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

.tt-stitch-search {
  color: rgba(68, 71, 72, 0.78);
}

.tt-stitch-search-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.tt-stitch-icon {
  font-size: 22px;
  line-height: 1;
}

.tt-stitch-logo {
  display: grid;
  justify-items: center;
  gap: 2px;
}

.tt-stitch-logo__mascot {
  width: 62px;
  height: 62px;
  overflow: hidden;
  object-fit: contain;
}

.tt-stitch-logo__wordmark {
  height: 30px;
  width: auto;
  margin-top: 2px;
  object-fit: contain;
}

.tt-stitch-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 4.2vw, 66px);
  padding: 18px 24px 17px;
  border-top: 1px solid rgba(24, 25, 25, 0.04);
  color: var(--tt-muted);
  overflow-x: auto;
  white-space: nowrap;
}

.tt-stitch-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1;
}

.tt-stitch-nav a.tt-stitch-nav-home {
  font-family: "Caveat", "Playfair Display", cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  transform: translateY(-2px);
}

.tt-stitch-nav a.is-active,
.tt-stitch-nav a:hover {
  color: var(--tt-ink);
}

.tt-stitch-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--tt-ink);
}

/* Desktop header refinement: a smaller centered mark and a tighter nav lockup.
   Mobile dimensions remain controlled by the existing max-width: 720px rules. */
@media screen and (min-width: 721px) {
  .tt-stitch-header__main {
    min-height: 80px;
  }

  .tt-stitch-logo {
    gap: 1px;
  }

  .tt-stitch-logo__mascot {
    width: 28px;
    height: 28px;
  }

  .tt-stitch-logo__wordmark {
    height: 13px;
    margin-top: 1px;
  }

  .tt-stitch-nav {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.tt-stitch-hero {
  position: relative;
  min-height: 680px;
  margin-top: 0;
  padding: 72px 64px 104px;
  overflow: hidden;
  background: var(--tt-mist);
}

.tt-stitch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0), rgba(253, 248, 248, 0.02) 48%, rgba(253, 248, 248, 0.08)),
    var(--tt-hero-bg) center / cover no-repeat;
  opacity: 1;
}

.tt-stitch-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  min-height: 520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 64px;
}

.tt-stitch-hero__copy {
  max-width: 680px;
  padding-bottom: 0;
}

.tt-stitch-kicker {
  display: block;
  margin-bottom: 26px;
  color: var(--tt-muted);
}

.tt-stitch-hero h1 {
  max-width: 760px;
  margin: 0 0 28px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.04em;
  color: var(--tt-ink);
}

.tt-stitch-hero h1 em {
  color: #6d5a5a;
  font-style: italic;
}

.tt-stitch-hero p {
  max-width: 480px;
  margin: 0 0 48px;
  color: var(--tt-muted);
  font-size: 16px;
  line-height: 1.72;
}

.tt-stitch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 16px 28px;
  border: 1px solid var(--tt-ink);
  background: var(--tt-ink);
  color: #fff;
  transition: background 180ms ease, color 180ms ease;
}

.tt-stitch-home .tt-stitch-button {
  color: #fff;
  font-size: 11px;
}

.tt-stitch-button:hover {
  background: #2e2d2b;
}

.tt-stitch-button--ghost {
  background: transparent;
  color: var(--tt-ink);
}

.tt-stitch-button--ghost:hover {
  background: var(--tt-rose);
}

.tt-stitch-hero__image {
  align-self: center;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(24, 25, 25, 0.08);
}

.tt-stitch-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.tt-stitch-section {
  width: min(1440px, calc(100% - 128px));
  margin: 0 auto 144px;
}

.tt-stitch-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}

.tt-stitch-section h2 {
  margin: 0 0 8px;
  color: var(--tt-ink);
  font-size: 34px;
}

.tt-stitch-section p {
  color: var(--tt-muted);
}

.tt-stitch-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 24px;
}

.tt-stitch-product {
  min-width: 0;
}

.tt-stitch-product:nth-child(even) {
  margin-top: 64px;
}

.tt-stitch-product__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  margin-bottom: 24px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(24, 25, 25, 0.05);
  border-radius: 8px;
  background: var(--tt-panel);
  isolation: isolate;
  transition: transform 500ms ease, box-shadow 500ms ease, background 500ms ease;
}

.tt-stitch-product:hover .tt-stitch-product__media {
  transform: translateY(-8px);
  box-shadow: 0 22px 42px rgba(24, 25, 25, 0.08);
  background: #f8f5f4;
}

.tt-stitch-product__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: opacity 420ms ease, transform 620ms ease, filter 620ms ease;
}

.tt-stitch-product__image--primary {
  grid-area: 1 / 1;
  z-index: 1;
}

.tt-stitch-product__image--secondary {
  grid-area: 1 / 1;
  z-index: 2;
  opacity: 0;
  transform: scale(1.035);
}

.tt-stitch-product:hover .tt-stitch-product__image--primary {
  opacity: 0;
  transform: scale(0.985);
  filter: blur(2px);
}

.tt-stitch-product:hover .tt-stitch-product__image--secondary {
  opacity: 1;
  transform: scale(1);
}

.tt-stitch-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--tt-ink);
  backdrop-filter: blur(10px);
  z-index: 4;
  transition: transform 420ms ease, background 420ms ease;
}

.tt-stitch-detail {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 7px 9px;
  border: 1px solid rgba(24, 25, 25, 0.08);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--tt-muted);
  opacity: 0;
  transform: translateY(8px);
  backdrop-filter: blur(10px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.tt-stitch-product:hover .tt-stitch-chip {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.94);
}

.tt-stitch-product:hover .tt-stitch-detail {
  opacity: 1;
  transform: translateY(0);
}

.tt-stitch-product h3 {
  margin: 0 0 6px;
  overflow: hidden;
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tt-stitch-price {
  color: var(--tt-muted);
}

.tt-stitch-story {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 80px;
}

.tt-stitch-story__copy {
  position: relative;
}

.tt-stitch-story__number {
  position: absolute;
  left: -36px;
  top: -78px;
  z-index: -1;
  color: rgba(229, 226, 225, 0.62);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 128px;
  line-height: 1;
}

.tt-stitch-story h2 {
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0.04em;
}

.tt-stitch-divider {
  width: 48px;
  height: 1px;
  margin: 28px 0;
  background: var(--tt-ink);
}

.tt-stitch-story__image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 32px 76px rgba(24, 25, 25, 0.1);
}

.tt-stitch-story__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  mix-blend-mode: multiply;
}

/* Our Story archive card: desktop treatment from the Stitch reference. */
.tt-stitch-story--archive {
  position: relative;
  display: block;
  width: min(1440px, calc(100% - 88px));
  min-height: 470px;
  margin-bottom: 144px;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd6cd;
}

.tt-stitch-story--archive .tt-stitch-story__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: #ddd6cd;
}

.tt-stitch-story--archive .tt-stitch-story__image img {
  position: absolute;
  inset: 0 16%;
  width: 68%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.tt-stitch-story__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(221, 214, 205, 0.28) 0%, rgba(221, 214, 205, 0.18) 14%, rgba(221, 214, 205, 0) 31%, rgba(221, 214, 205, 0) 72%, rgba(221, 214, 205, 0.24) 91%, rgba(221, 214, 205, 0.46) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(221, 214, 205, 0.12));
}

.tt-stitch-story__card {
  position: absolute;
  top: 50%;
  left: 3.2%;
  z-index: 2;
  width: min(510px, 37%);
  padding: 30px 28px 24px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 3px;
  background: rgba(253, 248, 248, 0.10);
  box-shadow: 0 18px 45px rgba(28, 27, 27, 0.08);
  backdrop-filter: blur(12px);
}

.tt-stitch-story__meta,
.tt-stitch-story__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.tt-stitch-story__meta {
  margin-bottom: 24px;
  color: var(--tt-muted);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tt-stitch-story__memoir,
.tt-stitch-story__read-time {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.tt-stitch-story__card h2 {
  margin: 0;
  color: #1c1b1b;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.07;
  letter-spacing: -0.02em;
}

.tt-stitch-story__card h2 em {
  color: #6d5a5a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

.tt-stitch-story__body {
  margin-top: 24px;
  color: #444748;
  font-size: 15px;
  line-height: 1.58;
}

.tt-stitch-story__body p {
  margin: 0 0 14px;
}

.tt-stitch-story__body p:last-child {
  margin-bottom: 0;
}

.tt-stitch-story__footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(68, 71, 72, 0.25);
}

.tt-stitch-story__read,
.tt-stitch-story__read-time {
  color: #1c1b1b;
  font-size: 14px;
}

.tt-stitch-story__read {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tt-stitch-story__read span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 220ms ease;
}

.tt-stitch-story__read:hover span {
  transform: translateX(4px);
}

.tt-stitch-story__social {
  position: absolute;
  top: 50%;
  right: 4.5%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 0 18px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(247, 243, 242, 0.38);
  color: #2d2d2d;
  backdrop-filter: blur(12px);
}

.tt-stitch-story__social a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tt-stitch-story__social a:not(:first-child) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 0;
  text-transform: none;
}

.tt-stitch-story__social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.tt-stitch-story__social > span {
  width: 1px;
  height: 16px;
  background: rgba(68, 71, 72, 0.28);
}

@media screen and (max-width: 1040px) and (min-width: 721px) {
  .tt-stitch-story--archive {
    width: min(100% - 48px, 880px);
  }

  .tt-stitch-story__card {
    left: 3%;
    width: 48%;
    padding: 24px 22px 20px;
  }

  .tt-stitch-story__social {
    right: 3%;
  }
}

/* Mobile Our Story card: a compact memoir panel based on the Stitch reference. */
.tt-stitch-story-mobile {
  display: none;
}

@media screen and (max-width: 720px) {
  .tt-stitch-home .tt-stitch-story--archive {
    width: min(390px, calc(100% - 16px));
    min-height: 0;
    margin: 40px auto 72px;
    padding: 12px;
    overflow: visible;
    border: 1px solid #ebe3db;
    border-radius: 16px;
    background: #faf7f2;
    box-shadow: 0 4px 24px rgba(35, 33, 32, 0.06);
  }

  .tt-stitch-home .tt-stitch-story--archive > .tt-stitch-story__image,
  .tt-stitch-home .tt-stitch-story--archive > .tt-stitch-story__card,
  .tt-stitch-home .tt-stitch-story--archive > .tt-stitch-story__social {
    display: none;
  }

  .tt-stitch-home .tt-stitch-story-mobile {
    display: block;
  }

  .tt-stitch-story-mobile__shell {
    padding: 14px;
    border: 1px solid #e5ddd4;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(35, 33, 32, 0.04);
  }

  .tt-stitch-story-mobile__meta,
  .tt-stitch-story-mobile__meta-left,
  .tt-stitch-story-mobile__brand,
  .tt-stitch-story-mobile__footer {
    display: flex;
    align-items: center;
  }

  .tt-stitch-story-mobile__meta,
  .tt-stitch-story-mobile__footer {
    justify-content: space-between;
  }

  .tt-stitch-story-mobile__meta {
    gap: 10px;
    padding: 0 0 9px;
    border-bottom: 1px solid #f0eae3;
  }

  .tt-stitch-story-mobile__meta-left {
    min-width: 0;
    gap: 8px;
  }

  .tt-stitch-story-mobile__badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 5px 9px;
    border-radius: 3px;
    background: #f4ede6;
    color: #232120;
    font-family: "JetBrains Mono", "Hanken Grotesk", monospace;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .tt-stitch-story-mobile__origin {
    color: #a2968e;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
    white-space: nowrap;
  }

  .tt-stitch-story-mobile__brand {
    flex: 0 0 auto;
    gap: 7px;
    color: #8c827a;
    font-family: "JetBrains Mono", "Hanken Grotesk", monospace;
    font-size: 8.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .tt-stitch-story-mobile__dot,
  .tt-stitch-story-mobile__tag-dot {
    display: inline-block;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #c89d97;
  }

  .tt-stitch-story-mobile__dot {
    width: 7px;
    height: 7px;
  }

  .tt-stitch-story-mobile__visual {
    position: relative;
    aspect-ratio: 16 / 10;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #ece4db;
    border-radius: 10px;
    background: #f2ece4;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  }

  .tt-stitch-story-mobile__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 36%;
  }

  .tt-stitch-story-mobile__tag {
    position: absolute;
    left: 9px;
    bottom: 9px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(35, 33, 32, 0.82);
    color: #f9f7f4;
    font-family: "JetBrains Mono", "Hanken Grotesk", monospace;
    font-size: 9px;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .tt-stitch-story-mobile__tag-dot {
    width: 5px;
    height: 5px;
    background: #fff;
  }

  .tt-stitch-home .tt-stitch-story-mobile h2 {
    margin: 17px 0 13px;
    color: #232120;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
    font-size: clamp(17px, 4.6vw, 18px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.045em;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
  }

  .tt-stitch-home .tt-stitch-story-mobile h2 em {
    color: #9d6861;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.03em;
    font-style: italic;
    font-weight: 400;
  }

  .tt-stitch-story-mobile__vignette {
    padding: 14px 14px 13px;
    border: 1px solid #ede5dc;
    border-radius: 11px;
    background: #faf7f3;
  }

  .tt-stitch-story-mobile__vignette p {
    margin: 0;
    color: #5c554e;
    font-family: "Hanken Grotesk", var(--font-body--family), system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.62;
  }

  .tt-stitch-story-mobile__vignette strong {
    color: #1c1b1b;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    -webkit-text-stroke: 0.12px currentColor;
  }

  .tt-stitch-story-mobile__footer {
    gap: 12px;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid #f2ece5;
  }

  .tt-stitch-story-mobile__read {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 164px;
    min-height: 64px;
    padding: 10px 14px 10px 16px;
    border-radius: 999px;
    background: #232120;
    color: #faf8f5;
    font-family: "Hanken Grotesk", var(--font-body--family), system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .tt-stitch-home .tt-stitch-story-mobile__read,
  .tt-stitch-home .tt-stitch-story-mobile__read > span:first-child {
    color: #faf8f5;
  }

  .tt-stitch-story-mobile__read > span:last-child {
    color: #d8aea7;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0;
  }

  .tt-stitch-story-mobile__location {
    max-width: 150px;
    color: #9e958e;
    font-family: "JetBrains Mono", "Hanken Grotesk", monospace;
    font-size: 9px;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-align: right;
    text-transform: uppercase;
  }

  .tt-stitch-story-mobile__location i {
    padding: 0 3px;
    font-style: normal;
  }
}

.tt-stitch-series {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.tt-stitch-series-card {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--tt-panel);
  color: #fff;
}

.tt-stitch-series-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
  mix-blend-mode: multiply;
}

.tt-stitch-series-card:hover img {
  transform: scale(1.04);
}

.tt-stitch-series-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(46, 45, 43, 0.92));
}

.tt-stitch-series-card__copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 34px;
}

.tt-stitch-series-card h3 {
  margin: 16px 0 8px;
  font-size: 32px;
}

.tt-stitch-footer {
  padding: 80px 64px 40px;
  border-top: 1px solid var(--tt-line);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.tt-stitch-footer__inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.8fr));
  gap: 48px;
}

.tt-stitch-footer__logo img:first-child {
  width: 54px;
  height: auto;
  object-fit: contain;
}

.tt-stitch-footer__logo img:last-child {
  width: min(310px, 100%);
  height: auto;
  margin-top: 8px;
  object-fit: contain;
}

.tt-stitch-footer p {
  max-width: 420px;
  margin: 24px 0 0;
  color: var(--tt-muted);
  font-size: 15px;
  line-height: 1.72;
}

.tt-stitch-footer h4 {
  margin: 0 0 34px;
  color: var(--tt-muted);
}

.tt-stitch-footer nav {
  display: grid;
  gap: 10px;
}

.tt-stitch-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(68, 71, 72, 0.32);
  padding-bottom: 12px;
}

.tt-stitch-newsletter input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--tt-ink);
  font: inherit;
  font-size: 22px;
  outline: 0;
}

.tt-stitch-newsletter input::placeholder {
  color: rgba(116, 120, 120, 0.62);
}

.tt-stitch-newsletter button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: rgba(68, 71, 72, 0.95);
  cursor: pointer;
  padding: 0;
}

.tt-stitch-social {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.tt-stitch-social a {
  display: inline-flex;
  width: 31px;
  height: 31px;
  color: rgba(68, 71, 72, 0.96);
}

.tt-stitch-social svg {
  stroke-width: 1.9;
}

.tt-collection-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 64px 72px;
  background: var(--tt-mist);
}

.tt-collection-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0.08), rgba(253, 248, 248, 0.58)),
    var(--tt-hero-bg) center / cover no-repeat;
  opacity: 1;
}

.tt-collection-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tt-collection-hero h1 {
  max-width: 760px;
  margin: 18px 0;
  color: var(--tt-ink);
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.98;
}

.tt-collection-hero p,
.tt-collection-hero__description {
  max-width: 620px;
  color: var(--tt-muted);
  font-size: 16px;
  line-height: 1.72;
}

.tt-collection-grid-section {
  padding-top: 72px;
}

.tt-collection-empty {
  grid-column: 1 / -1;
  max-width: 560px;
  padding: 56px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.tt-collection-empty h2 {
  margin: 16px 0 12px;
  font-size: 34px;
}

.tt-collection-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
}

.tt-cart-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 64px 72px;
  background: var(--tt-mist);
}

.tt-cart-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0.08), rgba(253, 248, 248, 0.58)),
    var(--tt-hero-bg) center / cover no-repeat;
}

.tt-cart-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tt-cart-hero h1 {
  margin: 18px 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.98;
}

.tt-cart-hero p {
  max-width: 540px;
  color: var(--tt-muted);
}

.tt-cart-section {
  padding-top: 72px;
}

.tt-cart-empty {
  max-width: 640px;
  padding: 64px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.tt-cart-empty h2 {
  margin: 18px 0 12px;
  font-size: 42px;
}

.tt-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 48px;
}

.tt-cart-items {
  display: grid;
  gap: 18px;
}

.tt-cart-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.tt-cart-item__image {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: var(--tt-panel);
}

.tt-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.tt-cart-item h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.tt-cart-item p {
  margin: 0 0 14px;
  color: var(--tt-muted);
}

.tt-cart-item input {
  width: 76px;
  margin: 8px 16px 0 0;
  padding: 9px 10px;
  border: 1px solid rgba(24, 25, 25, 0.14);
  border-radius: 4px;
  background: #fff;
  font: inherit;
}

.tt-cart-summary {
  position: sticky;
  top: 188px;
  align-self: start;
  padding: 32px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.tt-cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 28px 0 12px;
  font-size: 18px;
}

.tt-cart-summary p {
  color: var(--tt-muted);
  font-size: 14px;
}

.tt-cart-summary .tt-stitch-button {
  width: 100%;
  margin-top: 18px;
}

.tt-cart-update {
  width: 100%;
  margin-top: 14px;
  border: 0;
  background: transparent;
  color: var(--tt-muted);
  cursor: pointer;
}

.tt-search-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 64px 72px;
  background: var(--tt-mist);
}

.tt-search-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0.08), rgba(253, 248, 248, 0.58)),
    var(--tt-hero-bg) center / cover no-repeat;
}

.tt-search-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tt-search-hero h1 {
  margin: 18px 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.98;
}

.tt-search-hero p {
  max-width: 620px;
  color: var(--tt-muted);
}

.tt-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  width: min(620px, 100%);
  margin-top: 34px;
  border-bottom: 1px solid rgba(24, 25, 25, 0.22);
  padding-bottom: 12px;
}

.tt-search-form input {
  border: 0;
  background: transparent;
  color: var(--tt-ink);
  font: inherit;
  font-size: 22px;
  outline: 0;
}

.tt-search-form input::placeholder {
  color: rgba(116, 120, 120, 0.62);
}

.tt-search-form button {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--tt-muted);
  cursor: pointer;
}

.tt-search-form svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tt-search-results-section {
  padding-top: 72px;
}

.tt-account-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 64px 72px;
  background: var(--tt-mist);
}

.tt-account-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0.08), rgba(253, 248, 248, 0.58)),
    var(--tt-hero-bg) center / cover no-repeat;
}

.tt-account-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tt-account-hero h1 {
  margin: 18px 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.98;
}

.tt-account-hero p {
  max-width: 620px;
  color: var(--tt-muted);
}

.tt-account-section {
  padding-top: 72px;
}

.tt-account-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 32px;
  align-items: start;
}

.tt-account-panel {
  padding: 42px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px);
}

.tt-account-panel h2 {
  margin: 12px 0 16px;
  font-size: 34px;
}

.tt-account-panel p {
  color: var(--tt-muted);
}

.tt-account-form {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.tt-account-field {
  display: grid;
  gap: 8px;
}

.tt-account-field label {
  color: var(--tt-muted);
}

.tt-account-field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 25, 25, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--tt-ink);
  font: inherit;
  outline: 0;
}

.tt-account-form__links,
.tt-account-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 8px;
}

.tt-account-form__links a,
.tt-account-actions-row a,
.tt-account-card a {
  color: var(--tt-muted);
}

.tt-account-note {
  display: grid;
  gap: 18px;
}

.tt-account-card {
  padding: 24px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.tt-account-card h3 {
  margin: 10px 0 8px;
  font-size: 24px;
}

.tt-account-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tt-account-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--tt-line);
}

.tt-policy-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 64px 72px;
  background: var(--tt-mist);
}

.tt-policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0.08), rgba(253, 248, 248, 0.58)),
    var(--tt-hero-bg) center / cover no-repeat;
}

.tt-policy-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tt-policy-hero h1 {
  margin: 18px 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.98;
}

.tt-policy-hero p {
  max-width: 620px;
  color: var(--tt-muted);
}

.tt-policy-section {
  padding-top: 72px;
}

.tt-policy-panel {
  width: min(920px, 100%);
  padding: 54px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.tt-policy-content {
  color: var(--tt-muted);
  font-size: 16px;
  line-height: 1.78;
}

.tt-policy-content h1,
.tt-policy-content h2,
.tt-policy-content h3 {
  margin: 34px 0 12px;
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.tt-policy-content h1:first-child,
.tt-policy-content h2:first-child,
.tt-policy-content h3:first-child {
  margin-top: 0;
}

.tt-policy-content a {
  color: var(--tt-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tt-policy-content ul,
.tt-policy-content ol {
  padding-left: 22px;
}

.tt-content-hero,
.tt-blog-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 64px 72px;
  background: var(--tt-mist);
}

.tt-content-hero::before,
.tt-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(253, 248, 248, 0.08), rgba(253, 248, 248, 0.58)),
    var(--tt-hero-bg) center / cover no-repeat;
}

.tt-content-hero__inner,
.tt-blog-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tt-content-hero h1,
.tt-blog-hero h1 {
  max-width: 760px;
  margin: 18px 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.98;
}

.tt-content-hero p,
.tt-blog-hero p {
  max-width: 620px;
  color: var(--tt-muted);
}

.tt-content-section,
.tt-blog-section {
  padding-top: 72px;
}

.tt-content-panel {
  width: min(920px, 100%);
  padding: 54px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.tt-content-rte {
  color: var(--tt-muted);
  font-size: 16px;
  line-height: 1.78;
}

.tt-content-rte h1,
.tt-content-rte h2,
.tt-content-rte h3 {
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.tt-story-panel {
  width: min(780px, 100%);
  padding: clamp(48px, 7vw, 86px) clamp(32px, 7vw, 82px);
}

.tt-story-note {
  display: flex;
  margin-bottom: clamp(42px, 6vw, 68px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tt-line);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tt-story-note__label,
.tt-story-note__meta {
  color: var(--tt-muted);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  text-transform: none;
}

.tt-story-note__meta {
  white-space: nowrap;
}

.tt-story-rte {
  color: var(--tt-ink);
  font-size: clamp(15px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.82;
}

.tt-story-rte p {
  margin: 0 0 1.55em;
}

.tt-story-rte h2,
.tt-story-rte h3 {
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.012em;
}

.tt-story-rte h2 {
  margin: clamp(38px, 5vw, 54px) 0 1em;
  font-size: clamp(20px, 1.8vw, 23px);
  font-weight: 500;
  line-height: 1.52;
}

.tt-story-rte h3 {
  margin: clamp(30px, 4vw, 44px) 0 0.9em;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
}

.tt-story-rte > h2:first-child,
.tt-story-rte > h3:first-child {
  margin-top: 0;
}

.tt-story-brand {
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: inherit;
}

.tt-story-rte strong,
.tt-story-rte b {
  font-weight: 700;
}

.tt-story-rte a {
  color: inherit;
  text-decoration-color: rgba(22, 23, 25, 0.35);
  text-underline-offset: 4px;
}

.tt-stitch-section.tt-content-section:has(.tt-story-composition) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tt-story-composition {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(8.333% - 1px), rgba(24, 25, 25, 0.025) calc(8.333% - 1px), rgba(24, 25, 25, 0.025) 8.333%),
    linear-gradient(180deg, rgba(253, 248, 248, 0.72), rgba(247, 246, 242, 0.9));
}

.tt-story-composition em {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

.tt-story-cover {
  min-height: 590px;
  padding: 165px 24px 100px;
  text-align: center;
}

.tt-story-index {
  display: block;
  margin-bottom: 18px;
  color: rgba(68, 71, 72, 0.72);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tt-story-cover h1 {
  margin: 0;
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.tt-story-cover h1 em {
  font-style: normal;
}

.tt-story-cover__line {
  display: block;
  width: 72px;
  height: 1px;
  margin: 38px auto 32px;
  background: rgba(24, 25, 25, 0.14);
}

.tt-story-cover p {
  margin: 0;
  color: rgba(68, 55, 55, 0.76);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 37px);
  font-style: italic;
  line-height: 1.45;
}

.tt-story-chapter,
.tt-story-duo {
  width: min(1180px, calc(100% - 128px));
  margin: 0 auto;
}

.tt-story-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(72px, 9vw, 150px);
  padding: 112px 0;
  align-items: center;
}

.tt-story-chapter--media-right {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.tt-story-copy {
  color: var(--tt-muted);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.tt-story-copy h2 {
  margin: 0 0 26px;
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.2;
}

.tt-story-copy p {
  margin: 0 0 24px;
}

.tt-story-visual {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(24, 25, 25, 0.07);
  background: rgba(247, 243, 242, 0.78);
}

.tt-story-visual::before {
  content: "";
  position: absolute;
  inset: -28px 28px 28px -28px;
  z-index: 0;
  border: 1px solid rgba(24, 25, 25, 0.05);
  border-radius: 6px;
  background: rgba(241, 237, 236, 0.72);
}

.tt-story-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-story-visual--origin {
  aspect-ratio: 1 / 1;
  background: #fff;
}

.tt-story-visual--origin img {
  object-fit: contain;
}

.tt-story-visual--texture {
  width: min(440px, 100%);
  margin-left: auto;
  aspect-ratio: 4 / 5;
}

.tt-story-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(64px, 9vw, 130px);
  padding: 160px 0 112px;
}

.tt-story-copy--ruled {
  position: relative;
  padding-left: 34px;
  border-left: 1px solid rgba(24, 25, 25, 0.1);
}

.tt-story-copy--ruled::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 32px;
  background: var(--tt-ink);
}

.tt-story-chapter--future {
  padding-top: 120px;
  padding-bottom: 135px;
}

.tt-story-visual--future {
  padding: 0;
  aspect-ratio: 4 / 3;
  background: transparent;
}

.tt-story-visual--future::before {
  display: none;
}

.tt-story-finale {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 24px 40px;
  border-top: 1px solid rgba(24, 25, 25, 0.08);
  text-align: center;
}

.tt-story-finale::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: -127px auto 112px;
  border: 1px solid rgba(24, 25, 25, 0.16);
  background: var(--tt-paper);
  transform: rotate(45deg);
}

.tt-story-finale p {
  margin: 0 auto 58px;
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 58px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.tt-story-finale > span {
  display: block;
  margin-bottom: 42px;
  color: var(--tt-muted);
  font-size: 14px;
}

.tt-story-finale a {
  color: inherit;
}

.tt-story-button {
  display: inline-flex;
  min-width: 245px;
  min-height: 54px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: var(--tt-ink);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tt-faction-grid,
.tt-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tt-faction-card,
.tt-blog-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--tt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px);
}

.tt-faction-card h2,
.tt-blog-card h2 {
  margin: 12px 0;
  font-size: 28px;
  line-height: 1.08;
}

.tt-faction-card p,
.tt-blog-card p {
  color: var(--tt-muted);
}

.tt-faction-card__image,
.tt-blog-card__image {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  margin: -8px -8px 24px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--tt-panel);
}

.tt-faction-card__image img,
.tt-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1040px) {
  .tt-stitch-header__main,
  .tt-stitch-section {
    width: min(100% - 48px, 880px);
  }

  .tt-stitch-header__main {
    min-height: 118px;
    grid-template-columns: 1fr auto 1fr;
  }

  .tt-stitch-search span:last-child,
  .tt-stitch-actions .tt-stitch-currency,
  .tt-stitch-actions .tt-stitch-favorite {
    display: none;
  }

  .tt-stitch-hero {
    min-height: auto;
    padding: 72px 24px 88px;
  }

  .tt-stitch-hero__inner,
  .tt-stitch-story,
  .tt-stitch-footer__inner {
    grid-template-columns: 1fr;
  }

  .tt-stitch-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-collection-hero {
    padding: 72px 24px 64px;
  }

  .tt-cart-hero {
    padding: 72px 24px 64px;
  }

  .tt-cart-layout {
    grid-template-columns: 1fr;
  }

  .tt-cart-summary {
    position: static;
  }

  .tt-search-hero {
    padding: 72px 24px 64px;
  }

  .tt-account-hero {
    padding: 72px 24px 64px;
  }

  .tt-account-grid {
    grid-template-columns: 1fr;
  }

  .tt-policy-hero {
    padding: 72px 24px 64px;
  }

  .tt-content-hero,
  .tt-blog-hero {
    padding: 72px 24px 64px;
  }

  .tt-faction-grid,
  .tt-blog-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 720px) {
  .tt-stitch-announcement {
    padding: 0 18px;
  }

  .tt-stitch-header__main {
    width: calc(100% - 32px);
    min-height: 72px;
    gap: 12px;
  }

  .tt-stitch-logo__mascot {
    width: 29.25px;
    height: 29.25px;
  }

  .tt-stitch-logo__wordmark {
    height: 13.5px;
    margin-top: 2px;
  }

  .tt-stitch-nav {
    justify-content: flex-start;
    gap: 26px;
    padding-inline: 18px;
  }

  .tt-stitch-nav a {
    font-size: 14px;
  }

  .tt-stitch-nav a.tt-stitch-nav-home {
    font-size: 19px;
  }

  .tt-stitch-hero {
    min-height: auto;
    margin-top: 0;
    padding: 48px 20px 72px;
  }

  .tt-stitch-hero__inner {
    min-height: auto;
    gap: 42px;
  }

  .tt-stitch-hero h1 {
    font-size: 48px;
  }

  .tt-stitch-section {
    width: calc(100% - 40px);
    margin-bottom: 92px;
  }

  .tt-stitch-section__head {
    display: block;
  }

  .tt-collection-hero {
    padding: 56px 20px 52px;
  }

  .tt-collection-hero h1 {
    font-size: 42px;
  }

  .tt-collection-grid-section {
    padding-top: 48px;
  }

  .tt-collection-empty {
    padding: 34px 24px;
  }

  .tt-cart-hero {
    padding: 56px 20px 52px;
  }

  .tt-cart-hero h1 {
    font-size: 42px;
  }

  .tt-search-hero {
    padding: 56px 20px 52px;
  }

  .tt-search-hero h1 {
    font-size: 42px;
  }

  .tt-account-hero {
    padding: 56px 20px 52px;
  }

  .tt-account-hero h1 {
    font-size: 42px;
  }

  .tt-account-panel {
    padding: 32px 24px;
  }

  .tt-policy-hero {
    padding: 56px 20px 52px;
  }

  .tt-policy-hero h1 {
    font-size: 42px;
  }

  .tt-policy-panel {
    padding: 34px 24px;
  }

  .tt-content-hero,
  .tt-blog-hero {
    padding: 56px 20px 52px;
  }

  .tt-content-hero h1,
  .tt-blog-hero h1 {
    font-size: 42px;
  }

  .tt-content-panel,
  .tt-faction-card,
  .tt-blog-card {
    padding: 30px 22px;
  }

  .tt-story-panel {
    padding: 36px 24px 44px;
  }

  .tt-story-note {
    margin-bottom: 36px;
    align-items: flex-start;
  }

  .tt-story-rte {
    font-size: 15px;
    line-height: 1.78;
  }

  .tt-story-rte h2 {
    font-size: 20px;
  }

  .tt-story-rte h3 {
    font-size: 16px;
  }

  .tt-search-form input {
    font-size: 18px;
  }

  .tt-cart-empty {
    padding: 34px 24px;
  }

  .tt-cart-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .tt-cart-item__price {
    grid-column: 2;
  }

  .tt-stitch-products {
    gap: 28px 14px;
  }

  .tt-stitch-product:nth-child(even) {
    margin-top: 32px;
  }

  .tt-stitch-product__media {
    padding: 18px;
  }

  .tt-stitch-story {
    gap: 42px;
  }

  .tt-stitch-story h2 {
    font-size: 38px;
  }

  .tt-stitch-series {
    grid-template-columns: 1fr;
  }

  .tt-stitch-series-card {
    min-height: 420px;
  }

  .tt-stitch-footer {
    padding: 56px 20px 32px;
  }
}

.tt-stitch-footer--archive {
  --tt-footer-content-width: min(980px, calc(100% - 140px));
  --tt-footer-nudge: clamp(40px, 4vw, 68px);
  --tt-footer-ink: #080909;
  --tt-footer-muted: #0d0b09;
  padding: 80px 64px 40px;
  border-top: 1px solid var(--tt-line);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.tt-stitch-footer--archive .tt-stitch-footer__inner {
  width: var(--tt-footer-content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
  transform: translateX(var(--tt-footer-nudge));
}

.tt-stitch-footer--archive h4 {
  margin: 0 0 32px;
  color: var(--tt-footer-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-stroke: 0.12px currentColor;
}

.tt-stitch-footer--archive nav {
  display: grid;
  gap: 18px;
}

.tt-stitch-footer--archive nav a {
  color: var(--tt-footer-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 1;
  -webkit-text-stroke: 0.1px currentColor;
}

.tt-stitch-footer--archive .tt-stitch-footer__engage {
  width: var(--tt-footer-content-width);
  margin: 64px auto 0;
  padding-top: 48px;
  border-top: 1px solid rgba(47, 48, 48, 0.2);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 72px;
  align-items: end;
  transform: translateX(var(--tt-footer-nudge));
}

.tt-stitch-footer--archive .tt-stitch-footer__newsletter-title {
  margin: 0 0 14px;
  color: var(--tt-footer-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.05;
  -webkit-text-stroke: 0.12px currentColor;
}

.tt-stitch-footer--archive .tt-stitch-footer__engage p {
  max-width: 560px;
  margin: 0 0 26px;
  color: var(--tt-footer-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 1;
  -webkit-text-stroke: 0.08px currentColor;
}

.tt-stitch-footer--archive .tt-stitch-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(47, 48, 48, 0.22);
}

.tt-stitch-footer--archive .tt-stitch-newsletter input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--tt-footer-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  outline: 0;
  -webkit-text-stroke: 0.08px currentColor;
}

.tt-stitch-footer--archive .tt-stitch-newsletter input::placeholder {
  color: rgba(13, 11, 9, 0.92);
}

.tt-stitch-footer--archive .tt-stitch-newsletter button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--tt-footer-ink);
  cursor: pointer;
  padding: 0;
}

.tt-stitch-footer--archive .tt-stitch-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.tt-stitch-footer--archive .tt-stitch-social a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--tt-footer-ink);
  opacity: 1;
}

.tt-stitch-footer--archive .tt-stitch-social svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.55;
}

.tt-stitch-footer--archive .tt-stitch-footer__bottom {
  width: var(--tt-footer-content-width);
  margin: 30px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(47, 48, 48, 0.18);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: var(--tt-footer-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  transform: translateX(var(--tt-footer-nudge));
  -webkit-text-stroke: 0.08px currentColor;
}

.tt-stitch-footer--archive .tt-stitch-footer__bottom p {
  margin: 0;
}

@media (max-width: 980px) {
  .tt-stitch-footer--archive {
    padding: 56px 20px 32px;
  }

  .tt-stitch-footer--archive .tt-stitch-footer__inner {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    transform: none;
  }

  .tt-stitch-footer--archive .tt-stitch-footer__engage {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 32px;
    transform: none;
  }

  .tt-stitch-footer--archive .tt-stitch-footer__bottom {
    width: 100%;
    transform: none;
  }

  .tt-stitch-footer--archive .tt-stitch-social {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .tt-stitch-footer--archive .tt-stitch-footer__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tt-stitch-footer--archive h4 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .tt-stitch-footer--archive nav {
    gap: 12px;
  }

  .tt-stitch-footer--archive .tt-stitch-footer__engage {
    margin-top: 40px;
    padding-top: 32px;
  }
}

/* Final hero composition: one full-bleed image with editorial copy layered above it. */
.tt-stitch-home .tt-stitch-hero {
  min-height: 0;
  height: min(39.13vw, 540px);
  aspect-ratio: 23 / 9;
  margin-bottom: 96px;
  padding: 0;
  display: flex;
  align-items: center;
  background: var(--tt-mist);
}

.tt-stitch-home .tt-stitch-hero::before {
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(253, 248, 248, 0.12), rgba(253, 248, 248, 0.02) 28%, rgba(253, 248, 248, 0)),
    linear-gradient(90deg, rgba(253, 248, 248, 0.05), rgba(253, 248, 248, 0.01) 38%, rgba(253, 248, 248, 0));
}

.tt-stitch-home .tt-stitch-hero__inner {
  width: min(1440px, 100%);
  height: 100%;
  min-height: 0;
  padding: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.tt-stitch-home .tt-stitch-hero__copy {
  max-width: 380px;
  position: relative;
  z-index: 3;
}

.tt-stitch-home .tt-stitch-kicker {
  margin-bottom: 18px;
}

.tt-stitch-home .tt-stitch-hero h1 {
  max-width: 380px;
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.tt-stitch-home .tt-stitch-hero h1 em {
  display: inline-block;
  margin-top: 4px;
  font-size: 54px;
  letter-spacing: -0.04em;
}

.tt-stitch-home .tt-stitch-hero p {
  display: none;
}

.tt-stitch-home .tt-stitch-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.tt-stitch-home .tt-stitch-hero__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.tt-stitch-home .tt-stitch-hero__carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tt-stitch-home .tt-stitch-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease;
}

.tt-stitch-home .tt-stitch-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.tt-stitch-home .tt-stitch-hero__slide img,
.tt-stitch-home .tt-stitch-hero__slide video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.tt-stitch-hero__archive-tag,
.tt-stitch-hero__secondary-cta {
  display: none;
}

.tt-stitch-hero__note {
  position: relative;
  z-index: 3;
  width: 280px;
  margin-top: -10px;
  padding: 20px 24px;
  background: rgba(253, 248, 248, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.tt-stitch-hero__note span,
.tt-stitch-hero__note small {
  display: block;
  color: var(--tt-muted);
  font-size: 9px;
  letter-spacing: 0.22em;
}

.tt-stitch-hero__note strong {
  display: block;
  margin: 17px 0 10px;
  color: var(--tt-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.05;
}

@media (max-width: 640px) {
  .tt-stitch-home .tt-stitch-hero {
    height: 650px;
    min-height: 0;
    aspect-ratio: auto;
    margin-bottom: 64px;
  }

  .tt-stitch-home .tt-stitch-hero__inner {
    padding: 40px 20px;
    align-items: flex-start;
  }

  .tt-stitch-home .tt-stitch-hero__copy {
    margin-top: 70px;
  }

  .tt-stitch-home .tt-stitch-hero h1 {
    font-size: 38px;
  }

  .tt-stitch-home .tt-stitch-hero h1 em {
    font-size: 46px;
  }

  .tt-stitch-hero__note {
    position: absolute;
    right: 20px;
    bottom: 22px;
    width: 220px;
    margin: 0;
    padding: 16px 18px;
  }

  .tt-stitch-hero__note strong {
    margin: 12px 0 7px;
    font-size: 25px;
  }
}

/* Mobile hero follows the supplied Stitch composition: portrait media, a
   compact bottom copy lockup, and the editorial note beneath the image. */
@media (max-width: 640px) {
  .tt-stitch-home .tt-stitch-hero {
    width: calc(100% - 30px);
    height: auto;
    min-height: 0;
    margin: 12px 15px 64px;
    aspect-ratio: auto;
    display: block;
    overflow: visible;
    background: transparent;
  }

  .tt-stitch-home .tt-stitch-hero__inner {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, calc((100vw - 30px) * 1.25)) auto;
    gap: 16px;
    align-items: stretch;
  }

  .tt-stitch-home .tt-stitch-hero__archive-tag {
    display: inline-flex;
    grid-row: 1;
    grid-column: 1;
    align-self: start;
    justify-self: start;
    position: relative;
    z-index: 4;
    margin: 14px 0 0 16px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(253, 248, 248, 0.9);
    color: var(--tt-ink);
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .tt-stitch-home .tt-stitch-hero__copy {
    grid-row: 1;
    grid-column: 1;
    align-self: end;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 16px 20px;
    position: relative;
    z-index: 3;
  }

  .tt-stitch-home .tt-stitch-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .tt-stitch-home .tt-stitch-kicker::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    flex: 0 0 20px;
    background: rgba(255, 255, 255, 0.9);
  }

  .tt-stitch-home .tt-stitch-hero h1 {
    max-width: none;
    margin: 0 0 16px;
    color: #fff;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.025em;
  }

  .tt-stitch-home .tt-stitch-hero h1 br {
    display: none;
  }

  .tt-stitch-home .tt-stitch-hero h1 em {
    display: inline;
    margin-top: 0;
    color: #fff;
    font-size: inherit;
    letter-spacing: inherit;
  }

  .tt-stitch-home .tt-stitch-hero p {
    display: none;
  }

  .tt-stitch-home .tt-stitch-hero__copy .tt-stitch-button {
    width: 168px;
    min-height: 44px;
    padding: 8px 14px;
    border-color: #fff;
    background: #fff;
    color: var(--tt-ink) !important;
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .tt-stitch-home .tt-stitch-hero__secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    margin-left: 10px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }

  .tt-stitch-home .tt-stitch-hero__image {
    grid-row: 1;
    grid-column: 1;
    position: relative !important;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    min-height: 0;
    align-self: stretch;
    border-radius: 8px;
    box-shadow: none;
  }

  .tt-stitch-home .tt-stitch-hero__carousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
  }

  .tt-stitch-home .tt-stitch-hero__note {
    grid-row: 2;
    grid-column: 1;
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    align-self: stretch;
    width: 100%;
    min-height: 132px;
    margin: 0;
    padding: 26px 20px 24px;
    border: 0;
    border-radius: 8px;
    background: rgba(253, 248, 248, 0.78);
    box-shadow: none;
    text-align: center;
  }

  .tt-stitch-home .tt-stitch-hero__note strong {
    margin: 16px 0 10px;
    font-size: 25px;
  }

  .tt-stitch-home .tt-stitch-section__head {
    margin-bottom: 32px;
  }

  .tt-stitch-home .tt-stitch-section h2 {
    color: var(--tt-ink);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .tt-stitch-home .tt-stitch-section__head > a {
    color: rgba(13, 11, 9, 0.72);
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

/* Our Story mobile layout 鈥?Stitch reference */
@media screen and (max-width: 720px) {
  body:has(.tt-stitch-page) { background: #fdf8f8; }

  .tt-stitch-page .tt-story-composition {
    padding-bottom: 56px;
    background: linear-gradient(180deg, #fdf8f8 0%, #f7f6f2 100%);
  }

  .tt-stitch-page .tt-story-cover {
    min-height: auto;
    padding: 32px 20px 36px;
  }

  .tt-stitch-page .tt-story-cover > .tt-story-index,
  .tt-stitch-page .tt-story-copy .tt-story-index {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    margin: 0 0 20px;
    padding: 7px 13px;
    border: 1px solid rgba(154, 79, 71, 0.12);
    border-radius: 999px;
    background: rgba(248, 236, 233, 0.86);
    color: #8f514b;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .tt-stitch-page .tt-story-cover > .tt-story-index {
    justify-content: center;
    margin-bottom: 24px;
    letter-spacing: 0.11em;
  }

  .tt-stitch-page .tt-story-cover h1 {
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -0.04em;
  }

  .tt-stitch-page .tt-story-cover h1 em {
    font-style: italic;
    font-weight: 500;
  }

  .tt-stitch-page .tt-story-cover__line { display: none; }

  .tt-stitch-page .tt-story-cover p {
    max-width: 320px;
    margin: 26px auto 0;
    color: rgba(68, 55, 55, 0.82);
    font-size: 20px;
    line-height: 1.5;
  }

  .tt-stitch-page .tt-story-chapter,
  .tt-stitch-page .tt-story-duo {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 44px 0 50px;
    align-items: stretch;
  }

  .tt-stitch-page .tt-story-composition {
    display: flex;
    flex-direction: column;
  }

  .tt-stitch-page .tt-story-cover { order: 0; }
  .tt-stitch-page .tt-story-chapter--media-left { order: 1; }
  .tt-stitch-page .tt-story-chapter--media-right { order: 2; }
  .tt-stitch-page .tt-story-duo { order: 4; }
  .tt-stitch-page .tt-story-chapter--future { order: 5; }
  .tt-stitch-page .tt-story-finale { order: 6; }

  .tt-stitch-page .tt-story-chapter--media-right { position: relative; }

  .tt-stitch-page .tt-story-chapter--media-right::before {
    content: "鉁?;
    order: -2;
    align-self: center;
    display: grid;
    width: 190px;
    height: 20px;
    margin: -17px 0 30px;
    place-items: center;
    color: #c8bcb5;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 13px;
    background: linear-gradient(90deg, transparent 0 8%, rgba(200, 188, 181, 0.42) 8% 42%, transparent 42% 58%, rgba(200, 188, 181, 0.42) 58% 92%, transparent 92%);
  }

  .tt-stitch-page .tt-story-visual {
    order: 0;
    width: 100%;
    margin: 0 0 36px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(24, 25, 25, 0.08);
    border-radius: 14px;
    background: #f1edec;
    box-shadow: 0 8px 20px rgba(56, 45, 45, 0.05);
  }

  .tt-stitch-page .tt-story-visual::before { display: none; }

  .tt-stitch-page .tt-story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tt-stitch-page .tt-story-visual--origin { aspect-ratio: 4 / 5; background: #fff; }
  .tt-stitch-page .tt-story-visual--origin img { object-position: center center; }
  .tt-stitch-page .tt-story-visual--texture { width: 100%; aspect-ratio: 16 / 10; margin-left: 0; }

  .tt-stitch-page .tt-story-copy {
    order: 1;
    min-width: 0;
    padding-left: 20px;
    border-left: 3px solid rgba(24, 25, 25, 0.11);
    color: #262425;
    font-size: 16px;
    line-height: 1.62;
  }

  .tt-stitch-page .tt-story-copy h2 {
    margin: 0 0 22px;
    color: #1c1b1b;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .tt-stitch-page .tt-story-copy p { margin: 0 0 22px; }
  .tt-stitch-page .tt-story-copy p:last-child { margin-bottom: 0; }

  .tt-stitch-page .tt-story-chapter--media-right .tt-story-copy {
    order: 0;
    margin-bottom: 36px;
  }

  .tt-stitch-page .tt-story-chapter--media-right .tt-story-copy p:nth-of-type(2) {
    margin: 26px 0 0;
    padding: 18px 20px;
    border: 1px solid rgba(154, 79, 71, 0.13);
    border-radius: 12px;
    background: rgba(248, 241, 236, 0.86);
  }

  .tt-stitch-page .tt-story-chapter--media-right .tt-story-visual { order: 1; }

  .tt-stitch-page .tt-story-chapter--media-right .tt-story-visual--texture { display: none; }

  .tt-stitch-page .tt-story-duo { padding-top: 48px; padding-bottom: 20px; }
  .tt-stitch-page .tt-story-copy--ruled { padding-left: 20px; border-left: 3px solid rgba(24, 25, 25, 0.11); }
  .tt-stitch-page .tt-story-copy--ruled::before { left: -3px; width: 3px; height: 30px; background: #1c1b1b; }
  .tt-stitch-page .tt-story-copy--ruled + .tt-story-copy--ruled { margin-top: 44px; padding-top: 44px; border-top: 1px solid rgba(200, 188, 181, 0.34); }

  .tt-stitch-page .tt-story-chapter--future {
    display: contents;
    padding: 0;
  }

  .tt-stitch-page .tt-story-chapter--future .tt-story-visual {
    order: 3;
    width: calc(100% - 40px);
    margin: 0 auto 36px;
    aspect-ratio: 16 / 10;
    background: url("tt-story-garden-20260906.jpg") center / cover no-repeat;
  }

  .tt-stitch-page .tt-story-chapter--future .tt-story-visual img {
    visibility: hidden;
  }

  .tt-stitch-page .tt-story-chapter--future .tt-story-copy {
    order: 5;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .tt-stitch-page .tt-story-finale {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 34px 20px 30px;
    border: 1px solid rgba(154, 79, 71, 0.14);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(248, 241, 236, 0.95), rgba(244, 235, 229, 0.95));
    box-shadow: 0 8px 20px rgba(56, 45, 45, 0.04);
  }

  .tt-stitch-page .tt-story-finale::before { display: none; }
  .tt-stitch-page .tt-story-finale p { margin: 0 auto 24px; font-size: 24px; line-height: 1.3; }
  .tt-stitch-page .tt-story-finale > span { margin: 0 0 22px; padding: 9px 14px; border: 1px solid rgba(154, 79, 71, 0.16); border-radius: 999px; background: rgba(255, 255, 255, 0.78); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; line-height: 1.55; }
  .tt-stitch-page .tt-story-button { width: 100%; min-width: 0; min-height: 48px; padding: 0 20px; border-radius: 999px; font-size: 11px; letter-spacing: 0.1em; }
}

