:root {
  color-scheme: light;
  --ink: #171412;
  --muted: #6e6760;
  --line: #ddd6ca;
  --paper: #fffdf8;
  --warm: #f4f0e7;
  --sage: #617569;
  --sage-dark: #31483d;
  --amber: #b87942;
  --citrus: #d4833c;
  --lavender: #81719f;
  --fig: #6b4458;
  --charcoal: #24211e;
  --shadow: 0 24px 70px rgba(43, 34, 25, 0.12);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-title: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 14px 18px;
  background: rgba(255, 253, 248, 0.84);
  border-bottom: 1px solid rgba(221, 214, 202, 0.72);
  backdrop-filter: blur(18px);
}

.site-header.over-image {
  position: fixed;
  inset: 0 0 auto;
  color: #fffaf1;
  background: rgba(17, 15, 13, 0.18);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.brand,
.top-nav {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
}

.brand img {
  width: 104px;
  height: auto;
  object-fit: contain;
}

.top-nav {
  gap: 4px;
  padding: 3px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}

.over-image .top-nav {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(17, 15, 13, 0.22);
}

.top-nav a {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  white-space: nowrap;
}

.over-image .top-nav a {
  color: rgba(255, 250, 241, 0.82);
}

.top-nav a[aria-current="page"] {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 1px 8px rgba(23, 20, 18, 0.08);
}

.over-image .top-nav a[aria-current="page"] {
  color: #fffaf1;
  background: rgba(255, 255, 255, 0.2);
}

.builder-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.08fr);
  grid-template-areas:
    "copy visual"
    "controls visual";
  gap: 28px 36px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0 96px;
}

.builder-copy {
  grid-area: copy;
  align-self: end;
  padding-top: 22px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-title);
  font-weight: 600;
}

h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: 3.8rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.lede {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.16rem;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.micro-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 999px;
  color: #4e4740;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 650;
}

.builder-visual {
  grid-area: visual;
  position: sticky;
  top: 86px;
  align-self: start;
}

.stage-wrap {
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 240, 231, 0.86)),
    var(--warm);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.candle-stage {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
}

.stage-halo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 237, 0.86)),
    linear-gradient(135deg, rgba(97, 117, 105, 0.12), rgba(255, 255, 255, 0));
  z-index: 0;
}

.candle-stage[data-aroma="baunilha-citrica"] .stage-halo,
.candle-stage[data-aroma="coconut-lemonade"] .stage-halo,
.candle-stage[data-aroma="creme-limoncello"] .stage-halo {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(252, 226, 158, 0.4) 54%, rgba(255, 248, 226, 0.82)),
    linear-gradient(0deg, rgba(248, 243, 232, 0.9), rgba(255, 255, 255, 0));
}

.candle-stage[data-aroma="lavanda"] .stage-halo,
.candle-stage[data-aroma="jardim-encantado"] .stage-halo {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(201, 188, 223, 0.34) 54%, rgba(249, 244, 233, 0.9)),
    linear-gradient(0deg, rgba(248, 243, 232, 0.9), rgba(255, 255, 255, 0));
}

.candle-stage[data-aroma="cha-branco"] .stage-halo,
.candle-stage[data-aroma="mediterranea"] .stage-halo,
.candle-stage[data-aroma="bamboo"] .stage-halo {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(160, 184, 141, 0.3) 54%, rgba(247, 244, 235, 0.9)),
    linear-gradient(0deg, rgba(248, 243, 232, 0.9), rgba(255, 255, 255, 0));
}

.candle-stage[data-aroma="baunilha-caramelizada"] .stage-halo,
.candle-stage[data-aroma="picante"] .stage-halo,
.candle-stage[data-aroma="torta-maca-canela"] .stage-halo,
.candle-stage[data-aroma="muffin-banana"] .stage-halo {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(210, 154, 91, 0.34) 54%, rgba(250, 242, 228, 0.9)),
    linear-gradient(0deg, rgba(248, 243, 232, 0.9), rgba(255, 255, 255, 0));
}

.product-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transition:
    opacity 260ms var(--ease),
    transform 420ms var(--ease);
}

.product-base {
  z-index: 3;
  filter: drop-shadow(0 32px 24px rgba(45, 36, 27, 0.18));
}

.product-label {
  z-index: 4;
}

.product-finish {
  z-index: 5;
}

.product-aroma {
  z-index: 1;
  opacity: 0.16;
  filter: blur(0.55px) saturate(0.82);
  mix-blend-mode: multiply;
  transform: translate(-18px, -118px) scale(2.16);
}

.product-layer.is-swapping {
  opacity: 0;
  transform: translateY(8px) scale(0.985);
}

.product-aroma.is-swapping {
  opacity: 0;
  transform: translate(-14px, -108px) scale(2);
}

.product-shadow {
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 10.5%;
  height: 8%;
  border-radius: 50%;
  background: rgba(36, 33, 30, 0.14);
  filter: blur(18px);
  z-index: 2;
}

.build-receipt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.build-receipt span,
.builder-actions span,
.form-note {
  color: var(--muted);
  font-size: 0.86rem;
}

.build-receipt strong {
  display: block;
  margin-top: 2px;
  font-size: 0.98rem;
}

.quiet-link,
.secondary-link {
  color: var(--sage-dark);
  font-size: 0.92rem;
  font-weight: 750;
  white-space: nowrap;
}

.builder-controls {
  grid-area: controls;
  display: grid;
  gap: 24px;
}

.option-group {
  display: grid;
  gap: 10px;
}

.group-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.group-heading span {
  font-size: 1rem;
  font-weight: 800;
}

.group-heading small {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 680;
}

.choice-grid {
  display: grid;
  gap: 8px;
}

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

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

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

.choice-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 12px;
  border: 1px solid rgba(23, 20, 18, 0.11);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(49, 72, 61, 0.32);
  background: #fff;
}

.choice-card:focus-visible,
.primary-button:focus-visible,
.top-nav a:focus-visible,
.quiet-link:focus-visible,
.secondary-link:focus-visible {
  outline: 3px solid rgba(97, 117, 105, 0.32);
  outline-offset: 3px;
}

.choice-card.is-selected {
  border-color: rgba(49, 72, 61, 0.64);
  background: #fff;
  box-shadow: 0 9px 24px rgba(49, 72, 61, 0.12);
}

.choice-card strong,
.choice-card em {
  display: block;
  min-width: 0;
}

.choice-card strong {
  overflow-wrap: anywhere;
  font-size: 0.9rem;
}

.choice-card em {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.choice-swatch {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(23, 20, 18, 0.14);
  box-shadow: inset 0 1px 6px rgba(255, 255, 255, 0.68);
}

.swatch-glass {
  background: linear-gradient(135deg, #f8e2af, #b87942 62%, #fff8e8);
}

.swatch-ceramic {
  background: linear-gradient(135deg, #fff6e8, #d4c1a3);
}

.swatch-noir {
  background: linear-gradient(135deg, #0e0d0c, #46413b);
}

.swatch-signature {
  background: linear-gradient(135deg, #fffaf1, #d8c7ad);
}

.swatch-linen {
  background:
    repeating-linear-gradient(0deg, rgba(85, 70, 49, 0.18), rgba(85, 70, 49, 0.18) 1px, transparent 1px, transparent 5px),
    #ded1bc;
}

.swatch-ribbon {
  background: linear-gradient(135deg, #1a1715, #b79a63);
}

.swatch-minimalista {
  background: linear-gradient(135deg, #fbf8ef, #fff, #171412);
}

.swatch-classico {
  background:
    linear-gradient(#171412, #171412) 50% 18% / 68% 1px no-repeat,
    linear-gradient(#171412, #171412) 50% 82% / 68% 1px no-repeat,
    #f8f1e4;
}

.swatch-caixa-presente {
  background:
    linear-gradient(#171412, #171412) 50% 32% / 54% 1px no-repeat,
    linear-gradient(135deg, #fff, #e8e5dc);
}

.swatch-sem-caixa {
  background: linear-gradient(135deg, #f7f1e6, #d7cec1);
}

.swatch-vanilla {
  background: linear-gradient(135deg, #f3e8cf, #6a3d28);
}

.swatch-citrus {
  background: linear-gradient(135deg, #f3d193, var(--citrus), #668653);
}

.swatch-lavender {
  background: linear-gradient(135deg, #ddd6ea, var(--lavender), #6c835f);
}

.swatch-fig {
  background: linear-gradient(135deg, #6d3f56, #c27763, #516c4e);
}

.swatch-baunilha-citrica {
  background: linear-gradient(135deg, #f0d49a, #c6854a, #f8e9b4);
}

.swatch-baunilha-caramelizada {
  background: linear-gradient(135deg, #8b4f2c, #d59554, #f2d49b);
}

.swatch-cha-branco {
  background: linear-gradient(135deg, #f3f5e9, #9db292, #d9dfcc);
}

.swatch-mediterranea {
  background: linear-gradient(135deg, #d9c16d, #6f8d67, #506b65);
}

.swatch-coconut-lemonade {
  background: linear-gradient(135deg, #fff9e3, #d9c16d, #a9d4c0);
}

.swatch-picante {
  background: linear-gradient(135deg, #7c211f, #c24a2f, #324f2e);
}

.swatch-torta-maca-canela {
  background: linear-gradient(135deg, #b93932, #dfaa67, #6b3e25);
}

.swatch-lavanda {
  background: linear-gradient(135deg, #d8d0eb, #8171a6, #70875e);
}

.swatch-bamboo {
  background: linear-gradient(135deg, #e3edcf, #699960, #335b3a);
}

.swatch-creme-limoncello {
  background: linear-gradient(135deg, #fff6bc, #e1c957, #f7efd8);
}

.swatch-jardim-encantado {
  background: linear-gradient(135deg, #ecc3cf, #e7d784, #70966c);
}

.swatch-muffin-banana {
  background: linear-gradient(135deg, #dba15f, #f0d77d, #7e4c2c);
}

.builder-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 2px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  color: #fffaf1;
  background: var(--charcoal);
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(23, 20, 18, 0.18);
}

.primary-button:hover {
  transform: translateY(-1px);
}

.primary-button.on-dark {
  color: #171412;
  background: #fffaf1;
}

.mobile-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 32;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 10px 10px 10px 16px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 18px 50px rgba(23, 20, 18, 0.18);
  backdrop-filter: blur(20px);
}

.mobile-cta span {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 40px;
  border-radius: 999px;
  color: #fffaf1;
  background: var(--charcoal);
  font-weight: 760;
}

.subscription-hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  background: #1d1a17;
}

.subscription-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 15, 13, 0.78), rgba(17, 15, 13, 0.32) 46%, rgba(17, 15, 13, 0.05)),
    linear-gradient(0deg, rgba(17, 15, 13, 0.32), rgba(17, 15, 13, 0.02) 34%);
}

.subscription-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1120px, calc(100% - 36px));
  min-height: 86svh;
  margin: 0 auto;
  padding: 118px 0 78px;
  color: #fffaf1;
}

.subscription-copy .eyebrow {
  color: rgba(255, 250, 241, 0.76);
}

.subscription-copy .lede {
  color: rgba(255, 250, 241, 0.82);
}

.price-lockup {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 16px 0 28px;
}

.price-lockup span {
  font-size: 1.1rem;
  font-weight: 750;
}

.price-lockup strong {
  font-size: 4rem;
  line-height: 1;
}

.price-lockup em {
  color: rgba(255, 250, 241, 0.74);
  font-style: normal;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.secondary-link.on-dark {
  color: #fffaf1;
}

.subscription-band {
  background: #fffdf8;
}

.band-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 22px 0 64px;
}

.detail-card {
  min-height: 194px;
  padding: 24px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 8px;
  background: #fff;
}

.detail-card span {
  color: var(--sage-dark);
  font-size: 0.8rem;
  font-weight: 840;
}

.detail-card h2,
.signup-copy h2 {
  margin: 14px 0 8px;
  font-size: 1.72rem;
  line-height: 1.04;
}

.detail-card p,
.signup-copy p {
  color: var(--muted);
}

.signup-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 34px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 16px 0 86px;
}

.signup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.signup-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.signup-form label:nth-child(1) {
  grid-column: 1 / -1;
}

.signup-form input {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(23, 20, 18, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
}

.signup-form input:focus {
  outline: 3px solid rgba(97, 117, 105, 0.24);
  border-color: rgba(49, 72, 61, 0.44);
}

.signup-form button {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 28px 18px;
  border-top: 1px solid rgba(23, 20, 18, 0.1);
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer span {
  color: var(--ink);
  font-weight: 800;
}

.site-footer a {
  font-weight: 720;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.site-footer.dark {
  color: rgba(255, 250, 241, 0.72);
  background: var(--charcoal);
  border-top: 0;
}

.site-footer.dark span {
  color: #fffaf1;
}

.catalog-page {
  overflow: hidden;
}

.catalog-hero {
  width: min(100% - 36px, 1240px);
  margin: 0 auto;
  padding: clamp(16px, 2.4vw, 32px) 0 0;
}

.catalog-banner-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  max-height: 76svh;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 26px 80px rgba(43, 34, 25, 0.12);
}

.catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  align-items: end;
  gap: clamp(22px, 4vw, 56px);
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 54px) 0 clamp(34px, 5vw, 68px);
}

.catalog-intro h1,
.collection-copy h2,
.catalog-cta h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: 0;
}

.catalog-intro h1 {
  font-size: clamp(3.1rem, 8vw, 7rem);
}

.catalog-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.catalog-index a {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.collection-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(260px, 0.85fr);
  grid-template-areas:
    "media copy"
    "media variants";
  gap: clamp(20px, 3.5vw, 46px);
  align-items: center;
  width: 100%;
  padding: clamp(44px, 7vw, 86px) max(18px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(23, 20, 18, 0.08);
}

.collection-section.soft {
  background: #f8f5ee;
}

.collection-media {
  grid-area: media;
}

.collection-media img {
  width: 100%;
  max-height: 680px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 60px rgba(43, 34, 25, 0.1);
}

.collection-media.portrait img {
  aspect-ratio: 4 / 5;
}

.collection-copy {
  grid-area: copy;
  align-self: end;
}

.collection-copy h2 {
  font-size: clamp(2.2rem, 5vw, 4.9rem);
}

.collection-copy p {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.collection-tags,
.zodiac-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.collection-tags {
  margin-top: 20px;
}

.collection-tags span,
.zodiac-grid span {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.variant-grid {
  grid-area: variants;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: start;
}

.variant-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 10px;
  border: 1px solid rgba(23, 20, 18, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 34px rgba(43, 34, 25, 0.06);
}

.variant-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.variant-card h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.06;
}

.variant-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.variant-card.text-variant {
  align-content: center;
  padding: 18px;
}

.zodiac-grid {
  margin-top: 14px;
}

.collection-placeholder {
  grid-area: media;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.78), transparent 26%),
    linear-gradient(135deg, #f8f4eb, #ebe4d7);
  box-shadow: 0 18px 60px rgba(43, 34, 25, 0.08);
}

.collection-placeholder::after {
  content: "Imagens em breve";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 760;
}

.collection-placeholder.colors span {
  width: clamp(70px, 11vw, 140px);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: inset 0 -18px 30px rgba(23, 20, 18, 0.08);
}

.collection-placeholder.colors {
  grid-template-columns: repeat(4, auto);
  gap: 10px;
}

.collection-placeholder.colors span:nth-child(1) {
  background: #efe4d2;
}

.collection-placeholder.colors span:nth-child(2) {
  background: #aebf99;
}

.collection-placeholder.colors span:nth-child(3) {
  background: #d18b5d;
}

.collection-placeholder.colors span:nth-child(4) {
  background: #5f7c99;
}

.collection-placeholder.tie {
  grid-template-columns: repeat(2, auto);
  background:
    radial-gradient(circle at 38% 38%, rgba(177, 115, 137, 0.42), transparent 22%),
    radial-gradient(circle at 62% 48%, rgba(97, 117, 105, 0.38), transparent 24%),
    radial-gradient(circle at 48% 68%, rgba(212, 131, 60, 0.26), transparent 26%),
    #f7f1e8;
}

.collection-placeholder.tie span {
  width: clamp(160px, 28vw, 320px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(2px);
}

.collection-placeholder.tie span + span {
  margin-left: -26%;
}

.collection-placeholder.toy {
  grid-template-columns: repeat(3, auto);
  gap: 14px;
  background: linear-gradient(135deg, #f7f0dc, #e9f1f5);
}

.collection-placeholder.toy span {
  width: clamp(60px, 10vw, 116px);
  aspect-ratio: 1;
  border-radius: 18px;
  transform: rotate(-7deg);
  box-shadow: inset 0 -16px 28px rgba(23, 20, 18, 0.08);
}

.collection-placeholder.toy span:nth-child(1) {
  background: #f1c85b;
}

.collection-placeholder.toy span:nth-child(2) {
  background: #5f8db8;
  transform: translateY(24px) rotate(8deg);
}

.collection-placeholder.toy span:nth-child(3) {
  background: #d16962;
}

.variant-card.is-placeholder {
  align-content: center;
  min-height: 190px;
  padding: 18px;
}

.variant-swatch-row {
  display: flex;
  gap: 8px;
}

.variant-swatch-row span {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #efe4d2;
}

.variant-swatch-row span:nth-child(2) {
  background: #9fb48d;
}

.variant-swatch-row span:nth-child(3) {
  background: #5f7c99;
}

.tie-preview,
.toy-preview {
  width: 100%;
  min-height: 72px;
  border-radius: 6px;
}

.tie-preview {
  background:
    radial-gradient(circle at 34% 44%, rgba(177, 115, 137, 0.5), transparent 24%),
    radial-gradient(circle at 60% 58%, rgba(97, 117, 105, 0.44), transparent 28%),
    #f6eee4;
}

.toy-preview {
  display: flex;
  align-items: center;
  gap: 8px;
}

.toy-preview span {
  flex: 1;
  min-height: 72px;
  border-radius: 6px;
  background: #f1c85b;
}

.toy-preview span:nth-child(2) {
  background: #5f8db8;
}

.toy-preview span:nth-child(3) {
  background: #d16962;
}

.catalog-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 36px, 1180px);
  margin: clamp(42px, 6vw, 76px) auto;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 8px;
  background: var(--charcoal);
  color: #fffaf1;
}

.catalog-cta h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.catalog-cta p:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(255, 250, 241, 0.72);
}

.catalog-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.catalog-cta .primary-button {
  color: var(--ink);
  background: #fffaf1;
}

.catalog-cta .secondary-link {
  color: rgba(255, 250, 241, 0.88);
}

@media (max-width: 980px) {
  .builder-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "controls";
    gap: 22px;
    padding-top: 34px;
  }

  .builder-visual {
    position: sticky;
    top: 64px;
    z-index: 18;
    padding-bottom: 10px;
    background: linear-gradient(
      180deg,
      rgba(255, 253, 248, 0.96),
      rgba(255, 253, 248, 0.86)
    );
    backdrop-filter: blur(16px);
  }

  .stage-wrap {
    max-height: 520px;
  }

  .choice-grid.three,
  .choice-grid.two,
  .band-inner,
  .signup-section {
    grid-template-columns: 1fr;
  }

  .subscription-hero,
  .subscription-copy {
    min-height: 84svh;
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(17, 15, 13, 0.82), rgba(17, 15, 13, 0.24) 58%, rgba(17, 15, 13, 0.05)),
      linear-gradient(90deg, rgba(17, 15, 13, 0.38), rgba(17, 15, 13, 0.08));
  }

  .subscription-copy {
    justify-content: flex-end;
  }

  .subscription-hero-image {
    object-position: center top;
  }

  .catalog-intro {
    grid-template-columns: 1fr;
  }

  .collection-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "variants";
  }

  .collection-copy {
    align-self: start;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 58px;
    padding: 10px 12px;
  }

  .brand img {
    width: 82px;
  }

  .top-nav a {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 0.78rem;
  }

  .builder-shell {
    width: min(100% - 20px, 620px);
    padding-bottom: 92px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .lede {
    font-size: 1rem;
  }

  .stage-wrap {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .builder-visual {
    top: 58px;
  }

  .build-receipt,
  .builder-actions {
    display: none;
  }

  .choice-grid.four,
  .choice-grid.aromas {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: 68px;
    padding: 11px;
  }

  .mobile-cta {
    display: flex;
  }

  .page-subscription .mobile-cta {
    display: none;
  }

  .subscription-copy {
    width: min(100% - 28px, 620px);
    padding: 98px 0 58px;
  }

  .subscription-copy h1 {
    font-size: 2.45rem;
  }

  .price-lockup strong {
    font-size: 3.2rem;
  }

  .band-inner,
  .signup-section {
    width: min(100% - 28px, 620px);
  }

  .band-inner {
    padding-top: 16px;
    padding-bottom: 44px;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 82px;
  }

  .page-subscription .site-footer {
    padding-bottom: 28px;
  }

  .page-catalog .site-footer {
    padding-bottom: 28px;
  }

  .catalog-hero {
    width: min(100% - 24px, 620px);
    padding-top: 14px;
  }

  .catalog-banner-image {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
  }

  .catalog-intro {
    width: min(100% - 24px, 620px);
    padding-top: 22px;
  }

  .catalog-intro h1 {
    font-size: 3.05rem;
  }

  .catalog-index {
    gap: 6px;
    margin-top: 20px;
  }

  .catalog-index a {
    min-height: 31px;
    padding: 6px 9px;
    font-size: 0.78rem;
  }

  .collection-section {
    padding: 38px 12px;
    gap: 18px;
  }

  .collection-media img {
    max-height: none;
  }

  .collection-placeholder {
    min-height: 310px;
  }

  .collection-placeholder.colors {
    grid-template-columns: repeat(2, auto);
  }

  .collection-copy h2 {
    font-size: 2.65rem;
  }

  .variant-grid {
    grid-template-columns: 1fr;
  }

  .variant-card {
    grid-template-columns: 112px 1fr;
    align-items: center;
  }

  .variant-card img {
    aspect-ratio: 1;
  }

  .variant-card.text-variant,
  .variant-card.is-placeholder {
    grid-template-columns: 1fr;
  }

  .catalog-cta {
    align-items: flex-start;
    flex-direction: column;
    width: min(100% - 24px, 620px);
  }

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

@media (max-width: 380px) {
  .site-header {
    padding-right: 8px;
    padding-left: 8px;
  }

  .brand img {
    width: 68px;
  }

  .top-nav {
    gap: 2px;
    padding: 2px;
  }

  .top-nav a {
    min-height: 30px;
    padding: 6px 7px;
    font-size: 0.74rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
