:root {
  --bg: #090b0d;
  --bg-elevated: rgba(16, 20, 24, 0.88);
  --bg-soft: rgba(27, 33, 40, 0.88);
  --panel: rgba(18, 22, 27, 0.94);
  --border: rgba(255, 255, 255, 0.11);
  --border-strong: rgba(255, 255, 255, 0.18);
  --text: #f5f7f9;
  --text-soft: #d4dbe2;
  --muted: #9aa7b4;
  --accent: #79f2c1;
  --accent-strong: #2fd0a0;
  --accent-soft: rgba(121, 242, 193, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --max-width: 1120px;
  --radius: 8px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.38)),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, #060709 0%, #0f1317 48%, #090b0d 100%);
  background-size: auto, 64px 64px, 64px 64px, auto;
}

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

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

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

.container {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.supporting-copy {
  margin: 0;
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--muted);
}

.section-title,
.section-heading h2,
.cta-band h2,
.page-hero h1,
.hero h1,
.contact-form-card h2,
.contact-sidecard h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  line-height: 1.05;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: rgba(7, 9, 11, 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  padding: 0.28rem;
  border: 1px solid rgba(121, 242, 193, 0.38);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(121, 242, 193, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
}

.brand-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

.brand-copy span:last-child {
  font-size: 0.82rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--muted);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1rem;
  border: 1px solid rgba(121, 242, 193, 0.42);
  border-radius: 6px;
  background: rgba(121, 242, 193, 0.12);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.7rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.22rem 0;
  background: currentColor;
}

.hero {
  padding: clamp(4rem, 8vw, 7rem) 0 4rem;
}

.hero-grid,
.page-hero-grid,
.showcase-grid,
.split-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: center;
}

.hero-grid > *,
.page-hero-grid > *,
.showcase-grid > *,
.split-grid > *,
.contact-layout > * {
  min-width: 0;
}

.hero h1 {
  max-width: 9ch;
  font-size: clamp(2.75rem, 7vw, 5.5rem);
}

.hero-text {
  margin: 0 0 1rem;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
  color: var(--text-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.2rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #07100d;
}

.button-secondary {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.hero-media img,
.page-image img,
.showcase-panel img,
.gallery-card img {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero-media img {
  aspect-ratio: 4 / 5;
}

.hero-media-banner img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.page-image img {
  aspect-ratio: 4 / 5;
  transition: opacity 280ms ease, transform 280ms ease;
}

.page-image,
.gallery-card-media {
  position: relative;
}

.page-image.is-rotating img,
.gallery-card-media.is-rotating img.is-active {
  opacity: 0.45;
  transform: scale(0.985);
}

.page-image-controls {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  gap: 0.55rem;
}

.page-image-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid rgba(121, 242, 193, 0.22);
  border-radius: 999px;
  background: rgba(9, 11, 13, 0.74);
  color: var(--text);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.page-image-button:hover {
  transform: translateY(-1px);
  border-color: rgba(121, 242, 193, 0.44);
  background: rgba(17, 21, 25, 0.9);
}

.page-image-button:focus-visible {
  outline: 2px solid rgba(121, 242, 193, 0.7);
  outline-offset: 3px;
}

.page-image-button:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.page-image-button span {
  font-size: 1rem;
  line-height: 1;
}

.page-image-progress {
  position: absolute;
  right: 1rem;
  bottom: 0.7rem;
  left: 1rem;
  z-index: 1;
  pointer-events: none;
  height: 0.22rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-image-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
}

.showcase-panel img {
  aspect-ratio: 4 / 5;
}

.gallery-card img {
  aspect-ratio: 4 / 5;
  margin-bottom: 1rem;
}

.gallery-card-media {
  aspect-ratio: 4 / 5;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: var(--radius);
}

.gallery-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 280ms ease, transform 280ms ease;
}

.gallery-card-media img.is-active {
  opacity: 1;
}

.gallery-card-media-contain {
  background: #111719;
}

.gallery-card-media-contain img {
  object-fit: contain;
}

.hero-meta,
.metrics-grid,
.grid-3,
.services-grid,
.gallery-grid,
.process-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

.hero-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.hero-meta div {
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
}

.hero-meta span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-meta strong {
  display: block;
  font-size: 0.97rem;
  line-height: 1.6;
}

.metrics-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 20% 0%, rgba(121, 242, 193, 0.1), transparent 34rem),
    rgba(255, 255, 255, 0.02);
}

.metrics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.35rem 0;
}

.metric {
  min-height: 9rem;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(18, 22, 27, 0.78), rgba(18, 22, 27, 0.42));
}

.metric strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
}

.metric-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.metric .metric-count {
  color: var(--text);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}

.metric span {
  color: var(--muted);
  line-height: 1.7;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.page-hero {
  padding: clamp(3.5rem, 7vw, 5rem) 0 2.5rem;
}

.page-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 5vw, 4.1rem);
}

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

.section-heading h2 {
  max-width: 10ch;
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-heading p {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
  line-height: 1.8;
}

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

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

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.service-card,
.gallery-card,
.store-card,
.store-empty,
.process-step,
.info-card,
.contact-form-card,
.contact-sidecard {
  padding: 1.3rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.feature-card h3,
.service-card h3,
.gallery-card h3,
.store-card h3,
.process-step h3,
.info-card h3 {
  margin: 0 0 0.65rem;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.feature-card p,
.service-card p,
.gallery-card p,
.store-card p,
.store-empty p,
.process-step p,
.info-card p,
.contact-form-card p,
.contact-sidecard p,
.detail-item span {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.detail-stack {
  display: grid;
  gap: 1rem;
  margin-top: 1.3rem;
}

.detail-item {
  display: grid;
  gap: 0.25rem;
}

.detail-item strong {
  font-size: 1rem;
  font-weight: 800;
}

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

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.72rem;
  border: 1px solid rgba(121, 242, 193, 0.22);
  border-radius: 999px;
  background: var(--accent-soft);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-soft);
}

.material-tags {
  margin-top: 1.5rem;
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  background: rgba(121, 242, 193, 0.14);
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

.cta-band {
  padding: 2.1rem 0;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-band h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.store-hero h1 {
  max-width: 11ch;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.store-status-panel {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 24rem;
  padding: 1.3rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(121, 242, 193, 0.12), rgba(255, 255, 255, 0.03)),
    var(--bg-elevated);
  box-shadow: var(--shadow);
}

.store-status-panel strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1;
}

.store-status-panel span {
  color: var(--muted);
  line-height: 1.7;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.store-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.store-card-media {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}

.store-card-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.store-card-body {
  display: grid;
  gap: 0.85rem;
}

.store-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.store-card-meta strong {
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  color: var(--accent);
}

.store-card-meta span {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--muted);
}

.store-card-link {
  width: 100%;
}

.store-empty {
  grid-column: 1 / -1;
}

.store-empty strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(6, 8, 10, 0.88);
}

.footer-grid {
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  padding: 2.1rem 0 2.5rem;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand .brand-mark {
  width: 3.15rem;
  height: 3.15rem;
}

.footer-heading {
  margin: 0 0 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.footer-copy {
  margin: 0;
  max-width: 30rem;
  color: var(--muted);
  line-height: 1.8;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a,
.footer-links span {
  color: var(--muted);
}

.contact-form-card h2,
.contact-sidecard h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
}

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

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.field span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-soft);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.92rem 1rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(7, 9, 11, 0.8);
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field textarea {
  min-height: 9.5rem;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(121, 242, 193, 0.45);
  box-shadow: 0 0 0 3px rgba(121, 242, 193, 0.12);
}

.form-status {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(121, 242, 193, 0.26);
  border-radius: 6px;
  background: rgba(121, 242, 193, 0.08);
  color: var(--text-soft);
}

.contact-note {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}

.youtube-note {
  display: grid;
  gap: 0.9rem;
}

.youtube-note h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.social-button {
  width: fit-content;
}

.contact-side-stack {
  display: grid;
  gap: 1rem;
}

.contact-redirect-inner {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
}

.contact-hero {
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.contact-hero-simple {
  max-width: 48rem;
}

.contact-hero-simple h1 {
  max-width: 12ch;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: stretch;
}

.contact-hero-copy {
  display: grid;
  align-content: center;
}

.contact-hero-copy h1 {
  max-width: 12ch;
}

.contact-action-panel {
  display: grid;
  align-content: center;
  gap: 1.15rem;
  min-height: 100%;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid rgba(121, 242, 193, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(121, 242, 193, 0.12), transparent 54%),
    var(--bg-elevated);
  box-shadow: var(--shadow);
}

.sponsors-hero {
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.sponsors-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: stretch;
}

.sponsors-hero-grid h1 {
  max-width: 11ch;
}

.contact-action-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
}

.contact-action-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.sponsor-status-panel {
  display: grid;
  align-content: center;
  gap: 1.15rem;
  min-height: 100%;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px dashed rgba(121, 242, 193, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(121, 242, 193, 0.1), transparent 56%),
    var(--bg-elevated);
  box-shadow: var(--shadow);
}

.sponsor-status-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
}

.sponsor-status-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-response-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.35rem;
}

.contact-response-grid div {
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
}

.contact-response-grid span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-response-grid strong {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-process-section {
  padding-top: 0;
}

.contact-steps-section {
  padding-top: 0;
}

.contact-steps-shell {
  max-width: 54rem;
}

.contact-steps-heading {
  align-items: start;
}

.contact-step-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: contact-step;
}

.contact-step-item {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.contact-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(121, 242, 193, 0.28);
  border-radius: 6px;
  background: rgba(121, 242, 193, 0.12);
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-step-content {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.contact-step-content h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 600;
  line-height: 1.2;
}

.contact-step-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-step-content p strong {
  color: var(--text-soft);
}

.contact-step-content .button {
  width: fit-content;
}

.contact-example-box,
.contact-check-card {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(7, 9, 11, 0.44);
}

.contact-example-box {
  display: grid;
  gap: 0.35rem;
}

.contact-example-box strong,
.contact-check-card strong {
  display: block;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.contact-example-box span,
.contact-check-card span {
  display: block;
  color: var(--muted);
  line-height: 1.65;
}

.contact-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.sponsor-slots-section {
  padding-top: 0;
}

.contact-process-grid,
.contact-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

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

.sponsor-slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.sponsor-slot-card {
  position: relative;
  min-height: 18rem;
  padding: 1.3rem;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(121, 242, 193, 0.1), transparent 52%),
    var(--bg-elevated);
  box-shadow: var(--shadow);
}

.sponsor-slot-card h3 {
  margin: 0 0 0.65rem;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.sponsor-slot-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.sponsor-slot-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(121, 242, 193, 0.24);
  border-radius: 6px;
  background: rgba(121, 242, 193, 0.1);
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
}

.sponsor-placeholder {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border: 1px dashed rgba(121, 242, 193, 0.32);
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 800;
}

.legal-disclosure {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(7, 9, 11, 0.44);
}

.legal-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  cursor: pointer;
  list-style: none;
}

.legal-disclosure summary::-webkit-details-marker {
  display: none;
}

.legal-disclosure summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border: 1px solid rgba(121, 242, 193, 0.24);
  border-radius: 6px;
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.legal-disclosure[open] summary::after {
  content: "-";
}

.legal-disclosure summary .eyebrow {
  margin-bottom: 0.45rem;
}

.legal-disclosure summary strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.3;
}

.legal-disclosure-body {
  display: grid;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid var(--border);
}

.legal-disclosure-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.contact-inline-steps {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.contact-inline-steps p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.qr-link {
  display: block;
  width: fit-content;
}

.qr-image {
  width: clamp(12rem, 60vw, 18rem);
  max-width: 100%;
  aspect-ratio: 1;
  height: auto;
  border: 8px solid #ffffff;
  border-radius: 0;
  background: #ffffff;
  image-rendering: auto;
  object-fit: contain;
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(9, 11, 13, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .nav-cta {
    width: 100%;
    min-height: 2.9rem;
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .page-hero-grid,
  .showcase-grid,
  .split-grid,
  .contact-layout,
  .contact-hero-grid,
  .sponsors-hero-grid,
  .section-heading,
  .cta-band-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .cta-band-inner {
    display: grid;
  }

  .hero-meta,
  .metrics-grid,
  .grid-3,
  .gallery-grid,
  .store-grid,
  .services-grid,
  .contact-process-grid,
  .contact-details-grid,
  .contact-check-grid,
  .sponsor-slot-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-image {
    order: -1;
  }
}

@media (max-width: 720px) {
  .hero,
  .page-hero {
    padding-top: 3rem;
  }

  .hero-meta,
  .metrics-grid,
  .grid-3,
  .gallery-grid,
  .store-grid,
  .services-grid,
  .contact-process-grid,
  .contact-details-grid,
  .contact-check-grid,
  .sponsor-slot-grid,
  .process-grid,
  .field-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy h1 {
    max-width: 11ch;
  }

  .contact-step-item {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .contact-action-panel {
    padding: 1.15rem;
  }

  .sponsors-hero-grid h1 {
    max-width: 10ch;
  }

  .sponsor-status-panel,
  .sponsor-slot-card {
    padding: 1.15rem;
  }

  .sponsor-slot-card {
    min-height: 16rem;
    padding-bottom: 4rem;
  }

  .legal-disclosure summary {
    align-items: flex-start;
    padding: 1rem;
  }

  .legal-disclosure-body {
    padding: 0 1rem 1rem;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
    max-width: 10ch;
  }

  .hero-media-banner img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
  }

  .hero-copy {
    max-width: 19rem;
  }

  .store-actions,
  .store-card-meta {
    align-items: stretch;
    flex-direction: column;
  }

  .store-status-panel {
    min-height: 16rem;
  }

  .hero-text,
  .supporting-copy,
  .section-heading p {
    font-size: 0.98rem;
  }

  .page-image-controls {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .page-image-button {
    width: 2.35rem;
    height: 2.35rem;
  }

  .page-image-progress {
    right: 0.8rem;
    bottom: 0.55rem;
    left: 0.8rem;
  }

  .brand-copy span:last-child {
    display: none;
  }
}
