/* Award-caliber dark premium pass — load last on public pages. */
:root {
  --award-bg: #090d0e;
  --award-panel: #14191b;
  --award-panel-2: #1a2124;
  --award-ink: #f8f4e8;
  --award-muted: #b9b5aa;
  --award-red: #e31822;
  --award-cyan: #7ae8ff;
  --award-gold: #e7c27d;
  --award-line: rgba(248, 244, 232, 0.16);
  --award-radius: 20px;
}

/* Bright white sticky header — identical chrome on every public page */
body.fc-body .site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(8, 11, 12, 0.1) !important;
  backdrop-filter: blur(18px);
  color: #080b0c !important;
  min-height: 80px !important;
  height: auto !important;
  padding: 14px clamp(16px, 3.5vw, 40px) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  grid-template-columns: unset !important;
}

/* Keep first content clear of sticky header */
body.fc-body main#main,
body.fc-body main.content-page {
  padding-top: 0.25rem;
}

body.fc-body main#main > :first-child,
body.fc-body main.content-page > :first-child {
  scroll-margin-top: 96px;
}

body.fc-body .site-header a,
body.fc-body .site-header button {
  color: #121618 !important;
}

body.fc-body .site-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: clamp(8px, 1vw, 18px) !important;
}

body.fc-body .site-nav a {
  font-size: 0.92rem !important;
  white-space: nowrap !important;
  padding: 8px 0 !important;
}

body.fc-body .site-nav a[aria-current="page"],
body.fc-body .site-nav a:hover,
body.fc-body .site-nav a:focus-visible {
  border-color: var(--award-red) !important;
  color: #080b0c !important;
}

body.fc-body .menu-toggle {
  display: none !important;
  border-color: rgba(8, 11, 12, 0.22) !important;
  background: #fff !important;
  color: #080b0c !important;
}

/* Collapse nav before wrap so header height stays identical across pages */
@media (max-width: 1180px) {
  body.fc-body .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    padding: 9px 13px !important;
    font-weight: 900 !important;
  }

  body.fc-body .site-nav {
    display: none !important;
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    top: calc(100% - 6px) !important;
    padding: 16px !important;
    background: #ffffff !important;
    border: 1px solid rgba(8, 11, 12, 0.12) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14) !important;
    border-radius: 16px !important;
    flex-wrap: wrap !important;
  }

  body.fc-body .site-nav.is-open {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 16px !important;
  }

  body.fc-body .site-header {
    position: sticky !important;
  }
}

body.fc-body .site-header .brand {
  min-width: 0 !important;
  max-width: 240px !important;
}

body.fc-body .site-header .brand img {
  width: min(210px, 48vw) !important;
  height: auto !important;
  filter: none !important;
}

/* Soft groove / vinyl accent for catalog labels */
body.fc-body .catalog,
body.fc-body .eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--award-gold);
}

body.fc-body .catalog::before,
body.fc-body .eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.45rem;
  vertical-align: -0.2rem;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--award-red) 70%, transparent);
  box-shadow: inset 0 0 0 3px rgba(9, 13, 14, 0.9), 0 0 0 1px rgba(248, 244, 232, 0.2);
  background: radial-gradient(circle at 40% 35%, #3a1818, #0b0f10 62%);
}

/* —— Projects catalog —— */
.award-projects-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 4rem) clamp(2rem, 4vw, 3rem);
  overflow: hidden;
}

.award-projects-hero::before {
  content: "";
  position: absolute;
  inset: -20% auto auto 55%;
  width: min(42vw, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 38%, rgba(227, 24, 34, 0.12) 39%, transparent 40%),
    radial-gradient(circle at 50% 50%, transparent 48%, rgba(248, 244, 232, 0.08) 49%, transparent 50%),
    radial-gradient(circle at 50% 50%, transparent 58%, rgba(122, 232, 255, 0.08) 59%, transparent 60%);
  pointer-events: none;
}

.award-projects-hero .lede-max {
  max-width: 46rem;
  color: var(--award-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.award-framing-note {
  display: block;
  margin-top: 1.1rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--award-line);
  border-radius: 14px;
  background: rgba(20, 25, 27, 0.8);
  color: var(--award-muted);
  font-size: 0.95rem;
  font-weight: 500;
  max-width: 46rem;
  line-height: 1.45;
}

.award-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 clamp(1.25rem, 4vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
}

.award-trust-strip article {
  padding: 1rem 1.1rem;
  border: 1px solid var(--award-line);
  border-radius: 16px;
  background: linear-gradient(160deg, #1a2124, #101516);
}

.award-trust-strip h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: var(--award-ink);
}

.award-trust-strip p {
  margin: 0;
  color: var(--award-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.award-catalog-band {
  padding: 0.5rem clamp(1.25rem, 4vw, 4rem) 0.25rem;
}

.award-catalog-band h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.award-catalog-band p {
  margin: 0;
  max-width: 40rem;
  color: var(--award-muted);
}

.release-grid.award-release-grid {
  padding-top: 1.25rem;
}

.award-release-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  border: 1px solid var(--award-line);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 40%),
    linear-gradient(160deg, #252b2d, #0f1314);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.award-release-card:hover,
.award-release-card:focus-within {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent, var(--award-red)) 70%, #f8f4e8);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48);
}

.award-sleeve {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  margin: 18px 18px 0;
  border-radius: 18px;
  border: 1px solid var(--award-line);
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--accent, var(--award-red)) 45%, transparent), transparent 46%),
    #101516;
  overflow: hidden;
}

.award-sleeve::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  border: 1px solid rgba(248, 244, 232, 0.12);
  pointer-events: none;
}

.award-sleeve img {
  position: relative;
  z-index: 1;
  width: min(112px, 38%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
}

.award-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 244, 232, 0.22);
  background: rgba(9, 13, 14, 0.78);
  color: var(--award-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.award-release-copy {
  display: grid;
  gap: 0.55rem;
  padding: 1.15rem 1.25rem 1.35rem;
  min-width: 0;
}

.award-release-copy h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.1;
  color: var(--award-ink);
}

.award-release-copy .type {
  margin: 0;
  color: var(--award-cyan);
  font-size: 0.92rem;
  font-weight: 700;
}

.award-release-copy .summary {
  margin: 0;
  color: var(--award-muted);
}

.award-meta {
  display: grid;
  gap: 0.35rem;
  margin: 0.25rem 0 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid var(--award-line);
  color: var(--award-muted);
  font-size: 0.9rem;
}

.award-meta strong {
  color: var(--award-ink);
}

.award-liner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.award-liner a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 244, 232, 0.28);
  background: #2c3031;
  color: var(--award-ink);
  text-decoration: none;
  font-weight: 750;
  font-size: 0.9rem;
}

.award-liner a:first-child {
  background: var(--award-red);
  border-color: transparent;
}

.award-liner a:hover,
.award-liner a:focus-visible {
  outline: 2px solid var(--award-cyan);
  outline-offset: 2px;
}

/* Homepage trust + framing */
.award-home-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
  width: min(100% - 2.5rem, 1200px);
  padding: 0 0 1.5rem;
}

.award-home-trust article {
  padding: 1rem 1.05rem;
  border: 1px solid var(--award-line);
  border-radius: 16px;
  background: rgba(20, 25, 27, 0.9);
}

.award-home-trust h3 {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
}

.award-home-trust p {
  margin: 0;
  color: var(--award-muted);
  font-size: 0.88rem;
}

body.fc-body .project-showcase .section-heading .catalog {
  color: var(--award-gold);
}

/* Contact trust */
.award-response {
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.95rem;
  border-left: 3px solid var(--award-red);
  background: rgba(227, 24, 34, 0.08);
  color: var(--award-ink);
  font-weight: 650;
}

.award-contact-trust {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.award-contact-trust li {
  color: var(--award-muted);
}

/* Package / album card polish */
body.fc-body .package {
  border-color: var(--award-line) !important;
  background:
    linear-gradient(165deg, rgba(30, 36, 38, 0.96), rgba(14, 18, 19, 0.98)) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

body.fc-body .package:hover,
body.fc-body .package:focus-visible {
  border-color: rgba(227, 24, 34, 0.55) !important;
  transform: translateY(-2px);
}

body.fc-body .package .format {
  color: var(--award-gold) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* Homepage pacing: keep context band quieter */
body.fc-body .fc-context {
  opacity: 0.92;
  border-top: 1px solid var(--award-line);
  padding-top: 2rem;
}

body.fc-body .fc-context .proof-grid {
  gap: 0.85rem;
}

/* Industry / service panels */
body.fc-body.industry-landing .page-hero,
body.fc-body .page-hero.section {
  background:
    radial-gradient(ellipse 70% 60% at 85% 0%, rgba(227, 24, 34, 0.12), transparent 55%),
    linear-gradient(180deg, #0c1112 0%, transparent 100%);
}

/* Buttons focus polish */
body.fc-body .button:focus-visible,
body.fc-body a.button:focus-visible {
  outline: 2px solid var(--award-cyan);
  outline-offset: 3px;
}

/* Bright white footer — original color logo, readable ink on white */
body.fc-body .site-footer {
  background: #ffffff !important;
  color: #3a4246 !important;
  border-top: 1px solid rgba(8, 11, 12, 0.1) !important;
  padding: 36px clamp(18px, 4vw, 64px) !important;
}

body.fc-body .site-footer a {
  color: #121618 !important;
}

body.fc-body .site-footer a:hover,
body.fc-body .site-footer a:focus-visible {
  color: var(--award-red) !important;
}

body.fc-body .site-footer strong,
body.fc-body .site-footer .footer-brand b {
  color: #080b0c !important;
}

body.fc-body .site-footer .footer-brand,
body.fc-body .site-footer .footer-brand span {
  color: #3a4246 !important;
}

body.fc-body .site-footer::after {
  content: "© iScream Studio · Glenview, Illinois";
  grid-column: 1 / -1;
  margin-top: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 11, 12, 0.08);
  color: #5a6368;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .award-trust-strip,
  .award-home-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .award-trust-strip,
  .award-home-trust {
    grid-template-columns: 1fr;
  }

  .award-projects-hero::before {
    opacity: 0.45;
    inset: -10% -20% auto auto;
  }
}

/* —— Fix pass: logo, density, depth —— */
body.fc-body {
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(38, 60, 62, 0.55), transparent 50%),
    radial-gradient(ellipse 55% 40% at 95% 8%, rgba(227, 24, 34, 0.14), transparent 45%),
    #090d0e !important;
}

body.fc-body .site-footer .footer-brand img,
body.fc-body .site-footer img[alt="iScream Studio"] {
  width: min(180px, 50vw) !important;
  height: auto !important;
  filter: none !important;
}

/* Kill residual dark-header rules from homepage/archive stacks */
body.fc-body .site-header,
body.fc-body.homepage .site-header {
  background: #ffffff !important;
  min-height: 80px !important;
}

@media (max-width: 760px) {
  body.fc-body .site-header {
    min-height: 72px !important;
    padding: 12px 14px !important;
  }

  body.fc-body .site-header .brand img {
    width: min(168px, 52vw) !important;
  }
}

/* Sales CTAs on projects */
.award-sales-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.award-framing-note {
  border-radius: 14px !important;
  max-width: 46rem;
}

/* Compare options table */
.award-compare-table {
  width: min(100% - 2.5rem, 1100px);
  margin: 0 auto 1.5rem;
  overflow-x: auto;
  border: 1px solid var(--award-line);
  border-radius: 18px;
  background: rgba(16, 20, 22, 0.95);
}

.award-compare-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.award-compare-table th,
.award-compare-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--award-line);
  vertical-align: top;
  color: var(--award-muted);
  font-size: 0.92rem;
}

.award-compare-table th {
  color: var(--award-ink);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.award-compare-table tr.iscream td {
  color: var(--award-ink);
  background: rgba(227, 24, 34, 0.08);
}

.award-faq details {
  border: 1px solid var(--award-line);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  background: rgba(20, 25, 27, 0.9);
  margin-bottom: 0.65rem;
}

.award-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--award-ink);
}

.award-faq details p {
  margin: 0.65rem 0 0;
  color: var(--award-muted);
}

/* Tighten sparse section rhythm */
body.fc-body .section,
body.fc-body .page-hero.section,
body.fc-body.industry-landing .il-section,
body.fc-body .archive-hero,
body.fc-body .award-projects-hero {
  padding-top: clamp(2rem, 4.2vw, 3.4rem) !important;
  padding-bottom: clamp(1.75rem, 3.6vw, 3rem) !important;
}

body.fc-body .page-hero h1,
body.fc-body .archive-hero h1,
body.fc-body .award-projects-hero h1 {
  max-width: 18ch;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.fc-body .section-heading {
  margin-bottom: 1.1rem !important;
  max-width: 46rem;
}

body.fc-body .proof-grid,
body.fc-body .signal-chain,
body.fc-body .resource-grid,
body.fc-body .system-board {
  gap: 0.85rem !important;
}

/* Layered card depth */
body.fc-body .proof-grid article,
body.fc-body .signal-chain li,
body.fc-body .system-board article,
body.fc-body .contact-panel,
body.fc-body .form-panel,
body.fc-body .project-showcase-card,
body.fc-body.industry-landing .il-hub-card,
body.fc-body.industry-landing .il-card,
body.fc-body .resource-grid a {
  position: relative;
  border: 1px solid var(--award-line) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(155deg, rgba(32, 38, 41, 0.98), rgba(14, 18, 20, 0.96)) !important;
  box-shadow:
    0 1px 0 rgba(248, 244, 232, 0.06) inset,
    0 16px 36px rgba(0, 0, 0, 0.32) !important;
  transform: translateZ(0);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.fc-body .proof-grid article:hover,
body.fc-body .signal-chain li:hover,
body.fc-body .system-board article:hover,
body.fc-body .project-showcase-card:hover,
body.fc-body.industry-landing .il-hub-card:hover,
body.fc-body .resource-grid a:hover {
  transform: translateY(-4px) rotateX(1.5deg);
  border-color: rgba(227, 24, 34, 0.45) !important;
  box-shadow:
    0 1px 0 rgba(248, 244, 232, 0.08) inset,
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(122, 232, 255, 0.08) !important;
}

/* Hero supporting panel depth */
body.fc-body .hero-visual,
body.fc-body .brand-panel,
body.fc-body .studio-wordmark,
body.fc-body .final-card,
body.fc-body .studio-card {
  border: 1px solid var(--award-line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(36, 42, 45, 0.95), rgba(12, 16, 18, 0.98));
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(248, 244, 232, 0.04) inset;
  transform: perspective(900px) rotateY(-6deg) rotateX(3deg);
}

body.fc-body .final-card,
body.fc-body .studio-card {
  transform: none;
  padding: clamp(1.4rem, 3vw, 2rem);
}

body.fc-body .button,
body.fc-body a.button {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.fc-body .button:hover,
body.fc-body a.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
}

body.fc-body .button-primary,
body.fc-body a.button-primary {
  background: linear-gradient(180deg, #f02832, #c4121c) !important;
  border-color: transparent !important;
}

/* Services / industries denser grids */
body.fc-body .release-grid,
body.fc-body.industry-landing .il-hub-grid {
  gap: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 1.25rem !important;
}

body.fc-body .package-grid {
  gap: 1rem !important;
}

@media (prefers-reduced-motion: reduce) {
  .award-release-card,
  .award-release-card:hover,
  .award-release-card:focus-within,
  body.fc-body .package,
  body.fc-body .package:hover,
  body.fc-body .package:focus-visible,
  body.fc-body .proof-grid article,
  body.fc-body .proof-grid article:hover,
  body.fc-body .signal-chain li,
  body.fc-body .signal-chain li:hover,
  body.fc-body .system-board article,
  body.fc-body .system-board article:hover,
  body.fc-body .project-showcase-card,
  body.fc-body .project-showcase-card:hover,
  body.fc-body.industry-landing .il-hub-card,
  body.fc-body.industry-landing .il-hub-card:hover,
  body.fc-body .resource-grid a,
  body.fc-body .resource-grid a:hover,
  body.fc-body .button,
  body.fc-body a.button,
  body.fc-body .button:hover,
  body.fc-body a.button:hover,
  body.fc-body .hero-visual,
  body.fc-body .brand-panel,
  body.fc-body .studio-wordmark {
    transition: none !important;
    transform: none !important;
  }
}


/* —— Consistency pass: force dark body surfaces —— */
body.fc-body,
body.fc-body .content-page,
body.fc-body .section--surface,
body.fc-body .section--paper,
body.fc-body .wrap {
  color: var(--award-ink);
}

body.fc-body .section--surface,
body.fc-body .section--paper,
body.fc-body .hero--page:not(.hero--dark),
body.fc-body .pricing-grid,
body.fc-body .plan-card,
body.fc-body .card,
body.fc-body .project-card,
body.fc-body .service-card {
  background:
    linear-gradient(155deg, rgba(28, 34, 37, 0.98), rgba(12, 16, 18, 0.98)) !important;
  color: var(--award-ink) !important;
  border-color: var(--award-line) !important;
}

body.fc-body .section--surface h1,
body.fc-body .section--surface h2,
body.fc-body .section--surface h3,
body.fc-body .section--paper h1,
body.fc-body .section--paper h2,
body.fc-body .section--paper h3,
body.fc-body .plan-card h3,
body.fc-body .card h3 {
  color: var(--award-ink) !important;
}

body.fc-body .section--surface p,
body.fc-body .section--paper p,
body.fc-body .plan-card p,
body.fc-body .card p {
  color: var(--award-muted) !important;
}

