:root {
  --cocoa-950: #160806;
  --cocoa-900: #210b08;
  --cocoa-850: #2c100c;
  --cocoa-800: #39140f;
  --cocoa-700: #542017;
  --cream: #fff5df;
  --cream-muted: #e8d1b5;
  --pink: #ff718b;
  --pink-soft: #ff9aac;
  --gold: #ffc86f;
  --white: #fffaf2;
  --panel: rgba(61, 24, 18, 0.68);
  --panel-border: rgba(255, 226, 195, 0.13);
  --shadow: 0 24px 70px rgba(5, 1, 0, 0.48);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--cream);
  background: var(--cocoa-950);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--cocoa-950);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -5%, rgba(159, 66, 42, 0.42) 0, transparent 38%),
    radial-gradient(circle at 92% 38%, rgba(255, 105, 130, 0.1) 0, transparent 28%),
    linear-gradient(180deg, #210b08 0%, #180806 50%, #100504 100%);
}

body::before {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  height: env(safe-area-inset-top, 0);
  background: var(--cocoa-900);
  content: "";
}

body::after {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 480px);
  min-height: 100svh;
  margin: 0 auto;
  padding: max(24px, env(safe-area-inset-top)) 18px max(34px, env(safe-area-inset-bottom));
}

.ambient {
  position: fixed;
  z-index: 1;
  inset: 0;
  max-width: 540px;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
}

.glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(16px);
}

.glow--one {
  top: 92px;
  left: -92px;
  width: 220px;
  height: 220px;
  opacity: 0.15;
  background: var(--pink);
}

.glow--two {
  top: 470px;
  right: -120px;
  width: 280px;
  height: 280px;
  opacity: 0.1;
  background: var(--gold);
}

.crumb,
.chip {
  position: absolute;
  display: block;
  transform: rotate(22deg);
  border: 1px solid rgba(255, 199, 111, 0.32);
  background: linear-gradient(145deg, #f7ae54, #aa5225);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}

.crumb {
  width: 7px;
  height: 7px;
  border-radius: 3px 6px 4px 7px;
}

.crumb--one {
  top: 52px;
  left: 7%;
  animation: float-crumb 6s ease-in-out infinite;
}

.crumb--two {
  top: 325px;
  right: 5%;
  width: 5px;
  height: 5px;
  animation: float-crumb 7s 1.2s ease-in-out infinite;
}

.crumb--three {
  top: 655px;
  left: 4%;
  width: 8px;
  height: 8px;
  animation: float-crumb 8s 0.4s ease-in-out infinite;
}

.chip {
  width: 13px;
  height: 13px;
  border-color: rgba(255, 174, 133, 0.2);
  border-radius: 48% 52% 60% 40%;
  background: linear-gradient(145deg, #7a2f1d, #38100b);
}

.chip--one {
  top: 192px;
  right: 1%;
  animation: float-chip 8s ease-in-out infinite;
}

.chip--two {
  top: 555px;
  left: -2px;
  width: 9px;
  height: 9px;
  animation: float-chip 7s 1s ease-in-out infinite reverse;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 7px 12px 7px 10px;
  border: 1px solid rgba(255, 199, 111, 0.2);
  border-radius: 999px;
  color: #ffe0a8;
  background: rgba(78, 31, 20, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.105em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 4px rgba(255, 113, 139, 0.1), 0 0 14px rgba(255, 113, 139, 0.72);
  animation: pulse-dot 2.4s ease-in-out infinite;
}

.logo-stage {
  position: relative;
  width: calc(100% + 18px);
  margin: 2px -9px -4px;
  perspective: 700px;
}

.logo-halo {
  position: absolute;
  z-index: -1;
  top: 14%;
  left: 11%;
  width: 78%;
  height: 72%;
  border-radius: 50%;
  opacity: 0.27;
  background: radial-gradient(ellipse, rgba(255, 139, 99, 0.56), rgba(255, 113, 139, 0.1) 45%, transparent 72%);
  filter: blur(21px);
  animation: breathe 4.5s ease-in-out infinite;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateZ(0);
  transform-origin: 50% 54%;
  filter: saturate(1.08) contrast(1.04) drop-shadow(0 23px 32px rgba(0, 0, 0, 0.32));
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse 75% 68% at 50% 50%, #000 58%, rgba(0, 0, 0, 0.93) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 75% 68% at 50% 50%, #000 58%, rgba(0, 0, 0, 0.93) 72%, transparent 100%);
  transition: transform 180ms ease-out;
  will-change: transform;
}

.spark {
  position: absolute;
  color: var(--pink-soft);
  font-weight: 900;
  text-shadow: 0 0 14px rgba(255, 113, 139, 0.75);
  animation: twinkle 2.8s ease-in-out infinite;
}

.spark--one {
  top: 22%;
  left: 2%;
  font-size: 0.82rem;
}

.spark--two {
  top: 31%;
  right: 3%;
  color: var(--gold);
  font-size: 0.68rem;
  animation-delay: 1.1s;
}

.spark--three {
  right: 9%;
  bottom: 16%;
  color: var(--pink);
  font-size: 0.34rem;
  animation-delay: 0.5s;
}

.hero-copy {
  max-width: 390px;
  margin-top: -8px;
}

.hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.9rem, 8vw, 2.45rem);
  font-weight: 820;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.hero-copy h1 em {
  display: inline-block;
  color: var(--pink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.hero-copy p {
  max-width: 335px;
  margin: 13px auto 0;
  color: var(--cream-muted);
  font-size: 0.91rem;
  font-weight: 450;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 19px 0 21px;
  color: rgba(255, 238, 213, 0.73);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-row span:not(.trust-row__divider) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.trust-row i {
  color: var(--pink-soft);
  font-size: 0.78rem;
  font-style: normal;
}

.trust-row__divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 217, 173, 0.34);
}

.links-panel {
  position: relative;
  padding: 17px 13px 14px;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 27px;
  background:
    linear-gradient(145deg, rgba(106, 42, 29, 0.24), transparent 52%),
    var(--panel);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(21px) saturate(1.18);
}

.links-panel::before {
  position: absolute;
  top: -80px;
  right: -74px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 113, 139, 0.11), transparent 68%);
  content: "";
  pointer-events: none;
}

.links-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding: 2px 4px 15px;
}

.links-heading__kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--pink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
  font-style: italic;
  font-weight: 700;
}

.links-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 790;
  letter-spacing: -0.025em;
}

.tap-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 26px;
  margin-bottom: 1px;
  border: 1px solid rgba(255, 154, 172, 0.21);
  border-radius: 999px;
  color: var(--pink-soft);
  background: rgba(255, 113, 139, 0.08);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.link-list {
  display: grid;
  gap: 10px;
}

.link-card {
  position: relative;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 30px;
  align-items: center;
  min-height: 68px;
  padding: 9px 11px 9px 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 243, 225, 0.09);
  border-radius: 19px;
  background: linear-gradient(105deg, rgba(255, 250, 243, 0.085), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(7, 2, 1, 0.14);
  isolation: isolate;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.link-card::before {
  position: absolute;
  z-index: -1;
  top: -40%;
  left: -55%;
  width: 42%;
  height: 180%;
  transform: skewX(-20deg);
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  content: "";
}

.link-card:active {
  transform: scale(0.975);
}

.link-card:focus-visible {
  outline: 3px solid rgba(255, 154, 172, 0.62);
  outline-offset: 3px;
}

.link-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #ff7a46, #e34825);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 8px 18px rgba(222, 72, 35, 0.2);
  font-size: 1.12rem;
  font-weight: 900;
}

.bag-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 22px;
  border: 1.8px solid currentColor;
  border-radius: 3px 3px 6px 6px;
  font-size: 0.68rem;
  line-height: 1;
}

.bag-icon::before {
  position: absolute;
  top: -6px;
  left: 5px;
  width: 8px;
  height: 7px;
  border: 1.8px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

.link-card__icon--tiktok {
  color: #fff;
  background: linear-gradient(145deg, #181315, #050505);
  text-shadow: -2px 0 #35f1ee, 2px 1px #ff3e67;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 8px 18px rgba(0, 0, 0, 0.3);
  font-family: Georgia, serif;
  font-size: 1.38rem;
}

.link-card__icon--whatsapp {
  background: linear-gradient(145deg, #46dc79, #1aaa55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 8px 18px rgba(28, 186, 87, 0.2);
  font-size: 1.58rem;
  transform: rotate(-17deg);
}

.link-card__icon--instagram {
  background: radial-gradient(circle at 30% 100%, #ffd36c 0 18%, #fa6d60 32%, #bd3bb6 60%, #5c54d9 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 8px 18px rgba(195, 55, 164, 0.21);
  font-size: 1.65rem;
}

.link-card__copy {
  min-width: 0;
  padding-left: 12px;
}

.link-card__copy strong,
.link-card__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-card__copy strong {
  color: #fff9ef;
  font-size: 0.88rem;
  font-weight: 760;
  letter-spacing: -0.012em;
}

.link-card__copy small {
  margin-top: 3px;
  color: rgba(240, 215, 189, 0.63);
  font-size: 0.69rem;
  font-weight: 520;
}

.link-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 244, 228, 0.09);
  border-radius: 50%;
  color: rgba(255, 238, 219, 0.68);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.86rem;
  transition: transform 160ms ease, color 160ms ease;
}

.micro-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 14px 0 0;
  color: rgba(239, 215, 188, 0.53);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.69rem;
  font-style: italic;
}

.micro-copy span {
  font-size: 0.75rem;
  filter: saturate(0.8);
}

.footer {
  padding-top: 24px;
  text-align: center;
}

.footer p {
  margin: 0;
  color: rgba(255, 239, 218, 0.69);
  font-size: 0.71rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.footer p span {
  display: inline-block;
  color: var(--pink);
  animation: heart-beat 2.6s ease-in-out infinite;
}

.footer small {
  display: block;
  margin-top: 7px;
  color: rgba(236, 202, 170, 0.33);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(10px);
}

.is-ready .reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.is-ready .reveal--one { transition-delay: 80ms; }
.is-ready .reveal--two { transition-delay: 150ms; }
.is-ready .reveal--three { transition-delay: 250ms; }
.is-ready .reveal--four { transition-delay: 340ms; }
.is-ready .reveal--five { transition-delay: 420ms; }
.is-ready .reveal--six { transition-delay: 500ms; }

.link-card.is-tapped::before {
  animation: shine 520ms ease-out;
}

@media (hover: hover) {
  .link-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 218, 187, 0.16);
    background: linear-gradient(105deg, rgba(255, 250, 243, 0.115), rgba(255, 255, 255, 0.045));
  }

  .link-card:hover .link-card__arrow {
    transform: translate(2px, -2px);
    color: var(--white);
  }

  .link-card:hover::before {
    opacity: 1;
    animation: shine 620ms ease-out;
  }
}

@media (min-width: 560px) {
  body {
    padding: 22px 0;
  }

  .page-shell {
    min-height: calc(100svh - 44px);
    border: 1px solid rgba(255, 231, 207, 0.07);
    border-radius: 38px;
    background: rgba(22, 8, 6, 0.45);
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.52);
  }
}

@media (max-width: 370px) {
  .page-shell {
    padding-right: 13px;
    padding-left: 13px;
  }

  .logo-stage {
    width: calc(100% + 10px);
    margin-right: -5px;
    margin-left: -5px;
  }

  .links-panel {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-card {
    grid-template-columns: 42px minmax(0, 1fr) 27px;
  }

  .link-card__icon {
    width: 41px;
    height: 41px;
  }

  .link-card__copy {
    padding-left: 9px;
  }

  .link-card__copy strong {
    font-size: 0.81rem;
  }
}

@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;
  }

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

@keyframes pulse-dot {
  0%, 100% { transform: scale(0.9); opacity: 0.72; }
  50% { transform: scale(1.05); opacity: 1; }
}

@keyframes breathe {
  0%, 100% { transform: scale(0.96); opacity: 0.22; }
  50% { transform: scale(1.06); opacity: 0.34; }
}

@keyframes twinkle {
  0%, 100% { transform: scale(0.7) rotate(0deg); opacity: 0.35; }
  50% { transform: scale(1.15) rotate(15deg); opacity: 1; }
}

@keyframes float-crumb {
  0%, 100% { transform: translateY(0) rotate(18deg); }
  50% { transform: translateY(12px) rotate(52deg); }
}

@keyframes float-chip {
  0%, 100% { transform: translate(0, 0) rotate(15deg); }
  50% { transform: translate(-5px, 15px) rotate(58deg); }
}

@keyframes heart-beat {
  0%, 82%, 100% { transform: scale(1); }
  87% { transform: scale(1.22); }
  93% { transform: scale(0.95); }
}

@keyframes shine {
  0% { left: -55%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 125%; opacity: 0; }
}
