:root {
  --fur-navy: #151747;
  --fur-navy-deep: #080a26;
  --fur-cream: #f8efda;
  --fur-paper: #fffaf0;
  --fur-orange: #e44b24;
  --fur-yellow: #f5bd18;
  --fur-red: #cf1828;
  --fur-sky: #477ee9;
  --fur-ink: #121324;
  --fur-muted: #6e665b;
  --fur-border: rgba(21, 23, 71, .19);
  --fur-display: 'Bowlby One SC', 'Arial Black', sans-serif;
  --fur-body: 'DM Sans', 'Montserrat', sans-serif;
  --fur-mono: 'DM Mono', monospace;
  --fur-shadow: 0 28px 80px rgba(21, 23, 71, .16);
}

html { scroll-behavior: smooth; }
body { background: var(--fur-cream); }
.fur-page, .fur-page * { box-sizing: border-box; }
.fur-page {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  color: var(--fur-ink);
  font-family: var(--fur-body);
  background:
    radial-gradient(circle at 88% 7%, rgba(245, 189, 24, .32), transparent 25rem),
    radial-gradient(circle at 3% 31%, rgba(228, 75, 36, .15), transparent 30rem),
    linear-gradient(180deg, #faf2df 0%, var(--fur-cream) 58%, #f4e8d0 100%);
}
.fur-page::before {
  content: '';
  width: 34rem;
  height: 34rem;
  position: absolute;
  top: 21rem;
  left: -25rem;
  border: 1px solid rgba(21, 23, 71, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(21, 23, 71, .025), 0 0 0 8rem rgba(21, 23, 71, .02);
  pointer-events: none;
}
.fur-noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .13;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(21, 23, 71, .22) 0 .55px, transparent .75px),
    radial-gradient(circle at 75% 65%, rgba(228, 75, 36, .16) 0 .5px, transparent .75px);
  background-size: 9px 9px, 13px 13px;
}
.fur-shell { width: min(1440px, calc(100% - 72px)); margin: 0 auto; }

.fur-header {
  min-height: 108px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--fur-border);
}
.fur-brand { min-width: 0; width: fit-content; display: inline-flex; align-items: center; gap: 14px; color: var(--fur-navy); text-decoration: none; }
.fur-brand img { width: 82px; height: 66px; flex: 0 0 auto; display: block; object-fit: contain; }
.fur-brand-copy { min-width: 0; display: grid; gap: 5px; }
.fur-brand-copy b { font: 400 15px/1 var(--fur-display); letter-spacing: -.025em; text-transform: uppercase; white-space: nowrap; }
.fur-brand-copy small { color: var(--fur-muted); font: 700 7px/1 var(--fur-mono); letter-spacing: .16em; text-transform: uppercase; }
.fur-warnoes-lockup {
  justify-self: end;
  display: flex;
  align-items: center;
}
.fur-warnoes-lockup img {
  width: 142px;
  height: auto;
  display: block;
  object-fit: contain;
}

.fur-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  gap: clamp(44px, 6vw, 100px);
  padding: 62px 1vw 86px;
}
.fur-hero-copy { position: relative; z-index: 3; text-align: center; }
.fur-hero h1 {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: var(--fur-navy);
  font: 400 clamp(72px, 8.1vw, 132px)/.75 var(--fur-display);
  letter-spacing: -.065em;
  text-align: center;
  text-transform: uppercase;
}
.fur-hero h1 span, .fur-hero h1 em { width: 100%; display: block; margin-inline: auto; text-align: center; }
.fur-hero h1 em {
  color: var(--fur-orange);
  font-style: normal;
  position: relative;
}
.fur-hero h1 em::after {
  content: '';
  width: 1.85em;
  height: .08em;
  position: absolute;
  bottom: -.05em;
  left: 50%;
  margin-left: -.925em;
  border-radius: 99px;
  background: var(--fur-yellow);
  transform: rotate(-2deg) scaleX(0);
  transform-origin: left center;
  animation: fur-draw 1s .6s cubic-bezier(.2,.8,.2,1) forwards;
}
.fur-hero-offer {
  width: min(100%, 480px);
  display: grid;
  grid-template-columns: 1fr;
  margin: 39px auto 0;
  text-align: left;
}
.fur-hero-offer article {
  min-height: 112px;
  position: relative;
  overflow: hidden;
  padding: 20px 22px;
  border: 1px solid var(--fur-navy);
  border-radius: 19px;
}
.fur-hero-offer article::after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  right: -28px;
  bottom: -39px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .27;
}
.fur-offer-price { background: var(--fur-navy); color: var(--fur-paper); box-shadow: 6px 6px 0 var(--fur-orange); }
.fur-hero-offer small, .fur-hero-offer strong, .fur-hero-offer span { display: block; }
.fur-hero-offer small {
  margin-bottom: 12px;
  opacity: .72;
  font: 700 8px/1 var(--fur-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fur-hero-offer strong { font-size: clamp(21px, 2.2vw, 30px); line-height: 1; letter-spacing: -.035em; }
.fur-hero-offer span { margin-top: 7px; opacity: .7; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.fur-hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 35px; }
.fur-hero-cta {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--fur-navy);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.fur-hero-cta b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fur-navy);
  border-radius: 50%;
  color: var(--fur-orange);
  transition: .22s ease;
}
.fur-hero-cta b .warnoes-icon { width: 19px; height: 19px; }
.fur-hero-cta:hover b { color: var(--fur-paper); background: var(--fur-navy); transform: translateY(4px); }
.fur-hero-actions p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--fur-muted);
  font: 700 8px/1.45 var(--fur-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fur-hero-actions p i { width: 7px; height: 7px; border-radius: 50%; background: #28a86b; box-shadow: 0 0 0 4px rgba(40,168,107,.12); }

.fur-logo-stage {
  width: min(650px, 100%);
  aspect-ratio: 1 / 1.03;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.fur-logo-stage::before {
  content: '';
  position: absolute;
  inset: 10%;
  z-index: -1;
  border-radius: 50%;
  background: var(--fur-navy);
  box-shadow: 18px 18px 0 var(--fur-orange), 36px 36px 0 var(--fur-yellow);
  animation: fur-breathe 5.5s ease-in-out infinite;
}
.fur-logo-stage::after {
  content: 'WBF / OFFICIAL / 2026';
  position: absolute;
  top: 14%;
  right: -4%;
  color: var(--fur-navy);
  font: 700 8px/1 var(--fur-mono);
  letter-spacing: .16em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
.fur-logo-stage > img {
  width: 87%;
  height: 87%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(6, 7, 28, .28));
  transform: rotate(-3deg);
  animation: fur-float 5s ease-in-out infinite;
}
.fur-orbit { position: absolute; z-index: -2; border: 1px solid rgba(21, 23, 71, .34); border-radius: 50%; }
.fur-orbit-one { inset: 1%; animation: fur-orbit-bob 7s ease-in-out infinite; }
.fur-orbit-two { inset: -5% 9% 9% -5%; border-style: dashed; animation: fur-spin 38s linear infinite; }
.fur-sun {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 2%;
  right: 10%;
  z-index: 2;
  border-radius: 50%;
  background: var(--fur-yellow);
  box-shadow: inset -13px -9px 0 var(--fur-orange);
  animation: fur-sun 4.5s ease-in-out infinite;
}
.fur-stage-lines { position: absolute; right: 0; bottom: 12%; display: grid; gap: 5px; transform: rotate(-9deg); }
.fur-stage-lines span { width: 90px; height: 3px; display: block; border-radius: 99px; background: var(--fur-orange); }
.fur-stage-lines span:nth-child(2) { width: 64px; margin-left: 20px; background: var(--fur-navy); }
.fur-stage-lines span:nth-child(3) { width: 42px; margin-left: 40px; background: var(--fur-yellow); }
.fur-stamp {
  width: 82px;
  height: 82px;
  position: absolute;
  left: 0;
  bottom: 12%;
  display: grid;
  place-items: center;
  border: 2px solid var(--fur-navy);
  border-radius: 50%;
  background: var(--fur-paper);
  color: var(--fur-navy);
  box-shadow: 7px 7px 0 var(--fur-yellow);
  font: 700 9px/1.28 var(--fur-mono);
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}

.fur-event-board {
  width: min(100%, 1180px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 auto 112px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--fur-navy);
  border-radius: 38px;
  background: var(--fur-navy);
  color: var(--fur-paper);
  box-shadow: 12px 12px 0 var(--fur-orange), 24px 24px 0 rgba(245, 189, 24, .78);
}
.fur-event-board::before {
  content: '';
  width: 310px;
  height: 310px;
  position: absolute;
  top: -180px;
  right: -100px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(255,255,255,.025), 0 0 0 88px rgba(255,255,255,.018);
}
.fur-event-board-head { max-width: 790px; margin: 0 auto 38px; text-align: center; }
.fur-event-eyebrow { width: fit-content; margin: 0 auto 17px; padding: 9px 12px; border-radius: 999px; background: var(--fur-orange); color: #fff; font: 700 8px/1 var(--fur-mono); letter-spacing: .14em; text-transform: uppercase; }
.fur-event-board-head h2 { margin: 0; font: 400 clamp(38px, 5vw, 66px)/.93 var(--fur-display); letter-spacing: -.05em; text-transform: uppercase; }
.fur-event-board-head h2 span { color: var(--fur-yellow); }
.fur-event-board-head > p:last-child { max-width: 650px; margin: 20px auto 0; color: rgba(255,250,240,.7); font-size: 13px; line-height: 1.7; }
.fur-event-grid { display: grid; grid-template-columns: .9fr 1.25fr 1fr; gap: 16px; }
.fur-event-card { min-width: 0; min-height: 245px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px; border: 1px solid rgba(21,23,71,.24); border-radius: 24px; background: var(--fur-paper); color: var(--fur-navy); box-shadow: 6px 6px 0 rgba(245,189,24,.9); }
.fur-event-card-date { background: var(--fur-yellow); box-shadow: 6px 6px 0 var(--fur-paper); }
.fur-event-card-support { background: #fff5e5; box-shadow: 6px 6px 0 var(--fur-orange); }
.fur-event-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--fur-navy); color: var(--fur-paper); }
.fur-event-icon .warnoes-icon { width: 23px; height: 23px; }
.fur-event-card-date .fur-event-icon, .fur-event-card-support .fur-event-icon { background: var(--fur-orange); }
.fur-event-copy { min-width: 0; height: 100%; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.fur-event-copy small { margin-bottom: 9px; color: var(--fur-orange); font: 700 8px/1 var(--fur-mono); letter-spacing: .14em; text-transform: uppercase; }
.fur-event-card-date .fur-event-copy small { color: var(--fur-navy); opacity: .68; }
.fur-event-copy strong { display: block; font-size: clamp(20px, 2vw, 27px); line-height: 1.1; letter-spacing: -.035em; overflow-wrap: anywhere; }
.fur-event-copy > span { display: block; margin-top: 10px; color: var(--fur-muted); font-size: 10px; line-height: 1.55; }
.fur-event-card-date .fur-event-copy > span { color: var(--fur-navy); opacity: .67; }
.fur-event-link { width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; color: var(--fur-orange); font-size: 10px; font-weight: 850; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.fur-event-link .warnoes-icon { width: 15px; height: 15px; transition: transform .2s ease; }
.fur-event-link:hover .warnoes-icon { transform: translate(2px,-2px); }

.fur-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-top: 1px solid var(--fur-navy);
  border-bottom: 1px solid var(--fur-navy);
  background: var(--fur-navy);
  color: var(--fur-paper);
  transform: rotate(-1.2deg) scale(1.02);
}
.fur-marquee-track {
  width: max-content;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-inline: 30px;
  font: 400 25px/1 var(--fur-display);
  letter-spacing: .015em;
  text-transform: uppercase;
  animation: fur-marquee 25s linear infinite;
}
.fur-marquee-track i { color: var(--fur-yellow); font-style: normal; }

.fur-registration {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 122px 0 132px;
}

.fur-form-wrap {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fur-navy);
  border-radius: 38px;
  background: var(--fur-paper);
  box-shadow: 15px 15px 0 var(--fur-navy), var(--fur-shadow);
}
.fur-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--fur-navy); }
.fur-tab {
  min-height: 66px;
  border: 0;
  border-right: 1px solid var(--fur-navy);
  background: transparent;
  color: var(--fur-muted);
  cursor: pointer;
  font: 800 11px/1 var(--fur-body);
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: .2s ease;
}
.fur-tab:last-child { border-right: 0; }
.fur-tab.active { background: var(--fur-navy); color: var(--fur-paper); }
.fur-tab:not(.active):hover { background: rgba(245, 189, 24, .17); color: var(--fur-navy); }
.fur-tab:focus-visible { outline: 3px solid var(--fur-yellow); outline-offset: -5px; }
.fur-tab-label { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.fur-tab-label .warnoes-icon { width: 16px; height: 16px; }
.fur-panel { padding: clamp(28px, 4vw, 56px); }
.fur-panel[hidden] { display: none !important; }
.fur-form-head { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; margin-bottom: 40px; }
.fur-form-head h3 { margin: 16px 0 0; color: var(--fur-navy); font: 400 clamp(36px, 3.8vw, 58px)/.92 var(--fur-display); letter-spacing: -.045em; text-transform: uppercase; }
.fur-form-head > div:first-child > p:last-of-type { max-width: 590px; margin: 17px 0 0; color: var(--fur-muted); font-size: 13px; line-height: 1.65; }
.fur-kicker { width: fit-content; margin: 0; padding: 9px 12px; border-radius: 999px; background: var(--fur-yellow); color: var(--fur-navy); font: 700 8px/1 var(--fur-mono); letter-spacing: .12em; text-transform: uppercase; }
.fur-kicker.presale, .fur-kicker.status { background: var(--fur-sky); color: #fff; }
.fur-kicker.ots { background: var(--fur-navy); color: var(--fur-yellow); }
.fur-kicker.closed { background: var(--fur-orange); color: #fff; }
.fur-price { min-width: 158px; padding: 18px; border: 1px solid var(--fur-navy); border-radius: 18px; background: var(--fur-orange); color: #fff; text-align: right; box-shadow: 6px 6px 0 var(--fur-yellow); }
.fur-price.presale { background: var(--fur-sky); }
.fur-price.ots { background: var(--fur-navy); color: var(--fur-yellow); }
.fur-price.closed { background: var(--fur-navy); color: var(--fur-yellow); }
.fur-price span, .fur-price b { display: block; }
.fur-price span { margin-bottom: 7px; font: 700 8px/1 var(--fur-mono); letter-spacing: .13em; text-transform: uppercase; }
.fur-price b { font-size: 20px; line-height: 1.1; }

.fur-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; }
.fur-field label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--fur-navy); font-size: 11px; font-weight: 800; }
.fur-field label small { color: var(--fur-orange); font: 700 8px/1 var(--fur-mono); }
.fur-control { width: 100%; min-height: 57px; border: 1px solid var(--fur-border); border-radius: 15px; background: #fffdf8; color: var(--fur-ink); padding: 0 17px; outline: none; font: 600 13px/1.2 var(--fur-body); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease; }
.fur-control::placeholder { color: #a49d92; font-weight: 500; }
.fur-control:hover { border-color: rgba(21,23,71,.43); }
.fur-control:focus { border-color: var(--fur-orange); background: #fff; box-shadow: 0 0 0 4px rgba(228,75,36,.11); transform: translateY(-1px); }
.fur-select-wrap { position: relative; }
.fur-select-wrap::after { content: ''; width: 8px; height: 8px; position: absolute; top: 50%; right: 19px; border-right: 2px solid var(--fur-orange); border-bottom: 2px solid var(--fur-orange); transform: translateY(-72%) rotate(45deg); pointer-events: none; }
select.fur-control { appearance: none; padding-right: 48px; cursor: pointer; }
.fur-help { display: block; margin-top: 7px; color: #8a8277; font-size: 9px; line-height: 1.45; }
.fur-field-quantity { grid-column: 1 / -1; max-width: calc(50% - 10px); }
.fur-honeypot { position: absolute; left: -9999px; opacity: 0; }
.fur-alert { display: none; margin: -10px 0 23px; padding: 14px 16px; border: 1px solid rgba(228,75,36,.55); border-radius: 14px; background: #fff0ea; color: #a92e12; font-size: 12px; font-weight: 700; line-height: 1.55; }
.fur-agreements { margin: 27px 0; }
.fur-check { display: flex; align-items: flex-start; gap: 12px; padding: 15px; border: 1px solid var(--fur-border); border-radius: 15px; background: rgba(248,239,218,.48); cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.fur-check:hover { border-color: rgba(21,23,71,.34); background: rgba(245,189,24,.09); }
.fur-check + .fur-check { margin-top: 10px; }
.fur-check input { appearance: none; width: 21px; height: 21px; flex: 0 0 21px; display: grid; place-items: center; margin: 0; border: 1.5px solid rgba(21,23,71,.48); border-radius: 6px; background: #fff; cursor: pointer; }
.fur-check input:checked { border-color: var(--fur-orange); background: var(--fur-orange); }
.fur-check input:checked::after { content: ''; width: 5px; height: 10px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-1px) rotate(45deg); }
.fur-check input:focus-visible { outline: 3px solid rgba(71,126,233,.4); outline-offset: 2px; }
.fur-check > span { color: #686158; font-size: 10px; line-height: 1.55; }
.fur-check b { color: var(--fur-navy); }
.fur-check a { color: var(--fur-orange); font-weight: 800; }
.fur-submit { width: 100%; min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--fur-navy); border-radius: 16px; background: var(--fur-orange); color: #fff; padding: 0 21px 0 25px; cursor: pointer; box-shadow: 7px 7px 0 var(--fur-yellow); font: 800 12px/1 var(--fur-body); letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.fur-submit b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--fur-paper); color: var(--fur-orange); font-size: 17px; }
.fur-submit b .warnoes-icon { width: 17px; height: 17px; }
.fur-submit:hover:not(:disabled) { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 var(--fur-yellow); }
.fur-submit:active:not(:disabled) { transform: translate(2px,2px); box-shadow: 4px 4px 0 var(--fur-yellow); }
.fur-submit:focus-visible { outline: 3px solid var(--fur-sky); outline-offset: 3px; }
.fur-submit:disabled { border-color: #81796e; background: #aaa195; color: #f4f0e8; cursor: not-allowed; box-shadow: 7px 7px 0 #ded4c4; }
.fur-secure-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px 0 0; color: #898075; font: 600 8px/1.4 var(--fur-mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.fur-secure-note .warnoes-icon { width: 15px; height: 15px; color: var(--fur-orange); }
.fur-form-head-status { grid-template-columns: 1fr; }
.fur-status-form { max-width: 620px; }
.fur-status-form .fur-submit { margin-top: 22px; }
.fur-status-tip { margin-top: 32px; padding: 24px; border-radius: 18px; background: var(--fur-navy); color: var(--fur-paper); }
.fur-status-tip span { color: var(--fur-yellow); font: 700 8px/1 var(--fur-mono); letter-spacing: .14em; text-transform: uppercase; }
.fur-status-tip p { margin: 12px 0 0; color: rgba(255,250,240,.72); font-size: 11px; line-height: 1.65; }

.fur-footer {
  position: relative;
  z-index: 1;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(21,23,71,.3);
  border-radius: 28px;
  background: var(--fur-navy);
  box-shadow: 8px 8px 0 var(--fur-orange);
}
.fur-footer a { text-decoration: none; }
.fur-footer-main {
  min-height: 142px;
  display: grid;
  grid-template-columns: minmax(240px,1fr) auto minmax(240px,1fr);
  align-items: center;
  gap: clamp(28px,4vw,70px);
  padding: 28px 34px;
  background:
    radial-gradient(circle at 8% 115%, rgba(245,189,24,.2), transparent 18rem),
    linear-gradient(110deg, rgba(255,255,255,.035), transparent 58%);
}
.fur-footer-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--fur-paper);
}
.fur-footer-brand img { width: 68px; height: 60px; display: block; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(0,0,0,.22)); transition: transform .25s ease; }
.fur-footer-brand:hover img { transform: rotate(-3deg) translateY(-2px); }
.fur-footer-brand span { display: grid; gap: 6px; }
.fur-footer-brand b { font: 400 14px/1.05 var(--fur-display); letter-spacing: -.025em; text-transform: uppercase; }
.fur-footer-brand small { color: rgba(255,250,240,.55); font: 700 7px/1 var(--fur-mono); letter-spacing: .15em; text-transform: uppercase; }
.fur-footer-nav { display: flex; align-items: center; justify-content: center; gap: 8px; }
.fur-footer-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,250,240,.78);
  font: 700 8px/1 var(--fur-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.fur-footer-nav a:hover { border-color: rgba(245,189,24,.6); background: rgba(245,189,24,.1); color: #fff; transform: translateY(-2px); }
.fur-footer-top {
  justify-self: end;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 6px 7px 6px 19px;
  border-radius: 999px;
  background: var(--fur-yellow);
  color: var(--fur-navy);
  font: 800 8px/1 var(--fur-mono);
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--fur-orange);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fur-footer-top b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--fur-navy); color: #fff; }
.fur-footer-top .warnoes-icon { width: 15px; height: 15px; transition: transform .2s ease; }
.fur-footer-top:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--fur-orange); }
.fur-footer-top:hover .warnoes-icon { transform: translateY(-2px); }
.fur-footer-brand:focus-visible, .fur-footer-nav a:focus-visible, .fur-footer-top:focus-visible { outline: 3px solid var(--fur-sky); outline-offset: 3px; }
.fur-footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 34px;
  border-top: 1px solid rgba(21,23,71,.12);
  background: var(--fur-paper);
  color: var(--fur-muted);
  font: 700 7px/1.45 var(--fur-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fur-footer-bottom p { margin: 0; text-align: right; }
.fur-footer-partner { display: flex; align-items: center; gap: 11px; }
.fur-footer-partner img { width: 91px; height: auto; display: block; object-fit: contain; }

.fur-page.reveal-ready [data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.fur-page.reveal-ready [data-reveal-delay='1'] { transition-delay: .12s; }
.fur-page.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes fur-spin { to { transform: rotate(360deg); } }
@keyframes fur-float { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-14px) rotate(-1.5deg); } }
@keyframes fur-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.025); } }
@keyframes fur-orbit-bob { 0%,100% { transform: translate(0,0); } 50% { transform: translate(8px,-7px); } }
@keyframes fur-sun { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-9px) rotate(8deg); } }
@keyframes fur-draw { to { transform: rotate(-2deg) scaleX(1); } }
@keyframes fur-marquee { to { transform: translateX(-50%); } }

@media (max-width: 1120px) {
  .fur-shell { width: min(100% - 42px, 990px); }
  .fur-hero { min-height: 0; grid-template-columns: 1fr 430px; gap: 34px; padding: 66px 0 88px; }
  .fur-hero h1 { font-size: clamp(66px, 8.5vw, 92px); }
  .fur-registration { padding: 112px 0; }
  .fur-event-grid { grid-template-columns: 1fr 1fr; }
  .fur-event-card-date { grid-row: span 2; }
}

@media (max-width: 820px) {
  .fur-shell { width: min(100% - 28px, 690px); }
  .fur-header { min-height: 90px; grid-template-columns: 1fr auto; }
  .fur-brand { gap: 11px; }
  .fur-brand img { width: 68px; height: 56px; }
  .fur-brand-copy b { font-size: 13px; }
  .fur-warnoes-lockup img { width: 122px; }
  .fur-hero { grid-template-columns: 1fr; gap: 58px; padding: 56px 0 82px; }
  .fur-hero-copy { text-align: center; }
  .fur-hero h1 { font-size: clamp(64px, 15vw, 96px); }
  .fur-hero-actions { justify-content: center; }
  .fur-logo-stage { width: min(540px, 90vw); margin-inline: auto; }
  .fur-form-wrap { box-shadow: 10px 10px 0 var(--fur-navy), var(--fur-shadow); }
  .fur-event-board { margin-bottom: 96px; }
  .fur-event-grid { grid-template-columns: 1fr; }
  .fur-event-card-date { grid-row: auto; }
  .fur-event-card { min-height: 0; }
  .fur-footer-main { grid-template-columns: minmax(0,1fr) auto; gap: 22px; padding: 26px; }
  .fur-footer-nav { grid-column: 1 / -1; grid-row: 2; }
  .fur-footer-top { grid-column: 2; grid-row: 1; }
}

@media (max-width: 560px) {
  .fur-shell { width: min(100% - 22px, 460px); }
  .fur-header { min-height: 82px; gap: 10px; }
  .fur-brand { gap: 9px; }
  .fur-brand img { width: 56px; height: 48px; }
  .fur-brand-copy { gap: 4px; }
  .fur-brand-copy b { font-size: 11px; }
  .fur-brand-copy small { font-size: 6px; }
  .fur-warnoes-lockup img { width: 112px; }
  .fur-hero { gap: 43px; padding: 43px 0 62px; }
  .fur-hero h1 { font-size: clamp(49px, 15.2vw, 72px); line-height: .78; }
  .fur-hero-offer { margin-top: 31px; }
  .fur-hero-offer article { min-height: 96px; padding: 17px 19px; }
  .fur-hero-offer strong { font-size: 25px; }
  .fur-hero-actions { flex-direction: column; gap: 17px; margin-top: 30px; }
  .fur-hero-cta { font-size: 11px; }
  .fur-hero-cta b { width: 43px; height: 43px; }
  .fur-logo-stage { width: 91%; }
  .fur-sun { width: 51px; height: 51px; }
  .fur-stamp { width: 65px; height: 65px; left: -4%; font-size: 7px; }
  .fur-logo-stage::after { display: none; }
  .fur-event-board { margin-bottom: 78px; padding: 34px 18px; border-radius: 28px; box-shadow: 8px 8px 0 var(--fur-orange), 15px 15px 0 rgba(245,189,24,.78); }
  .fur-event-board-head { margin-bottom: 28px; }
  .fur-event-board-head h2 { font-size: 36px; }
  .fur-event-board-head > p:last-child { font-size: 12px; }
  .fur-event-card { align-items: center; padding: 22px 18px; text-align: center; }
  .fur-event-copy { align-items: center; }
  .fur-event-link { margin-inline: auto; }
  .fur-marquee-track { min-height: 65px; gap: 22px; font-size: 19px; }
  .fur-registration { padding: 82px 0 92px; }
  .fur-tabs { position: sticky; top: 0; z-index: 4; }
  .fur-tab { min-height: 58px; font-size: 9px; }
  .fur-panel { padding: 28px 18px 32px; }
  .fur-form-head { grid-template-columns: 1fr; gap: 21px; margin-bottom: 31px; text-align: center; }
  .fur-form-head h3 { font-size: 38px; }
  .fur-form-head > div:first-child > p:last-of-type { margin-inline: auto; font-size: 12px; }
  .fur-kicker { margin-inline: auto; }
  .fur-price { width: 100%; min-width: 0; text-align: center; }
  .fur-grid { grid-template-columns: 1fr; gap: 19px; }
  .fur-field-quantity { grid-column: auto; max-width: none; }
  .fur-control { min-height: 55px; font-size: 16px; }
  .fur-check { padding: 14px; }
  .fur-submit { min-height: 59px; }
  .fur-footer { margin-bottom: 24px; border-radius: 24px; box-shadow: 6px 6px 0 var(--fur-orange); }
  .fur-footer-main { min-height: 0; grid-template-columns: 1fr; justify-items: center; gap: 24px; padding: 30px 18px 28px; }
  .fur-footer-brand { flex-direction: column; gap: 10px; text-align: center; }
  .fur-footer-brand img { width: 72px; height: 64px; }
  .fur-footer-brand span { justify-items: center; }
  .fur-footer-brand b { font-size: 14px; }
  .fur-footer-nav { width: 100%; grid-column: auto; grid-row: auto; flex-wrap: wrap; }
  .fur-footer-nav a { flex: 1 1 145px; justify-content: center; padding-inline: 12px; }
  .fur-footer-top { width: 100%; max-width: 310px; grid-column: auto; grid-row: auto; justify-self: center; justify-content: space-between; padding-left: 20px; }
  .fur-footer-bottom { min-height: 74px; flex-direction: column; justify-content: center; gap: 7px; padding: 13px 18px; text-align: center; }
  .fur-footer-bottom p { text-align: center; }
  .fur-footer-partner { justify-content: center; }
  .fur-footer-partner img { width: 84px; }
}

@media (max-width: 350px) {
  .fur-shell { width: min(100% - 18px, 332px); }
  .fur-brand-copy { display: none; }
  .fur-warnoes-lockup img { width: 104px; }
  .fur-panel { padding-inline: 15px; }
  .fur-form-head h3 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .fur-page.reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
