:root {
  --fc-ink: #2a1840;
  --fc-muted: #5b4674;
  --fc-red: #e30613;
  --fc-sun: #ffc107;
  --fc-pink: #ff5a7a;
  --fc-mint: #3ddc97;
  --fc-sky: #3db8ff;
  --fc-violet: #7c5cff;
  --fc-display: "Luckiest Guy", "Fredoka", system-ui, sans-serif;
  --fc-soft: "Fredoka", system-ui, sans-serif;
  --fc-body: "Nunito", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }

body.faber-page {
  font-family: var(--fc-body);
  color: var(--fc-ink);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, #fff8c8 0%, transparent 55%),
    linear-gradient(180deg, #8fe6ff 0%, #c8f3ff 28%, #ffe9f4 58%, #d8ffd2 82%, #8ed86a 100%);
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='10' cy='18' r='7' fill='%23ff5a7a'/%3E%3Cpath d='M14 14 L26 4' stroke='%233a2a1a' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") 4 24, auto;
}

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

.faber-svg-defs { position: absolute; width: 0; height: 0; }

.faber-world {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.faber-sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, #fff8c8 0%, transparent 55%),
    linear-gradient(180deg, #8fe6ff 0%, #c8f3ff 28%, #ffe9f4 58%, #d8ffd2 82%, #8ed86a 100%);
}

.faber-blobs {
  position: absolute;
  inset: -14%;
  filter: url(#faberGoo);
  will-change: transform;
}

.faber-blob {
  position: absolute;
  display: block;
  border-radius: 42% 58% 63% 37% / 48% 42% 58% 52%;
  opacity: 0.78;
  animation: faber-blob-drift 16s ease-in-out infinite, faber-blob-morph 11s ease-in-out infinite;
}
.faber-blob--1 { width: 46vw; height: 40vw; left: -10%; top: -8%; background: radial-gradient(circle at 30% 30%, #ffe14d, #ff8a3d 72%); animation-duration: 18s, 12s; }
.faber-blob--2 { width: 36vw; height: 36vw; right: -8%; top: 2%; background: radial-gradient(circle at 40% 40%, #ff9fc2, #ff5a7a 70%); animation-duration: 20s, 10s; animation-delay: -3s; }
.faber-blob--3 { width: 32vw; height: 30vw; left: 14%; bottom: -12%; background: radial-gradient(circle at 50% 40%, #8ff5cf, #3ddc97 72%); animation-duration: 22s, 14s; }
.faber-blob--4 { width: 28vw; height: 28vw; right: 12%; bottom: 6%; background: radial-gradient(circle at 40% 30%, #9ad8ff, #3db8ff 74%); animation-duration: 17s, 13s; animation-delay: -5s; }
.faber-blob--5 { width: 24vw; height: 24vw; left: 40%; top: 26%; background: radial-gradient(circle at 40% 40%, #cbb8ff, #7c5cff 72%); animation-duration: 19s, 11s; opacity: 0.6; }
.faber-blob--6 { width: 18vw; height: 18vw; left: 62%; top: 8%; background: radial-gradient(circle at 40% 40%, #fff1a8, #ffd54a 70%); animation-duration: 15s, 9s; opacity: 0.55; }

.faber-cloud {
  position: absolute;
  background: #fff;
  border-radius: 999px;
  opacity: 0.88;
  filter: drop-shadow(0 10px 16px rgba(60, 90, 140, 0.12));
  animation: faber-cloud-drift 28s linear infinite;
}
.faber-cloud::before,
.faber-cloud::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.faber-cloud--1 { width: 140px; height: 46px; top: 8%; left: -10%; }
.faber-cloud--1::before { width: 58px; height: 58px; left: 18px; top: -28px; }
.faber-cloud--1::after { width: 72px; height: 72px; left: 58px; top: -36px; }
.faber-cloud--2 { width: 180px; height: 54px; top: 16%; left: 30%; animation-duration: 36s; animation-delay: -12s; }
.faber-cloud--2::before { width: 70px; height: 70px; left: 22px; top: -34px; }
.faber-cloud--2::after { width: 90px; height: 90px; left: 70px; top: -46px; }
.faber-cloud--3 { width: 120px; height: 40px; top: 11%; left: 70%; animation-duration: 24s; animation-delay: -6s; }
.faber-cloud--3::before { width: 50px; height: 50px; left: 14px; top: -24px; }
.faber-cloud--3::after { width: 64px; height: 64px; left: 50px; top: -32px; }

.faber-orbs { position: absolute; inset: 0; will-change: transform; }
.faber-orb {
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), rgba(255,255,255,0.18) 28%, rgba(255,255,255,0.08) 46%, rgba(90, 160, 255, 0.28));
  box-shadow:
    inset -14px -18px 30px rgba(80, 40, 120, 0.16),
    inset 10px 8px 18px rgba(255,255,255,0.55),
    0 18px 40px rgba(80, 40, 90, 0.14);
  animation: faber-orb-float 8s ease-in-out infinite;
}
.faber-orb--1 { width: 92px; height: 92px; left: 7%; top: 42%; }
.faber-orb--2 { width: 64px; height: 64px; right: 8%; top: 22%; animation-delay: -2s; background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), rgba(255,255,255,0.2) 30%, rgba(255, 90, 122, 0.28)); }
.faber-orb--3 { width: 78px; height: 78px; right: 14%; bottom: 18%; animation-delay: -4s; background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), rgba(255,255,255,0.18) 30%, rgba(61, 220, 151, 0.3)); }
.faber-orb--4 { width: 48px; height: 48px; left: 18%; bottom: 22%; animation-delay: -1.5s; }
.faber-orb--5 { width: 56px; height: 56px; left: 46%; top: 14%; animation-delay: -2.8s; background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), rgba(255,255,255,0.18) 30%, rgba(255, 213, 74, 0.32)); }
.faber-orb--6 { width: 38px; height: 38px; right: 28%; top: 48%; animation-delay: -3.6s; background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95), rgba(255,255,255,0.18) 30%, rgba(255, 90, 122, 0.28)); }

.faber-sun {
  position: absolute;
  top: 3.5%;
  right: 6%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  z-index: 1;
  background: radial-gradient(circle at 34% 32%, #fffce8, #ffe14d 58%, #ffb300);
  box-shadow: 0 0 0 12px rgba(255, 213, 74, 0.25), 0 12px 36px rgba(255, 179, 0, 0.35);
}
.faber-sun::before {
  content: "";
  position: absolute;
  inset: -26px;
  z-index: -1;
  border-radius: 50%;
  background: repeating-conic-gradient(from 8deg, rgba(255, 196, 0, 0.5) 0 7deg, transparent 7deg 30deg);
  animation: faber-sun-spin 22s linear infinite;
}

.faber-sparkles { position: absolute; inset: 0; z-index: 1; }
.faber-sparkles span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 36%, 100% 38%, 70% 58%, 80% 96%, 50% 74%, 20% 96%, 30% 58%, 0 38%, 38% 36%);
  filter: drop-shadow(0 0 6px #fff);
  animation: faber-sparkle 2.6s ease-in-out infinite;
  animation-delay: var(--d);
}

.faber-hills {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 78px;
  height: 150px;
  z-index: 4;
  background:
    radial-gradient(ellipse 58% 110% at 18% 130%, #7be8ff 0 68%, transparent 70%),
    radial-gradient(ellipse 62% 120% at 72% 140%, #4ecbff 0 66%, transparent 68%),
    radial-gradient(ellipse 50% 90% at 48% 145%, #9af0c8 0 68%, transparent 70%);
  opacity: 0.88;
}

.faber-pencil {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 20px;
  height: 132px;
  transform: rotate(var(--r));
  animation: faber-pencil-float 7.2s ease-in-out infinite;
  animation-delay: var(--d);
  background:
    linear-gradient(#f4d7c2 0 16px, var(--c) 16px 102px, #e0c8a8 102px 114px, #ff90ac 114px 100%);
  border-radius: 9px 9px 5px 5px;
  box-shadow: 0 16px 28px rgba(42, 24, 64, 0.18), inset -4px 0 0 rgba(0,0,0,0.08);
}
.faber-pencil::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -20px;
  height: 24px;
  background: linear-gradient(180deg, #f8e2b8, #e8b07a);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.faber-pencil::after {
  content: "";
  position: absolute;
  left: 50%; top: -20px;
  width: 7px; height: 11px;
  transform: translateX(-50%);
  background: #3a2a1a;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.faber-balloon {
  position: absolute;
  left: var(--x);
  top: var(--y);
  font-size: 2.4rem;
  animation: faber-balloon-float 6.5s ease-in-out infinite;
  animation-delay: var(--d);
  filter: drop-shadow(0 10px 12px rgba(42,24,64,0.18));
}

.faber-grass {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 110px;
  background:
    radial-gradient(ellipse 28px 70px at 6% 100%, #6fd45a 0 62%, transparent 64%),
    radial-gradient(ellipse 24px 62px at 12% 100%, #57c24a 0 62%, transparent 64%),
    radial-gradient(ellipse 30px 78px at 20% 100%, #79e06a 0 62%, transparent 64%),
    radial-gradient(ellipse 22px 58px at 30% 100%, #4db63f 0 62%, transparent 64%),
    radial-gradient(ellipse 26px 72px at 42% 100%, #6fd45a 0 62%, transparent 64%),
    radial-gradient(ellipse 34px 86px at 55% 100%, #57c24a 0 62%, transparent 64%),
    radial-gradient(ellipse 24px 64px at 68% 100%, #79e06a 0 62%, transparent 64%),
    radial-gradient(ellipse 28px 76px at 80% 100%, #4db63f 0 62%, transparent 64%),
    radial-gradient(ellipse 32px 82px at 92% 100%, #6fd45a 0 62%, transparent 64%),
    linear-gradient(#7ee06a, #3eaa3a);
}

.faber-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.faber-nav {
  position: sticky;
  top: 0.7rem;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1140px, calc(100% - 1.4rem));
  max-width: calc(100% - 0.8rem);
  margin: 0.7rem auto 0;
  padding: 0.5rem 0.7rem 0.5rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,255,255,0.28));
  border: 1px solid rgba(255,255,255,0.82);
  backdrop-filter: blur(26px) saturate(1.8);
  -webkit-backdrop-filter: blur(26px) saturate(1.8);
  box-shadow:
    0 18px 50px rgba(50, 20, 80, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.9),
    inset 0 -10px 24px rgba(124, 92, 255, 0.08);
}
.faber-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--fc-ink);
  font-family: var(--fc-soft);
  font-weight: 700;
  font-size: 1.05rem;
}
.faber-nav__brand img {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: #12082a;
  box-shadow: 0 8px 18px rgba(18, 8, 42, 0.25);
}
.faber-nav__links { display: flex; align-items: center; gap: 0.45rem; flex-wrap: wrap; justify-content: flex-end; }
.faber-nav__links a,
.faber-nav__links button {
  border: 0;
  background: rgba(255,255,255,0.55);
  color: var(--fc-ink);
  font: 800 0.9rem var(--fc-body);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 #fff, 0 6px 14px rgba(80,40,90,0.08);
  transition: transform 0.2s ease, background 0.2s ease;
}
.faber-nav__links a:hover,
.faber-nav__links button:hover { transform: translateY(-2px); background: #fff; }
.faber-nav__links a[href="#faberForm"] {
  background: linear-gradient(90deg, #ff5a7a, #ffc107);
  color: #3a1840;
}

.faber-stage {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 1.25rem));
  max-width: 100%;
  margin: 0 auto 4.5rem;
  min-width: 0;
}

.faber-hero {
  position: relative;
  text-align: center;
  padding: 0.4rem clamp(0.35rem, 3vw, 1rem) 1.4rem;
  overflow-x: clip;
}
.faber-hero__rainbow {
  position: absolute;
  left: 50%;
  top: -10px;
  width: min(900px, 100%);
  max-width: 100%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.92;
  filter: drop-shadow(0 18px 18px rgba(80,40,90,0.12));
  animation: faber-rainbow-glow 4s ease-in-out infinite;
}
.faber-hero__rainbow svg { width: 100%; height: auto; display: block; }

.faber-partners-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 0.6rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  animation: faber-rise 0.8s ease both;
}
.faber-partners {
  width: min(380px, 78vw);
  height: auto;
  display: block;
  aspect-ratio: 1800 / 560;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(180, 20, 40, 0.3);
  image-rendering: -webkit-optimize-contrast;
}

.faber-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0.4rem 0 0;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a3570;
  font-size: 0.78rem;
}

.faber-title {
  position: relative;
  z-index: 1;
  margin: 0.25rem 0 0.1rem;
  font-family: var(--fc-display);
  font-size: clamp(2.4rem, 7.2vw, 5.2rem);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.28em 0.42em;
  max-width: 100%;
  padding-inline: 0.15rem;
}
.faber-word { display: inline-flex; }
.faber-word i {
  font-style: normal;
  display: inline-block;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
  text-shadow: 0 10px 0 rgba(42, 24, 64, 0.08);
  animation: faber-letter-bounce 2.6s ease-in-out infinite;
}
.faber-word i:nth-child(2) { animation-delay: 0.08s; }
.faber-word i:nth-child(3) { animation-delay: 0.16s; }
.faber-word i:nth-child(4) { animation-delay: 0.24s; }
.faber-word i:nth-child(5) { animation-delay: 0.32s; }
.faber-word i:nth-child(6) { animation-delay: 0.4s; }
.faber-word i:nth-child(7) { animation-delay: 0.48s; }
.faber-word--y i { color: #ffd54a; }
.faber-word--b i { color: #2ea7ff; }
.faber-word--p i { color: #ff5aa8; }
.faber-word--o i { color: #ff8a3d; }
.faber-word--g i { color: #3ecf5a; }

.faber-subtitle {
  position: relative;
  z-index: 1;
  margin: 0.35rem 0 0;
  font-family: var(--fc-soft);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  font-weight: 700;
  color: #2f2250;
}
.faber-subtitle span { display: inline-block; }
.faber-subtitle span:first-child { transform: rotate(-2deg); }
.faber-subtitle span:last-child { transform: rotate(2deg); color: var(--fc-red); }

.faber-lead {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0.85rem auto 1rem;
  color: #4d3a6e;
  font-size: 1.08rem;
  line-height: 1.6;
  font-weight: 700;
}

.faber-stickers {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}
.faber-sticker {
  font-family: var(--fc-soft);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 10px 0 rgba(42,24,64,0.12), 0 16px 28px rgba(42,24,64,0.12);
  animation: faber-sticker-wiggle 3.4s ease-in-out infinite;
}
.faber-sticker--gift { background: #ff5a7a; transform: rotate(-6deg); }
.faber-sticker--fee { background: #7c5cff; transform: rotate(4deg); animation-delay: -1s; }
.faber-sticker--win { background: #22b36a; transform: rotate(-3deg); animation-delay: -2s; }

.faber-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0.55rem;
  width: min(100%, 40rem);
  margin-inline: auto;
}
.faber-chips span {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 10px 22px rgba(80,40,90,0.1);
  transition: transform 0.2s ease;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  line-height: 1.35;
}
.faber-chips span.faber-chip--venue {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.7rem 0.95rem;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.45;
}
.faber-chips span.faber-chip--venue .faber-chip__title {
  display: block;
  font-weight: 800;
  margin-bottom: 0.2rem;
}
.faber-chips span.faber-chip--venue .faber-chip__address {
  display: block;
  font-weight: 650;
  opacity: 0.92;
}
.faber-chips span:hover { transform: translateY(-3px) rotate(-2deg); }

.faber-hero-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 1.15rem;
  text-decoration: none;
  color: #fff;
  font: 700 1.15rem var(--fc-soft);
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5a7a, #ffc107, #3ddc97, #3db8ff, #7c5cff, #ff5a7a);
  background-size: 240% 100%;
  animation: faber-rainbow 4.5s linear infinite;
  box-shadow: 0 14px 0 #c2185b, 0 22px 36px rgba(255, 90, 122, 0.35);
  transition: transform 0.18s ease;
}
.faber-hero-cta:hover { transform: translateY(-3px); }
.faber-hero-cta:active { transform: translateY(6px); box-shadow: 0 8px 0 #c2185b; }

.faber-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.8fr);
  gap: 1.15rem;
  align-items: start;
  min-width: 0;
}

.faber-glass {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
  background: linear-gradient(165deg, rgba(255,255,255,0.7), rgba(255,255,255,0.28) 55%, rgba(210, 235, 255, 0.28));
  border: 1px solid rgba(255,255,255,0.88);
  border-radius: 32px;
  backdrop-filter: blur(30px) saturate(1.85);
  -webkit-backdrop-filter: blur(30px) saturate(1.85);
  box-shadow:
    0 30px 70px rgba(60, 20, 90, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.95),
    inset 0 -24px 50px rgba(124, 92, 255, 0.08);
}

.faber-glass.faber-form { overflow: visible; }
.faber-form { padding: 1.45rem 1.3rem 1.25rem; transform-style: preserve-3d; scroll-margin-top: 6.2rem; min-width: 0; width: 100%; }
#faberForm:target,
#faberForm:focus,
#faberForm:focus-visible {
  outline: none;
}
.faber-form::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2.5px;
  background: conic-gradient(from var(--faber-angle, 0deg), #ffc107, #ff5a7a, #7c5cff, #3db8ff, #3ddc97, #ffc107);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: faber-spin-border 7s linear infinite;
  pointer-events: none;
}
.faber-form__shine,
.faber-form__liquid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.faber-form__shine {
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.7) 48%, transparent 66%);
  transform: translateX(-130%);
  animation: faber-shine 5.2s ease-in-out infinite;
}
.faber-form__liquid {
  background: radial-gradient(circle at var(--lx, 30%) var(--ly, 20%), rgba(255,255,255,0.55), transparent 36%);
}

.faber-form__head h2 {
  margin: 0.15rem 0 0.4rem;
  font-family: var(--fc-soft);
  font-size: 1.85rem;
}
.faber-form__head p,
.faber-kicker { margin: 0; color: var(--fc-muted); }
.faber-kicker {
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--fc-red);
}

.faber-field { margin: 1rem 0 0; min-width: 0; }
.faber-field label,
.faber-ages legend {
  display: block;
  font-weight: 800;
  margin-bottom: 0.45rem;
}
.faber-ages { border: 0; padding: 0; margin: 1.15rem 0 0; min-width: 0; overflow: visible; }
.faber-req { color: var(--fc-red); }

.faber-hint {
  margin: 0.35rem 0 0.75rem;
  color: var(--fc-muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
}

.faber-field[data-field="location"] {
  display: block !important;
}
.faber-field input[type="text"],
.faber-field input[type="email"],
.faber-field input[type="tel"],
.faber-field select,
.faber-dialog input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 2px solid rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.72);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  font-family: var(--fc-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--fc-ink);
  outline: none;
  box-shadow: inset 0 1px 0 #fff, 0 10px 22px rgba(80,40,90,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.faber-field select {
  min-height: 3.35rem;
  padding-right: 2.75rem;
  cursor: pointer;
  background-color: rgba(255,255,255,0.72);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%235b4674' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 6.2 8 10.5l4.5-4.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
}
.faber-field select:invalid,
.faber-field select option[value=""] {
  color: #7a6b8a;
}
.faber-field select option {
  color: var(--fc-ink);
  font-weight: 700;
}
.faber-field input:focus,
.faber-field select:focus,
.faber-dialog input:focus {
  border-color: rgba(227, 6, 19, 0.55);
  background-color: #fff;
  box-shadow: 0 0 0 6px rgba(227, 6, 19, 0.12), 0 14px 28px rgba(80, 40, 90, 0.1);
  transform: translateY(-2px) scale(1.01);
}

.faber-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; min-width: 0; }
.faber-age-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  min-width: 0;
  align-items: start;
  padding: 4px;
}
.faber-age { display: block; min-width: 0; }
.faber-age input { position: absolute; opacity: 0; pointer-events: none; }
.faber-age__card {
  position: relative;
  display: block;
  line-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.faber-age__badge {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 2;
  background: #ffd54a;
  color: #3a1840;
  font-family: var(--fc-soft);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  transform: rotate(12deg) scale(0.86);
  opacity: 0;
  transition: 0.2s ease;
}
.faber-age:hover .faber-age__badge { opacity: 1; transform: rotate(8deg) scale(1); }
.faber-age__card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  object-fit: scale-down;
  object-position: center center;
  background: transparent;
  box-shadow: 0 12px 28px rgba(80, 40, 90, 0.12);
  transition: box-shadow 0.25s ease, outline-color 0.2s ease;
}
.faber-age__card strong,
.faber-age__card em { display: block; padding: 0 0.85rem; }
.faber-age__card strong { padding-top: 0.75rem; font-family: var(--fc-soft); font-size: 1.05rem; }
.faber-age__card em {
  font-style: normal;
  color: var(--fc-muted);
  font-size: 0.88rem;
  line-height: 1.4;
  padding-bottom: 0.9rem;
}
.faber-age:hover .faber-age__card img,
.faber-age input:focus-visible + .faber-age__card img {
  box-shadow: 0 22px 40px rgba(80, 40, 90, 0.16);
}
.faber-age input:checked + .faber-age__card img {
  outline: 4px solid #7c5cff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(124, 92, 255, 0.18), 0 22px 44px rgba(124, 92, 255, 0.2);
}
.faber-age input:checked + .faber-age__card .faber-age__badge {
  opacity: 1;
  background: #3ecf5a;
  color: #fff;
  content: none;
}
.faber-age input:checked + .faber-age__card .faber-age__badge { transform: rotate(-8deg) scale(1); }

.faber-consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.15rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.48);
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  min-width: 0;
}
.faber-consent input { position: absolute; opacity: 0; pointer-events: none; }
.faber-consent span:last-child,
.faber-consent #faberConsentText {
  min-width: 0;
  flex: 1;
  overflow-wrap: anywhere;
}
.faber-consent__box {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  margin-top: 0.05rem;
  border-radius: 10px;
  border: 2px solid #7c5cff;
  background: #fff;
  box-shadow: inset 0 1px 0 #fff;
  position: relative;
}
.faber-consent__box::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1rem;
  transform: scale(0);
  transition: transform 0.18s cubic-bezier(0.2, 1.4, 0.3, 1);
}
.faber-consent input:checked + .faber-consent__box {
  background: linear-gradient(135deg, #7c5cff, #ff5a7a);
  border-color: transparent;
}
.faber-consent input:checked + .faber-consent__box::after { transform: scale(1); }

.faber-pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding: 0.9rem 1rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.42);
}
.faber-pay__label { margin: 0; color: var(--fc-muted); font-weight: 800; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.faber-pay__amount { margin: 0.1rem 0 0; font-family: var(--fc-soft); font-size: 2.15rem; }
.faber-pay__amount small { font-size: 0.9rem; color: var(--fc-muted); font-family: var(--fc-body); }

.faber-submit {
  border: 0;
  cursor: pointer;
  color: #fff;
  font: 700 1.08rem var(--fc-soft);
  padding: 1rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5a7a, #ffc107, #3ddc97, #3db8ff, #7c5cff, #ff5a7a);
  background-size: 240% 100%;
  animation: faber-rainbow 4.8s linear infinite;
  box-shadow: 0 12px 0 #b3124a, 0 20px 34px rgba(255, 90, 122, 0.32);
  transition: transform 0.18s ease;
}
.faber-submit:hover { transform: translateY(-3px) scale(1.04); }
.faber-submit:active { transform: translateY(6px); box-shadow: 0 6px 0 #b3124a; }
.faber-submit:disabled { filter: grayscale(0.2) brightness(0.92); cursor: wait; transform: none; }

.faber-privacy { margin: 0.75rem 0 0; color: var(--fc-muted); font-size: 0.86rem; font-weight: 700; }
.faber-error { min-height: 1.1rem; margin: 0.3rem 0 0; color: #c2182b; font-weight: 800; font-size: 0.82rem; }
.faber-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

.faber-side { display: grid; gap: 0.95rem; min-width: 0; }
.faber-brochure {
  text-decoration: none;
  color: inherit;
  padding: 0.75rem;
  display: grid;
  gap: 0.55rem;
}
.faber-brochure__ribbon {
  position: absolute;
  top: 18px; left: -6px;
  z-index: 2;
  background: var(--fc-red);
  color: #fff;
  font-family: var(--fc-soft);
  font-size: 0.78rem;
  padding: 0.3rem 0.7rem;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 8px 16px rgba(227,6,19,0.25);
}
.faber-brochure__logo {
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  margin: 0.15rem auto 0.35rem;
}
.faber-brochure__preview {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  height: 220px;
  box-shadow: 0 16px 30px rgba(42,24,64,0.16);
}
.faber-brochure__preview img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  object-position: center 62%;
  transform: scale(1.18);
  transform-origin: center 70%;
}
.faber-brochure strong { font-family: var(--fc-soft); font-size: 1.2rem; padding: 0 0.35rem; }
.faber-brochure span { color: var(--fc-muted); padding: 0 0.35rem 0.4rem; font-weight: 700; }

.faber-perk { padding: 1.05rem 1.1rem 1.15rem; }
.faber-perk__gift { display: inline-block; font-size: 2rem; animation: faber-gift-bounce 2.2s ease-in-out infinite; }
.faber-perk h3 { margin: 0.25rem 0 0.35rem; font-family: var(--fc-soft); }
.faber-perk p { margin: 0; color: var(--fc-muted); line-height: 1.5; font-weight: 700; }
.faber-perk--gift { background: linear-gradient(165deg, rgba(255,255,255,0.72), rgba(255, 210, 90, 0.28)); }
.faber-perk--win { background: linear-gradient(165deg, rgba(255,255,255,0.72), rgba(124, 92, 255, 0.18)); }

.faber-toasts {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: grid;
  gap: 0.55rem;
  width: min(330px, calc(100% - 2rem));
}
.faber-toast {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow: 0 18px 34px rgba(42, 24, 64, 0.16);
  animation: faber-rise 0.35s ease;
}
.faber-toast--error { border-color: rgba(194, 24, 43, 0.4); }
.faber-toast strong { display: block; font-family: var(--fc-soft); }
.faber-toast p { margin: 0.2rem 0 0; color: var(--fc-muted); }

.faber-dialog {
  border: 0;
  border-radius: 26px;
  padding: 0;
  width: min(430px, calc(100% - 1.5rem));
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(22px);
}
.faber-dialog::backdrop { background: rgba(42, 24, 64, 0.4); }
.faber-dialog form { padding: 1.25rem; display: grid; gap: 0.45rem; }
.faber-dialog h3 { margin: 0; font-family: var(--fc-soft); }
.faber-dialog p { margin: 0 0 0.4rem; color: var(--fc-muted); }
.faber-dialog__actions { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 0.6rem; }
.faber-dialog__actions button {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: 800 0.92rem var(--fc-body);
  cursor: pointer;
}
.faber-dialog__actions button[type="submit"] { background: var(--fc-violet); color: #fff; }
.faber-status-result { padding: 0.75rem; border-radius: 14px; background: rgba(124, 92, 255, 0.12); font-weight: 700; }

.faber-success {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: max(1rem, env(safe-area-inset-top)) max(0.85rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(0.85rem, env(safe-area-inset-left));
  position: relative;
  z-index: 1;
}
.faber-success__card {
  width: min(580px, 100%);
  text-align: center;
  padding: clamp(1.25rem, 4vw, 2.1rem) clamp(1rem, 3.5vw, 1.5rem);
}
.faber-success__card .faber-partners {
  width: min(240px, 72vw);
  height: auto;
  margin: 0 auto 0.75rem;
  background: transparent;
}
.faber-success__card p {
  overflow-wrap: anywhere;
  line-height: 1.5;
}
.faber-success__card img { width: min(230px, 70%); height: auto; border-radius: 12px; }
.faber-success__burst {
  width: 92px; height: 92px; margin: 0.9rem auto;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 2.4rem;
  background: linear-gradient(135deg, #ffe14d, #ff5a7a);
  box-shadow: 0 14px 30px rgba(255,90,122,0.3);
  animation: faber-pop 0.7s cubic-bezier(0.2, 1.4, 0.3, 1);
}
.faber-success__download-note {
  margin: 0.35rem 0 0.85rem !important;
  font-size: 0.92rem;
  color: var(--fc-ink) !important;
  font-weight: 800 !important;
}
.faber-success__card p { color: var(--fc-muted); font-weight: 700; }
.faber-success__meta {
  margin: 1rem 0 1.2rem;
  text-align: left;
  border-radius: 18px;
  background: rgba(255,255,255,0.6);
  padding: 0.85rem 1rem;
}
.faber-success__meta div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
}
.faber-success__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; }
.faber-success__actions a {
  text-decoration: none;
  font-weight: 800;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  color: var(--fc-ink);
}
.faber-success__actions .primary { background: var(--fc-red); color: #fff; }

@keyframes faber-blob-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -34px) scale(1.1); }
}
@keyframes faber-blob-morph {
  0%, 100% { border-radius: 42% 58% 63% 37% / 48% 42% 58% 52%; }
  33% { border-radius: 58% 42% 38% 62% / 42% 60% 40% 58%; }
  66% { border-radius: 38% 62% 55% 45% / 60% 38% 62% 40%; }
}
@keyframes faber-pencil-float {
  0%, 100% { translate: 0 0 rotate(var(--r)); }
  50% { translate: 0 -22px rotate(var(--r)); }
}
@keyframes faber-orb-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.06); }
}
@keyframes faber-balloon-float {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-24px) rotate(8deg); }
}
@keyframes faber-cloud-drift {
  from { transform: translateX(0); }
  to { transform: translateX(120vw); }
}
@keyframes faber-letter-bounce {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-10px) rotate(-4deg); }
}
@keyframes faber-sticker-wiggle {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}
@keyframes faber-rainbow { to { background-position: 240% 0; } }
@keyframes faber-rainbow-glow {
  0%, 100% { filter: drop-shadow(0 18px 18px rgba(80,40,90,0.12)) saturate(1); }
  50% { filter: drop-shadow(0 18px 24px rgba(255,90,122,0.28)) saturate(1.25); }
}
@keyframes faber-shine {
  0%, 58% { transform: translateX(-130%); }
  82%, 100% { transform: translateX(130%); }
}
@keyframes faber-spin-border { to { --faber-angle: 360deg; } }
@property --faber-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes faber-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes faber-pop {
  from { transform: scale(0.35) rotate(-18deg); }
  to { transform: scale(1) rotate(0); }
}
@keyframes faber-gift-bounce {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-8px) rotate(8deg); }
}

@media (max-width: 900px) {
  .faber-layout,
  .faber-grid { grid-template-columns: 1fr; }
  .faber-age-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faber-nav { border-radius: 24px; top: 0.45rem; }
  .faber-pencil:nth-child(n + 4),
  .faber-orb--4,
  .faber-balloon:nth-child(3) { display: none; }
  .faber-title { font-size: clamp(1.85rem, 9.5vw, 3.4rem); }
  .faber-word i { -webkit-text-stroke: 4px #fff; }
  .faber-field input:focus,
  .faber-dialog input:focus {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Low-power / slow-device mode: cut GPU-heavy effects */
body.faber-lite .faber-cursor-goo,
body.faber-lite .faber-canvas,
body.faber-lite .faber-balloons,
body.faber-lite .faber-pencils,
body.faber-lite .faber-orbs,
body.faber-lite .faber-sparkles,
body.faber-lite .faber-tin,
body.faber-lite .faber-sun {
  display: none !important;
}
body.faber-lite .faber-blobs {
  filter: none;
}
body.faber-lite .faber-blob {
  animation: none;
  filter: blur(18px);
  opacity: 0.45;
}
body.faber-lite .faber-nav,
body.faber-lite .faber-glass,
body.faber-lite .faber-chips span,
body.faber-lite .faber-form {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: rgba(255, 255, 255, 0.88);
}
body.faber-lite .faber-world * {
  animation: none !important;
}

.faber-tin {
  position: absolute;
  left: 1.6%;
  bottom: 42px;
  z-index: 7;
  width: 170px;
  height: 168px;
  transform: rotate(-8deg);
  animation: faber-tin-bob 4.4s ease-in-out infinite;
  filter: drop-shadow(0 16px 14px rgba(42, 24, 64, 0.22));
}
.faber-tin__crayons { position: absolute; inset: 0; }
.faber-tin__crayon {
  position: absolute;
  left: var(--x);
  bottom: 58px;
  width: 15px;
  height: 92px;
  border-radius: 7px 7px 4px 4px;
  transform: rotate(var(--r));
  transform-origin: 50% 100%;
  background:
    linear-gradient(#f6dfc8 0 12px, var(--c) 12px 70px, #ead2b0 70px 80px, #ff90ac 80px 100%);
  box-shadow: 3px 8px 10px rgba(42, 24, 64, 0.16), inset -3px 0 0 rgba(0, 0, 0, 0.08);
  animation: faber-crayon-wiggle 2.8s ease-in-out infinite;
  animation-delay: var(--d);
}
.faber-tin__crayon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 20px;
  background: linear-gradient(180deg, #f8e2b8, #e8b07a);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.faber-tin__crayon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  width: 6px;
  height: 10px;
  transform: translateX(-50%);
  background: #3a2a1a;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.faber-tin__box {
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 154px;
  height: 78px;
  border-radius: 12px 12px 16px 16px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  background:
    linear-gradient(#ffd54a 0 11px, #ff4d5a 11px 18px, #e30613 18px 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -10px 16px rgba(90, 0, 12, 0.22),
    0 10px 0 #9a0410;
}
.faber-tin__crest {
  font-size: 0.78rem;
  letter-spacing: -0.18em;
  line-height: 1;
  opacity: 0.95;
}
.faber-tin__box strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.faber-tin__box small {
  font-size: 0.58rem;
  font-style: italic;
  opacity: 0.88;
}

@keyframes faber-tin-bob {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-6deg) translateY(-7px); }
}
@keyframes faber-crayon-wiggle {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@media (max-width: 1300px) {
  .faber-tin {
    left: 0.4%;
    transform-origin: left bottom;
    scale: 0.82;
  }
}
@media (max-width: 900px) {
  .faber-tin {
    left: auto;
    right: 0.6rem;
    bottom: 18px;
    transform: rotate(8deg);
    scale: 0.68;
    transform-origin: right bottom;
  }
}

.faber-partners__caption { display: none !important; }

.faber-nav__links a[href*="portal/login"] {
  background: linear-gradient(90deg, #3db8ff, #7c5cff);
  color: #fff;
}

#customFieldsSection { margin-top: 1rem; }
#customFieldsSection h3 {
  margin: 0 0 0.5rem;
  font-family: var(--fc-soft);
  font-size: 1.15rem;
}

.faber-cursor-goo,
.faber-canvas {
  display: none !important;
}
.faber-cursor-goo {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  filter: url(#faberGooSoft);
  isolation: isolate;
  transform: translateZ(0);
}
.faber-cursor-goo span {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--s, 34px);
  height: var(--s, 34px);
  margin: calc(var(--s, 34px) / -2);
  border-radius: 50%;
  background: var(--c, #ff5a7a);
  opacity: 0.92;
  will-change: transform;
}

@keyframes faber-sun-spin {
  to { transform: rotate(360deg); }
}
@keyframes faber-sparkle {
  0%, 100% { transform: scale(0.55) rotate(0deg); opacity: 0.45; }
  50% { transform: scale(1.15) rotate(20deg); opacity: 1; }
}

body.faber-paying .faber-world,
body.faber-paying .faber-cursor-goo {
  visibility: hidden !important;
}
body.faber-paying .faber-world *,
body.faber-paying .faber-nav,
body.faber-paying .faber-glass,
body.faber-paying .faber-sticker,
body.faber-paying .faber-hero__rainbow,
body.faber-paying .faber-word i,
body.faber-paying .faber-hero-cta,
body.faber-paying .faber-submit,
body.faber-paying .faber-sun,
body.faber-paying .faber-sparkles span {
  animation-play-state: paused !important;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .faber-stage { width: min(960px, calc(100% - 1rem)); }
  .faber-layout { gap: 0.95rem; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr); }
  .faber-nav { width: min(960px, calc(100% - 1rem)); }
  .faber-sun { width: 68px; height: 68px; right: 3%; }
}

@media (max-width: 900px) {
  .faber-cursor-goo,
  .faber-canvas,
  .faber-balloons,
  .faber-pencils,
  .faber-tin,
  .faber-sparkles span:nth-child(n + 3),
  .faber-orb--4,
  .faber-orb--5,
  .faber-orb--6,
  .faber-blob--5,
  .faber-blob--6,
  .faber-sun { display: none; }
  .faber-blobs { filter: none; }
  .faber-blob { filter: blur(18px); opacity: 0.5; animation: none; }
  .faber-nav,
  .faber-glass,
  .faber-chips span,
  .faber-form {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255,255,255,0.9);
  }
  .faber-nav {
    width: calc(100% - 0.8rem);
    top: max(0.4rem, env(safe-area-inset-top));
    margin-top: max(0.4rem, env(safe-area-inset-top));
    border-radius: 22px;
    padding: 0.5rem 0.55rem;
    gap: 0.55rem;
    flex-wrap: wrap;
  }
  .faber-nav__brand { font-size: 0.95rem; }
  .faber-nav__brand img { width: 38px; height: 38px; border-radius: 12px; }
  .faber-nav__links {
    width: 100%;
    justify-content: stretch;
    gap: 0.35rem;
  }
  .faber-nav__links a,
  .faber-nav__links button {
    flex: 1 1 calc(50% - 0.2rem);
    text-align: center;
    padding: 0.58rem 0.35rem;
    font-size: 0.74rem;
    line-height: 1.25;
    min-height: 42px;
    white-space: normal;
  }
  .faber-stage {
    width: calc(100% - 0.8rem);
    margin-bottom: 3rem;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .faber-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .faber-hero { padding: 0.2rem 0 1.1rem; }
  .faber-partners { width: min(280px, 70vw); }
  .faber-partners-wrap { padding: 0; border-radius: 0; max-width: none; background: transparent; }
  .faber-partners__caption { display: none !important; }
  .faber-lead { font-size: 0.98rem; margin-left: 0.2rem; margin-right: 0.2rem; }
  .faber-stickers { gap: 0.45rem; }
  .faber-sticker { font-size: 0.8rem; padding: 0.45rem 0.7rem; }
  .faber-chips { gap: 0.4rem; padding-inline: 0.15rem; }
  .faber-chips span { font-size: 0.78rem; padding: 0.48rem 0.7rem; }
  .faber-hero-cta {
    width: min(100%, 320px);
    justify-content: center;
    margin-top: 1rem;
    font-size: 1.05rem;
  }
  .faber-form { padding: 1.1rem 0.9rem 1.05rem; scroll-margin-top: 8.5rem; }
  .faber-form__head h2 { font-size: 1.55rem; }
  .faber-form__head p { font-size: 0.92rem; line-height: 1.5; }
  .faber-pay {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .faber-submit { width: 100%; }
  .faber-side { gap: 0.75rem; }
  .faber-hills { height: 90px; bottom: 58px; }
  .faber-grass { height: 78px; }
  .faber-glass { border-radius: 24px; }
  .faber-brochure__preview,
  .faber-brochure__preview img { height: 180px; }
}

@media (max-width: 480px) {
  .faber-nav__brand span { display: none; }
  .faber-eyebrow { font-size: 0.68rem; letter-spacing: 0.1em; }
  .faber-title { gap: 0.12em 0.22em; font-size: clamp(1.85rem, 9.5vw, 2.6rem); }
  .faber-word i { -webkit-text-stroke: 2px #fff; }
  .faber-subtitle { font-size: 1.25rem; }
  .faber-subtitle span { display: block; }
  .faber-hero-cta { padding: 0.9rem 1.1rem; }
  .faber-age-grid { grid-template-columns: 1fr; }
  .faber-hint { font-size: 0.82rem; }
  .faber-consent { padding: 0.85rem 0.8rem; font-size: 0.92rem; }
  .faber-field input[type="text"],
  .faber-field input[type="email"],
  .faber-field input[type="tel"],
  .faber-field select {
    padding: 0.85rem 0.85rem;
    font-size: 16px;
    min-height: 3.15rem;
  }
  .faber-field select { padding-right: 2.6rem; }
  .faber-form { padding: 1rem 0.75rem 0.95rem; }
  .faber-glass { border-radius: 20px; }
  .faber-success__actions { flex-direction: column; align-items: stretch; }
  .faber-success__actions a { width: 100%; text-align: center; }
  .faber-tin {
    right: 0.35rem;
    bottom: 10px;
    scale: 0.52;
  }
}

@media (min-width: 481px) and (max-width: 900px) {
  .faber-stage { width: min(720px, calc(100% - 1rem)); }
  .faber-age-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
  .faber-form { padding: 1.2rem 1rem; }
  .faber-title { font-size: clamp(2.2rem, 8vw, 3.2rem); }
  .faber-lead { max-width: 36rem; padding-inline: 0.5rem; }
  .faber-nav__links a,
  .faber-nav__links button { font-size: 0.8rem; }
}
