@font-face {
  font-family: "Aclonica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/aclonica-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/anton-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Bangers";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bangers-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bebas-neue-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Black Ops One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/black-ops-one-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/caveat-brush-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/figtree-variable.ttf") format("truetype");
}

@font-face {
  font-family: "Luckiest Guy";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/luckiest-guy-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Permanent Marker";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/permanent-marker-regular.ttf") format("truetype");
}

.fundraiser-site {
  --bwhs-purple: #582FA8;
  --bwhs-purple-dark: #2E185B;
  --bwhs-black: #17131E;
  --navy: var(--bwhs-purple);
  --ink: var(--bwhs-black);
  --cream: #FAF8FC;
  --porcelain: #F4F0F8;
  --white: #FFFFFF;
  --taupe: #776E82;
  --muted: rgba(23, 19, 30, .68);
  --line: rgba(88, 47, 168, .18);
  background: var(--cream);
}

.fundraiser-site .announcement { background: var(--bwhs-black); }
.fundraiser-site .site-header {
  border-bottom-color: rgba(88,47,168,.16);
  background: rgba(250,248,252,.97);
}
.fundraiser-site .store-link { background: var(--bwhs-purple); }

.fundraiser-store-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  min-height: 680px;
  padding: clamp(4rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 38%, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(125deg, var(--bwhs-black) 0%, var(--bwhs-purple-dark) 48%, var(--bwhs-purple) 100%);
}

.fundraiser-store-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.fundraiser-store-hero > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.fundraiser-store-hero h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 7vw, 7.2rem);
  letter-spacing: 0;
  line-height: .92;
}

.fundraiser-store-hero p:not(.eyebrow) {
  max-width: 39rem;
  margin: 2rem 0 0;
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
}

.fundraiser-hero-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  margin-top: 2.25rem;
  padding: .85rem 1.25rem;
  color: var(--bwhs-black);
  border: 1px solid var(--gold);
  background: var(--gold);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .2s, background .2s, transform .2s;
}

.fundraiser-hero-cta:hover {
  color: var(--white);
  background: transparent;
  transform: translateY(-2px);
}

.fundraiser-hero-mark {
  position: relative;
  display: grid;
  width: min(100%, 470px);
  justify-self: end;
  justify-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--bwhs-black);
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.96);
  box-shadow: 0 36px 90px rgba(0,0,0,.32);
  text-align: center;
}

.fundraiser-hero-mark::before {
  position: absolute;
  inset: .7rem;
  border: 1px solid rgba(88,47,168,.22);
  content: "";
  pointer-events: none;
}

.fundraiser-hero-mark > span {
  color: var(--bwhs-purple);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.fundraiser-hero-mark img {
  width: min(100%, 285px);
  max-height: 310px;
  margin: 1.7rem auto;
  filter: drop-shadow(0 18px 26px rgba(88,47,168,.16));
  object-fit: contain;
}

.fundraiser-hero-mark strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

.fundraiser-hero-mark small {
  margin-top: .55rem;
  color: var(--bwhs-purple);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.fundraiser-school-highlight {
  color: var(--white);
  border-top: 4px solid var(--gold);
  background: var(--bwhs-purple-dark);
}

.fundraiser-school-highlight-inner {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 6vw, 6rem);
}

.fundraiser-school-mark {
  display: grid;
  width: 132px;
  aspect-ratio: 1;
  place-items: center;
  padding: .8rem;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.97);
}

.fundraiser-school-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fundraiser-school-highlight span {
  color: var(--gold);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.fundraiser-school-highlight strong {
  display: block;
  margin: .75rem 0;
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
}

.fundraiser-school-highlight p {
  max-width: 68rem;
  margin: 0;
  color: rgba(247, 244, 238, .7);
  font-size: .9rem;
  line-height: 1.7;
}

.fundraiser-school-link {
  display: inline-block;
  margin-top: 1rem;
  padding-bottom: .2rem;
  color: var(--white);
  border-bottom: 1px solid rgba(247, 244, 238, .5);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fundraiser-school-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.fundraiser-workflow {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 4vw, 3rem) 8rem;
}

.fundraiser-flow-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 2rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fundraiser-flow-strip span {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: .75rem 1rem;
  color: var(--muted);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fundraiser-flow-strip span.is-active {
  color: var(--white);
  background: var(--navy);
}

.fundraiser-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.fundraiser-toolbar label {
  display: grid;
  gap: .45rem;
  width: min(360px, 100%);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fundraiser-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  color: var(--muted);
  font-size: .78rem;
}

.fundraiser-breadcrumb span::after {
  margin-left: .55rem;
  color: var(--gold);
  content: "/";
}

.fundraiser-breadcrumb strong {
  color: var(--ink);
}

.fundraiser-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 450px);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.fundraiser-picker,
.fundraiser-order-panel {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.fundraiser-section-heading {
  margin-top: 2.5rem;
}

.fundraiser-section-heading .eyebrow,
.fundraiser-picker > div:first-child .eyebrow {
  margin-bottom: .7rem;
}

.fundraiser-picker h2 {
  font-size: 3.5rem;
  letter-spacing: 0;
}

.fundraiser-category-grid,
.fundraiser-design-grid,
.fundraiser-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 1rem;
}

.fundraiser-category-card,
.fundraiser-design-card,
.fundraiser-logo-card {
  display: grid;
  gap: .8rem;
  min-width: 0;
  padding: 0 0 1rem;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  text-align: left;
  transition: border-color .2s, transform .2s;
}

.fundraiser-category-card:hover,
.fundraiser-design-card:hover,
.fundraiser-logo-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.fundraiser-category-card.is-active,
.fundraiser-design-card.is-active,
.fundraiser-logo-card.is-active {
  border-color: var(--gold);
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.fundraiser-category-card img,
.fundraiser-design-card img,
.fundraiser-logo-card img {
  width: 100%;
  height: 170px;
  padding: .75rem;
  object-fit: contain;
  background: var(--porcelain);
}

.fundraiser-category-card span,
.fundraiser-design-card span,
.fundraiser-logo-card span,
.fundraiser-category-card strong,
.fundraiser-design-card strong,
.fundraiser-logo-card strong {
  margin: 0 1rem;
}

.fundraiser-category-card span,
.fundraiser-design-card span,
.fundraiser-logo-card span {
  color: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fundraiser-category-card strong,
.fundraiser-design-card strong,
.fundraiser-logo-card strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}

.fundraiser-choice-heading {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.fundraiser-section-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}

.fundraiser-step-instruction {
  max-width: 640px;
  margin: .65rem 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

.fundraiser-design-step {
  position: relative;
  margin-top: 2.25rem;
  padding: 1.5rem;
  border: 1px solid rgba(88, 47, 168, .24);
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 34px rgba(46, 24, 91, .07);
  scroll-margin-top: 7rem;
}

.fundraiser-design-step::before {
  position: absolute;
  top: -1.6rem;
  left: 2rem;
  color: var(--gold);
  content: "↓";
  font-size: 1.25rem;
  font-weight: 800;
}

.fundraiser-design-step .fundraiser-section-heading {
  margin: 0 0 1.25rem;
}

.fundraiser-design-step .eyebrow span {
  color: var(--bwhs-purple);
}

.fundraiser-category-card small {
  margin: 0 1rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.3;
}

.fundraiser-category-card.is-active {
  background: rgba(195, 157, 90, .08);
  box-shadow: 0 10px 24px rgba(46, 24, 91, .1);
}

.fundraiser-category-card.is-active small {
  color: var(--bwhs-purple);
}

.fundraiser-choice-set {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.fundraiser-choice-set legend {
  padding: 0 .4rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fundraiser-choice-set p {
  margin: .8rem 0 0;
  color: var(--muted);
  font-size: .8rem;
}

.fundraiser-segmented-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}

.fundraiser-segmented-choice.three-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fundraiser-segmented-choice label {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .65rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--porcelain);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.fundraiser-segmented-choice label:has(input:checked) {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.fundraiser-segmented-choice input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--gold);
}

.fundraiser-choice-panel {
  display: grid;
  gap: 1rem;
}

.fundraiser-name-only-note {
  display: grid;
  gap: .35rem;
  padding: 1.25rem;
  color: var(--white);
  border-left: 4px solid var(--gold);
  background: var(--navy);
}

.fundraiser-name-only-note span {
  color: var(--gold);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fundraiser-name-only-note strong {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 600;
}

.fundraiser-name-only-note p {
  margin: 0;
  color: rgba(247, 244, 238, .72);
  font-size: .82rem;
}

.fundraiser-choice-panel[hidden],
.fundraiser-name-only-note[hidden],
#fundraiserSearchLabel[hidden] {
  display: none;
}

.fundraiser-order-panel {
  position: static;
}

.fundraiser-preview,
.fundraiser-totals,
.fundraiser-order-panel .checkout-card {
  border: 1px solid var(--line);
  background: var(--white);
}

.fundraiser-preview {
  overflow: hidden;
}

.fundraiser-preview-stage {
  position: relative;
  display: grid;
  min-height: 300px;
  place-items: center;
  overflow: hidden;
  background: var(--porcelain);
}

.fundraiser-slideshow-controls {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.fundraiser-slideshow-controls button {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(2, 21, 90, .88);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.fundraiser-slide-status {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(2, 21, 90, .88);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.fundraiser-preview img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.fundraiser-preview img.fundraiser-logo-preview {
  position: absolute;
  z-index: 2;
  top: .75rem;
  left: 50%;
  width: 82px;
  height: 82px;
  min-height: 0;
  padding: .35rem;
  border: 1px solid rgba(2, 21, 90, .18);
  background: rgba(247, 244, 238, .96);
  transform: translateX(-50%);
}

.fundraiser-preview img.fundraiser-logo-preview[hidden] {
  display: none;
}

.fundraiser-preview-stage.has-school-logo > #fundraiserPreviewImage {
  box-sizing: border-box;
  padding: 104px 1rem 12px;
}

.fundraiser-preview-details,
.fundraiser-totals {
  display: grid;
  gap: .75rem;
  padding: 1.25rem;
}

.fundraiser-preview-details > span {
  color: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fundraiser-preview-details h2 {
  font-size: 2rem;
  letter-spacing: 0;
}

.fundraiser-preview-details p,
.fundraiser-totals p,
.fundraiser-cart-line span,
.fundraiser-cart-line small {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
}

.fundraiser-preview-details .fundraiser-preview-disclaimer {
  padding: .8rem 0 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: .72rem;
  line-height: 1.55;
}

.fundraiser-order-panel .custom-order-form {
  margin-top: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.fundraiser-order-panel .custom-order-form [hidden] {
  display: none !important;
}

.fundraiser-order-intro {
  display: grid;
  gap: .3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.fundraiser-order-intro strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
}

.fundraiser-order-intro span {
  color: var(--muted);
  font-size: .8rem;
}

.field-note {
  display: block;
  margin-top: .35rem;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 500;
}

.fundraiser-name-preview {
  display: grid;
  min-width: 0;
  min-height: 124px;
  place-items: center;
  align-content: center;
  gap: .3rem;
  padding: 1rem 1.25rem;
  overflow: hidden;
  color: var(--white);
  border-left: 4px solid var(--gold);
  background: var(--navy);
  text-align: center;
}

.fundraiser-name-preview > span,
.fundraiser-name-preview > small {
  color: var(--gold);
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fundraiser-name-preview > strong {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  font-size: 44px;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
}

.fundraiser-totals > div,
.fundraiser-cart-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.square-button {
  width: 100%;
  min-height: 48px;
  padding: .8rem 1rem;
  color: var(--white);
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.square-button:hover {
  color: var(--ink);
  border-color: var(--gold);
  background: var(--gold);
}

.fundraiser-cart-lines {
  display: grid !important;
  gap: .8rem;
}

.fundraiser-cart-line {
  align-items: start;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--line);
}

.fundraiser-cart-line > div {
  display: grid;
  gap: .2rem;
}

.fundraiser-cart-line button {
  flex: 0 0 auto;
  padding: .45rem .6rem;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--porcelain);
  font-size: .7rem;
  font-weight: 700;
}

.fundraiser-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1.25rem;
  color: var(--muted);
  border: 1px dashed var(--line);
  background: var(--porcelain);
}

.fundraiser-partner-credit {
  padding: clamp(2.5rem, 4vw, 3.5rem) clamp(1.25rem, 4vw, 4rem);
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(24, 119, 242, .1), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(43, 190, 79, .07), transparent 26%),
    linear-gradient(145deg, #0b1017 0%, #121820 58%, #0a0e14 100%);
}

.fundraiser-partner-credit-inner {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.fundraiser-partner-kicker {
  margin: 0 0 .8rem;
  color: #75b9ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.fundraiser-partner-credit h2 {
  margin: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: .95;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.fundraiser-partner-intro {
  max-width: 560px;
  margin: .8rem auto 1.35rem;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(.88rem, 1.8vw, 1rem);
  line-height: 1.7;
}

.fundraiser-partner-image {
  display: block;
  width: min(620px, 100%);
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .32);
}

.fundraiser-partner-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(620px, 100%);
  margin: .65rem auto 0;
}

.fundraiser-partner-links a {
  display: grid;
  gap: .3rem;
  padding: .75rem .9rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .055);
  text-align: left;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.fundraiser-partner-links a:hover,
.fundraiser-partner-links a:focus-visible {
  border-color: rgba(117, 185, 255, .68);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}

.fundraiser-partner-links span {
  color: rgba(255, 255, 255, .54);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.fundraiser-partner-links strong {
  overflow-wrap: anywhere;
  font-size: clamp(.88rem, 2vw, 1.05rem);
}

.fundraiser-partner-cta {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  padding: clamp(1rem, 2.5vw, 1.4rem);
  color: var(--bwhs-black);
  border-radius: 14px;
  background: #fff;
  text-align: left;
}

.fundraiser-partner-cta div {
  display: grid;
  gap: .3rem;
}

.fundraiser-partner-cta span {
  color: var(--bwhs-purple);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fundraiser-partner-cta strong {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  line-height: 1.05;
}

.fundraiser-partner-cta > a {
  flex: 0 0 auto;
  padding: .85rem 1.15rem;
  color: #fff;
  border: 1px solid var(--bwhs-purple);
  background: var(--bwhs-purple);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.fundraiser-partner-cta > a:hover,
.fundraiser-partner-cta > a:focus-visible {
  color: var(--bwhs-purple);
  background: #fff;
}

.footer-social {
  display: flex;
  gap: .55rem;
  margin-top: 1rem;
}

.footer-grid .footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(247, 244, 238, .28);
  border-radius: 50%;
  background: rgba(247, 244, 238, .06);
  font-size: 0;
}

.footer-social a::before {
  width: 18px;
  height: 18px;
  background: currentColor;
  content: "";
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.footer-social a[href*="instagram"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' x2='17.51' y1='6.5' y2='6.5'/%3E%3C/svg%3E");
}

.footer-social a[href*="tiktok"] {
  --social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19.6 8.4a7.2 7.2 0 0 1-4.2-1.35v7.35a5.6 5.6 0 1 1-5.6-5.6c.35 0 .7.03 1.03.1v3.1a2.6 2.6 0 1 0 1.67 2.42V2h2.95a4.3 4.3 0 0 0 4.15 3.35v3.05z'/%3E%3C/svg%3E");
}

@media (max-width: 1180px) {
  .fundraiser-layout {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .fundraiser-order-panel {
    position: static;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .fundraiser-store-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .fundraiser-store-hero > * {
    min-width: 0;
    max-width: 100%;
  }

  .fundraiser-store-hero h1 {
    font-size: 4.8rem;
  }

  .fundraiser-hero-mark {
    width: min(100%, 430px);
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .fundraiser-store-hero {
    padding: 4.5rem 1.25rem;
  }

  .fundraiser-store-hero h1 {
    font-size: 3rem;
  }

  .fundraiser-hero-mark {
    width: 100%;
    padding: 2.4rem 1.5rem;
  }

  .fundraiser-hero-mark img {
    width: min(100%, 230px);
    margin: 1.25rem auto;
  }

  .fundraiser-hero-mark strong {
    font-size: 2rem;
  }

  .fundraiser-school-highlight-inner {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fundraiser-school-mark {
    width: 82px;
    padding: .45rem;
  }

  .fundraiser-school-highlight strong {
    font-size: 1.55rem;
  }

  .fundraiser-picker h2 {
    font-size: 2.55rem;
  }

  .fundraiser-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .fundraiser-flow-strip,
  .fundraiser-category-grid,
  .fundraiser-design-grid {
    grid-template-columns: 1fr;
  }

  .fundraiser-category-card img,
  .fundraiser-design-card img {
    height: 210px;
  }

  .fundraiser-preview-stage,
  .fundraiser-preview img {
    height: 270px;
    min-height: 270px;
  }

  .fundraiser-preview-stage.has-school-logo > #fundraiserPreviewImage {
    padding-top: 96px;
  }

  .fundraiser-preview img.fundraiser-logo-preview {
    width: 74px;
    height: 74px;
  }

  .fundraiser-workflow {
    padding-right: 1rem;
    padding-bottom: 7rem;
    padding-left: 1rem;
  }

  .fundraiser-partner-links {
    grid-template-columns: 1fr;
  }

  .fundraiser-partner-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .fundraiser-partner-cta > a {
    text-align: center;
  }
}
