/* ===== Pass 19 — brand-led hero, particle field, entrance sequence ===== */
.home-hero { position: relative; overflow: hidden; min-height: min(100svh, 820px); display: grid; align-items: center; padding-block: var(--space-16) var(--space-12); }
.home-particles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.home-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient(to bottom, transparent, var(--bg)); pointer-events: none; z-index: 0; }
.home-hero__inner { position: relative; z-index: 1; max-width: 820px; }
.home-hero__inner h1 { text-align: left; margin-inline: 0; }
.home-hero__word { display: inline-block; }
.home-hero__dek { max-width: 40ch; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-6); }
.home-btn--ghost { background: transparent; color: var(--white); border: 1px solid var(--border-strong, var(--border)); }
.home-btn--ghost:hover { border-color: var(--pink-text); color: var(--pink-text); }
html.enhance .home-hero__word, html.enhance .home-hero__seq { animation: home-rise var(--d-3) var(--ease-out) both; animation-delay: calc(80ms + var(--_i, 0) * 40ms); }
html.enhance .home-hero__seq { animation-delay: calc(var(--d-2) + var(--_i, 0) * 120ms); }
@keyframes home-rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
/* trust strip */
.home-trust { border-block: 1px solid var(--border); background: var(--surface); }
.home-trust__list { list-style: none; margin: 0; padding-block: var(--space-4); display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3) var(--space-6); font-family: var(--mono); font-size: var(--type-form-label, 12px); letter-spacing: .08em; text-transform: uppercase; color: var(--gray-light); }
.home-trust__list li { display: flex; align-items: center; gap: var(--space-2); min-height: 44px; }
.home-trust__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 10px var(--pink-soft); }

/* Pass 7 home composition. Palette and type tokens come from global.css. */

/* Pass 18 m1/m3: the shell owns the skip link and the announcement bar;
   the home-page duplicates are gone. */

.home-main {
  overflow: clip;
  background: var(--bg);
  color: var(--white);
  font-family: var(--sans);
  font-size: var(--text-md);
  font-weight: var(--weight-regular);
  line-height: 1.6;
}

.home-main *,
.home-main *::before,
.home-main *::after {
  box-sizing: border-box;
}

.home-main h1,
.home-main h2,
.home-main h3 {
  color: var(--white);
  font-family: var(--serif);
  font-variant-numeric: lining-nums;
  text-wrap: balance;
}

.home-main h1 {
  max-inline-size: 11ch;
  font-size: var(--type-hero-h1);
  font-weight: var(--weight-light);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

.home-main h2 {
  font-size: var(--type-section-h2);
  font-weight: var(--weight-regular);
  line-height: 1.1;
  letter-spacing: -0.005em;
}

.home-main h3 {
  font-weight: var(--weight-regular);
  line-height: 1.1;
}

.home-main p {
  max-inline-size: 65ch;
}

.home-main a {
  text-underline-offset: 0.2em;
}

.home-container {
  inline-size: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--space-5);
}

.home-icon {
  display: block;
  inline-size: 20px;
  block-size: 20px;
  flex: 0 0 auto;
}

.home-icon--16 {
  inline-size: 16px;
  block-size: 16px;
}

.home-eyebrow {
  color: var(--pink-text);
  font-family: var(--mono);
  font-size: var(--type-form-label);
  font-weight: var(--weight-medium);
  line-height: 1.2;
  letter-spacing: var(--tracking-badge);
  text-transform: uppercase;
}

.home-btn {
  display: inline-flex;
  min-block-size: 48px;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding-inline: var(--space-5);
  border: 1px solid var(--border-hover);
  border-radius: var(--radius);
  color: var(--white);
  font-family: var(--mono);
  font-size: var(--type-button-md);
  font-weight: var(--weight-medium);
  line-height: 1;
  letter-spacing: var(--tracking-button);
  text-transform: uppercase;
  text-decoration: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform var(--d-1) var(--ease-out),
    color var(--d-1) var(--ease-out),
    background-color var(--d-1) var(--ease-out),
    border-color var(--d-1) var(--ease-out),
    box-shadow var(--d-1) var(--ease-out);
}

.home-btn:visited {
  color: var(--white);
}

.home-btn--primary {
  border-color: var(--pink-hover);
  background: var(--pink-hover);
  box-shadow: var(--shadow-pink);
}

@media (hover: hover) and (pointer: fine) {
  .home-btn--primary:hover {
    border-color: var(--pink);
    background: var(--pink);
    box-shadow: var(--shadow-pink);
    transform: translateY(-1px);
  }

  .home-btn--ghost:hover,
  .home-btn--small:hover {
    border-color: var(--pink-text);
    color: var(--pink-text);
    transform: translateY(-1px);
  }
}

.home-btn:active {
  transform: translateY(1px);
}

.home-btn:focus-visible,
.home-text-link:focus-visible,
.home-batch:focus-visible,
.tile:focus-within,
.tile__media:focus-visible,
.tile__name:focus-visible,
.home-resource:focus-visible,
.home-faq summary:focus-visible {
  outline: 2px solid var(--pink-text);
  outline-offset: 3px;
}

.home-btn--ghost,
.home-btn--small {
  background: var(--surface);
}

.home-btn--small {
  min-block-size: 44px;
  padding-inline: var(--space-4);
  font-size: var(--type-button-sm);
}

.home-btn.is-added,
.home-btn--small.is-added {
  border-color: var(--green);
  background: var(--green);
}

.home-text-link {
  display: inline-flex;
  min-block-size: 44px;
  align-items: center;
  gap: var(--space-2);
  color: var(--pink-text);
  font-family: var(--mono);
  font-size: var(--type-button-md);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-button);
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--border-pink);
}

.home-text-link:visited {
  color: var(--pink-text);
}

.home-hero {
  position: relative;
  background:
    radial-gradient(60% 50% at 82% 18%, var(--pink-glow), transparent 70%),
    var(--bg);
}

.home-hero__grid {
  display: grid;
  gap: var(--space-8);
  align-items: center;
  padding-block: var(--space-10) var(--space-12);
}

.home-hero__copy {
  display: grid;
  justify-items: start;
}

.home-hero__settle-copy {
  display: grid;
  gap: var(--space-3);
}

.home-hero__dek {
  max-inline-size: 48ch;
  color: var(--gray-light);
  font-size: var(--type-body-lg);
  font-weight: var(--weight-light);
  line-height: 1.55;
}

.home-hero__copy > .home-btn {
  margin-block-start: var(--space-5);
}

.home-facts {
  display: grid;
  inline-size: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin-block-start: var(--space-6);
  border: 1px solid var(--border);
  background: var(--border);
}

.home-facts > div {
  min-block-size: 86px;
  padding: var(--space-3);
  background: var(--surface);
}

.home-facts dt,
.home-testing__facts dt {
  color: var(--gray-dark);
  font-family: var(--mono);
  font-size: var(--type-badge-size);
  font-weight: var(--weight-medium);
  line-height: 1.25;
  letter-spacing: var(--tracking-badge);
  text-transform: uppercase;
}

.home-facts dd {
  margin-block-start: var(--space-2);
  color: var(--white);
  font-family: var(--mono);
  font-size: clamp(var(--text-lg), 4.8vw, var(--text-2xl));
  font-weight: var(--weight-regular);
  line-height: 1.1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.hero__media {
  aspect-ratio: 4 / 5;
}

.home-hero__media {
  position: relative;
  inline-size: min(100%, 420px);
  justify-self: center;
  overflow: hidden;
  border: 1px solid var(--border-hover);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(70% 45% at 50% 84%, var(--pink-glow), transparent 70%),
    var(--surface-2);
  box-shadow: var(--shadow-1);
}

.home-hero__media > a {
  position: absolute;
  inset: 0;
  display: block;
}

.home-hero__media img {
  position: absolute;
  inset: 10%;
  inline-size: 80%;
  block-size: 80%;
  object-fit: contain;
}

.home-hero__media figcaption {
  position: absolute;
  inset-inline: var(--space-4);
  inset-block-end: var(--space-4);
  display: grid;
  gap: var(--space-1);
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface-2);
  color: var(--gray-light);
  font-family: var(--mono);
  font-size: var(--text-sm);
  line-height: 1.4;
}

.home-hero__media figcaption span:first-child {
  color: var(--white);
  font-weight: var(--weight-medium);
}

.home-section {
  padding-block: var(--space-12);
}

.home-section__head {
  margin-block-end: var(--space-8);
}

.home-section__head > div {
  display: grid;
  gap: var(--space-3);
}

.home-section__head p:not(.home-eyebrow) {
  color: var(--gray-light);
}

.home-section__head--split {
  display: grid;
  gap: var(--space-5);
  align-items: end;
}

.home-section__head--split > :last-child {
  justify-self: start;
}

.home-batches {
  border-block: 1px solid var(--border);
  background: var(--surface);
}

.home-batch-grid {
  display: grid;
  gap: 2px;
  border: 1px solid var(--border);
  background: var(--border);
}

.home-batch {
  display: grid;
  min-block-size: 132px;
  align-content: center;
  gap: var(--space-2);
  padding: var(--space-4);
  background: var(--surface-2);
  color: var(--gray);
  text-decoration: none;
  transition:
    background-color var(--d-1) var(--ease-out),
    color var(--d-1) var(--ease-out);
}

.home-batch:visited {
  color: var(--gray);
}

.home-batch__id,
.home-batch strong {
  overflow-wrap: anywhere;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.home-batch__id {
  color: var(--gray-dark);
  font-size: var(--text-sm);
}

.home-batch strong {
  color: var(--white);
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
}

.home-batch > span:last-child {
  color: var(--gray-light);
  font-size: var(--text-base);
  line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
  .home-batch:hover {
    background: var(--surface-3);
  }
}

.home-products {
  background: var(--bg);
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}

.home-products .tile {
  display: grid;
  min-inline-size: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  transition:
    transform var(--d-2) var(--ease-out),
    border-color var(--d-2) var(--ease-out),
    box-shadow var(--d-2) var(--ease-out);
}

.home-products .tile__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-block-end: 1px solid var(--border);
  background:
    radial-gradient(70% 45% at 50% 84%, var(--pink-glow), transparent 70%),
    var(--surface-2);
  text-decoration: none;
}

.home-products .tile__media img {
  position: absolute;
  inset: 10%;
  inline-size: 80%;
  block-size: 80%;
  object-fit: contain;
  transition: transform var(--d-3) var(--ease-out);
}

.home-products .tile__body {
  display: grid;
  min-inline-size: 0;
  align-content: start;
  gap: var(--space-2);
  padding: var(--space-4);
}

.home-products .tile__body h3 {
  min-inline-size: 0;
  min-block-size: 2.2em;
  font-family: var(--sans);
  font-size: var(--text-md);
  font-weight: var(--weight-medium);
  line-height: 1.1;
}

.home-products .tile__line,
.home-products .tile__meta,
.home-products .tile__from,
.home-products .tile__std {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}

/* Wraps instead of clipping — same Pass 13 rule the catalogue tiles carry in
   tiles.css (bundle-home does not include tiles.css). */
.home-products .tile__line {
  color: var(--gray-dark);
  font-size: var(--type-badge-size);
  font-weight: var(--weight-medium);
  line-height: 1.4;
  letter-spacing: var(--tracking-badge);
  text-transform: uppercase;
}

.home-products .tile__name {
  display: -webkit-box;
  min-block-size: 44px;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-products .tile__name:visited {
  color: var(--white);
}

.home-products .tile__meta {
  min-block-size: 2.8em;
  color: var(--gray);
  font-size: var(--text-sm);
  line-height: 1.4;
}

.home-products .tile__row {
  display: flex;
  min-inline-size: 0;
  align-items: center;
  gap: var(--space-2);
}

.home-products .tile__row--price {
  flex-wrap: wrap;
  padding-block-start: var(--space-2);
  border-block-start: 1px solid var(--border);
}

.home-products .tile__row--action {
  justify-content: space-between;
  margin-block-start: var(--space-1);
}

.home-products .tile__from {
  color: var(--gray-dark);
  font-size: var(--type-badge-size);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-badge);
  text-transform: uppercase;
}

.home-products .tile__price {
  margin-inline-end: auto;
  color: var(--white);
  font-family: var(--mono);
  font-size: var(--type-price-compact);
  font-weight: var(--weight-regular);
  line-height: 1.2;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.home-products .tile__std {
  overflow: hidden;
  color: var(--gray-dark);
  font-size: var(--type-badge-size);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-pill {
  display: inline-flex;
  min-block-size: 26px;
  align-items: center;
  gap: 6px;
  padding-inline: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--mono);
  font-size: var(--type-form-label);
  font-weight: var(--weight-medium);
  line-height: 1;
  letter-spacing: var(--tracking-badge);
  text-transform: uppercase;
  white-space: nowrap;
}

.home-pill::before {
  inline-size: 6px;
  block-size: 6px;
  border-radius: 50%;
  background: currentColor;
  content: '';
}

.home-pill--in {
  border-color: var(--green-soft);
  background: var(--green-soft);
  color: var(--success);
}

.home-pill--low {
  border-color: var(--border-pink);
  color: var(--white);
}

.home-pill--low::before {
  color: var(--pink-text);
}

.home-pill--verified {
  border-color: var(--border-pink);
  background: var(--pink-dim);
  color: var(--pink-text);
}

.home-pill--verified::before {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .home-products .tile:hover,
  .home-products .tile:focus-within {
    border-color: var(--border-strong);
    box-shadow: var(--shadow-1);
    transform: translateY(-2px);
  }

  .home-products .tile:hover .tile__media img,
  .home-products .tile:focus-within .tile__media img {
    transform: scale(1.03);
  }
}

.home-testing {
  padding-block: var(--space-12);
  border-block: 1px solid var(--border);
  background: var(--surface);
}

.home-testing__grid {
  display: grid;
  gap: var(--space-8);
}

.home-testing__copy {
  display: grid;
  align-content: center;
  gap: var(--space-4);
}

.home-testing__copy > p:not(.home-eyebrow) {
  color: var(--gray-light);
}

.home-testing__facts {
  display: grid;
  gap: 2px;
  border: 1px solid var(--border);
  background: var(--border);
}

.home-testing__facts > div {
  padding: var(--space-5);
  background: var(--surface-2);
}

.home-testing__facts dd {
  margin-block-start: var(--space-2);
  overflow-wrap: anywhere;
  color: var(--white);
  font-family: var(--mono);
  font-size: var(--text-xl);
  font-weight: var(--weight-medium);
  line-height: 1.25;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.home-resources {
  background: var(--bg);
}

.home-resource-list {
  border-block-start: 1px solid var(--border);
}

.home-resource {
  position: relative;
  display: grid;
  min-block-size: 160px;
  align-content: center;
  gap: var(--space-2);
  padding: var(--space-5) var(--space-12) var(--space-5) 0;
  border-block-end: 1px solid var(--border);
  color: var(--gray-light);
  text-decoration: none;
  transition:
    background-color var(--d-1) var(--ease-out),
    color var(--d-1) var(--ease-out);
}

.home-resource:visited {
  color: var(--gray-light);
}

.home-resource strong {
  max-inline-size: 28ch;
  color: var(--white);
  font-family: var(--serif);
  font-size: var(--text-2xl);
  font-weight: var(--weight-regular);
  line-height: 1.1;
  text-wrap: balance;
}

.home-resource__meta {
  color: var(--pink-text);
  font-family: var(--mono);
  font-size: var(--type-form-label);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-badge);
  text-transform: uppercase;
}

.home-resource > .home-icon {
  position: absolute;
  inset-inline-end: var(--space-4);
  inset-block-start: 50%;
  color: var(--gray-dark);
  transform: translateY(-50%);
  transition:
    color var(--d-1) var(--ease-out),
    transform var(--d-1) var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .home-resource:hover {
    background: var(--surface);
  }

  .home-resource:hover > .home-icon {
    color: var(--pink-text);
    transform: translate(4px, -50%);
  }
}

.home-faq {
  border-block-start: 1px solid var(--border);
  background: var(--surface);
}

.home-faq__inner {
  max-inline-size: 980px;
}

.home-faq__list {
  border-block-start: 1px solid var(--border);
}

.home-faq details {
  border-block-end: 1px solid var(--border);
}

.home-faq summary {
  display: flex;
  min-block-size: 60px;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  color: var(--white);
  font-size: 17px;
  font-weight: var(--weight-medium);
  list-style: none;
  cursor: pointer;
}

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

.home-faq summary .home-icon {
  color: var(--gray-dark);
  transition:
    color var(--d-2) var(--ease-out),
    transform var(--d-2) var(--ease-out);
}

.home-faq details[open] summary .home-icon {
  color: var(--pink-text);
  transform: rotate(90deg);
}

.home-faq-answer {
  display: grid;
  gap: var(--space-3);
  padding-block-end: var(--space-4);
  color: var(--gray-light);
  font-size: var(--text-md);
  line-height: 1.65;
}

.home-faq-answer a {
  color: var(--pink-text);
  text-decoration-color: var(--border-pink);
}

.home-faq-answer a:visited {
  color: var(--pink-text);
}

.home-ruo {
  max-inline-size: none !important;
  padding: var(--space-5);
  border-block-start: 1px solid var(--border);
  background: var(--bg);
  color: var(--gray-dark);
  font-family: var(--mono);
  font-size: var(--type-form-label);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .home-products .tile__body {
    padding: var(--space-3);
  }

  .home-products .tile__line {
    font-size: var(--type-badge-size);
    letter-spacing: 0.08em;
  }

  .home-products .tile__body h3 {
    font-size: var(--text-base);
  }

  .home-products .tile__meta {
    min-block-size: 3.9em;
    font-size: var(--type-form-label);
  }

  .home-products .tile__row--action {
    align-items: stretch;
    flex-direction: column;
  }

  .home-products .tile__std,
  .home-products .home-pill--verified {
    min-block-size: 26px;
  }

  .home-products .home-pill {
    padding-inline: var(--space-2);
    font-size: var(--type-badge-size);
    letter-spacing: 0.08em;
  }

  .home-products .home-btn--small {
    inline-size: 100%;
  }
}

@media (min-width: 720px) {
  .home-container {
    padding-inline: var(--space-6);
  }

  .home-hero__grid {
    padding-block: var(--space-16);
  }

  .home-facts > div {
    padding: var(--space-4);
  }

  .home-section,
  .home-testing {
    padding-block: var(--space-16);
  }

  .home-section__head--split {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-section__head--split > :last-child {
    justify-self: end;
  }

  .home-batch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-4);
  }

  .home-testing__grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: stretch;
  }

  .home-testing__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-resource-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-inline-start: 1px solid var(--border);
  }

  .home-resource {
    padding-inline: var(--space-5) var(--space-12);
    border-inline-end: 1px solid var(--border);
  }
}

@media (min-width: 900px) {
  .home-container {
    padding-inline: var(--space-8);
  }

  .home-hero__grid {
    min-block-size: calc(100svh - 120px);
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: var(--space-12);
    padding-block: var(--space-12);
  }

  .home-hero__media {
    inline-size: min(100%, 500px);
    justify-self: end;
  }

  .home-facts {
    max-inline-size: 600px;
  }

  .home-facts > div {
    min-block-size: 92px;
  }

  .home-section,
  .home-testing {
    padding-block: var(--space-20);
  }

  .home-batch-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-batch {
    min-block-size: 168px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-btn,
  .home-batch,
  .home-products .tile,
  .home-products .tile__media img,
  .home-resource,
  .home-resource > .home-icon,
  .home-faq summary .home-icon {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .home-btn:hover,
  .home-batch:hover,
  .home-products .tile:hover,
  .home-products .tile:focus-within,
  .home-products .tile:hover .tile__media img,
  .home-products .tile:focus-within .tile__media img,
  .home-resource:hover > .home-icon {
    transform: none;
  }
}


/* ===== Pass 19 (below the fold) ===== */
/* showcase */
.home-section__dek { color: var(--gray); max-width: 48ch; }
.home-collections { display: grid; grid-template-columns: 1fr; gap: var(--space-3); margin-top: var(--space-6); }
.home-collection { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: var(--space-4); align-items: center; padding: var(--space-5); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); color: var(--white); text-decoration: none; min-height: 44px; transition: transform var(--d-2) var(--ease-out), border-color var(--d-2) var(--ease-out); }
.home-collection:hover, .home-collection:focus-visible { transform: translateY(-2px); border-color: var(--border-strong, var(--pink-text)); }
.home-collection__count { grid-row: 1 / 3; font-family: var(--display, 'Cormorant Garamond', serif); font-size: 44px; line-height: 1; color: var(--pink-text); }
.home-collection__name { font-weight: 500; }
.home-collection__meta { font-family: var(--mono); font-size: var(--type-form-label, 12px); color: var(--gray-dark); text-transform: uppercase; letter-spacing: .08em; }
.home-showcase__label { margin-top: var(--space-10); }
.home-showcase__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); margin-top: var(--space-4); }
.home-showcase__tile { display: grid; gap: var(--space-1); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-3); color: var(--white); text-decoration: none; transition: transform var(--d-2) var(--ease-out), border-color var(--d-2) var(--ease-out); }
.home-showcase__tile:hover, .home-showcase__tile:focus-visible { transform: translateY(-2px); border-color: var(--border-strong, var(--pink-text)); }
.home-showcase__media { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-sm); background: var(--surface-2, var(--surface)); }
.home-showcase__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--d-2) var(--ease-out); }
.home-showcase__tile:hover .home-showcase__media img { transform: scale(1.03); }
.home-showcase__name { font-weight: 500; font-size: 15px; line-height: 1.4; margin-top: var(--space-2); }
.home-showcase__price { font-family: var(--mono); color: var(--white); }
.home-showcase__pill { font-family: var(--mono); font-size: var(--type-badge-size, 10px); letter-spacing: .12em; text-transform: uppercase; color: var(--gray-dark); }
/* delivery */
.home-delivery__grid { display: grid; gap: var(--space-8); }
.home-delivery__copy p { color: var(--gray-light); max-width: 60ch; }
.home-delivery__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); margin: 0; }
.home-delivery__facts > div { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-4); }
.home-delivery__facts dt { font-family: var(--mono); font-size: var(--type-form-label, 12px); letter-spacing: .08em; text-transform: uppercase; color: var(--gray-dark); }
.home-delivery__facts dd { margin: var(--space-1) 0 0; font-family: var(--mono); font-size: 20px; color: var(--white); }
/* cta band */
.home-cta__inner { text-align: center; padding-block: var(--space-12); border-top: 1px solid var(--border); }
.home-cta__dek { color: var(--gray-light); max-width: 52ch; margin-inline: auto; }
.home-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-3); margin-top: var(--space-6); }
@media (min-width: 720px) {
  .home-trust__list { grid-template-columns: repeat(4, 1fr); }
  .home-collections { grid-template-columns: repeat(3, 1fr); }
  .home-showcase__row { grid-template-columns: repeat(4, 1fr); }
  .home-delivery__grid { grid-template-columns: 1.2fr 1fr; align-items: start; }
}
@media (min-width: 1024px) { .home-hero { min-height: min(100svh, 880px); } .home-hero__inner { max-width: 900px; } }
@media (prefers-reduced-motion: reduce) {
  html.enhance .home-hero__word, html.enhance .home-hero__seq { animation: none; }
  .home-collection, .home-showcase__tile, .home-showcase__media img { transition: none; }
}
