/*
Theme Name: Confetio
Theme URI: https://confetio.com/
Author: Confetio
Author URI: https://confetio.com/
Description: Thème bilingue, social-first et sans dépendance pour le lancement de Confetio.
Version: 1.11.4
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: confetio
*/

:root {
  --ink: #171428;
  --purple: #6c47ff;
  --coral: #ff5f6d;
  --yellow: #ffd84d;
  --mint: #48e5c2;
  --cream: #fff9f1;
  --white: #ffffff;
  --muted: #6f6a7d;
  --line: rgba(23, 20, 40, 0.13);
  --shadow: 0 24px 70px rgba(23, 20, 40, 0.13);
  --shadow-small: 0 12px 34px rgba(23, 20, 40, 0.1);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 13px;
  --container: 1180px;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

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

button,
[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  margin: 0;
  overflow: visible;
  clip: auto;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(76px, 9vw, 132px) 0;
}

.section--tight {
  padding-block: clamp(50px, 6vw, 82px);
}

.section--ink {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.section--purple {
  overflow: hidden;
  background: var(--purple);
  color: var(--white);
}

.section--white {
  background: var(--white);
}

.section-heading {
  max-width: 820px;
  margin-bottom: clamp(36px, 6vw, 66px);
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: currentColor;
  content: "";
  transform: rotate(12deg);
}

.section--ink .eyebrow,
.section--purple .eyebrow {
  color: var(--mint);
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  margin-bottom: 25px;
  font-size: clamp(3.25rem, 8.2vw, 7.25rem);
}

h2 {
  margin-bottom: 21px;
  font-size: clamp(2.45rem, 5.4vw, 5.1rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.lede {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.58;
}

.section--ink .lede,
.section--purple .lede {
  color: rgba(255, 255, 255, 0.73);
}

.text-pop {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--purple);
  white-space: nowrap;
}

.text-pop::after {
  position: absolute;
  z-index: -1;
  right: -0.06em;
  bottom: 0.04em;
  left: -0.04em;
  height: 0.2em;
  border-radius: 999px;
  background: var(--yellow);
  content: "";
  transform: rotate(-1deg);
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  content: "";
  transform: translateX(-105%) skewX(-16deg);
  transition: transform 300ms ease;
}

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

.btn:hover::after {
  transform: translateX(105%) skewX(-16deg);
}

.btn--primary {
  background: var(--purple);
  box-shadow: 0 13px 30px rgba(108, 71, 255, 0.28);
  color: var(--white);
}

.btn--coral {
  background: var(--coral);
  box-shadow: 0 13px 30px rgba(255, 95, 109, 0.24);
  color: var(--ink);
}

.btn--yellow {
  background: var(--yellow);
  box-shadow: 0 13px 30px rgba(255, 216, 77, 0.22);
  color: var(--ink);
}

.btn--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
}

.section--ink .btn--ghost,
.section--purple .btn--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.btn__arrow {
  font-size: 1.2em;
  line-height: 0;
  transition: transform 180ms ease;
}

.btn:hover .btn__arrow {
  transform: translateX(3px);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  padding: 13px 0;
  border-bottom: 1px solid transparent;
  transition: padding 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.nav-open .site-header {
  padding-block: 9px;
  border-color: var(--line);
  background: rgba(255, 249, 241, 0.91);
  box-shadow: 0 8px 30px rgba(23, 20, 40, 0.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.brand__logo {
  display: block;
  width: clamp(9.1rem, 14vw, 10rem);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__links a {
  position: relative;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--purple);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav__links a:hover::after,
.site-nav__links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switcher {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.language-switcher a {
  min-width: 39px;
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.language-switcher a[aria-current="page"] {
  background: var(--ink);
  color: var(--white);
}

.site-header .btn {
  min-height: 45px;
  padding: 12px 18px;
  font-size: 0.78rem;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__bars {
  position: relative;
}

.menu-toggle__bars::before,
.menu-toggle__bars::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-toggle__bars::before {
  top: -6px;
}

.menu-toggle__bars::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 860px;
  align-items: center;
  padding: 154px 0 118px;
  overflow: hidden;
  background: var(--cream);
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.9) 0, rgba(255, 248, 238, 0.38) 76px, transparent 142px),
    radial-gradient(circle at 8% 78%, rgba(255, 95, 109, 0.15), transparent 23%),
    linear-gradient(
      90deg,
      rgba(255, 248, 238, 1) 0%,
      rgba(255, 248, 238, 0.98) 27%,
      rgba(255, 248, 238, 0.9) 40%,
      rgba(255, 248, 238, 0.32) 57%,
      rgba(255, 248, 238, 0) 73%
    );
  content: "";
  pointer-events: none;
}

.hero__grid {
  position: static;
}

.hero__copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.hero__copy .eyebrow {
  padding: 9px 13px;
  border: 1px solid rgba(108, 71, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 26px rgba(23, 20, 40, 0.06);
  backdrop-filter: blur(12px);
}

.hero__copy h1 {
  max-width: 760px;
  margin-bottom: 23px;
  font-size: clamp(4rem, 5.8vw, 6.05rem);
  line-height: 0.91;
}

.hero__copy .text-pop {
  white-space: normal;
}

.hero__copy .lede {
  max-width: 630px;
  color: #4c465e;
  line-height: 1.52;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero__mobile-cta {
  display: none;
}

.hero__fine-print {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 570px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.48;
}

.confetio-icon {
  display: block;
  width: 1em;
  height: 1em;
}

.hero__fine-print svg {
  width: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
  color: var(--purple);
}

.hero__scene {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 28%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.hero__scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 238, 0.42), transparent 22%);
  content: "";
}

.hero__scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.01);
}

.trust-ribbon {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-block: 2px solid var(--ink);
  background: var(--yellow);
}

.trust-ribbon__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 18px 24px;
  font-size: 0.77rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-ribbon__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border: 2px solid var(--ink);
  border-radius: 2px;
  background: var(--coral);
  transform: rotate(15deg);
}

/* Recurring character scenes: visual storytelling without biographies. */
.character-spotlight {
  display: block;
  width: min(100%, 410px);
  aspect-ratio: 1;
  margin: -18px 0 clamp(42px, 6vw, 68px);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.section-heading--center + .character-spotlight {
  margin-inline: auto;
}

.character-spotlight--page {
  width: min(100%, 460px);
  margin: 0 0 clamp(38px, 5vw, 58px);
}

.character-spotlight--drop {
  width: min(100%, 380px);
  margin: 0;
}

.character-spotlight img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Waitlist form */
.signup-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
  padding: clamp(32px, 6vw, 78px);
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: 18px 18px 0 var(--ink);
}

.signup-panel::before {
  position: absolute;
  z-index: -1;
  top: -150px;
  left: -130px;
  width: 330px;
  height: 330px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--mint);
  content: "";
}

.signup-panel__copy {
  position: relative;
  z-index: 1;
}

.signup-panel__copy h2 {
  font-size: clamp(2.35rem, 5vw, 4.5rem);
}

.signup-panel__benefits {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.signup-panel__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 750;
}

.signup-panel__benefits li::before {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 950;
}

.form-card {
  position: relative;
  z-index: 2;
  padding: clamp(25px, 4vw, 42px);
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: var(--shadow-small);
}

.form-card__intro {
  margin-bottom: 23px;
}

.form-card__intro h3 {
  margin-bottom: 6px;
}

.form-card__intro p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.form-card form,
.confetio-form {
  display: grid;
  gap: 16px;
}

.form-card label,
.confetio-form label {
  display: grid;
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 850;
}

.form-card input:not([type="checkbox"]):not([type="radio"]),
.form-card select,
.form-card textarea,
.confetio-form input:not([type="checkbox"]):not([type="radio"]),
.confetio-form select,
.confetio-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 2px solid rgba(23, 20, 40, 0.2);
  border-radius: 12px;
  outline: none;
  background: var(--white);
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-card textarea,
.confetio-form textarea {
  min-height: 120px;
  resize: vertical;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.confetio-form input:focus,
.confetio-form select:focus,
.confetio-form textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(108, 71, 255, 0.13);
}

.form-card [type="checkbox"],
.confetio-form [type="checkbox"] {
  width: 19px;
  height: 19px;
  accent-color: var(--purple);
}

.form-card button,
.form-card [type="submit"],
.confetio-form button,
.confetio-form [type="submit"] {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 15px 21px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--purple);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--white);
  font-size: 0.83rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.form-card button:hover,
.form-card [type="submit"]:hover,
.confetio-form button:hover,
.confetio-form [type="submit"]:hover {
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(3px, 3px);
}

.confetio-form__row,
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.confetio-form__consent,
.form-consent {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--muted);
  font-size: 0.72rem !important;
  font-weight: 650 !important;
  line-height: 1.45;
}

.confetio-form__message,
.form-message {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 750;
}

.confetio-form__message--success,
.form-message--success {
  background: rgba(72, 229, 194, 0.2);
  color: #0e5f50;
}

.confetio-form__message--error,
.form-message--error {
  background: rgba(255, 95, 109, 0.15);
  color: #8e2630;
}

.form-placeholder {
  padding: 18px;
  border: 2px dashed rgba(23, 20, 40, 0.25);
  border-radius: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

/* Integrate the Confetio Core shortcodes into this theme's form cards. */
.form-card .confetio-form-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.form-card .confetio-form-wrap::before,
.form-card .confetio-form-wrap::after {
  display: none;
}

.form-card .confetio-form-grid {
  gap: 13px;
}

.form-card .confetio-consents {
  margin-top: 3px;
  border: 1px solid rgba(23, 20, 40, 0.13);
  background: rgba(255, 255, 255, 0.48);
}

.form-card .confetio-required-note {
  margin: -3px 0 0;
}

/* How it works */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: steps;
}

.step-card {
  position: relative;
  min-height: 290px;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.step-card:hover {
  box-shadow: 8px 8px 0 var(--ink);
  transform: translate(-4px, -4px);
}

.step-card:nth-child(2) {
  background: var(--yellow);
}

.step-card:nth-child(3) {
  background: var(--mint);
}

.step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.step-card__number {
  display: inline-flex;
  min-width: 50px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.step-card__icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--coral);
  box-shadow: 6px 6px 0 var(--ink);
  transform: rotate(4deg);
}

.step-card:nth-child(2) .step-card__icon {
  background: var(--purple);
  color: var(--white);
  transform: rotate(-4deg);
}

.step-card:nth-child(3) .step-card__icon {
  background: var(--yellow);
}

.step-card__icon .confetio-icon {
  width: 30px;
  height: 30px;
}

.step-card p {
  max-width: 290px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

/* Drop categories */
.drop-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  position: relative;
  display: flex;
  grid-column: span 4;
  min-height: 470px;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--ink);
  box-shadow: 8px 8px 0 rgba(23, 20, 40, 0.14);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.category-card:hover {
  box-shadow: 12px 12px 0 var(--ink);
  transform: translate(-4px, -4px);
}

.category-card:nth-child(1) {
  grid-column: span 7;
}

.category-card:nth-child(2) {
  grid-column: span 5;
}

.category-card__media {
  position: relative;
  height: 290px;
  flex: 0 0 290px;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
  background: var(--cream);
}

.category-card:nth-child(n + 3) .category-card__media {
  height: 250px;
  flex-basis: 250px;
}

.category-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.category-card:hover .category-card__image {
  transform: scale(1.045);
}

.category-card__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 4px 4px 0 rgba(23, 20, 40, 0.85);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.category-card__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 24px 25px 28px;
  background: var(--white);
}

.category-card__heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
}

.category-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 13px;
  background: var(--coral);
}

.category-card:nth-child(2) .category-card__icon {
  background: var(--mint);
}

.category-card:nth-child(3) .category-card__icon {
  background: var(--yellow);
}

.category-card:nth-child(4) .category-card__icon {
  background: #d9d0ff;
}

.category-card:nth-child(5) .category-card__icon {
  background: var(--purple);
  color: var(--white);
}

.category-card__icon .confetio-icon {
  width: 21px;
  height: 21px;
}

.category-card__copy h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.category-card__copy p {
  max-width: 460px;
  margin: 0;
  font-size: 0.86rem;
}

/* Social section */
.social-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.social-copy h2 {
  max-width: 650px;
}

.social-copy .lede {
  max-width: 560px;
}

.social-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.social-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.77rem;
  font-weight: 800;
}

.social-pills .confetio-icon {
  width: 16px;
  height: 16px;
  color: var(--mint);
}

.phone-stage {
  position: relative;
  min-height: 610px;
}

.phone {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 285px;
  padding: 13px;
  border: 4px solid var(--white);
  border-radius: 46px;
  background: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%) rotate(4deg);
}

.phone::before {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 50%;
  width: 88px;
  height: 23px;
  border-radius: 99px;
  background: var(--ink);
  content: "";
  transform: translateX(-50%);
}

.phone__screen {
  min-height: 542px;
  padding: 53px 17px 20px;
  overflow: hidden;
  border-radius: 33px;
  background: var(--cream);
  color: var(--ink);
  text-align: center;
}

.phone__handle {
  margin-bottom: 26px;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phone__media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin-bottom: 23px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 25px;
  background: var(--purple);
}

.phone__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone__burst {
  position: absolute;
  right: 11px;
  bottom: 11px;
  display: inline-flex;
  max-width: 130px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.phone__caption {
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.phone__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.phone__actions span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
}

.phone__actions .confetio-icon {
  width: 18px;
  height: 18px;
}

.social-bubble {
  position: absolute;
  z-index: 3;
  max-width: 180px;
  padding: 15px 18px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 7px 7px 0 var(--ink);
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.social-bubble--one {
  top: 80px;
  left: 0;
  background: var(--mint);
  transform: rotate(-8deg);
}

.social-bubble--two {
  right: 0;
  bottom: 110px;
  background: var(--coral);
  transform: rotate(6deg);
}

/* Brands */
.brand-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.8fr);
  gap: clamp(45px, 8vw, 100px);
  padding: clamp(34px, 7vw, 82px);
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius-xl);
  background: var(--purple);
  box-shadow: 18px 18px 0 var(--ink);
  color: var(--white);
}

.brand-panel::before {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -90px;
  width: 310px;
  height: 310px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.brand-panel h2 {
  font-size: clamp(2.65rem, 5.5vw, 5rem);
}

.brand-panel .lede {
  color: rgba(255, 255, 255, 0.75);
}

.brand-panel__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 29px;
}

.brand-panel__point {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.35;
}

.brand-panel__point > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--yellow);
}

.brand-panel__point .confetio-icon {
  width: 21px;
  height: 21px;
}

.brand-panel__point strong {
  font-weight: 850;
}

.brand-panel .form-card {
  color: var(--ink);
}

/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(45px, 8vw, 110px);
}

.faq-layout .section-heading {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  border-top: 2px solid var(--ink);
}

.faq-item {
  border-bottom: 2px solid var(--ink);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 23px 0;
  cursor: pointer;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 850;
  list-style: none;
}

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

.faq-item summary::after {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  content: "+";
  font-size: 1.3rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item__answer {
  max-width: 690px;
  padding: 0 55px 24px 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

/* Final CTA */
.final-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(55px, 9vw, 110px) 25px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius-xl);
  background: var(--yellow);
  box-shadow: 18px 18px 0 var(--ink);
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  content: "";
}

.final-cta::before {
  top: -130px;
  left: -95px;
  background: var(--coral);
}

.final-cta::after {
  right: -105px;
  bottom: -145px;
  background: var(--mint);
}

.final-cta h2 {
  max-width: 870px;
  margin-inline: auto;
}

.final-cta p {
  max-width: 600px;
  margin: 0 auto 28px;
  font-size: 1.08rem;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* Footer */
.site-footer {
  padding: 70px 0 28px;
  background: var(--ink);
  color: var(--white);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) repeat(2, minmax(140px, 0.35fr));
  gap: 45px;
  padding-bottom: 52px;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand__logo {
  width: min(11.5rem, 100%);
}

.site-footer__tagline {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.9rem;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.site-footer__social a {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
  text-decoration: none;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  border-color: var(--yellow);
  color: var(--yellow);
}

.site-footer__title {
  margin-bottom: 16px;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: var(--yellow);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
}

.site-footer__bottom p {
  margin: 0;
}

/* Confetti burst created by JS */
.burst-confetti {
  position: fixed;
  z-index: 9999;
  top: var(--burst-y);
  left: var(--burst-x);
  width: 9px;
  height: 15px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  pointer-events: none;
  animation: burst 760ms cubic-bezier(0.17, 0.67, 0.23, 1) forwards;
}

@keyframes burst {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(calc(-50% + var(--burst-tx)), calc(-50% + var(--burst-ty))) rotate(var(--burst-r)) scale(0.6);
  }
}

/* JS-enhanced entrance effects; content stays visible without JS */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js .reveal:nth-child(2) {
  transition-delay: 70ms;
}

.js .reveal:nth-child(3) {
  transition-delay: 140ms;
}

.js .reveal:nth-child(4) {
  transition-delay: 210ms;
}

.js .reveal:nth-child(5) {
  transition-delay: 280ms;
}

/* Launch pages and public drops */
.content-page__inner--launch {
  max-width: 1080px;
}

.content-page__inner--launch > article > h1,
.drop-archive-page h1 {
  max-width: 900px;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.launch-page {
  display: grid;
  gap: 34px;
}

.launch-page > * {
  margin: 0;
}

.launch-page__lede,
.drop-detail__lead {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  font-weight: 650;
  line-height: 1.45;
}

.launch-page h2,
.drop-detail h2 {
  margin: 12px 0 8px;
  font-size: clamp(1.7rem, 3.6vw, 2.65rem);
  letter-spacing: -0.045em;
}

.launch-page p + h2,
.legal-copy h2 {
  margin-top: 24px;
}

.launch-steps,
.launch-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.launch-steps section,
.launch-feature-grid section {
  position: relative;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.launch-steps section:nth-child(2),
.launch-feature-grid section:nth-child(2) {
  background: #f0ecff;
}

.launch-steps section:nth-child(3),
.launch-feature-grid section:nth-child(3) {
  background: #e7fff8;
}

.launch-steps section:nth-child(4),
.launch-feature-grid section:nth-child(4) {
  background: #fff1d0;
}

.launch-steps section > span {
  color: var(--purple);
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.launch-steps section h2,
.launch-feature-grid section h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.launch-callout {
  padding: 24px 26px;
  border-left: 7px solid var(--purple);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(108, 71, 255, 0.08);
}

.launch-checklist {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.launch-checklist li {
  position: relative;
  padding-left: 34px;
}

.launch-checklist li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 900;
}

.legal-copy {
  max-width: 900px;
}

.legal-copy h2 {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.legal-identity {
  padding: clamp(22px, 4vw, 34px);
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: #f0ecff;
  box-shadow: 7px 7px 0 var(--ink);
}

.legal-identity h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.legal-identity dl {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  gap: 10px 22px;
  margin: 20px 0 0;
}

.legal-identity dt {
  font-weight: 850;
}

.legal-identity dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.legal-identity.is-pending {
  background: #fff1d0;
}

@media (max-width: 620px) {
  .legal-identity dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .legal-identity dd + dt {
    margin-top: 12px;
  }
}

.confetio-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.confetio-blog-filters a {
  padding: 10px 15px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.confetio-blog-filters a[aria-current="page"] {
  background: var(--ink);
  color: var(--white);
}

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

.confetio-article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.confetio-article-card__media {
  display: grid;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--yellow), #f0ecff 48%, var(--mint));
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 7rem);
  text-decoration: none;
}

.confetio-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.confetio-article-card:hover .confetio-article-card__media img {
  transform: scale(1.035);
}

.confetio-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.confetio-article-card__meta,
.confetio-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 14px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.confetio-article-card__meta span,
.confetio-article__meta span {
  padding: 6px 9px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
}

.confetio-article-card h2 {
  margin: 19px 0 13px;
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  line-height: 1;
}

.confetio-article-card h2 a,
.confetio-article-card__link {
  text-decoration: none;
}

.confetio-article-card__body > p {
  margin: 0 0 20px;
  color: var(--muted);
}

.confetio-article-card__link {
  margin-top: auto;
  font-weight: 900;
}

.confetio-offer-pill {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--mint);
  font-size: 0.76rem;
  font-weight: 900;
}

.confetio-offer-pill.is-expired {
  background: #ece9f1;
  color: var(--muted);
}

.confetio-article-page {
  min-height: 80vh;
  padding: 140px 0 105px;
}

.confetio-article {
  display: grid;
  max-width: 980px;
  gap: 35px;
  margin: 0 auto;
}

.confetio-article__back {
  width: fit-content;
  font-weight: 850;
  text-decoration: none;
}

.confetio-article__header h1 {
  max-width: 940px;
  margin: 18px 0;
  font-size: clamp(3.15rem, 7.5vw, 6.7rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.confetio-article__lede {
  max-width: 800px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 650;
  line-height: 1.5;
}

.confetio-article__featured {
  margin: 0;
}

.confetio-article__image {
  display: block;
  width: 100%;
  max-height: 620px;
  border: 3px solid var(--ink);
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 12px 12px 0 var(--ink);
}

.confetio-article__content {
  max-width: 780px;
  font-size: 1.08rem;
  line-height: 1.78;
}

.confetio-article__content > :first-child {
  margin-top: 0;
}

.confetio-article__content h2 {
  margin: 2.1em 0 0.55em;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.confetio-article__content li + li {
  margin-top: 0.6em;
}

.confetio-offer-card {
  display: grid;
  max-width: 850px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 28px;
  padding: 30px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--ink);
}

.confetio-offer-card.is-expired {
  background: #efedf3;
}

.confetio-offer-card__eyebrow {
  margin: 0 0 5px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.confetio-offer-card h2,
.confetio-offer-card p {
  margin: 0;
}

.confetio-offer-card__price {
  display: grid;
  justify-items: end;
}

.confetio-offer-card__price strong {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.confetio-offer-card__price span {
  font-size: 0.78rem;
  font-weight: 900;
}

.confetio-offer-card__code,
.confetio-offer-card__expiry,
.confetio-offer-card__fineprint,
.confetio-offer-card__disclosure {
  grid-column: 1 / -1;
}

.confetio-offer-card__code code {
  padding: 5px 8px;
  border: 1px dashed var(--ink);
  border-radius: 6px;
  background: var(--white);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.confetio-offer-card .btn {
  width: fit-content;
}

.confetio-offer-card .is-disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.confetio-offer-card__fineprint,
.confetio-offer-card__disclosure {
  font-size: 0.82rem;
  line-height: 1.5;
}

.confetio-offer-card__disclosure {
  padding-top: 14px;
  border-top: 1px solid rgba(23, 20, 40, 0.22);
}

.public-drop-grid,
.winner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.public-drop-card,
.winner-card {
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.public-drop-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee9ff;
}

.public-drop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.public-drop-card:hover .public-drop-card__media img {
  transform: scale(1.035);
}

.public-drop-card__body {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
}

.public-drop-card__body h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.02;
}

.public-drop-card__body h2 a {
  text-decoration: none;
}

.public-drop-card__body .btn {
  margin-top: auto;
}

.public-drop-card__sponsor {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-drop-card__status {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.public-drop-card.is-open .public-drop-card__status {
  background: var(--mint);
}

.public-drop-card.is-closed .public-drop-card__status {
  background: #ece9f1;
}

.drop-page {
  min-height: 80vh;
  padding: 140px 0 100px;
}

.drop-detail {
  display: grid;
  gap: 40px;
}

.drop-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 45px;
}

.drop-detail__hero h1 {
  max-width: 780px;
  margin: 18px 0;
  font-size: clamp(3.25rem, 8vw, 7rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.drop-detail__image {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  border: 3px solid var(--ink);
  border-radius: 34px;
  object-fit: cover;
  box-shadow: 14px 14px 0 var(--ink);
  transform: rotate(1.5deg);
}

.confetio-disclosure {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.confetio-disclosure > div {
  min-width: 0;
  padding: 20px 17px;
  border-right: 1px solid var(--line);
}

.confetio-disclosure span,
.confetio-disclosure strong {
  display: block;
}

.confetio-disclosure span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.confetio-disclosure strong {
  overflow-wrap: anywhere;
  font-size: 0.91rem;
  line-height: 1.3;
}

.confetio-disclosure > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 15px 20px;
  background: var(--yellow);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.confetio-scratch__terms {
  max-width: 34rem;
  margin: 12px auto 0;
  font-size: 0.72rem;
  line-height: 1.35;
}

.drop-detail__content {
  max-width: 820px;
  font-size: 1.08rem;
}

.drop-detail__entry {
  max-width: 900px;
}

.confetio-confirmation {
  margin: 18px 0;
  padding: 14px 18px;
  border: 2px dashed var(--purple);
  border-radius: var(--radius-sm);
  background: #f0ecff;
}

.confetio-confirmation p {
  margin: 0;
}

.confetio-share {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 24px;
  padding: 25px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--mint);
  box-shadow: 7px 7px 0 var(--ink);
}

.confetio-share p {
  margin: 0;
}

.confetio-share p span {
  font-size: 0.85rem;
}

.confetio-share > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.confetio-share .btn {
  min-height: 46px;
  padding: 10px 17px;
  font-size: 0.78rem;
}

.confetio-bonus {
  position: relative;
  margin-top: 24px;
  padding: 28px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius-lg);
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--ink);
  text-align: center;
}

.confetio-bonus__eyebrow {
  margin: 0 0 13px;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.confetio-bonus__cover {
  min-height: 64px;
  padding: 12px 30px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: repeating-linear-gradient(135deg, #b9b9c1 0 8px, #d8d8df 8px 16px);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  font-weight: 950;
}

.confetio-bonus__message {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 5vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

@media (min-width: 601px) {
  .confetio-bonus {
    display: flex;
    min-height: 220px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 36px 230px 36px 30px;
    text-align: left;
  }

  .confetio-bonus::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 180px;
    aspect-ratio: 1;
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: url("assets/images/fetti-scratch-scene-hq.webp") center / cover no-repeat;
    box-shadow: 6px 6px 0 var(--ink);
    content: "";
    pointer-events: none;
    transform: translateY(-50%) rotate(2deg);
  }

  .confetio-bonus__eyebrow,
  .confetio-bonus__cover,
  .confetio-bonus__message,
  .confetio-bonus__noscript {
    position: relative;
    z-index: 1;
  }
}

.confetio-demo-notice {
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 2px solid var(--ink);
  border-radius: var(--radius-sm);
  background: #f0ecff;
  line-height: 1.45;
}

html.has-scratch-modal {
  overflow: hidden;
}

html.has-scratch-modal body {
  overflow: hidden;
  overscroll-behavior: none;
}

.confetio-scratch-modal {
  width: min(560px, calc(100vw - 24px));
  max-width: none;
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.confetio-scratch-modal::backdrop {
  background: rgba(23, 20, 40, 0.74);
  backdrop-filter: blur(8px);
}

.confetio-scratch-modal__panel {
  position: relative;
  isolation: isolate;
  max-height: calc(100dvh - 24px);
  padding: clamp(24px, 5vw, 40px);
  overflow: hidden auto;
  border: 3px solid var(--ink);
  border-radius: clamp(24px, 5vw, 36px);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 216, 77, 0.42) 0 62px, transparent 63px),
    radial-gradient(circle at 96% 2%, rgba(72, 229, 194, 0.32) 0 76px, transparent 77px),
    var(--cream);
  box-shadow: 12px 12px 0 var(--ink), 0 30px 100px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.confetio-scratch-modal__close {
  position: absolute;
  z-index: 6;
  top: 12px;
  right: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font: 900 1.7rem/1 var(--font-body);
  cursor: pointer;
}

.confetio-scratch__demo-note {
  display: inline-block;
  margin: 0 48px 16px;
  padding: 7px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.confetio-scratch__eyebrow {
  margin: 0 0 7px;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.confetio-scratch-modal h2 {
  max-width: 430px;
  margin: 0 auto 10px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 8vw, 3.25rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.confetio-scratch__instructions {
  max-width: 450px;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.confetio-scratch-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 9 / 5;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: var(--purple);
  box-shadow: 7px 7px 0 var(--ink);
}

.confetio-scratch-prize,
.confetio-scratch-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.confetio-scratch-prize {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: clamp(16px, 5vw, 32px);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 216, 77, 0.95) 0 12px, transparent 13px),
    radial-gradient(circle at 88% 78%, rgba(72, 229, 194, 0.95) 0 15px, transparent 16px),
    var(--purple);
  color: var(--white);
}

.confetio-scratch-prize p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 4vw, 1.6rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.confetio-scratch-prize code {
  display: block;
  max-width: 100%;
  padding: 8px 14px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--yellow);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(1.05rem, 5vw, 1.7rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
  white-space: normal;
}

.confetio-scratch-canvas {
  z-index: 2;
  display: block;
  cursor: crosshair;
  touch-action: none;
  transition: opacity 420ms ease, transform 420ms ease;
}

.confetio-scratch-canvas:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: -7px;
}

.confetio-scratch-stage.is-revealed .confetio-scratch-canvas {
  pointer-events: none;
  opacity: 0;
  transform: scale(1.05) rotate(-1deg);
}

.confetio-scratch__copy,
.confetio-scratch__skip {
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.confetio-scratch__copy {
  padding: 7px 14px;
  background: var(--white);
  color: var(--ink);
}

.confetio-scratch__skip {
  position: relative;
  z-index: 4;
  margin-top: 18px;
  padding: 9px 18px;
  background: transparent;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.confetio-scratch__status {
  min-height: 1.4em;
  margin: 15px 0 -7px;
  font-size: 0.82rem;
  font-weight: 850;
}

.confetio-scratch-particles {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.scratch-particle {
  position: absolute;
  top: -22px;
  left: var(--particle-left);
  width: 9px;
  height: 15px;
  opacity: 0;
  animation: scratch-particle-fall var(--particle-duration) cubic-bezier(0.18, 0.7, 0.28, 1) var(--particle-delay) forwards;
}

.scratch-particle.is-circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

@keyframes scratch-particle-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -28px, 0) rotate(0deg);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.92;
    transform: translate3d(var(--particle-drift), calc(100dvh + 40px), 0) rotate(var(--particle-rotation));
  }
}

.confetio-scratch__noscript {
  margin: 18px 0 0;
  font-size: 0.9rem;
}

@media (max-width: 520px) {
  .confetio-scratch-modal {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
  }

  .confetio-scratch-modal__panel {
    max-height: calc(100dvh - 16px);
    padding: 62px 16px max(24px, env(safe-area-inset-bottom));
    border-radius: 24px;
    box-shadow: 6px 6px 0 var(--ink), 0 24px 70px rgba(0, 0, 0, 0.32);
  }

  .confetio-scratch__demo-note {
    margin: 0 0 14px;
  }

  .confetio-scratch-modal h2 {
    font-size: clamp(1.9rem, 11vw, 2.65rem);
  }

  .confetio-scratch-stage {
    min-height: 200px;
    aspect-ratio: auto;
    border-radius: 17px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .confetio-scratch-prize {
    gap: 7px;
    padding: 12px;
  }

  .confetio-scratch-prize code {
    font-size: clamp(0.95rem, 5.5vw, 1.35rem);
  }
}

.winner-card {
  padding: 28px;
  background: #f0ecff;
  text-align: center;
}

.winner-card > span {
  font-size: 2.5rem;
}

.winner-card__name {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
}

.confetio-empty {
  padding: 35px;
  border: 2px dashed var(--purple);
  border-radius: var(--radius-lg);
  background: #f0ecff;
  text-align: center;
}

.confetio-empty strong {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 4vw, 2.2rem);
}

.confetio-empty p:last-child {
  margin-bottom: 0;
}

/* Standard WordPress content fallback */
.content-page {
  min-height: 70vh;
  padding: 150px 0 100px;
}

.content-page__inner {
  max-width: 820px;
}

.content-page__inner > * + * {
  margin-top: 1.2em;
}

.content-page__inner h1 {
  font-size: clamp(2.7rem, 7vw, 5rem);
}

.not-found {
  display: grid;
  width: min(100%, 1180px);
  min-height: 80vh;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(30px, 7vw, 90px);
  margin-inline: auto;
  padding: 140px 20px 80px;
  text-align: center;
}

.not-found__content {
  min-width: 0;
}

.not-found__code {
  margin-bottom: 5px;
  color: var(--purple);
  font-family: var(--font-display);
  font-size: clamp(6rem, 20vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.not-found__guide {
  width: min(100%, 470px);
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 34px;
  background: var(--mint);
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(2deg);
}

.not-found__guide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 1020px) {
  .site-nav {
    gap: 14px;
  }

  .site-nav__links {
    gap: 14px;
  }

  .site-header .btn {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero__copy {
    max-width: 640px;
  }

  .hero__copy h1 {
    max-width: 640px;
    font-size: clamp(4rem, 7.4vw, 5.8rem);
  }

  .hero__scene {
    left: 19%;
  }

  .signup-panel,
  .brand-panel {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .social-grid {
    gap: 40px;
  }

  .social-bubble--one {
    left: -20px;
  }

  .social-bubble--two {
    right: -5px;
  }

}

@media (max-width: 840px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
  }

  .site-header .brand {
    position: relative;
    z-index: 2;
  }

  .site-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    align-content: start;
    gap: 27px;
    min-height: 100vh;
    padding: 105px 25px 35px;
    background: var(--cream);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
  }

  .site-nav.is-open {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  html:not(.js) .site-header {
    position: relative;
    border-color: var(--line);
    background: var(--cream);
  }

  html:not(.js) .site-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  html:not(.js) .menu-toggle {
    display: none;
  }

  html:not(.js) .site-nav {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 8px 0 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  html:not(.js) .hero {
    padding-top: 55px;
  }

  .site-nav__links {
    display: grid;
    gap: 0;
  }

  .site-nav__links li {
    border-bottom: 1px solid var(--line);
  }

  .site-nav__links a {
    display: block;
    padding: 17px 0;
    font-size: 1.12rem;
  }

  .site-nav__links a::after {
    display: none;
  }

  .language-switcher {
    width: 110px;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 135px 0 0;
  }

  .hero::before {
    background:
      radial-gradient(circle at 88% 12%, rgba(255, 216, 77, 0.23), transparent 25%),
      radial-gradient(circle at 4% 74%, rgba(255, 95, 109, 0.12), transparent 27%);
  }

  .hero__copy {
    max-width: 710px;
  }

  .hero__copy h1 {
    max-width: 710px;
  }

  .hero__scene {
    position: relative;
    inset: auto;
    width: 100vw;
    aspect-ratio: 4 / 3;
    margin: 24px calc(50% - 50vw) 0;
    border-block: 2px solid rgba(23, 20, 40, 0.14);
  }

  .hero__scene::after {
    display: none;
  }

  .hero__scene img {
    object-position: center;
    transform: none;
  }

  .hero__mobile-cta {
    display: inline-flex;
    width: max-content;
    margin: 4px 0 2px;
  }

  .hero__copy--details .hero__actions .btn--primary {
    display: none;
  }

  .hero__copy--details {
    padding: 36px 0 68px;
  }

  .trust-ribbon__track {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .signup-panel,
  .brand-panel,
  .social-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

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

  .step-card {
    min-height: 260px;
  }

  .category-card,
  .category-card:nth-child(1),
  .category-card:nth-child(2) {
    grid-column: span 6;
  }

  .category-card:nth-child(1) {
    grid-column: span 12;
  }

  .social-copy {
    max-width: 700px;
  }

  .phone-stage {
    width: min(100%, 550px);
    margin-inline: auto;
  }

  .faq-layout .section-heading {
    position: static;
  }

  .not-found {
    width: min(100%, 700px);
    grid-template-columns: 1fr;
  }

  .not-found__guide {
    width: min(100%, 420px);
    justify-self: center;
    transform: none;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .site-header .brand__logo {
    width: 9rem;
  }

  .section {
    padding-block: 72px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.65rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12.3vw, 3.55rem);
  }

  .text-pop {
    white-space: normal;
  }

  .hero {
    padding: 118px 0 0;
  }

  .hero__copy h1 {
    font-size: clamp(3.35rem, 14vw, 4.9rem);
    line-height: 0.93;
  }

  .hero__copy .lede {
    font-size: 1.05rem;
    line-height: 1.52;
  }

  .hero__actions,
  .final-cta__actions {
    display: grid;
  }

  .hero__actions .btn,
  .final-cta__actions .btn {
    width: 100%;
  }

  .hero__scene {
    aspect-ratio: 2 / 3;
    margin-top: 20px;
  }

  .hero__mobile-cta {
    width: 100%;
    justify-content: center;
  }

  .hero__copy--details {
    padding: 30px 0 60px;
  }

  .trust-ribbon__track {
    justify-content: flex-start;
    gap: 16px;
    font-size: 0.66rem;
    white-space: nowrap;
  }

  .signup-panel,
  .brand-panel,
  .final-cta {
    padding: 26px 20px 34px;
    border-width: 2px;
    border-radius: 27px;
    box-shadow: 9px 9px 0 var(--ink);
  }

  .signup-panel::before,
  .brand-panel::before {
    display: none;
  }

  .character-spotlight {
    width: min(100%, 390px);
    margin-top: -8px;
    border-radius: 24px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .form-card {
    padding: 22px 17px;
  }

  .confetio-form__row,
  .form-row {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 245px;
  }

  .step-card__top {
    margin-bottom: 34px;
  }

  .drop-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card:nth-child(1),
  .category-card:nth-child(2) {
    grid-column: auto;
    min-height: 0;
  }

  .category-card__media,
  .category-card:nth-child(n + 3) .category-card__media {
    height: 240px;
    flex-basis: 240px;
  }

  .phone-stage {
    min-height: 560px;
  }

  .phone {
    width: 255px;
  }

  .phone__screen {
    min-height: 500px;
  }

  .phone__burst {
    width: auto;
    height: auto;
    min-height: 44px;
    font-size: 0.9rem;
  }

  .social-bubble {
    max-width: 130px;
    padding: 11px 12px;
    font-size: 0.6rem;
  }

  .social-bubble--one {
    top: 70px;
    left: 0;
  }

  .social-bubble--two {
    right: 0;
    bottom: 70px;
  }

  .brand-panel__points {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    padding-block: 19px;
  }

  .faq-item__answer {
    padding-right: 5px;
  }

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

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    display: grid;
  }
}

@media (max-width: 1020px) {
	.confetio-blog-grid,
  .public-drop-grid,
  .winner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .confetio-disclosure > div:nth-child(3) {
    border-right: 0;
  }
}

@media (max-width: 840px) {
  .drop-detail__hero {
    grid-template-columns: 1fr;
  }

  .drop-detail__image {
    width: min(100%, 560px);
    aspect-ratio: 4 / 3;
    transform: none;
  }

  .confetio-share {
    grid-template-columns: 1fr;
  }

  .confetio-share > div {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .content-page__inner--launch > article > h1,
  .drop-archive-page h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.25rem);
  }

  .launch-steps,
  .launch-feature-grid,
	.confetio-blog-grid,
  .public-drop-grid,
  .winner-grid {
    grid-template-columns: 1fr;
  }

  .launch-steps section,
  .launch-feature-grid section,
  .winner-card {
    padding: 23px 20px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .drop-page {
    padding: 115px 0 75px;
  }

	.confetio-article-page {
		padding: 112px 0 75px;
	}

	.confetio-article {
		gap: 26px;
	}

	.confetio-article__header h1 {
		font-size: clamp(2.8rem, 14vw, 4.4rem);
	}

	.confetio-article__image {
		border-radius: 22px;
		box-shadow: 7px 7px 0 var(--ink);
	}

	.confetio-offer-card {
		grid-template-columns: 1fr;
		padding: 23px 19px;
		box-shadow: 6px 6px 0 var(--ink);
	}

	.confetio-offer-card__price {
		justify-items: start;
	}

  .drop-detail {
    gap: 28px;
  }

  .drop-detail__hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .drop-detail__image {
    border-radius: 25px;
    box-shadow: 8px 8px 0 var(--ink);
  }

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

  .confetio-disclosure > div,
  .confetio-disclosure > div:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .confetio-disclosure > div:nth-child(even) {
    border-right: 0;
  }

  .confetio-share,
  .confetio-bonus,
  .confetio-empty {
    padding: 22px 18px;
  }

  .confetio-bonus {
    padding-top: 166px;
  }

  .confetio-bonus::after {
    position: absolute;
    top: 18px;
    left: 50%;
    width: 128px;
    aspect-ratio: 1;
    border: 2px solid var(--ink);
    border-radius: 21px;
    background: url("assets/images/fetti-scratch-scene-hq.webp") center / cover no-repeat;
    box-shadow: 5px 5px 0 var(--ink);
    content: "";
    pointer-events: none;
    transform: translateX(-50%) rotate(2deg);
  }

  .confetio-share > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .confetio-share .btn {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

@media print {
  .site-header,
  .site-footer,
  .hero__scene,
  .trust-ribbon,
  .btn {
    display: none !important;
  }

  body,
  .section,
  .section--ink,
  .section--purple {
    background: #fff !important;
    color: #000 !important;
  }
}
