:root {
  color-scheme: light;
  --paper: #f6f0e5;
  --paper-bright: #fffdf7;
  --ink: #241632;
  --ink-soft: #5f5268;
  --purple: #6c3ce1;
  --purple-dark: #3a1f70;
  --teal: #13a99b;
  --pink: #f05b98;
  --yellow: #f5c84c;
  --lime: #a7d84d;
  --orange: #f28049;
  --line: rgba(36, 22, 50, 0.15);
  --shadow: 0 1.4rem 4rem rgba(48, 26, 65, 0.12);
  --shell: 1220px;
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 3%, rgba(240, 91, 152, 0.12), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgba(19, 169, 155, 0.13), transparent 27rem),
    var(--paper);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell,
.site-header,
.site-footer {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  top: 1rem;
}

.announcement {
  padding: 0.52rem 1rem;
  background: var(--ink);
  color: var(--paper-bright);
  text-align: center;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.site-header {
  display: flex;
  min-height: 5.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

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

.brand-mark {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--yellow);
  box-shadow: 0.25rem 0.25rem 0 var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  transform: rotate(-3deg);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1.12rem;
}

.brand-copy small {
  margin-top: 0.22rem;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
}

nav a {
  position: relative;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  left: 0;
  height: 0.16rem;
  background: var(--pink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  background: var(--paper-bright);
  color: var(--ink);
  font-weight: 800;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  min-height: 31rem;
  padding-block: clamp(1.8rem, 3.8vw, 3.8rem);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  letter-spacing: -0.045em;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6.6vw, 6.25rem);
  line-height: 0.94;
}

.hero-intro {
  max-width: 43rem;
  margin: 1.15rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  margin-top: 1.45rem;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  background: var(--ink);
  color: var(--paper-bright);
  box-shadow: 0.32rem 0.32rem 0 var(--pink);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0.18rem 0.18rem 0 var(--pink);
  transform: translate(0.12rem, 0.12rem);
}

.text-link {
  font-weight: 850;
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 0.28rem;
}

.hero-art {
  position: relative;
  min-height: 27rem;
}

.hero-product {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: min(80%, 24rem);
  padding: 1rem;
  border: 2px solid var(--ink);
  background: var(--paper-bright);
  box-shadow: 1.1rem 1.1rem 0 var(--purple);
  color: var(--ink);
  text-decoration: none;
  transform: translate(-50%, -50%) rotate(3deg);
}

.hero-product img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  background: #f0e9dc;
}

.hero-product span {
  display: block;
  padding: 0.85rem 0.3rem 0.2rem;
  font-family: Georgia, serif;
  font-size: 1.08rem;
  font-weight: 800;
}

.hero-orbit {
  position: absolute;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.orbit-one {
  inset: 7% 4% 9% 12%;
  transform: rotate(18deg);
}

.orbit-two {
  inset: 13% 12% 4% 4%;
  border-color: var(--teal);
  transform: rotate(-22deg);
}

.sticker {
  position: absolute;
  z-index: 3;
  max-width: 10rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0.58rem 0.75rem;
  background: var(--paper-bright);
  box-shadow: 0.25rem 0.25rem 0 var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.sticker-one {
  top: 9%;
  right: 0;
  background: var(--yellow);
  transform: rotate(8deg);
}

.sticker-two {
  bottom: 8%;
  left: 0;
  background: var(--teal);
  color: white;
  transform: rotate(-7deg);
}


.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 2px solid var(--ink);
  margin-top: 0.4rem;
}

.trust-strip > div {
  min-height: 5.8rem;
  padding: 1rem 1.2rem;
}

.trust-strip > div + div {
  border-left: 1px solid var(--line);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 0.88rem;
}

.trust-strip span {
  margin-top: 0.2rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.collection-section {
  padding-top: clamp(2.8rem, 5vw, 4.6rem);
}

.collection-section,
.shop-products,
.brand-promise {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.promise-intro h2 {
  max-width: 13ch;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  line-height: 0.98;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.collection-tile {
  position: relative;
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 1.4rem;
  padding: 1.4rem;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.collection-tile:hover,
.collection-tile:focus-visible {
  box-shadow: 0.55rem 0.55rem 0 var(--ink);
  transform: translate(-0.2rem, -0.2rem);
}

.collection-tile:nth-child(1),
.collection-tile:nth-child(4) {
  grid-column: span 7;
}

.collection-tile:nth-child(2),
.collection-tile:nth-child(3) {
  grid-column: span 5;
}

/* FIC_TIKI_ZODIAC_HOME_PAIR_20260806 */
.collection-tile:nth-child(5),
.collection-tile:nth-child(6) {
  grid-column: span 6;
  min-height: 14rem;
}

/*
 * Additional homepage collections continue in balanced pairs.
 * If the final row contains one unpaired collection, let it span
 * the full width rather than collapsing into a single grid column.
 */
.collection-tile:nth-child(n + 7) {
  grid-column: span 6;
  min-height: 14rem;
}

.collection-tile:nth-child(n + 7):last-child:nth-child(odd) {
  grid-column: span 12;
}

.collection-tile-1 {
  background: #d9cdfd;
}

.collection-tile-2 {
  background: #bfe9df;
}

.collection-tile-3 {
  background: #f6d3a9;
}

.collection-tile-4 {
  background: #241632;
  color: white;
}

.collection-tile-5 {
  background: #f4b8ce;
}

.collection-number {
  align-self: flex-end;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-style: italic;
}

.collection-tile h3 {
  max-width: 13ch;
  margin: auto 0 0.8rem;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.collection-tile p {
  max-width: 32rem;
  margin: 0;
}

.collection-count {
  margin-top: 1.2rem;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.featured-section {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--ink);
  color: var(--paper-bright);
}

.featured-section .eyebrow {
  color: var(--yellow);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

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

.product-card {
  overflow: hidden;
  border: 2px solid currentColor;
  border-radius: 1.2rem;
  background: var(--paper-bright);
  color: var(--ink);
}

.product-image {
  position: relative;
  display: grid;
  min-height: 18rem;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(108, 60, 225, 0.09), rgba(19, 169, 155, 0.1)),
    #eee8dd;
}

.product-image img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  transition: transform 240ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0.34rem 0.55rem;
  background: var(--yellow);
  font-size: 0.7rem;
  font-weight: 900;
}

.image-fallback {
  display: grid;
  width: 7rem;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 2rem;
  background: var(--yellow);
  box-shadow: 0.5rem 0.5rem 0 var(--ink);
  font-weight: 950;
}

.product-card-copy {
  padding: 1rem 1rem 1.1rem;
}

.product-kicker {
  margin: 0;
  color: var(--purple);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 3.2rem;
  margin: 0.38rem 0 1rem;
  font-family: Georgia, serif;
  font-size: 1.23rem;
  line-height: 1.2;
}

.product-card h3 a {
  text-decoration: none;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
  font-size: 0.84rem;
  font-weight: 800;
}

.product-card-footer a {
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2rem;
}

.brand-promise {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.promise-intro h2 {
  max-width: 15ch;
  font-size: clamp(2.5rem, 4.4vw, 4.25rem);
  line-height: 1;
}

.promise-list {
  display: grid;
  gap: 1rem;
}

.promise-list article {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0 1rem;
  border-top: 2px solid var(--ink);
  padding-top: 1rem;
}

.promise-list article > span {
  grid-row: span 2;
  color: var(--purple);
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-style: italic;
}

.promise-list h3 {
  margin: 0;
  font-size: 1.15rem;
}

.promise-list p {
  margin: 0.3rem 0 0;
  color: var(--ink-soft);
}

.page-hero {
  padding-block: clamp(4rem, 9vw, 8rem);
}

.page-hero h1 {
  max-width: 14ch;
  font-size: clamp(3.4rem, 7.8vw, 7rem);
}

.page-hero > p:not(.eyebrow) {
  max-width: 46rem;
  color: var(--ink-soft);
  font-size: 1.16rem;
}

.page-count {
  display: inline-flex;
  margin-top: 1rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  background: var(--yellow);
  font-weight: 850;
}

.shop-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding-bottom: 1rem;
}

.shop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  background: var(--paper-bright);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.shop-nav a span {
  display: grid;
  width: 1.55rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 0.7rem;
}

.product-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.92fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  padding-block: clamp(3rem, 8vw, 7rem);
}

.product-page-image {
  display: grid;
  min-height: 36rem;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 1.6rem;
  padding: 1.4rem;
  background: var(--paper-bright);
  box-shadow: 0.85rem 0.85rem 0 var(--purple);
}

.product-page-image img {
  width: 100%;
  height: 36rem;
  object-fit: contain;
}

.product-page-copy {
  padding-top: 1rem;
}

.product-page-copy h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.product-price {
  margin: 1rem 0;
  color: var(--purple);
  font-size: 1.2rem;
  font-weight: 900;
}

.product-story {
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.marketplace-button {
  margin-top: 1rem;
}

.marketplace-note {
  max-width: 36rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 2rem;
}

.product-detail-grid article {
  border: 2px solid var(--ink);
  border-radius: 1rem;
  padding: 1rem;
  background: var(--paper-bright);
}

.product-detail-grid h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.product-detail-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.indie-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-bottom: 7rem;
}

.indie-story article {
  border: 2px solid var(--ink);
  border-radius: 1.2rem;
  padding: 1.2rem;
  background: var(--paper-bright);
}

.indie-story article:nth-child(2) {
  background: #d9cdfd;
  transform: rotate(1deg);
}

.indie-story article:nth-child(3) {
  background: #bfe9df;
}

.indie-story span {
  color: var(--purple);
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-style: italic;
}

.indie-story h2 {
  margin: 2.5rem 0 0;
  font-family: Georgia, serif;
  font-size: 2rem;
}

.indie-story p {
  color: var(--ink-soft);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  border-top: 2px solid var(--ink);
  padding-block: 2.4rem 4rem;
}

.footer-brand {
  font-weight: 900;
}

.site-footer p {
  max-width: 29rem;
  color: var(--ink-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  justify-content: flex-end;
  align-content: start;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.footer-links a {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 1000px) {
  .product-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .site-header {
    position: relative;
    align-items: center;
  }

  .nav-toggle {
    display: block;
  }

  nav {
    position: absolute;
    z-index: 20;
    top: calc(100% - 0.6rem);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    border: 2px solid var(--ink);
    border-radius: 1rem;
    padding: 1rem;
    background: var(--paper-bright);
    box-shadow: var(--shadow);
  }

  nav.is-open {
    display: flex;
  }

  .home-hero,
  .product-page,
  .brand-promise {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-art {
    min-height: 31rem;
  }

  .collection-tile,
  .collection-tile:nth-child(n) {
    grid-column: span 12;
  }

  .product-page-image {
    min-height: 28rem;
  }

  .product-page-image img {
    height: 28rem;
  }

  .indie-story {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 580px) {
  h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: 1fr;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-product {
    width: 83%;
  }

  .hero-product img {
    height: 19rem;
  }

  .sticker {
    max-width: 8rem;
  }
}

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

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

/* Stage 15 — shop and product conversion flow */

.shop-page-hero {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.shop-filter-shell {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  border-block: 2px solid var(--ink);
  padding-block: 1.2rem;
}

.shop-filter-shell .eyebrow {
  margin-bottom: 0.55rem;
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.shop-filters button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0.5rem 0.72rem;
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 850;
}

.shop-filters button span {
  display: grid;
  width: 1.5rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: rgba(36, 22, 50, 0.1);
  font-size: 0.68rem;
}

.shop-filters button.is-active {
  background: var(--ink);
  color: var(--paper-bright);
}

.shop-filters button.is-active span {
  background: var(--yellow);
  color: var(--ink);
}

.shop-result-count {
  flex: 0 0 auto;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.shop-result-count strong {
  color: var(--ink);
}

.shop-empty-state {
  border: 2px dashed var(--ink);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  padding-top: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.breadcrumb a {
  color: var(--ink);
  font-weight: 750;
  text-underline-offset: 0.18rem;
}

.marketplace-handoff {
  max-width: 42rem;
  margin-top: 1.2rem;
  border: 2px solid var(--ink);
  border-radius: 1rem;
  padding: 1rem;
  background: var(--paper-bright);
  box-shadow: 0.35rem 0.35rem 0 var(--yellow);
}

.marketplace-handoff .marketplace-button {
  width: 100%;
  margin-top: 0;
  text-align: center;
}

.marketplace-handoff p {
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-align: center;
}

.related-products {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--ink);
  color: var(--paper-bright);
}

.related-products .eyebrow {
  color: var(--yellow);
}

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

.product-card[hidden] {
  display: none;
}

@media (max-width: 820px) {
  .shop-filter-shell {
    align-items: start;
    flex-direction: column;
  }

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

@media (max-width: 580px) {
  .shop-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .shop-filters button {
    justify-content: space-between;
  }

  .related-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Stage 16 — compact shop/product layouts and customer-facing copy */

.shop-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1.2fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding-block: clamp(1.4rem, 3.2vw, 3rem);
}

.shop-page-hero h1 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.9rem, 4.5vw, 4.8rem);
  line-height: 0.98;
}

.shop-hero-intro {
  max-width: 39rem;
  margin: 0 0 0.2rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
}

.product-page {
  grid-template-columns: minmax(0, 0.88fr) minmax(25rem, 1.12fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(2rem, 4.5vw, 4.5rem);
}

.product-page-image {
  min-height: 29rem;
  padding: 1rem;
}

.product-page-image img {
  height: 29rem;
}

.product-page-copy {
  padding-top: 0.3rem;
}

.product-page-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 4.7vw, 4.8rem);
  line-height: 0.96;
}

.product-price {
  margin: 0.7rem 0;
}

.product-story {
  margin-block: 0.75rem;
  font-size: 1.04rem;
}

.perfect-for {
  max-width: 42rem;
  border-left: 0.35rem solid var(--teal);
  margin: 1rem 0;
  padding: 0.65rem 0.8rem;
  background: rgba(19, 169, 155, 0.08);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.perfect-for strong {
  color: var(--ink);
}

.product-detail-grid {
  margin-top: 1.3rem;
}

@media (max-width: 820px) {
  .shop-page-hero {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .shop-page-hero h1 {
    max-width: 13ch;
  }

  .product-page {
    grid-template-columns: 1fr;
  }
}


/* Stage 17 — shop first-products refinement */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.shop-products {
  padding-top: clamp(2rem, 3.8vw, 3.5rem);
}

.shop-filter-shell {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .shop-page-hero {
    padding-top: 1.5rem;
  }
}

/* Stage 18 — mobile responsive polish */

html,
body {
  overflow-x: hidden;
}

.nav-toggle,
nav a,
.button,
.shop-filters button,
.product-card-footer a,
.links a {
  min-height: 2.75rem;
}

@media (max-width: 820px) {
  .announcement {
    padding-inline: 0.75rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .site-header {
    min-height: 4.5rem;
    gap: 1rem;
  }

  .brand-mark {
    width: 2.55rem;
    border-radius: 0.8rem;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy small {
    font-size: 0.66rem;
  }

  .nav-toggle {
    display: inline-flex;
    min-width: 3.25rem;
    align-items: center;
    justify-content: center;
  }

  nav {
    top: calc(100% - 0.25rem);
    gap: 0;
    padding: 0.45rem;
  }

  nav a {
    display: flex;
    align-items: center;
    border-radius: 0.65rem;
    padding: 0.75rem 0.85rem;
  }

  nav a:hover,
  nav a:focus-visible {
    background: rgba(108, 60, 225, 0.09);
  }

  .home-hero {
    gap: 1.25rem;
    padding-block: 1.75rem 2.5rem;
  }

  .home-hero h1 {
    max-width: 9ch;
    font-size: clamp(3.05rem, 13vw, 5.25rem);
  }

  .hero-intro {
    max-width: 33rem;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 28rem;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    justify-content: center;
    text-align: center;
  }

  .hero-art {
    min-height: 25rem;
  }

  .hero-product {
    width: min(82%, 20rem);
  }

  .hero-product img {
    height: 17.5rem;
  }

  .sticker {
    max-width: 8.5rem;
    font-size: 0.68rem;
  }

  .trust-strip > div {
    min-height: auto;
    padding: 0.9rem 0.25rem;
  }

  .collection-section,
  .shop-products,
  .brand-promise {
    padding-block: 3rem;
  }

  .collection-grid {
    gap: 0.8rem;
  }

  .collection-tile {
    min-height: 15rem;
    padding: 1.1rem;
  }

  .collection-tile:nth-child(5),
  .collection-tile:nth-child(6),
  .collection-tile:nth-child(n + 7) {
    min-height: 12rem;
  }

  .collection-tile h3 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .featured-section,
  .related-products {
    padding-block: 3.5rem;
  }

  .product-grid,
  .product-grid-featured,
  .related-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-image {
    min-height: 14rem;
  }

  .product-image img {
    height: 16rem;
  }

  .shop-page-hero {
    gap: 1rem;
    padding-block: 1.5rem 2rem;
  }

  .shop-page-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 10vw, 4.3rem);
  }

  .shop-filter-shell {
    gap: 0.8rem;
    padding-block: 0.9rem;
  }

  .shop-filter-shell > div {
    min-width: 0;
    width: 100%;
  }

  .shop-filters {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0 0 0.45rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .shop-filters button {
    flex: 0 0 auto;
    min-height: 2.75rem;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .shop-result-count {
    align-self: flex-start;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    gap: 0.32rem;
    overflow-x: auto;
    padding-block: 0.9rem 0.2rem;
    white-space: nowrap;
    scrollbar-width: thin;
  }

  .product-page {
    gap: 1.6rem;
    padding-block: 1.5rem 3rem;
  }

  .product-page-image {
    min-height: 24rem;
    box-shadow: 0.45rem 0.45rem 0 var(--purple);
  }

  .product-page-image img {
    height: 24rem;
  }

  .product-page-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.75rem, 10vw, 4.4rem);
  }

  .marketplace-handoff {
    padding: 0.8rem;
    box-shadow: 0.25rem 0.25rem 0 var(--yellow);
  }

  .marketplace-handoff .marketplace-button {
    min-height: 3.35rem;
    padding-inline: 0.9rem;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .brand-promise {
    gap: 2rem;
  }

  .promise-intro h2 {
    max-width: 13ch;
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .site-footer {
    gap: 1.5rem;
    padding-block: 2rem 3rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 580px) {
  .shell,
  .site-header,
  .site-footer {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .announcement {
    font-size: 0.68rem;
  }

  .brand-copy small {
    display: none;
  }

  .home-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.25rem);
  }

  .hero-art {
    min-height: 22rem;
  }

  .hero-product {
    width: min(86%, 18rem);
    padding: 0.7rem;
  }

  .hero-product img {
    height: 15.5rem;
  }

  .sticker-one {
    right: 0.25rem;
  }

  .sticker-two {
    left: 0.25rem;
  }

  .section-heading h2,
  .promise-intro h2 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  .product-grid,
  .product-grid-featured,
  .related-product-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    min-height: 16rem;
  }

  .product-image img {
    height: 18rem;
  }

  .product-card h3 {
    min-height: auto;
  }

  .shop-page-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
  }

  .shop-filters {
    margin-right: -0.625rem;
    padding-right: 0.625rem;
  }

  .shop-result-count {
    font-size: 0.76rem;
  }

  .product-page-image {
    min-height: 20rem;
  }

  .product-page-image img {
    height: 20rem;
  }

  .product-page-copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .product-story {
    font-size: 1rem;
  }

  .marketplace-handoff .marketplace-button {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .breadcrumb {
    font-size: 0.7rem;
  }
}

/* Stage 19 — mobile hero balance */

@media (max-width: 820px) {
  .home-hero {
    gap: 0.85rem;
    padding-block: 1.2rem 1.8rem;
  }

  .home-hero h1 {
    max-width: 12ch;
    font-size: clamp(3rem, 8.5vw, 4.5rem);
    line-height: 0.95;
  }

  .hero-intro {
    margin-top: 0.85rem;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 0.7rem;
    margin-top: 1rem;
    max-width: 32rem;
  }

  .hero-actions .text-link {
    min-height: 2.5rem;
    align-items: center;
    display: inline-flex;
    font-size: 0.9rem;
  }

  .hero-art {
    min-height: 21rem;
    margin-top: 0.35rem;
  }

  .hero-product {
    width: min(76%, 18.5rem);
  }

  .hero-product img {
    height: 14.5rem;
  }
}

@media (max-width: 580px) {
  .home-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(2.75rem, 11.8vw, 3.65rem);
  }

  .hero-intro {
    font-size: 0.95rem;
  }

  .hero-actions .button {
    min-height: 3rem;
  }

  .hero-actions .text-link {
    justify-content: center;
    font-size: 0.86rem;
  }

  .hero-art {
    min-height: 18.5rem;
  }

  .hero-product {
    width: min(82%, 17rem);
  }

  .hero-product img {
    height: 13.5rem;
  }

  .sticker {
    max-width: 7.25rem;
    font-size: 0.62rem;
  }
}

/* Stage 20 — mobile product conversion */

@media (max-width: 580px) {
  .breadcrumb {
    padding-top: 0.6rem;
    padding-bottom: 0;
  }

  .product-page {
    gap: 1rem;
    padding-block: 1rem 2.5rem;
  }

  .product-page-image {
    min-height: 15.5rem;
    border-radius: 1.15rem;
    padding: 0.65rem;
    box-shadow: 0.35rem 0.35rem 0 var(--purple);
  }

  .product-page-image img {
    height: 15.5rem;
  }

  .product-page-copy {
    padding-top: 0;
  }

  .product-page-copy .eyebrow {
    margin-bottom: 0.45rem;
  }

  .product-page-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.25rem, 9.8vw, 3.15rem);
    line-height: 0.98;
  }

  .product-price {
    margin: 0.45rem 0;
    font-size: 1.05rem;
  }

  .product-story {
    margin-block: 0.55rem;
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .perfect-for {
    margin: 0.7rem 0;
    padding: 0.55rem 0.65rem;
    font-size: 0.8rem;
  }

  .marketplace-handoff {
    margin-top: 0.75rem;
    padding: 0.65rem;
  }

  .marketplace-handoff .marketplace-button {
    min-height: 3rem;
    padding: 0.7rem 0.75rem;
    font-size: 0.86rem;
  }

  .marketplace-handoff p {
    margin-top: 0.55rem;
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .product-detail-grid {
    margin-top: 0.9rem;
  }

  nav.is-open {
    max-height: calc(100vh - 8.5rem);
    overflow-y: auto;
  }

  nav a {
    min-height: 3rem;
    padding-block: 0.62rem;
  }

  .shop-filters {
    scrollbar-width: none;
  }

  .shop-filters::-webkit-scrollbar {
    display: none;
  }
}

/* Stage 27 — trust and legal pages */

.trust-hero {
  max-width: 70rem;
  padding-block: clamp(3rem, 7vw, 6.5rem);
}

.trust-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  line-height: 0.95;
}

.trust-hero > p:last-child {
  max-width: 43rem;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
}

.trust-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.trust-content article,
.launch-blocker {
  border: 2px solid var(--ink);
  border-radius: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: var(--paper-bright);
}

.trust-content article h2 {
  margin-top: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  line-height: 1.05;
}

.trust-content article p,
.trust-content article li,
.launch-blocker p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.trust-content article a {
  color: var(--purple);
  font-weight: 800;
  text-underline-offset: 0.18rem;
}

.trust-content address {
  color: var(--ink-soft);
  font-style: normal;
  line-height: 1.65;
}

.launch-blocker {
  grid-column: 1 / -1;
  background: #fff1f6;
  box-shadow: 0.35rem 0.35rem 0 var(--pink);
}

.launch-blocker strong {
  display: block;
  font-family: var(--display-font);
  font-size: clamp(1.4rem, 2.4vw, 2.15rem);
}

.launch-blocker p {
  margin-bottom: 0;
}

.contact-card {
  box-shadow: 0.35rem 0.35rem 0 var(--teal);
}

.contact-email {
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  overflow-wrap: anywhere;
}

@media (max-width: 820px) {
  .trust-content {
    grid-template-columns: 1fr;
  }

  .launch-blocker {
    grid-column: auto;
  }

  .trust-hero {
    padding-block: 2.3rem 3.2rem;
  }

  .trust-hero h1 {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
  }
}

/* FIC_TIKI_GROUPED_COLLECTION */
.collection-product-groups {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.collection-product-group {
  display: grid;
  gap: 1.5rem;
}

.collection-product-group-heading {
  max-width: 48rem;
}

.collection-product-group-heading h2 {
  margin: 0.2rem 0 0.65rem;
}

.collection-product-group-heading p:last-child {
  margin: 0;
  max-width: 44rem;
}

/* FIC_TIKI_MOBILE_LAYOUT_REPAIR_20260805 */
@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
  }

  .announcement {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
    font-size: clamp(0.68rem, 2.6vw, 0.8rem);
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .site-header,
  .shell,
  .site-footer {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .site-header {
    gap: 0.75rem;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .site-header .brand {
    min-width: 0;
    max-width: calc(100% - 5rem);
  }

  .site-header .brand-copy {
    min-width: 0;
  }

  .nav-toggle {
    flex: 0 0 auto;
    margin-left: auto;
    max-width: 4.5rem;
  }

  .product-page,
  .product-page-copy,
  .product-detail-grid,
  .marketplace-handoff,
  .related-products,
  .related-products .shell,
  .section-heading,
  .section-heading > *,
  .collection-product-group,
  .product-grid,
  .product-card,
  .product-card-copy {
    min-width: 0;
    max-width: 100%;
  }

  .product-page-copy,
  .product-page-copy p,
  .marketplace-handoff,
  .marketplace-handoff p,
  .product-detail-grid article,
  .product-detail-grid p,
  .product-card h3 {
    overflow-wrap: anywhere;
  }

  .marketplace-handoff p {
    padding-inline: 0.5rem;
  }

  .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
  }

  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13.5vw, 4rem);
    line-height: 0.92;
    white-space: normal;
    overflow-wrap: normal;
  }

  .section-heading .text-link {
    justify-self: start;
    max-width: 100%;
    white-space: normal;
  }

  .product-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
  }

  .product-card-footer span,
  .product-card-footer a {
    min-width: 0;
  }

  .product-card-footer a {
    justify-self: end;
    max-width: 100%;
    white-space: normal;
    text-align: right;
  }
}

@media (max-width: 360px) {
  .product-card-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-card-footer a {
    justify-self: start;
    text-align: left;
  }
}

/* FIC_ZODIAC_SIGN_NAV_20260806 */
.collection-group-navigation {
  display: grid;
  gap: 1.25rem;
  padding-block: 0 3rem;
}

.collection-group-navigation-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.collection-group-navigation-heading h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 0.95;
}

.collection-group-navigation-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.collection-group-navigation-grid a {
  display: grid;
  min-width: 0;
  min-height: 6.5rem;
  place-items: center;
  gap: 0.25rem;
  padding: 0.85rem 0.5rem;
  border: 2px solid var(--ink);
  border-radius: 1rem;
  background: var(--paper-bright);
  box-shadow: 0.24rem 0.24rem 0 var(--ink);
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.collection-group-navigation-grid a:nth-child(4n + 1) {
  background: rgba(245, 200, 76, 0.34);
}

.collection-group-navigation-grid a:nth-child(4n + 2) {
  background: rgba(240, 91, 152, 0.18);
}

.collection-group-navigation-grid a:nth-child(4n + 3) {
  background: rgba(19, 169, 155, 0.18);
}

.collection-group-navigation-grid a:nth-child(4n) {
  background: rgba(108, 60, 225, 0.14);
}

.collection-group-navigation-grid a:hover,
.collection-group-navigation-grid a:focus-visible {
  transform: translate(-0.12rem, -0.12rem);
  box-shadow: 0.36rem 0.36rem 0 var(--ink);
}

.collection-group-navigation-grid a span {
  font-size: 1.7rem;
  line-height: 1;
}

.collection-group-navigation-grid a strong {
  overflow-wrap: anywhere;
  font-size: 0.88rem;
  line-height: 1.1;
}

.collection-product-group {
  scroll-margin-top: 2rem;
}

@media (max-width: 960px) {
  .collection-group-navigation-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .collection-group-navigation {
    padding-bottom: 2rem;
  }

  .collection-group-navigation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .collection-group-navigation-grid a {
    min-height: 5.5rem;
    padding: 0.7rem 0.35rem;
  }

  .collection-group-navigation-grid a span {
    font-size: 1.45rem;
  }

  .collection-group-navigation-grid a strong {
    font-size: 0.78rem;
  }
}

@media (max-width: 390px) {
  .collection-group-navigation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
