/* 01-home-legacy.css */
.rp-home { background: var(--rp-white); }

.rp-home-hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--rp-header-h) + 22px) 16px 42px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--rp-white);
}

.rp-home-hero__image {
  position: absolute;
  inset: calc(var(--rp-header-h) + 8px) 0 26%;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.rp-home-hero__image img {
  width: min(78vw, 560px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 42px;
}

.rp-home-hero__copy {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  margin-inline: auto;
  display: grid;
  justify-items: start;
  gap: 16px;
}

.rp-home-hero h1,
.rp-manifesto h2,
.rp-section-label h2,
.rp-season h2,
.rp-corporate h2,
.rp-product-index h2,
.rp-category-cover h1,
.rp-product-intro h1,
.rp-static-shell h1,
.rp-checkout-intro h1 {
  margin: 0;
  letter-spacing: -.075em;
  line-height: .92;
}

.rp-home-hero h1 {
  max-width: 970px;
  font-size: clamp(54px, 13vw, 132px);
}

.rp-home-hero p,
.rp-manifesto p,
.rp-season p,
.rp-corporate p,
.rp-product-chapter__copy p,
.rp-category-cover p,
.rp-product-line,
.rp-story-grid p,
.rp-static-shell p,
.rp-checkout-intro p {
  margin: 0;
  color: var(--rp-muted);
  font-size: clamp(18px, 3.7vw, 27px);
  letter-spacing: -.04em;
  line-height: 1.18;
}

.rp-home-hero p { max-width: 720px; }

.rp-manifesto {
  min-height: 70svh;
  padding: clamp(80px, 16vw, 190px) 0;
  display: grid;
  align-content: center;
  gap: 18px;
  border-top: 1px solid var(--rp-line-soft);
}

.rp-manifesto h2 {
  max-width: 1050px;
  font-size: clamp(48px, 11vw, 118px);
}

.rp-manifesto p { max-width: 760px; }

.rp-chapters {
  display: grid;
  gap: clamp(58px, 11vw, 130px);
  padding: clamp(40px, 8vw, 98px) 0;
}

.rp-chapters--category { padding-top: 0; }

.rp-section-label {
  display: grid;
  gap: 10px;
  margin-bottom: -16px;
}

.rp-section-label h2,
.rp-season h2,
.rp-corporate h2,
.rp-product-index h2 {
  font-size: clamp(40px, 8vw, 86px);
}

.rp-product-chapter {
  display: grid;
  gap: 24px;
  align-items: center;
}

.rp-product-chapter__image {
  display: block;
  overflow: hidden;
  border-radius: clamp(28px, 5vw, 54px);
}

.rp-product-chapter__image img {
  width: 100%;
  aspect-ratio: 1 / .96;
  object-fit: cover;
  transition: transform .7s var(--rp-ease);
}

.rp-product-chapter__image:hover img { transform: scale(1.025); }

.rp-product-chapter__copy {
  display: grid;
  gap: 15px;
  align-content: center;
}

.rp-product-chapter__copy h3 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(38px, 8.6vw, 92px);
  letter-spacing: -.078em;
  line-height: .91;
}

.rp-product-chapter__copy p { max-width: 600px; }

.rp-product-chapter__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--rp-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.rp-product-chapter__meta span {
  border: 1px solid var(--rp-line-soft);
  border-radius: 999px;
  padding: 8px 11px;
}

.rp-season,
.rp-corporate,
.rp-product-index,
.rp-static-shell,
.rp-category-cover,
.rp-related {
  padding: clamp(58px, 10vw, 130px) 0;
  border-top: 1px solid var(--rp-line-soft);
}

.rp-season__grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.rp-season__grid > div:first-child,
.rp-corporate,
.rp-product-index > div:first-child {
  display: grid;
  gap: 14px;
}

.rp-season__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rp-season__images a {
  display: grid;
  gap: 8px;
  color: var(--rp-muted);
  font-size: 13px;
  font-weight: 800;
}

.rp-season__images img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
}

.rp-corporate p { max-width: 760px; }

.rp-product-index {
  display: grid;
  gap: 30px;
}

.rp-index-list {
  display: grid;
  border-top: 1px solid var(--rp-line);
}

.rp-index-item {
  min-height: 68px;
  border-bottom: 1px solid var(--rp-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--rp-ink);
  transition: color .22s ease, padding .22s var(--rp-ease);
}

.rp-index-item:hover {
  color: var(--rp-accent);
  padding-left: 8px;
}

.rp-index-item span {
  font-size: clamp(24px, 5.4vw, 52px);
  font-weight: 860;
  letter-spacing: -.06em;
  line-height: 1;
}

.rp-index-item em {
  color: var(--rp-muted);
  font-style: normal;
  white-space: nowrap;
  font-weight: 750;
}


/* Home V4 — minimal Apple-style, no catalog/grid feeling */
.rp-home-v4 {
  background: var(--rp-white);
}

.rp-minimal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--rp-ink);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.025em;
}

.rp-minimal-link svg {
  width: 18px;
  height: 18px;
  transition: transform .24s var(--rp-ease);
}

.rp-minimal-link:hover svg { transform: translateX(4px); }

.rp-home-minimal-hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--rp-header-h) + 26px) 16px clamp(48px, 8vw, 94px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.rp-home-minimal-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  margin-inline: auto;
  display: grid;
  gap: 18px;
}

.rp-home-minimal-hero h1,
.rp-home-system h2,
.rp-home-collection__head h2,
.rp-home-object-focus h2,
.rp-home-season-minimal h2,
.rp-home-business-minimal h2 {
  margin: 0;
  color: var(--rp-ink);
  letter-spacing: -.085em;
  line-height: .88;
}

.rp-home-minimal-hero h1 {
  max-width: 930px;
  font-size: clamp(68px, 16vw, 188px);
  font-weight: 880;
}

.rp-home-minimal-hero p,
.rp-home-system p,
.rp-home-collection__head p,
.rp-home-object-focus p,
.rp-home-season-minimal p,
.rp-home-business-minimal p {
  margin: 0;
  max-width: 680px;
  color: var(--rp-muted);
  font-size: clamp(20px, 3.2vw, 29px);
  line-height: 1.15;
  letter-spacing: -.045em;
}

.rp-home-minimal-hero__object {
  position: absolute;
  z-index: 1;
  right: max(18px, calc((100vw - var(--rp-container)) / 2));
  top: calc(var(--rp-header-h) + clamp(38px, 8vw, 86px));
  width: min(34vw, 390px);
  display: grid;
  gap: 10px;
  justify-items: center;
  color: var(--rp-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.rp-home-minimal-hero__object img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: clamp(30px, 4.5vw, 58px);
}

.rp-home-system,
.rp-home-collection,
.rp-home-object-focus,
.rp-home-season-minimal,
.rp-home-business-minimal {
  border-top: 1px solid var(--rp-line-soft);
}

.rp-home-system {
  min-height: 72svh;
  padding: clamp(78px, 14vw, 170px) 0;
  display: grid;
  align-content: center;
  gap: clamp(34px, 7vw, 86px);
}

.rp-home-system__lead {
  display: grid;
  gap: 16px;
}

.rp-home-system h2 {
  max-width: 1080px;
  font-size: clamp(54px, 11vw, 132px);
}

.rp-home-system__items {
  display: grid;
  border-top: 1px solid var(--rp-line);
}

.rp-home-system__items a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rp-line);
}

.rp-home-system__items span {
  color: var(--rp-muted);
  font-size: 13px;
  font-weight: 850;
}

.rp-home-system__items strong {
  font-size: clamp(26px, 5vw, 54px);
  line-height: .95;
  letter-spacing: -.065em;
}

.rp-home-system__items em {
  grid-column: 2;
  max-width: 620px;
  color: var(--rp-muted);
  font-style: normal;
  font-size: clamp(16px, 2.8vw, 22px);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.rp-home-collection {
  padding: clamp(68px, 12vw, 154px) 0;
  display: grid;
  gap: clamp(38px, 7vw, 84px);
}

.rp-home-collection__head {
  display: grid;
  gap: 14px;
}

.rp-home-collection__head h2,
.rp-home-object-focus h2,
.rp-home-season-minimal h2,
.rp-home-business-minimal h2 {
  max-width: 1040px;
  font-size: clamp(48px, 9.6vw, 116px);
}

.rp-home-product-rows {
  display: grid;
  border-top: 1px solid var(--rp-line);
}

.rp-home-product-row {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 46px minmax(160px, .85fr) minmax(220px, 1fr) auto 86px;
  gap: clamp(14px, 3vw, 28px);
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--rp-line);
  overflow: hidden;
  transition: color .22s ease, padding .28s var(--rp-ease);
}

.rp-home-product-row:hover {
  color: var(--rp-accent);
  padding-left: 8px;
}

.rp-home-product-row__num,
.rp-home-product-row em,
.rp-home-product-row b {
  color: var(--rp-muted);
}

.rp-home-product-row__num {
  font-size: 13px;
  font-weight: 850;
}

.rp-home-product-row strong {
  color: inherit;
  font-size: clamp(32px, 5.8vw, 68px);
  font-weight: 880;
  letter-spacing: -.075em;
  line-height: .92;
}

.rp-home-product-row em {
  max-width: 520px;
  font-style: normal;
  font-size: clamp(15px, 2.1vw, 20px);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.rp-home-product-row b {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 850;
}

.rp-home-product-row figure {
  margin: 0;
  width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 24px;
}

.rp-home-product-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--rp-ease);
}

.rp-home-product-row:hover figure img { transform: scale(1.05); }

.rp-home-object-focus {
  padding: clamp(72px, 12vw, 160px) 0;
}

.rp-home-object-focus__grid {
  display: grid;
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.rp-home-object-focus__copy {
  display: grid;
  gap: 15px;
}

.rp-home-object-focus__image {
  display: block;
  overflow: hidden;
  border-radius: clamp(34px, 5vw, 68px);
}

.rp-home-object-focus__image img {
  width: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
}

.rp-home-season-minimal,
.rp-home-business-minimal {
  min-height: 58svh;
  padding: clamp(72px, 12vw, 154px) 0;
  display: grid;
  align-content: center;
  gap: 16px;
}

.rp-home-season-line {
  margin: clamp(22px, 4vw, 40px) 0 4px;
  display: grid;
  border-top: 1px solid var(--rp-line);
}

.rp-home-season-line a {
  min-height: 74px;
  border-bottom: 1px solid var(--rp-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.rp-home-season-line span {
  font-size: clamp(25px, 5vw, 56px);
  font-weight: 870;
  line-height: .95;
  letter-spacing: -.07em;
}

.rp-home-season-line em {
  color: var(--rp-muted);
  font-style: normal;
  font-weight: 820;
  white-space: nowrap;
}

.rp-home-business-minimal h2 {
  max-width: 980px;
}

