:root {
  color-scheme: light;
  --ink: #211d18;
  --charcoal: #342923;
  --paper: #f7f0e5;
  --porcelain: #fffaf2;
  --forest: #173d35;
  --forest-soft: #d9e6df;
  --wine: #6f2d39;
  --teal: #6ea79b;
  --gold: #b9842f;
  --gold-bright: #e0b65c;
  --line: rgba(33, 29, 24, 0.14);
  --shadow: 0 24px 80px rgba(33, 29, 24, 0.18);
  --radius: 8px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 10%, rgba(224, 182, 92, 0.13), transparent 24rem),
    radial-gradient(circle at 18% 72%, rgba(110, 167, 155, 0.1), transparent 28rem),
    linear-gradient(180deg, #fffaf2 0%, #f6efe5 46%, #f1ede6 100%);
  color: var(--ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(33, 29, 24, 0.025) 1px, transparent 1px);
  background-size: 100% 5px;
  opacity: 0.34;
}

body.is-locked {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 223, 145, 0.72), transparent 18rem),
    linear-gradient(120deg, #5c3704 0%, #d39822 46%, #7a4a09 100%);
  pointer-events: none;
  transition:
    opacity 1.2s var(--ease),
    visibility 1.2s var(--ease);
}

.intro.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.intro__glow {
  position: absolute;
  width: min(74vw, 640px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 236, 178, 0.42);
  border-radius: 999px;
  animation: introPulse 2.2s var(--ease) forwards;
}

.intro__logo {
  width: min(62vw, 520px);
  filter: drop-shadow(0 20px 70px rgba(68, 37, 0, 0.36));
  mix-blend-mode: multiply;
  opacity: 0;
  animation: logoReveal 1.8s 0.2s var(--ease) forwards;
}

.intro__line {
  position: absolute;
  bottom: 20%;
  width: min(44vw, 380px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 240, 198, 0.9), transparent);
  transform: scaleX(0);
  animation: lineReveal 1.6s 0.45s var(--ease) forwards;
}

.topbar {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  width: min(1120px, calc(100% - 28px));
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 18px 50px rgba(33, 29, 24, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.brand__script {
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 5vw, 2.6rem);
  line-height: 0.9;
  color: var(--gold);
}

.brand__plain {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 700;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(33, 29, 24, 0.74);
  font-size: 0.86rem;
  font-weight: 700;
}

.nav a {
  padding: 10px 0;
}

.nav-ai {
  min-height: 34px;
  border: 1px solid rgba(185, 132, 47, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.7);
  color: var(--forest);
  padding: 0 12px;
  font-size: 0.78rem;
  font-weight: 900;
}

.icon-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.icon-btn svg {
  width: 19px;
  height: 19px;
}

.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--wine);
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 91svh;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 1.18fr);
  align-items: center;
  gap: clamp(20px, 4vw, 64px);
  padding: clamp(112px, 15vh, 156px) clamp(18px, 5vw, 72px) 42px;
  overflow: hidden;
}

.hero__canvas,
.hero__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__canvas {
  z-index: 0;
  opacity: 0.58;
  filter: saturate(0.94);
  clip-path: inset(0 0 0 36%);
}

.hero__wash {
  z-index: 1;
  background:
    radial-gradient(circle at 72% 44%, rgba(255, 255, 255, 0.48), transparent 22rem),
    linear-gradient(90deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 250, 242, 0.78) 42%, rgba(247, 240, 229, 0.16) 82%),
    linear-gradient(180deg, rgba(247, 240, 229, 0) 70%, #f6efe5 100%);
}

.hero__content,
.hero__image-wrap {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero h1,
.section-head h2,
.atelier h2,
.checkout h2,
.cart h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.94;
}

.hero h1 {
  max-width: 9ch;
  font-family: "Great Vibes", cursive;
  font-size: clamp(5.4rem, 16vw, 12rem);
  font-weight: 400;
  color: var(--charcoal);
  text-shadow: 0 12px 60px rgba(185, 132, 47, 0.22);
}

.hero__copy {
  max-width: 360px;
  margin: 8px 0 28px;
  color: rgba(33, 29, 24, 0.72);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
}

.hero__domain {
  width: fit-content;
  margin: -4px 0 8px;
  padding: 7px 11px;
  border: 1px solid rgba(185, 132, 47, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.46);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero__actions,
.product-card__foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 800;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  width: 18px;
  height: 18px;
}

.btn--primary {
  background: var(--forest);
  color: #fffaf2;
  box-shadow: 0 18px 42px rgba(23, 61, 53, 0.24);
}

.btn--ghost {
  border-color: rgba(33, 29, 24, 0.22);
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
}

.btn--dark {
  background: var(--ink);
  color: #fffaf2;
}

.hero__image-wrap {
  justify-self: stretch;
  min-width: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.hero__image {
  width: 100%;
  min-height: 380px;
  max-height: min(72vh, 640px);
  object-fit: cover;
}

.hero__price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 2px;
  min-width: 148px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.74);
  backdrop-filter: blur(16px);
}

.hero__price span {
  color: rgba(33, 29, 24, 0.64);
  font-size: 0.74rem;
  font-weight: 800;
}

.hero__price strong {
  font-size: 1.02rem;
}

.category-dock {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 28px));
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -28px auto 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 20px 60px rgba(33, 29, 24, 0.12);
  backdrop-filter: blur(18px);
  overflow-x: auto;
  scrollbar-width: none;
}

.category-dock::-webkit-scrollbar {
  display: none;
}

.category-pill {
  flex: 0 0 auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(33, 29, 24, 0.76);
  font-weight: 800;
}

.category-pill svg {
  width: 17px;
  height: 17px;
}

.category-pill.is-active {
  background: var(--wine);
  color: white;
  border-color: var(--wine);
}

.collection {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 110px) 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-head h2,
.atelier h2,
.checkout h2,
.cart h2 {
  font-size: clamp(2.2rem, 6vw, 4.6rem);
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(150px, 0.55fr));
  gap: 14px;
  align-items: stretch;
}

.product-card,
.soon-card,
.atelier__panel,
.checkout__form,
.cart__panel {
  border: 1px solid rgba(33, 29, 24, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.74);
  box-shadow: 0 20px 60px rgba(33, 29, 24, 0.1);
}

.product-card {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(260px, 0.94fr) minmax(250px, 0.86fr);
  overflow: hidden;
}

.product-card.is-filtered,
.soon-card.is-filtered {
  display: none;
}

.product-card__media {
  position: relative;
  min-height: 420px;
  background:
    radial-gradient(circle at 50% 20%, rgba(110, 167, 155, 0.22), transparent 18rem),
    #191512;
  overflow: hidden;
}

.product-card__media canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

.product-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 30px 58px rgba(0, 0, 0, 0.32));
}

.product-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(22px, 4vw, 42px);
}

.product-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.98;
}

.product-card__copy {
  max-width: 320px;
  margin: 0;
  color: rgba(33, 29, 24, 0.68);
  font-weight: 600;
  line-height: 1.6;
}

.swatches {
  display: flex;
  gap: 8px;
}

.swatch {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--line);
}

.swatch--teal {
  background: var(--teal);
}

.swatch--rose {
  background: #a75c4e;
}

.swatch--pearl {
  background: #f4ead9;
}

.swatch--gold {
  background: var(--gold-bright);
}

.product-card__foot {
  justify-content: space-between;
  padding-top: 12px;
}

.product-card__foot strong {
  font-size: 1.3rem;
}

.soon-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.74), rgba(217, 230, 223, 0.7)),
    radial-gradient(circle at 70% 20%, rgba(185, 132, 47, 0.22), transparent 12rem);
}

.soon-card span {
  color: rgba(33, 29, 24, 0.68);
  font-weight: 800;
}

.soon-card strong {
  font-family: "Great Vibes", cursive;
  color: var(--wine);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 0.9;
}

.atelier {
  position: relative;
  width: min(1120px, calc(100% - 28px));
  min-height: 520px;
  display: grid;
  align-items: end;
  margin: 0 auto clamp(54px, 8vw, 92px);
  overflow: hidden;
  border-radius: var(--radius);
}

.atelier img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atelier::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 16, 13, 0.14), rgba(18, 16, 13, 0.58));
}

.atelier__panel {
  position: relative;
  z-index: 1;
  width: min(440px, calc(100% - 28px));
  margin: 0 14px 14px auto;
  padding: clamp(22px, 4vw, 38px);
  background: rgba(255, 250, 242, 0.82);
  backdrop-filter: blur(18px);
}

.atelier__panel h2 {
  margin-bottom: 22px;
}

.cart {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}

.cart.is-open {
  display: block;
}

.cart__shade {
  position: absolute;
  inset: 0;
  background: rgba(18, 16, 13, 0.42);
}

.cart__panel {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: min(420px, calc(100% - 24px));
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 18px;
  background: var(--porcelain);
  transform: translateX(110%);
  animation: panelIn 0.42s var(--ease) forwards;
}

.cart__top,
.checkout__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.cart__top h2,
.checkout h2 {
  font-size: clamp(2.2rem, 8vw, 3.8rem);
}

.cart__item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.cart__item img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: var(--radius);
}

.cart__item div {
  display: grid;
  gap: 4px;
}

.cart__item span {
  color: rgba(33, 29, 24, 0.62);
  font-size: 0.82rem;
}

.totals {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.totals div,
.checkout__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.totals__final,
.checkout__summary {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 1.12rem;
}

.cart__checkout {
  width: 100%;
}

.checkout {
  width: min(740px, calc(100% - 28px));
  border: 0;
  padding: 0;
  background: transparent;
}

.checkout::backdrop {
  background: rgba(18, 16, 13, 0.5);
  backdrop-filter: blur(4px);
}

.checkout__form {
  display: grid;
  gap: 20px;
  max-height: calc(100svh - 28px);
  overflow-y: auto;
  padding: clamp(18px, 4vw, 30px);
  background: var(--porcelain);
}

.checkout__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.checkout__steps span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: rgba(33, 29, 24, 0.64);
  font-size: 0.82rem;
  font-weight: 800;
}

.checkout__steps .is-active {
  background: var(--forest);
  color: white;
}

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

.checkout label {
  display: grid;
  gap: 7px;
  color: rgba(33, 29, 24, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.checkout .is-wide {
  grid-column: 1 / -1;
}

.checkout input,
.checkout textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  outline: none;
}

.checkout input {
  height: 48px;
  padding: 0 13px;
}

.checkout textarea {
  min-height: 92px;
  resize: vertical;
  padding: 12px 13px;
}

.checkout__submit {
  width: 100%;
}

.checkout__done {
  display: none;
  margin: 0;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--forest-soft);
  color: var(--forest);
  font-weight: 800;
  text-align: center;
}

.checkout__done.is-visible {
  display: block;
}

.ai-assistant {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: grid;
  justify-items: end;
  gap: 12px;
  pointer-events: none;
}

.ai-launcher,
.ai-panel {
  pointer-events: auto;
}

.ai-launcher {
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px auto 20px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.84);
  box-shadow: 0 18px 54px rgba(33, 29, 24, 0.16);
  color: var(--ink);
  padding: 8px 10px 8px 8px;
  backdrop-filter: blur(18px);
}

.ai-launcher img,
.ai-panel__head img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(224, 182, 92, 0.62);
}

.ai-launcher span {
  display: grid;
  gap: 2px;
  text-align: left;
}

.ai-launcher b {
  font-size: 0.9rem;
}

.ai-launcher small,
.ai-panel__head span,
.ai-panel__portrait span {
  color: rgba(33, 29, 24, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
}

.ai-launcher svg {
  width: 19px;
  height: 19px;
  color: var(--forest);
}

.ai-assistant.is-open .ai-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.ai-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(386px, calc(100vw - 24px));
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 28px 82px rgba(33, 29, 24, 0.22);
  backdrop-filter: blur(20px);
}

.ai-assistant.is-open .ai-panel {
  display: block;
  animation: aiPanelIn 0.34s var(--ease) forwards;
}

.ai-panel__head {
  display: grid;
  grid-template-columns: 46px 1fr 42px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}

.ai-panel__head p {
  margin: 0 0 2px;
  color: var(--forest);
  font-weight: 900;
}

.ai-panel__portrait {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  align-items: center;
  margin: 12px;
  padding: 10px;
  border: 1px solid rgba(185, 132, 47, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(217, 230, 223, 0.46));
}

.ai-panel__portrait img {
  width: 78px;
  height: 78px;
  border-radius: var(--radius);
  object-fit: cover;
}

.ai-panel__portrait div {
  display: grid;
  gap: 4px;
}

.ai-messages {
  max-height: 248px;
  display: grid;
  gap: 10px;
  padding: 0 12px 12px;
  overflow-y: auto;
}

.ai-message {
  width: fit-content;
  max-width: 86%;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.48;
}

.ai-message--bot {
  justify-self: start;
  background: white;
  border: 1px solid var(--line);
}

.ai-message--user {
  justify-self: end;
  background: var(--forest);
  color: white;
}

.ai-suggestions {
  display: flex;
  gap: 8px;
  padding: 0 12px 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ai-suggestions::-webkit-scrollbar {
  display: none;
}

.ai-suggestions button {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid rgba(33, 29, 24, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
}

.ai-form {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.38);
}

.ai-form input {
  min-width: 0;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  outline: none;
  padding: 0 12px;
  font-weight: 650;
}

.whatsapp-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 44;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background: #1f7a52;
  color: white;
  box-shadow: 0 18px 54px rgba(33, 29, 24, 0.16);
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(18px);
}

.whatsapp-fab[hidden] {
  display: none;
}

.whatsapp-fab svg {
  width: 19px;
  height: 19px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--late {
  transition-delay: 0.18s;
}

@keyframes introPulse {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  48% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  100% {
    opacity: 0.86;
    transform: translateY(0) scale(1);
  }
}

@keyframes lineReveal {
  to {
    transform: scaleX(1);
  }
}

@keyframes panelIn {
  to {
    transform: translateX(0);
  }
}

@keyframes aiPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 920px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 112px;
    padding-bottom: 54px;
  }

  .hero__wash {
    background:
      radial-gradient(circle at 66% 45%, rgba(255, 255, 255, 0.52), transparent 18rem),
      linear-gradient(180deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 250, 242, 0.72) 48%, rgba(247, 240, 229, 0.16) 78%),
      linear-gradient(180deg, transparent 70%, #f6efe5 100%);
  }

  .hero__canvas {
    clip-path: none;
    opacity: 0.2;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(5rem, 26vw, 8rem);
  }

  .hero__image {
    min-height: 340px;
    max-height: 56vh;
  }

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

  .product-card {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .product-card__media,
  .product-card__media img {
    min-height: 360px;
  }

  .soon-card {
    min-height: 220px;
  }
}

@media (max-width: 620px) {
  .topbar {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 54px;
    padding-left: 13px;
  }

  .brand__script {
    font-size: 2rem;
  }

  .brand__plain {
    font-size: 0.92rem;
  }

  .hero {
    padding-inline: 12px;
    gap: 18px;
  }

  .hero__copy {
    margin-bottom: 18px;
  }

  .hero__actions .btn {
    flex: 1 1 150px;
  }

  .hero__image {
    min-height: 318px;
    object-position: 62% center;
  }

  .hero__price {
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-width: 0;
  }

  .category-dock {
    width: calc(100% - 20px);
    margin-top: -22px;
  }

  .collection,
  .atelier {
    width: calc(100% - 20px);
  }

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

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

  .product-card {
    min-height: 0;
  }

  .product-card__media,
  .product-card__media img {
    min-height: 430px;
  }

  .product-card__foot {
    align-items: stretch;
    flex-direction: column;
  }

  .product-card__foot .btn {
    width: 100%;
  }

  .soon-card {
    min-height: 150px;
  }

  .atelier {
    min-height: 560px;
    align-items: end;
  }

  .atelier img {
    object-position: 68% center;
  }

  .atelier::after {
    background: linear-gradient(180deg, transparent 22%, rgba(18, 16, 13, 0.62));
  }

  .atelier__panel {
    margin: 10px;
    width: calc(100% - 20px);
  }

  .cart__panel {
    top: auto;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    max-height: calc(100svh - 16px);
  }

  .cart__item {
    grid-template-columns: 64px 1fr;
  }

  .cart__item img {
    width: 64px;
    height: 64px;
  }

  .cart__item b {
    grid-column: 2;
  }

  .checkout {
    width: calc(100% - 18px);
  }

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

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

  .checkout__submit {
    position: sticky;
    bottom: 0;
  }

  .ai-assistant {
    right: 10px;
    bottom: 10px;
  }

  .whatsapp-fab {
    left: 10px;
    bottom: 10px;
    width: 48px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-fab span {
    display: none;
  }

  .ai-launcher {
    grid-template-columns: 40px auto;
    min-height: 54px;
  }

  .ai-launcher svg {
    display: none;
  }

  .ai-panel {
    right: 0;
    bottom: 66px;
    width: calc(100vw - 20px);
    max-height: calc(100svh - 92px);
  }

  .ai-messages {
    max-height: 220px;
  }
}

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

  .intro {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
