:root {
  --cream: #f8f8f5;
  --warm: #f0ebe3;
  --paper: #fffdf8;
  --black: #050505;
  --charcoal: #111111;
  --red: #e10600;
  --deep-red: #a70d13;
  --muted: #5f5a53;
  --line: #ded8cd;
  --shadow: 0 24px 70px rgba(5, 5, 5, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--black);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}


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

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

.top-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  padding: 0 clamp(18px, 5vw, 82px);
  background: var(--black);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.top-strip p {
  margin: 0;
}

.socials {
  display: flex;
  gap: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(18px, 5vw, 82px);
  background: rgba(248, 248, 245, 0.94);
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
  backdrop-filter: blur(18px);
}

.brand strong,
.footer-brand {
  display: block;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand em,
.footer-brand span {
  color: var(--red);
  font-style: normal;
}

.brand small {
  display: block;
  margin-top: 5px;
  font-size: 0.62rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 36px rgba(225, 6, 0, 0.18);
}

.button-secondary {
  border-color: var(--black);
  background: transparent;
  color: var(--black);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--black);
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  min-height: 690px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.92);
}

.side-label {
  position: absolute;
  top: 210px;
  left: 32px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--black);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.side-label::before {
  display: inline-block;
  width: 2px;
  height: 28px;
  margin-bottom: 16px;
  background: var(--red);
  content: "";
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 140px) 7vw clamp(70px, 8vw, 120px) clamp(72px, 10vw, 160px);
}

.eyebrow,
.tag {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 7vw, 7.8rem);
}

h1 span,
.red {
  color: var(--red);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.6vw, 5.5rem);
}

h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1.16;
}

.hero-copy p,
.section-heading p,
.page-hero p,
.split-copy p,
.feature-copy p,
.contact-copy p,
.card p {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 520px;
}

.hero-actions,
.center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-photo {
  position: relative;
  min-height: 690px;
  background: #e8dfd3;
}

.hero-photo::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 46%;
  background: linear-gradient(90deg, var(--paper), rgba(248, 248, 245, 0));
  content: "";
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-chip {
  position: absolute;
  z-index: 2;
  left: 18%;
  bottom: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.play-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.play-icon::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  content: "";
}

.logo-strip {
  padding: 26px clamp(18px, 7vw, 120px) 34px;
  background: #fff;
  text-align: center;
}

.logo-strip p {
  margin-bottom: 24px;
  color: #2c2926;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.logo-strip div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.logo-strip span {
  color: #24211f;
  font-size: clamp(0.95rem, 1.4vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stats-band {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(54px, 7vw, 88px) clamp(18px, 8vw, 140px);
  background:
    radial-gradient(circle at 10% 20%, rgba(225, 6, 0, 0.14), transparent 24%),
    linear-gradient(135deg, #050505, #111);
  color: var(--cream);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.stats-grid article {
  padding-right: 28px;
  border-right: 1px solid rgba(248, 248, 245, 0.3);
}

.stats-grid strong {
  display: block;
  color: var(--red);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 4.4vw, 5rem);
  line-height: 0.9;
}

.stats-grid span {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stats-copy {
  padding-left: clamp(24px, 4vw, 48px);
  border-left: 1px solid rgba(248, 248, 245, 0.28);
}

.stats-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.stats-copy p {
  color: #d8d1c7;
}

.stats-copy a,
.ignite-copy a,
.text-link {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section,
.page-hero,
.page-content {
  padding: clamp(70px, 8vw, 120px) clamp(18px, 8vw, 140px);
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 390px;
  padding-top: clamp(46px, 6vw, 82px);
  padding-bottom: clamp(46px, 6vw, 82px);
  overflow: hidden;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--line);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 245, 0.96) 34%, rgba(248, 248, 245, 0.18) 70%),
    url("assets/inner-page-hero.png");
  background-position: center;
  background-size: cover;
  content: "";
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero p {
  max-width: 680px;
}

.page-hero-panel {
  display: none;
}

.page-hero-panel p {
  color: #d8d1c7;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 46px;
}

.section-heading.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 38px;
  max-width: none;
  align-items: end;
}

.preview-grid,
.service-grid,
.client-grid,
.package-grid,
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.preview-grid article,
.service-card,
.card,
.package-card,
.shop-card {
  min-height: 280px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.05);
}

.preview-grid article {
  padding-bottom: 26px;
}

.preview-grid span,
.service-card span,
.card span,
.package-card .tag {
  display: inline-block;
  margin: 22px 22px 10px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-grid h3,
.preview-grid p {
  padding: 0 22px;
}

.preview-grid p,
.service-card p,
.card p,
.package-card p,
.shop-card p {
  color: var(--muted);
}

.preview-art {
  height: 150px;
  background:
    linear-gradient(135deg, rgba(225, 6, 0, 0.1), rgba(5, 5, 5, 0.1)),
    var(--warm);
}

.social-art {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.18), rgba(225, 6, 0, 0.08)), url("assets/what-we-do-social.webp");
  background-size: cover;
  background-position: center;
}

.content-art {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.18), rgba(225, 6, 0, 0.06)), url("assets/what-we-do-content.webp");
  background-size: cover;
  background-position: center;
}

.strategy-art {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.1), rgba(225, 6, 0, 0.08)), url("assets/what-we-do-strategy.webp");
  background-size: cover;
  background-position: center;
}

.website-art {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.12), rgba(225, 6, 0, 0.05)), url("assets/what-we-do-website.webp");
  background-size: cover;
  background-position: center;
}

.activation-art {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.16), rgba(225, 6, 0, 0.08)), url("assets/what-we-do-activation.webp");
  background-size: cover;
  background-position: center;
}

.center-actions {
  justify-content: center;
}

.ignite-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  align-items: center;
  min-height: 430px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.16) 0%, rgba(248, 248, 245, 0.22) 34%, rgba(255, 253, 248, 0.9) 58%, rgba(255, 253, 248, 0.96) 100%),
    url("assets/ignite-section-bg.png");
  background-position: center left;
  background-size: cover;
}

.ignite-image {
  display: none;
}

.ignite-copy {
  grid-column: 2;
  padding: clamp(44px, 6vw, 86px);
}

.ignite-mark {
  display: none;
  color: var(--red);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 0.95;
  text-align: center;
}

.ignite-mark em {
  color: var(--black);
  font-size: 0.48em;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr 0.8fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(36px, 5vw, 64px) clamp(18px, 8vw, 140px);
  background: linear-gradient(90deg, var(--black), #151515 70%, var(--deep-red));
  color: var(--cream);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 4rem);
}

.cta-band p {
  margin: 0;
  color: #ded8cf;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(34px, 6vw, 90px);
}

.split-copy {
  display: grid;
  gap: 20px;
}

.service-card,
.card,
.package-card,
.shop-card {
  padding: clamp(26px, 3vw, 36px);
}

.service-card span,
.card span {
  margin: 0 0 18px;
}

.package-card.featured {
  background: var(--black);
  color: var(--cream);
}

.package-card.featured p,
.package-card.featured li {
  color: #d8d1c7;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  color: var(--muted);
  font-weight: 700;
}

.process-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.process-list article {
  display: grid;
  grid-template-columns: 0.45fr 0.9fr 1.1fr;
  gap: 28px;
  padding: clamp(28px, 4vw, 46px);
  background: rgba(248, 248, 245, 0.92);
}

.process-list span {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.impact-band {
  background: var(--black);
  color: var(--cream);
}

.impact-band p {
  color: #d8d1c7;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 6vw, 90px);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.mini-form input {
  width: 100%;
  border: 1px solid #cfc8bc;
  background: rgba(255, 253, 248, 0.92);
  color: var(--black);
  font: inherit;
  padding: 14px 15px;
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(48px, 6vw, 78px) clamp(18px, 8vw, 140px);
  background: var(--black);
  color: var(--cream);
}

.site-footer p,
.site-footer a {
  color: #d8d1c7;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
}

.site-footer strong {
  display: block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-form {
  display: grid;
  grid-template-columns: 1fr 52px;
}

.mini-form button {
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 1.5rem;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  padding: 18px;
  background: #080808;
  color: #cfc8bc;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-bottom span {
  color: var(--red);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(248, 248, 245, 0.92);
    box-shadow: var(--shadow);
  }

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

  .home-hero,
  .page-hero,
  .stats-band,
  .split-layout,
  .contact-layout,
  .ignite-feature,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-left: clamp(18px, 8vw, 90px);
  }

  .side-label {
    display: none;
  }

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

  .client-grid,
  .service-grid,
  .package-grid,
  .shop-grid,
  .stats-grid,
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .top-strip,
  .header-cta {
    display: none;
  }

  .site-header {
    padding: 16px;
  }

  .brand small {
    letter-spacing: 0.34em;
  }

  .hero-copy,
  .section,
  .page-content,
  .stats-band,
  .cta-band {
    padding: 58px 18px;
  }

  .page-hero {
    min-height: 340px;
    padding: 44px 18px;
  }

  .page-hero::before {
    background:
      linear-gradient(180deg, rgba(248, 248, 245, 0.95), rgba(248, 248, 245, 0.78)),
      url("assets/inner-page-hero.png");
    background-position: 58% center;
    background-size: cover;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .home-hero,
  .hero-photo {
    min-height: auto;
  }

  .hero-photo {
    height: 430px;
  }

  .hero-actions,
  .button,
  .center-actions {
    width: 100%;
  }

  .logo-strip div,
  .preview-grid,
  .client-grid,
  .service-grid,
  .package-grid,
  .shop-grid,
  .stats-grid,
  .site-footer,
  .section-heading.split-heading,
  .process-list article {
    grid-template-columns: 1fr;
  }

  .stats-copy {
    padding-left: 0;
    border-left: 0;
  }

  .ignite-mark {
    padding: 0 18px 52px;
  }
}


.home-about {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.02fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  background: rgba(255, 253, 248, 0.92);
}

.home-about-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--black);
}

.home-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-copy {
  max-width: 760px;
}

.home-about-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.home-about-copy strong {
  color: var(--black);
}

@media (max-width: 1120px) {
  .home-about {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-about-image {
    min-height: 430px;
  }
}


.mission-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: var(--warm);
}

.mission-vision .card {
  min-height: 330px;
  background: rgba(255, 255, 255, 0.74);
}

.mission-vision .card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
}

@media (max-width: 700px) {
  .mission-vision {
    grid-template-columns: 1fr;
  }
}


.approach-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.08fr);
  gap: clamp(34px, 6vw, 88px);
  background: rgba(255, 253, 248, 0.92);
}

.approach-copy {
  display: grid;
  gap: 18px;
}

.approach-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

@media (max-width: 900px) {
  .approach-section {
    grid-template-columns: 1fr;
  }
}


.partner-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: stretch;
  background: #fffdf8;
  border-top: 1px solid var(--line);
}

.partner-invite {
  position: relative;
  overflow: hidden;
}

.partner-invite::before {
  position: absolute;
  top: -120px;
  left: -90px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.08), transparent 68%);
  content: "";
  pointer-events: none;
}

.partner-statement,
.partner-pathways {
  position: relative;
  z-index: 1;
}

.partner-statement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
  background: linear-gradient(145deg, #050505 0%, #111 72%, #2b0503 130%);
  color: var(--cream);
}

.partner-statement h2 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--cream);
  font-size: clamp(2rem, 3.35vw, 4rem);
  line-height: 1.02;
}

.partner-statement p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 30px;
  color: rgba(248, 248, 245, 0.74);
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  line-height: 1.78;
}

.partner-pathways {
  display: grid;
  align-content: center;
  gap: 0;
  padding: clamp(18px, 2.4vw, 34px) 0;
}

.partner-pathways div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px 22px;
  padding: clamp(22px, 3vw, 34px) 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}

.partner-pathways div:last-child {
  border-bottom: 0;
}

.partner-pathways span {
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.partner-pathways strong {
  display: block;
  color: var(--black);
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.partner-pathways p {
  grid-column: 2;
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

@media (max-width: 900px) {
  .partner-section {
    grid-template-columns: 1fr;
  }

  .partner-pathways {
    padding-top: 8px;
  }
}

@media (max-width: 560px) {
  .partner-pathways div {
    grid-template-columns: 1fr;
  }

  .partner-pathways p {
    grid-column: 1;
  }
}


.community-impact {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 0.98fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  background: rgba(255, 253, 248, 0.92);
}

.community-impact-image {
  min-height: 520px;
  overflow: hidden;
  background: var(--black);
}

.community-impact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-impact-copy {
  max-width: 760px;
}

.community-impact-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

@media (max-width: 1000px) {
  .community-impact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .community-impact-image {
    min-height: 380px;
  }
}


.testimonials-section {
  background: rgba(255, 253, 248, 0.92);
  border-top: 1px solid var(--line);
}

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

.testimonial-card {
  min-height: 300px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.05);
}

.testimonial-card.featured {
  background: var(--black);
  color: var(--cream);
}

.testimonial-card p {
  color: var(--muted);
  font-size: 1rem;
}

.testimonial-card.featured p {
  color: #ded8cf;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  margin-top: 24px;
  font-weight: 900;
}

.testimonial-card span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 1120px) {
  .home-hero {
    display: block;
    min-height: 620px;
    isolation: isolate;
  }

  .home-hero .hero-copy {
    position: relative;
    z-index: 2;
    min-height: 620px;
    max-width: 720px;
    padding-right: clamp(18px, 8vw, 90px);
  }

  .home-hero .hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: auto;
    min-height: 0;
  }

  .home-hero .hero-photo::before {
    inset: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.96) 0%, rgba(255, 253, 248, 0.82) 42%, rgba(255, 253, 248, 0.18) 100%);
  }
}

@media (max-width: 700px) {
  .home-hero {
    min-height: 610px;
  }

  .home-hero .hero-copy {
    min-height: 610px;
  }

  .home-hero .hero-photo {
    height: auto;
  }

  .home-hero .hero-photo::before {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0%, rgba(255, 253, 248, 0.86) 58%, rgba(255, 253, 248, 0.34) 100%);
  }
}


.collection-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.collection-card span:last-child {
  margin-top: auto;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 6vw, 88px);
  background: var(--paper);
}

@media (max-width: 900px) {
  .collection-detail {
    grid-template-columns: 1fr;
  }
}


.digital-products-hero::before {
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 245, 0.94) 34%, rgba(248, 248, 245, 0.12) 72%),
    url("assets/digital-products-hero.png");
  background-position: center;
  background-size: cover;
}

.nexgen-youth-hero::before {
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 245, 0.94) 34%, rgba(248, 248, 245, 0.12) 72%),
    url("assets/nexgen-youth-hero.png");
  background-position: center;
  background-size: cover;
}

@media (max-width: 700px) {
  .digital-products-hero::before {
    background:
      linear-gradient(180deg, rgba(248, 248, 245, 0.95), rgba(248, 248, 245, 0.78)),
      url("assets/digital-products-hero.png");
    background-position: 62% center;
    background-size: cover;
  }

  .nexgen-youth-hero::before {
    background:
      linear-gradient(180deg, rgba(248, 248, 245, 0.95), rgba(248, 248, 245, 0.78)),
      url("assets/nexgen-youth-hero.png");
    background-position: 62% center;
    background-size: cover;
  }
}


.collection-card {
  overflow: hidden;
  padding: 0;
}

.collection-card-image {
  min-height: 250px;
  background-size: cover;
  background-position: center;
}

.collection-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.event-card-image {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.15), rgba(225, 6, 0, 0.05)), url("assets/shop-card-event-crew.png");
}

.digital-card-image {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.1), rgba(225, 6, 0, 0.05)), url("assets/shop-card-digital-products.png");
}

.nexgen-card-image {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.1), rgba(225, 6, 0, 0.05)), url("assets/shop-card-nexgen-youth.png");
}


.event-crew-hero::before {
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 245, 0.94) 34%, rgba(248, 248, 245, 0.12) 72%),
    url("assets/event-crew-hero.png");
  background-position: center;
  background-size: cover;
}

@media (max-width: 700px) {
  .event-crew-hero::before {
    background:
      linear-gradient(180deg, rgba(248, 248, 245, 0.95), rgba(248, 248, 245, 0.78)),
      url("assets/event-crew-hero.png");
    background-position: 62% center;
    background-size: cover;
  }
}


.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.08fr);
  gap: clamp(34px, 6vw, 88px);
  background: var(--paper);
}

.services-intro-copy {
  display: grid;
  gap: 18px;
}

.services-intro-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

@media (max-width: 900px) {
  .services-intro {
    grid-template-columns: 1fr;
  }
}
/* Services hero image */
.services-hero {
  grid-template-columns: minmax(340px, 0.82fr) minmax(300px, 0.72fr);
  align-items: center;
}

.services-hero::before {
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 245, 0.96) 44%, rgba(248, 248, 245, 0.32) 78%),
    url("assets/inner-page-hero.png");
  background-position: center;
  background-size: cover;
}
/* Services What We Offer image placement */
.services-offer-image {
  width: min(520px, 100%);
  margin: clamp(24px, 3vw, 34px) 0 0;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: var(--black);
  box-shadow: 0 24px 60px rgba(5, 5, 5, 0.14);
}

.services-offer-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .services-offer-image {
    width: min(640px, 100%);
  }
}


.service-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 90px);
  background: var(--paper);
}

.service-column h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.service-line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 30px;
}

.service-line > span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--black);
  color: var(--cream);
  font-weight: 900;
}

.service-line h3 {
  margin-bottom: 6px;
  text-transform: uppercase;
}

.service-line p {
  color: var(--muted);
}

.process-band {
  background: radial-gradient(circle at 8% 75%, rgba(225, 6, 0, 0.18), transparent 28%), linear-gradient(135deg, #050505, #111);
  color: var(--cream);
  text-align: center;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.process-track article {
  position: relative;
  padding: 28px 16px;
}

.process-track article::before {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  content: "•";
  font-size: 2rem;
}

.process-track span {
  color: var(--red);
  font-weight: 900;
}

.process-track p {
  color: #d8d1c7;
}

.work-action {
  background: #fff;
  text-align: center;
}

.work-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.work-thumb {
  height: 190px;
  margin-bottom: 14px;
  background-size: cover;
  background-position: center;
}

.work-social { background-image: url("assets/what-we-do-social.webp"); }
.work-content { background-image: url("assets/what-we-do-content.webp"); }
.work-website { background-image: url("assets/what-we-do-website.webp"); }
.work-brand { background-image: url("assets/what-we-do-strategy.webp"); }
.work-event { background-image: url("assets/shop-card-event-crew.png"); }

.work-action h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .service-breakdown,
  .process-track,
  .work-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .service-breakdown,
  .process-track,
  .work-action-grid {
    grid-template-columns: 1fr;
  }

  .service-line {
    grid-template-columns: 1fr;
  }
}


.why-choose {
  background: var(--warm);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.why-grid article {
  min-height: 250px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.why-grid span {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-grid h3 {
  margin-top: 18px;
  text-transform: uppercase;
}

.why-grid p {
  color: var(--muted);
}

@media (max-width: 1120px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ignite-feature {
    grid-template-columns: 1fr;
    min-height: 520px;
    background-image:
      linear-gradient(180deg, rgba(255, 253, 248, 0.92) 0%, rgba(255, 253, 248, 0.86) 58%, rgba(5, 5, 5, 0.08) 100%),
      url("assets/ignite-section-bg.png");
    background-position: 24% center;
  }

  .ignite-copy {
    grid-column: 1;
    padding: 58px 18px;
  }
}


/* Premium Motion System */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.055) translate3d(-10px, 8px, 0);
  }
}

@keyframes quietPulse {
  0%, 100% {
    opacity: 0.36;
    transform: scaleX(1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.22);
  }
}

.site-header {
  transition: background-color 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(5, 5, 5, 0.08);
  background: rgba(248, 248, 245, 0.94);
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.08);
  backdrop-filter: blur(14px);
}

.home-hero .hero-copy,
.page-hero > .section-kicker,
.page-hero h1,
.page-hero p,
.services-intro .eyebrow,
.services-intro h2,
.services-intro p {
  animation: fadeUp 820ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.page-hero h1,
.services-intro h2 {
  animation-delay: 90ms;
}

.page-hero p,
.services-intro p {
  animation-delay: 170ms;
}

.hero-photo img,
.hero-photo::before {
  animation: heroDrift 16s ease-in-out infinite alternate;
  will-change: transform;
}

.page-hero::before,
.ignite-feature {
  background-size: 104% auto;
  transition: background-size 900ms ease, background-position 900ms ease;
}

.page-hero:hover::before,
.ignite-feature:hover {
  background-size: 108% auto;
}

.button,
.header-cta,
.nav-toggle,
.contact-form button,
.mini-form button {
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.button::after,
.header-cta::after,
.contact-form button::after,
.mini-form button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, transparent 70%);
  content: "";
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 220ms ease, transform 520ms ease;
}

.button:hover,
.header-cta:hover,
.contact-form button:hover,
.mini-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(193, 18, 31, 0.22);
}

.button:hover::after,
.header-cta:hover::after,
.contact-form button:hover::after,
.mini-form button:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

:where(.service-card, .card, .package-card, .shop-card, .testimonial-card, .why-grid article, .service-line, .process-track article, .work-action-grid article, .collection-card, .mission-card, .vision-card) {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-color 260ms ease;
  will-change: transform;
}

:where(.service-card, .card, .package-card, .shop-card, .testimonial-card, .why-grid article, .service-line, .process-track article, .work-action-grid article, .collection-card, .mission-card, .vision-card):hover {
  transform: translateY(-6px);
  border-color: rgba(225, 6, 0, 0.24);
  box-shadow: 0 24px 60px rgba(5, 5, 5, 0.1);
}

:where(.preview-art, .work-thumb, .collection-card-image, .about-image img, .impact-media img, .home-about-media img) {
  transition: transform 520ms ease, filter 520ms ease;
  will-change: transform;
}

:where(.service-card, .card, .collection-card, .work-action-grid article, .home-about-media, .impact-media):hover :where(.preview-art, .work-thumb, .collection-card-image, img) {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.section-kicker::after,
.eyebrow::after,
.service-column h2::after {
  transform-origin: left center;
  animation: quietPulse 3.8s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 720ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal.reveal-delay-1 { transition-delay: 80ms; }
.reveal.reveal-delay-2 { transition-delay: 150ms; }
.reveal.reveal-delay-3 { transition-delay: 220ms; }
.reveal.reveal-delay-4 { transition-delay: 290ms; }

@media (max-width: 1120px) {
  .page-hero::before,
  .ignite-feature {
    background-size: cover;
  }

  .page-hero:hover::before,
  .ignite-feature:hover {
    background-size: cover;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}


/* Motion clipping polish */
:where(.home-about-media, .about-image, .impact-media, .collection-card, .work-action-grid article, .service-card, .card, .package-card, .shop-card) {
  overflow: hidden;
}


/* Home stats divider fix */
.stats-grid article {
  position: relative;
  padding-right: 0;
  border-right: 0;
}

.stats-grid article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 1px;
  height: 96px;
  background: rgba(248, 248, 245, 0.28);
  content: "";
  transform: translateY(-50%);
}

@media (max-width: 1120px) {
  .stats-copy {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .stats-grid article:not(:last-child)::after {
    display: none;
  }
}


/* Ignite responsive readability fix */
@media (max-width: 1120px) {
  .ignite-feature {
    grid-template-columns: 1fr;
    min-height: auto;
    background-image:
      linear-gradient(90deg, rgba(248, 248, 245, 0.96) 0%, rgba(248, 248, 245, 0.9) 52%, rgba(248, 248, 245, 0.68) 100%),
      url("assets/ignite-section-bg.png");
    background-position: left center;
    background-size: cover;
  }

  .ignite-copy {
    grid-column: 1;
    max-width: 720px;
    padding: clamp(54px, 8vw, 86px) clamp(20px, 8vw, 96px);
  }
}

@media (max-width: 700px) {
  .ignite-feature {
    min-height: auto;
    background-image:
      linear-gradient(180deg, rgba(248, 248, 245, 0.97) 0%, rgba(248, 248, 245, 0.94) 58%, rgba(248, 248, 245, 0.82) 100%),
      url("assets/ignite-section-bg.png");
    background-position: 18% center;
    background-size: cover;
  }

  .ignite-copy {
    max-width: none;
    padding: 58px 18px;
  }
}


/* About story founder visual */
.about-story-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  background: #fff;
}

.about-story-visual {
  position: relative;
  max-width: 640px;
  min-height: 520px;
  margin: 0 auto;
}

.about-story-main {
  display: block;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 0 34px 80px rgba(5, 5, 5, 0.14);
}

.about-founder-frame {
  position: absolute;
  right: -36px;
  bottom: 42px;
  width: clamp(190px, 22vw, 285px);
  aspect-ratio: 1 / 1;
  padding: 7px;
  border: 1px solid rgba(5, 5, 5, 0.36);
  border-radius: 50%;
  background: rgba(248, 248, 245, 0.95);
  box-shadow: 0 26px 60px rgba(5, 5, 5, 0.18);
}

.about-founder-frame::before {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.about-founder-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: grayscale(1) contrast(1.08);
  object-fit: cover;
  object-position: center 18%;
}

.about-story-copy {
  max-width: 720px;
}

.about-story-copy h2 {
  max-width: 620px;
}

@media (max-width: 980px) {
  .about-story-feature {
    grid-template-columns: 1fr;
  }

  .about-story-visual {
    min-height: auto;
    width: min(100%, 620px);
  }

  .about-founder-frame {
    right: clamp(8px, 5vw, 34px);
    bottom: -24px;
  }

  .about-story-copy {
    padding-top: 28px;
  }
}

@media (max-width: 620px) {
  .about-story-main {
    width: 100%;
  }

  .about-founder-frame {
    width: 170px;
    right: 12px;
    bottom: -30px;
  }

  .about-story-copy {
    padding-top: 42px;
  }
}


/* Site icon badge system */
.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--red);
}

.icon-badge svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.preview-grid .icon-badge,
.why-grid .icon-badge {
  margin: 22px 22px 10px;
  border: 1px solid rgba(225, 6, 0, 0.24);
  border-radius: 50%;
  background: rgba(225, 6, 0, 0.055);
}

.service-line > .icon-badge {
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  background: var(--black);
  color: var(--cream);
}

.service-line > .icon-badge svg {
  width: 28px;
  height: 28px;
}

.process-track article::before {
  display: none;
}

.process-track .icon-badge {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border: 2px solid var(--red);
  border-radius: 50%;
  background: rgba(225, 6, 0, 0.08);
  color: var(--red);
}

.process-track .icon-badge svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.75;
}

.why-grid .icon-badge {
  width: 54px;
  height: 54px;
  margin-bottom: 0;
}

.why-grid .icon-badge svg {
  width: 27px;
  height: 27px;
}

:where(.preview-grid article, .service-line, .process-track article, .why-grid article):hover .icon-badge {
  background: var(--red);
  border-color: var(--red);
  color: var(--cream);
  transform: translateY(-2px);
}

.icon-badge {
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}


/* Typography breathing room */
h1,
h2 {
  line-height: 1.06;
}

h3 {
  line-height: 1.28;
}

p {
  line-height: 1.72;
}

.hero-copy p,
.section-heading p,
.page-hero p,
.split-copy p,
.feature-copy p,
.contact-copy p,
.card p,
.services-intro-copy p,
.service-line p,
.process-track p,
.why-grid p,
.package-card p,
.shop-card p,
.testimonial-card p,
.approach-copy p,
.about-story-copy p,
.home-about-copy p {
  line-height: 1.76;
}

.preview-grid h3,
.service-card h3,
.card h3,
.package-card h3,
.shop-card h3,
.service-line h3,
.process-track h3,
.why-grid h3,
.work-action h3,
.testimonial-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.preview-grid p,
.service-card p,
.card p,
.package-card p,
.shop-card p,
.service-line p,
.process-track p,
.why-grid p,
.work-action p,
.testimonial-card p {
  margin-top: 0;
  margin-bottom: 0;
}

.preview-grid article {
  padding-bottom: 30px;
}

.preview-grid h3 {
  padding-top: 2px;
}

.preview-grid p {
  padding-top: 2px;
}

.service-line {
  gap: 26px;
}

.service-line > div {
  padding-top: 4px;
}

.service-line + .service-line {
  margin-top: 36px;
}

.process-track article {
  padding: 34px 18px;
}

.process-track .icon-badge {
  margin-bottom: 24px;
}

.why-grid article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-grid h3 {
  margin-top: 8px;
}

.package-card ul {
  margin-top: 22px;
}

.package-card li + li {
  margin-top: 12px;
}

@media (max-width: 700px) {
  h1,
  h2 {
    line-height: 1.08;
  }

  h3 {
    line-height: 1.32;
  }

  .service-line {
    gap: 16px;
  }
}


/* Home about actions */
.home-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 700px) {
  .home-about-actions,
  .home-about-actions .button {
    width: 100%;
  }
}


/* Home stat number animation polish */
.stats-grid strong {
  display: inline-block;
  min-width: 2.8ch;
  font-variant-numeric: tabular-nums;
}

.stats-grid article:hover strong {
  text-shadow: 0 0 26px rgba(225, 6, 0, 0.24);
}


/* About testimonials spacing */
.about-testimonials {
  background: var(--paper);
}

.about-testimonials .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}


/* Home service icon overlap */
.preview-grid article {
  position: relative;
}

.preview-grid .icon-badge {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: -29px 22px 14px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(5, 5, 5, 0.18);
}

.preview-grid .icon-badge svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.9;
}

.preview-grid h3 {
  padding-top: 0;
}

@media (max-width: 700px) {
  .preview-grid .icon-badge {
    width: 54px;
    height: 54px;
    margin-top: -27px;
  }

  .preview-grid .icon-badge svg {
    width: 29px;
    height: 29px;
  }
}


/* Services connected list layout */
.service-breakdown {
  align-items: start;
}

.service-breakdown-heading {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0 auto clamp(10px, 2vw, 24px);
  text-align: center;
}

.service-breakdown-heading h2 {
  margin-bottom: 0;
}

.service-column {
  position: relative;
}

.service-column > .eyebrow,
.service-column > h2 {
  min-height: 0;
}

.service-line-list {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 30px;
}

.service-line-list::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  width: 1px;
  background: linear-gradient(180deg, rgba(225, 6, 0, 0), rgba(225, 6, 0, 0.34) 14%, rgba(225, 6, 0, 0.34) 86%, rgba(225, 6, 0, 0));
  content: "";
}

.service-line {
  position: relative;
  min-height: 118px;
  margin-top: 0;
}

.service-line + .service-line {
  margin-top: 18px;
}

.service-line > .icon-badge {
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  .service-breakdown-heading {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .service-line-list::before {
    left: 30px;
  }

  .service-line {
    grid-template-columns: 70px 1fr;
    min-height: auto;
  }
}


/* Services column leveling */
@media (min-width: 1001px) {
  .service-column > h2 {
    min-height: 2.35em;
  }
}


/* Refined title scale */
h1 {
  font-size: clamp(3.5rem, 6vw, 6.7rem);
}

h2 {
  font-size: clamp(2.1rem, 3.45vw, 4.25rem);
}

h3 {
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
}

.home-hero h1 {
  font-size: clamp(3.6rem, 6.4vw, 6.9rem);
}

.page-hero h1 {
  max-width: 700px;
  font-size: clamp(3.15rem, 5.2vw, 5.9rem);
}

.section-heading h2,
.about-story-copy h2,
.service-breakdown-heading h2,
.about-testimonials .section-heading h2 {
  max-width: 880px;
  font-size: clamp(2rem, 3vw, 3.55rem);
}

.home-about-copy h2,
.ignite-copy h2,
.approach-section h2 {
  font-size: clamp(2rem, 3vw, 3.6rem);
}

.service-column h2 {
  font-size: clamp(1.65rem, 2.15vw, 2.55rem);
}

.stats-copy h2,
.cta-band h2 {
  font-size: clamp(1.85rem, 2.55vw, 3rem);
}

.mission-vision .card h3 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
}

@media (max-width: 700px) {
  h1,
  .home-hero h1,
  .page-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  h2,
  .section-heading h2,
    .about-story-copy h2,
  .service-breakdown-heading h2,
  .about-testimonials .section-heading h2,
  .home-about-copy h2,
  .ignite-copy h2,
  .approach-section h2 {
    font-size: clamp(2rem, 9vw, 3.05rem);
  }

  .service-column h2,
  .stats-copy h2,
  .cta-band h2 {
    font-size: clamp(1.75rem, 8vw, 2.65rem);
  }
}


/* Gallery page and Work in Action CTA */
.work-gallery-action {
  margin-top: 34px;
}

.gallery-section {
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.05);
}

.gallery-grid h3,
.gallery-grid p {
  padding: 0 22px;
}

.gallery-grid h3 {
  margin-top: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gallery-grid p {
  padding-bottom: 26px;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


/* Why Choose editorial icon layout */
.why-choose {
  background: linear-gradient(180deg, var(--warm), var(--paper));
}

.why-grid {
  gap: clamp(22px, 4vw, 52px);
}

.why-grid article {
  min-height: auto;
  padding: 0 clamp(12px, 2vw, 24px) 0 0;
  border: 0;
  border-right: 1px solid rgba(5, 5, 5, 0.08);
  background: transparent;
  box-shadow: none;
}

.why-grid article:last-child {
  border-right: 0;
}

.why-grid .icon-badge {
  width: 78px;
  height: 78px;
  margin: 0 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--red);
  filter: drop-shadow(7px 9px 0 rgba(5, 5, 5, 0.08)) drop-shadow(0 16px 18px rgba(193, 18, 31, 0.16));
}

.why-grid .icon-badge svg {
  width: 52px;
  height: 52px;
  stroke-width: 2.15;
}

.why-grid h3 {
  margin-top: 0;
  margin-bottom: 14px;
}

.why-grid article:hover {
  border-color: rgba(5, 5, 5, 0.08);
  background: transparent;
  box-shadow: none;
  transform: translateY(-4px);
}

.why-grid article:hover .icon-badge {
  background: transparent;
  border-color: transparent;
  color: var(--deep-red);
  filter: drop-shadow(9px 11px 0 rgba(5, 5, 5, 0.1)) drop-shadow(0 18px 22px rgba(193, 18, 31, 0.22));
}

@media (max-width: 1120px) {
  .why-grid article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .why-grid article {
    padding: 0 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08);
  }

  .why-grid article:last-child {
    border-bottom: 0;
  }

  .why-grid .icon-badge {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }

  .why-grid .icon-badge svg {
    width: 46px;
    height: 46px;
  }
}


/* About story leveling */
.about-story-feature {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 6vw, 86px);
}

.about-story-visual {
  width: min(100%, 560px);
  min-height: 0;
  margin: 0;
  justify-self: end;
}

.about-story-main {
  width: 100%;
}

.about-founder-frame {
  right: -34px;
  bottom: 72px;
  width: clamp(180px, 18vw, 245px);
}

.about-story-copy {
  max-width: 650px;
  padding-top: 4px;
}

.about-story-copy h2 {
  max-width: 560px;
  margin-bottom: 22px;
}

.about-story-copy p {
  max-width: 640px;
  margin-bottom: 14px;
}

.about-story-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .about-story-visual {
    justify-self: center;
    margin: 0 auto;
  }

  .about-story-copy {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 34px;
  }
}

@media (max-width: 620px) {
  .about-story-feature {
    gap: 34px;
  }

  .about-founder-frame {
    right: 10px;
    bottom: -24px;
    width: 158px;
  }

  .about-story-copy {
    padding-top: 34px;
  }
}


/* About testimonial carousel */
.about-testimonials .testimonial-carousel {
  max-width: 900px;
  margin: 0 auto;
}

.about-testimonials .testimonial-track {
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.about-testimonials .testimonial-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  padding: clamp(34px, 5vw, 62px);
  opacity: 0;
  transform: translateX(28px) scale(0.98);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}

.about-testimonials .testimonial-card.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.about-testimonials .testimonial-card p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--black);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 1.34;
  text-align: center;
}

.about-testimonials .testimonial-card.featured p {
  color: var(--cream);
}

.about-testimonials .testimonial-card strong,
.about-testimonials .testimonial-card span {
  text-align: center;
}

.about-testimonials .testimonial-card strong {
  margin-top: 28px;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.testimonial-arrow,
.testimonial-dot {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(5, 5, 5, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: var(--black);
  cursor: pointer;
  transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.testimonial-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}

.testimonial-dots {
  display: flex;
  gap: 9px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
}

.testimonial-dot.is-active,
.testimonial-arrow:hover,
.testimonial-dot:hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  .about-testimonials .testimonial-track,
  .about-testimonials .testimonial-card {
    min-height: 430px;
  }

  .about-testimonials .testimonial-card {
    padding: 30px 22px;
  }
}


/* About approach one-column trial */
.approach-section {
  grid-template-columns: 1fr;
  gap: 24px;
}

.approach-section > div:first-child,
.approach-copy {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.approach-section > div:first-child {
  text-align: center;
}

.approach-copy {
  gap: 16px;
}

.approach-copy p {
  text-align: left;
}


/* Modern icon design system */
.icon-badge {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.icon-badge::before {
  position: absolute;
  inset: 6px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.42), transparent 34%), linear-gradient(145deg, rgba(225, 6, 0, 0.18), rgba(17, 17, 17, 0.04));
  content: "";
  opacity: 0.88;
}

.icon-badge svg {
  filter: drop-shadow(0 7px 7px rgba(5, 5, 5, 0.14));
  transition: transform 220ms ease, filter 220ms ease;
}

:where(.preview-grid article, .service-line, .process-track article, .why-grid article):hover .icon-badge svg {
  transform: scale(1.06) rotate(-2deg);
  filter: drop-shadow(0 10px 12px rgba(5, 5, 5, 0.2));
}

.preview-grid .icon-badge,
.service-line > .icon-badge,
.process-track .icon-badge {
  border-color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(145deg, #e10600 0%, #c1121f 52%, #050505 130%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(193, 18, 31, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.service-line > .icon-badge {
  border: 1px solid rgba(255, 255, 255, 0.68);
}

.process-track .icon-badge {
  border-width: 1px;
}

.why-grid .icon-badge::before {
  inset: auto;
  display: none;
}

.why-grid .icon-badge {
  color: var(--red);
  filter: drop-shadow(10px 12px 0 rgba(5, 5, 5, 0.075)) drop-shadow(0 18px 20px rgba(193, 18, 31, 0.18));
}

.why-grid .icon-badge svg {
  stroke-width: 2.35;
}

.gallery-grid .work-thumb,
.work-action-grid .work-thumb,
.preview-art {
  position: relative;
  overflow: hidden;
}

.gallery-grid .work-thumb::after,
.work-action-grid .work-thumb::after,
.preview-art::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(225, 6, 0, 0.95), rgba(5, 5, 5, 0.82));
  box-shadow: 0 12px 24px rgba(5, 5, 5, 0.2);
  content: "";
}

@media (max-width: 700px) {
  .gallery-grid .work-thumb::after,
  .work-action-grid .work-thumb::after,
  .preview-art::after {
    width: 28px;
    height: 28px;
  }
}
/* Why Choose centered title polish */
.why-grid article {
  text-align: center;
}

.why-grid .icon-badge {
  margin-right: auto;
  margin-left: auto;
}

.why-grid h3 {
  text-align: center;
}

.why-grid p {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}


/* Services Creative Work image polish */
.work-action-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

.work-action-grid article {
  grid-column: span 2;
}

.work-action-grid article:nth-last-child(2) {
  grid-column: 2 / span 2;
}

.work-action-grid .work-thumb {
  height: clamp(260px, 24vw, 360px);
  margin-bottom: 18px;
  box-shadow: 0 24px 55px rgba(5, 5, 5, 0.12);
}

.work-action-grid .work-thumb::after {
  display: none;
}

@media (max-width: 1000px) {
  .work-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-action-grid article,
  .work-action-grid article:nth-last-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .work-action-grid {
    grid-template-columns: 1fr;
  }

  .work-action-grid .work-thumb {
    height: clamp(260px, 78vw, 390px);
  }
}

/* Home featured shop */
.home-shop-feature {
  background: linear-gradient(180deg, #fffdf8 0%, #f8f8f5 100%);
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.home-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.home-shop-item {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 24px 58px rgba(5, 5, 5, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.home-shop-item:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 6, 0, 0.22);
  box-shadow: 0 32px 76px rgba(5, 5, 5, 0.13);
}

.home-shop-image {
  height: clamp(230px, 24vw, 340px);
  background-size: cover;
  background-position: center;
}

.home-shop-item.product-card {
  border-radius: 0;
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
}

.home-shop-item.product-card .home-shop-image {
  position: relative;
  background-color: #f5f0e9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.home-shop-item.product-card .home-shop-image::after {
  content: "";
  position: absolute;
  inset: auto 24px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 6, 0, 0.4), transparent);
}

.product-event-tee {
  background-image: linear-gradient(110deg, rgba(248, 248, 245, 0.96) 0%, rgba(248, 248, 245, 0.82) 36%, rgba(248, 248, 245, 0.2) 100%), url("assets/event-crew-hero.png");
  background-position: 58% center !important;
}

.product-playbook {
  background-image: linear-gradient(110deg, rgba(248, 248, 245, 0.96) 0%, rgba(248, 248, 245, 0.78) 34%, rgba(248, 248, 245, 0.14) 100%), url("assets/digital-products-hero.png");
  background-position: 62% center !important;
}

.product-little-leaders {
  background-image: linear-gradient(110deg, rgba(248, 248, 245, 0.96) 0%, rgba(248, 248, 245, 0.78) 34%, rgba(248, 248, 245, 0.14) 100%), url("assets/nexgen-youth-hero.png");
  background-position: 60% center !important;
}

.live-product-image {
  display: grid;
  place-items: center;
  padding: clamp(18px, 2.4vw, 30px);
}

.live-product-image img {
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(5, 5, 5, 0.18));
  transition: transform 260ms ease;
}

.live-product-card:hover .live-product-image img {
  transform: translateY(-4px) scale(1.02);
}

.home-shop-item .product-price {
  display: block;
  margin-top: 16px;
  color: var(--red);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.home-shop-item > div:last-child {
  padding: clamp(22px, 2.6vw, 32px);
}

.home-shop-item span {
  display: block;
  margin-bottom: 10px;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.05;
}

.home-shop-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.home-shop-feature .center-actions {
  margin-top: 34px;
}

@media (max-width: 980px) {
  .home-shop-grid {
    grid-template-columns: 1fr;
  }

  .home-shop-image {
    height: clamp(260px, 62vw, 420px);
  }
}


/* Impact Ignite background */
.impact-band {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.94) 42%, rgba(255, 253, 248, 0.48) 70%, rgba(255, 253, 248, 0.1) 100%),
    url(assets/impact-ignite-bg.png);
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(5, 5, 5, 0.06);
  border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

.impact-band .section-heading {
  max-width: 680px;
  margin-bottom: 0;
}

.impact-band h2 {
  margin-bottom: 18px;
}

.impact-band p:not(.eyebrow) {
  max-width: 600px;
  color: #2e2924;
}

@media (max-width: 800px) {
  .impact-band {
    min-height: 420px;
    background-image:
      linear-gradient(180deg, rgba(248, 248, 245, 0.97) 0%, rgba(248, 248, 245, 0.9) 62%, rgba(248, 248, 245, 0.56) 100%),
      url(assets/impact-ignite-bg.png);
    background-position: 66% center;
  }
}


/* Contact information block */
.contact-info-block {
  display: grid;
  gap: 10px;
  margin-top: 32px;
  padding: 26px;
  border-left: 3px solid var(--red);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.05);
}

.contact-info-block h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-info-block a,
.contact-info-block span {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.contact-info-block a:hover {
  color: var(--red);
}

/* About story final polish */
.about-story-feature {
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(56px, 6.5vw, 104px);
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.about-story-visual {
  width: min(100%, 590px);
  min-height: clamp(600px, 56vw, 720px);
  justify-self: end;
  display: flex;
  align-items: stretch;
}

.about-story-main {
  width: 100%;
  height: clamp(600px, 56vw, 720px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.about-founder-frame {
  right: clamp(-42px, -3vw, -24px);
  bottom: clamp(56px, 7vw, 92px);
  width: clamp(205px, 18vw, 280px);
}

.about-story-copy {
  max-width: 660px;
  padding-top: 6px;
}

.about-story-copy .eyebrow {
  margin-bottom: 18px;
}

.about-story-copy h2 {
  max-width: 620px;
  margin-bottom: 28px;
  line-height: 1.12;
}

.about-story-copy p {
  max-width: 640px;
  margin: 0 0 16px;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.78;
}

.about-story-copy p:first-of-type {
  font-size: clamp(1.04rem, 1.15vw, 1.16rem);
  line-height: 1.7;
}

.about-story-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .about-story-feature {
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
    gap: clamp(44px, 5vw, 72px);
  }

  .about-story-visual,
  .about-story-main {
    height: clamp(560px, 58vw, 650px);
    min-height: clamp(560px, 58vw, 650px);
  }
}

@media (max-width: 900px) {
  .about-story-feature {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .about-story-visual {
    justify-self: center;
    width: min(100%, 620px);
  }

  .about-story-copy {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 14px;
  }
}

@media (max-width: 620px) {
  .about-story-feature {
    padding-top: 58px;
    padding-bottom: 62px;
    gap: 34px;
  }

  .about-story-visual,
  .about-story-main {
    height: clamp(470px, 128vw, 570px);
    min-height: clamp(470px, 128vw, 570px);
  }

  .about-founder-frame {
    right: 12px;
    bottom: -26px;
    width: clamp(150px, 44vw, 182px);
  }

  .about-story-copy {
    padding-top: 42px;
  }

  .about-story-copy h2 {
    margin-bottom: 22px;
  }

  .about-story-copy p {
    line-height: 1.7;
  }
}

/* Home strategy card image cleanup */
.services-preview .preview-art {
  height: clamp(185px, 15vw, 230px);
  background-size: cover;
  background-position: center;
}

.services-preview .social-art {
  background-position: center 42%;
}

.services-preview .content-art,
.services-preview .website-art,
.services-preview .strategy-art {
  background-position: center 48%;
}

.services-preview .activation-art {
  background-position: center 45%;
}

.services-preview .preview-art::after {
  display: none;
}

.services-preview .preview-grid .icon-badge {
  margin-top: -24px;
}

@media (max-width: 700px) {
  .services-preview .preview-art {
    height: 205px;
  }

  .services-preview .preview-grid .icon-badge {
    margin-top: -22px;
  }
}

/* About editorial approach and testimonials polish */
.approach-section {
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(38px, 5vw, 76px);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.86), rgba(248, 248, 245, 0.96));
  border-top: 1px solid rgba(5, 5, 5, 0.08);
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
}

.approach-section > div:first-child,
.approach-copy,
.approach-heading {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.approach-section > div:first-child,
.approach-heading {
  text-align: left;
}

.approach-heading h2,
.about-testimonials .section-heading h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.approach-heading > p:not(.eyebrow) {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.06vw, 1.12rem);
  line-height: 1.75;
}

.approach-copy {
  display: grid;
  gap: 0;
  padding-left: clamp(22px, 3vw, 42px);
  border-left: 1px solid rgba(5, 5, 5, 0.16);
}

.approach-copy p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--charcoal);
  font-size: clamp(1.02rem, 1.08vw, 1.14rem);
  line-height: 1.78;
  text-align: left;
}

.approach-copy p + p {
  padding-top: 22px;
  border-top: 1px solid rgba(5, 5, 5, 0.09);
}

.approach-copy p:last-child {
  padding-bottom: 0;
}

/* About video feature */
.about-video-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1fr);
  align-items: center;
  gap: clamp(34px, 5.5vw, 88px);
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.98), rgba(5, 5, 5, 0.94));
  color: var(--cream);
  overflow: hidden;
  position: relative;
}

.about-video-feature::before {
  position: absolute;
  inset: auto -10% -48% 30%;
  height: 280px;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.28), transparent 66%);
  content: "";
  pointer-events: none;
}

.about-video-copy,
.about-video-frame {
  position: relative;
  z-index: 1;
}

.about-video-copy .eyebrow {
  color: #ff3b35;
}

.about-video-copy h2 {
  max-width: 520px;
  margin-bottom: 20px;
  color: var(--cream);
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 1.06;
}

.about-video-copy p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(248, 248, 245, 0.76);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.78;
}

.about-video-copy .button-secondary {
  border-color: rgba(248, 248, 245, 0.58);
  color: var(--cream);
}

.about-video-frame {
  aspect-ratio: 16 / 9;
  min-height: 300px;
  border: 1px solid rgba(248, 248, 245, 0.16);
  background: #050505;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.about-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 980px) {
  .about-video-feature {
    grid-template-columns: 1fr;
  }

  .about-video-frame {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .about-video-feature {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .about-video-copy h2 {
    font-size: clamp(1.9rem, 10vw, 2.6rem);
  }
}

/* Home marquee divider */
.home-marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(5, 5, 5, 0.1);
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  background: linear-gradient(90deg, #050505 0%, #111 52%, #050505 100%);
  color: var(--cream);
}

.home-marquee::before,
.home-marquee::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: clamp(40px, 8vw, 140px);
  height: 100%;
  content: "";
  pointer-events: none;
}

.home-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #050505, transparent);
}

.home-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #050505, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: tuneVoxMarquee 34s linear infinite;
  will-change: transform;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  color: rgba(248, 248, 245, 0.86);
  font-size: clamp(0.76rem, 0.92vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-track span::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 30px;
  border-radius: 50%;
  background: var(--red);
  content: "";
  box-shadow: 0 0 18px rgba(225, 6, 0, 0.62);
}

@keyframes tuneVoxMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    padding: 0 18px;
  }
}

@media (max-width: 620px) {
  .marquee-track span {
    padding: 15px 0;
    letter-spacing: 0.14em;
  }

  .marquee-track span::after {
    margin: 0 22px;
  }
}

/* About section color separation */
.approach-section {
  background: linear-gradient(180deg, #fffdf8 0%, #f5f1e9 100%);
  border-top: 1px solid rgba(5, 5, 5, 0.08);
  border-bottom: 0;
}
/* About approach purpose mark */
.approach-brand-mark {
  position: relative;
  width: min(255px, 72%);
  margin: clamp(8px, 1.4vw, 14px) 0 0 clamp(44px, 8vw, 112px);
  aspect-ratio: 1.55 / 1;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.92;
}

.approach-brand-mark::after {
  display: none;
}

.approach-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 28px rgba(5, 5, 5, 0.12));
}

@media (max-width: 900px) {
  .approach-brand-mark {
    width: min(250px, 80%);
    margin-top: 10px;
    margin-left: clamp(28px, 10vw, 58px);
  }
}


.about-testimonials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(225, 6, 0, 0.07), transparent 22%),
    radial-gradient(circle at 86% 72%, rgba(5, 5, 5, 0.055), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fffdf8 58%, #f8f8f5 100%);
  color: var(--black);
}

.about-testimonials::before,
.about-testimonials::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.about-testimonials::before {
  top: clamp(36px, 7vw, 84px);
  right: clamp(24px, 7vw, 110px);
  width: clamp(120px, 14vw, 210px);
  height: clamp(120px, 14vw, 210px);
  border: 1px solid rgba(225, 6, 0, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(225, 6, 0, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(225, 6, 0, 0.12) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.42;
  transform: rotate(8deg);
}

.about-testimonials::after {
  bottom: clamp(42px, 8vw, 100px);
  left: clamp(18px, 7vw, 110px);
  width: clamp(105px, 13vw, 190px);
  height: clamp(105px, 13vw, 190px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(225, 6, 0, 0.1), transparent 56%),
    linear-gradient(135deg, rgba(5, 5, 5, 0.045), rgba(255, 255, 255, 0));
  box-shadow: 0 28px 70px rgba(5, 5, 5, 0.06);
  transform: rotate(-10deg);
}

.about-testimonials .section-heading,
.about-testimonials .testimonial-carousel {
  position: relative;
  z-index: 1;
}

.about-testimonials .eyebrow {
  color: var(--red);
}

.about-testimonials .section-heading h2,
.about-testimonials .testimonial-card p,
.about-testimonials .testimonial-card.featured p,
.about-testimonials .testimonial-card strong {
  color: var(--black);
}

.about-testimonials .testimonial-card span {
  color: var(--muted);
}

.about-testimonials .testimonial-card::before {
  background: var(--red);
  box-shadow: 0 12px 28px rgba(225, 6, 0, 0.16);
}

.about-testimonials .testimonial-arrow,
.about-testimonials .testimonial-dot {
  border-color: rgba(5, 5, 5, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--black);
  backdrop-filter: blur(12px);
}

.about-testimonials .testimonial-dot.is-active,
.about-testimonials .testimonial-arrow:hover,
.about-testimonials .testimonial-dot:hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

@media (max-width: 700px) {
  .about-testimonials::before {
    right: -52px;
    opacity: 0.28;
  }

  .about-testimonials::after {
    left: -56px;
    opacity: 0.34;
  }
}

/* About page music hero */
.about-hero {
  min-height: clamp(420px, 42vw, 570px);
  background: #fffdf8;
}

.about-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.98) 34%, rgba(255, 253, 248, 0.3) 62%, rgba(255, 253, 248, 0.06) 100%),
    url("assets/about-hero-music.png");
  background-position: center right;
  background-size: cover;
}

.about-hero h1,
.about-hero p {
  max-width: 640px;
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 460px;
  }

  .about-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0%, rgba(255, 253, 248, 0.9) 48%, rgba(255, 253, 248, 0.32) 100%),
      url("assets/about-hero-music.png");
    background-position: center right;
    background-size: cover;
  }
}

@media (max-width: 620px) {
  .about-hero {
    min-height: 430px;
  }

  .about-hero::before {
    background-position: 58% center;
  }
}
/* About testimonials open editorial style */
.about-testimonials .testimonial-carousel {
  max-width: 980px;
}

.about-testimonials .testimonial-track {
  min-height: 300px;
  border-top: 1px solid rgba(5, 5, 5, 0.12);
  border-bottom: 1px solid rgba(5, 5, 5, 0.12);
}

.about-testimonials .testimonial-card,
.about-testimonials .testimonial-card.featured {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 300px;
  padding: clamp(34px, 5vw, 58px) clamp(12px, 3vw, 34px);
}

.about-testimonials .testimonial-card:hover,
.about-testimonials .testimonial-card.featured:hover {
  transform: translateX(28px) scale(0.98);
  box-shadow: none;
}

.about-testimonials .testimonial-card.is-active:hover {
  transform: translateX(0) scale(1);
}

.about-testimonials .testimonial-card::before {
  display: none;
}

.about-testimonials .testimonial-card p,
.about-testimonials .testimonial-card.featured p {
  max-width: 820px;
  color: var(--black);
}

.about-testimonials .testimonial-card strong {
  display: block;
  margin-top: 24px;
  color: var(--black);
}

.about-testimonials .testimonial-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

@media (max-width: 700px) {
  .about-testimonials .testimonial-track,
  .about-testimonials .testimonial-card,
  .about-testimonials .testimonial-card.featured {
    min-height: 380px;
  }
}
/* Impact partner strip */
.partner-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(24px, 3.4vw, 42px) clamp(28px, 6vw, 72px);
  background: linear-gradient(90deg, #fff 0%, #fffdf8 70%, #f8f8f5 100%);
  border-top: 1px solid rgba(5, 5, 5, 0.1);
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}

.partner-strip-icon {
  width: clamp(68px, 7vw, 108px);
  color: var(--red);
}

.partner-strip-icon svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(225, 6, 0, 0.14));
}

.partner-strip-copy {
  max-width: 900px;
}

.partner-strip-copy h2 {
  position: relative;
  margin: 0 0 14px;
  color: var(--black);
  font-family: var(--sans);
  font-size: clamp(1.55rem, 2.2vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -0.01em;
}

.partner-strip-copy h2::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  background: var(--red);
  content: "";
}

.partner-strip-copy p {
  max-width: 860px;
  margin: 0;
  color: #202020;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.62;
}

.partner-strip .button {
  white-space: nowrap;
}

.partner-strip .button::after {
  content: "›";
  margin-left: 12px;
  font-size: 1.2em;
  line-height: 0;
}

@media (max-width: 860px) {
  .partner-strip {
    grid-template-columns: auto 1fr;
  }

  .partner-strip .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .partner-strip {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 22px;
    text-align: left;
  }

  .partner-strip-icon {
    width: 74px;
  }

  .partner-strip .button {
    grid-column: auto;
  }
}
/* Impact readability and simple partner note */
.impact-band .section-heading {
  max-width: 610px;
  padding: 0;
  background: transparent;
  border-left: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.impact-band .eyebrow {
  color: var(--red);
}

.impact-band h2 {
  color: var(--black);
}

.impact-band p:not(.eyebrow) {
  color: #171717;
}

.partner-note {
  padding-top: clamp(44px, 6vw, 78px);
  padding-bottom: clamp(44px, 6vw, 78px);
  background: linear-gradient(180deg, #fffdf8 0%, #f8f8f5 100%);
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.partner-note-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 46px) 0 0;
  border-top: 1px solid rgba(5, 5, 5, 0.16);
}

.partner-note-copy {
  max-width: 820px;
}

.partner-note-copy h2 {
  max-width: 660px;
  margin-bottom: 18px;
  color: var(--black);
  font-size: clamp(2rem, 3.2vw, 3.65rem);
  line-height: 1.05;
}

.partner-note-copy p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: #242424;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.72;
}

.partner-note .button {
  white-space: nowrap;
}

@media (max-width: 820px) {
  .impact-band .section-heading {
    background: rgba(255, 253, 248, 0.92);
  }

  .partner-note-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
/* Home shop product highlights */
.home-shop-item .product-tag {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-shop-item .home-shop-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-shop-item .home-shop-meta::after {
  content: "→";
  color: var(--red);
  font-size: 1rem;
}
/* Shop editorial quote */
.shop-quote-heading {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.shop-quote-heading blockquote {
  position: relative;
  margin: 0;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.04;
}

.shop-quote-heading blockquote::before,
.shop-quote-heading blockquote::after {
  color: var(--red);
}

.shop-quote-heading blockquote::before {
  content: "“";
}

.shop-quote-heading blockquote::after {
  content: "”";
}
/* Contact page hero image */
.contact-hero::before {
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 245, 0.94) 34%, rgba(248, 248, 245, 0.22) 70%, rgba(248, 248, 245, 0.06) 100%),
    url("assets/contact-hero.png");
  background-position: center;
  background-size: cover;
}

.contact-hero .page-hero-panel {
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
}

@media (max-width: 700px) {
  .contact-hero::before {
    background:
      linear-gradient(180deg, rgba(248, 248, 245, 0.98) 0%, rgba(248, 248, 245, 0.92) 58%, rgba(248, 248, 245, 0.46) 100%),
      url("assets/contact-hero.png");
    background-position: 64% center;
    background-size: cover;
  }
}
/* Shop page hero image */
.shop-hero::before {
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 245, 0.96) 34%, rgba(248, 248, 245, 0.2) 68%, rgba(248, 248, 245, 0.04) 100%),
    url("assets/shop-hero.png");
  background-position: center;
  background-size: cover;
}

.shop-hero .page-hero-panel {
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
}

@media (max-width: 700px) {
  .shop-hero::before {
    background:
      linear-gradient(180deg, rgba(248, 248, 245, 0.98) 0%, rgba(248, 248, 245, 0.92) 58%, rgba(248, 248, 245, 0.5) 100%),
      url("assets/shop-hero.png");
    background-position: 63% center;
    background-size: cover;
  }
}
/* Unified premium hero slider system */
.page-hero {
  grid-template-columns: minmax(0, 0.66fr) minmax(320px, 0.94fr);
  min-height: clamp(390px, 42vw, 520px);
  background: #fffdf8;
  isolation: isolate;
}

.page-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.97) 33%, rgba(255, 253, 248, 0.48) 62%, rgba(255, 253, 248, 0.06) 100%),
    url("assets/inner-page-hero.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.page-hero::after {
  position: absolute;
  left: clamp(18px, 8vw, 140px);
  bottom: clamp(24px, 4vw, 48px);
  width: clamp(54px, 6vw, 92px);
  height: 2px;
  background: var(--red);
  content: "";
  z-index: 1;
}

.page-hero .eyebrow {
  color: var(--red);
}

.page-hero h1 {
  max-width: 760px;
  color: var(--black);
  font-size: clamp(2.45rem, 5vw, 5.35rem);
  line-height: 0.98;
}

.page-hero p:not(.eyebrow) {
  max-width: 610px;
  color: #222;
  line-height: 1.7;
}

.page-hero-panel {
  display: none;
}

.about-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.96) 35%, rgba(255, 253, 248, 0.34) 68%, rgba(255, 253, 248, 0.04) 100%),
    url("assets/about-hero-music.png");
  background-position: center;
  background-size: cover;
}

.services-hero::before,
.gallery-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.96) 34%, rgba(255, 253, 248, 0.28) 68%, rgba(255, 253, 248, 0.04) 100%),
    url("assets/inner-page-hero.png");
  background-position: center;
  background-size: cover;
}

.impact-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.97) 35%, rgba(255, 253, 248, 0.34) 70%, rgba(255, 253, 248, 0.05) 100%),
    url("assets/impact-hero.png");
  background-position: center;
  background-size: cover;
}

.shop-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.96) 34%, rgba(255, 253, 248, 0.24) 67%, rgba(255, 253, 248, 0.04) 100%),
    url("assets/shop-hero.png");
  background-position: center;
  background-size: cover;
}

.contact-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.96) 34%, rgba(255, 253, 248, 0.28) 68%, rgba(255, 253, 248, 0.04) 100%),
    url("assets/contact-hero.png");
  background-position: center;
  background-size: cover;
}

.event-crew-hero::before,
.digital-products-hero::before,
.nexgen-youth-hero::before {
  background-position: center;
  background-size: cover;
}

@media (max-width: 900px) {
  .page-hero {
    grid-template-columns: 1fr;
    min-height: 430px;
  }

  .page-hero::before,
  .about-hero::before,
  .services-hero::before,
  .gallery-hero::before,
  .impact-hero::before,
  .shop-hero::before,
  .contact-hero::before {
    background-image:
      linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.94) 58%, rgba(255, 253, 248, 0.58) 100%),
      var(--mobile-hero-image);
    background-position: 62% center;
  }

  .about-hero { --mobile-hero-image: url("assets/about-hero-music.png"); }
  .services-hero, .gallery-hero { --mobile-hero-image: url("assets/inner-page-hero.png"); }
  .impact-hero { --mobile-hero-image: url("assets/impact-hero.png"); }
  .shop-hero { --mobile-hero-image: url("assets/shop-hero.png"); }
  .contact-hero { --mobile-hero-image: url("assets/contact-hero.png"); }
}

@media (max-width: 620px) {
  .page-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.5rem);
  }

  .page-hero::after {
    left: 22px;
    bottom: 24px;
  }
}
/* Unified hero collection page image fixes */
.page-hero {
  --mobile-hero-image: url("assets/inner-page-hero.png");
}

.event-crew-hero { --mobile-hero-image: url("assets/event-crew-hero.png"); }
.digital-products-hero { --mobile-hero-image: url("assets/digital-products-hero.png"); }
.nexgen-youth-hero { --mobile-hero-image: url("assets/nexgen-youth-hero.png"); }

.event-crew-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.96) 34%, rgba(255, 253, 248, 0.22) 68%, rgba(255, 253, 248, 0.04) 100%),
    url("assets/event-crew-hero.png");
  background-position: center;
  background-size: cover;
}

.digital-products-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.96) 34%, rgba(255, 253, 248, 0.22) 68%, rgba(255, 253, 248, 0.04) 100%),
    url("assets/digital-products-hero.png");
  background-position: center;
  background-size: cover;
}

.nexgen-youth-hero::before {
  background:
    linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.96) 34%, rgba(255, 253, 248, 0.22) 68%, rgba(255, 253, 248, 0.04) 100%),
    url("assets/nexgen-youth-hero.png");
  background-position: center;
  background-size: cover;
}
/* Contact info icons and social links */
.contact-info-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.contact-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--red);
  border: 1px solid rgba(225, 6, 0, 0.2);
  background: rgba(225, 6, 0, 0.045);
}

.contact-icon svg,
.contact-socials svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-socials {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(5, 5, 5, 0.1);
}

.contact-socials p {
  margin: 0 0 12px;
  color: var(--black);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-socials > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-socials a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--black);
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: rgba(255, 255, 255, 0.72);
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.contact-socials a:hover {
  transform: translateY(-3px);
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}



/* Our Work and Blog pages */
.our-work-section .section-heading {
  max-width: 820px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.work-note {
  background: linear-gradient(135deg, #fffdf8 0%, #f8f8f5 64%, rgba(193, 18, 31, 0.08) 100%);
  text-align: center;
}

.work-note h2 {
  max-width: 820px;
  margin-inline: auto;
}

.work-note p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto 26px;
  color: var(--muted);
}

.blog-hero::before {
  background-image: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 44%, rgba(255, 253, 248, 0.22) 76%, rgba(255, 253, 248, 0.06) 100%), url("assets/blog-hero.png");
}

.blog-intro {
  background: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.blog-grid article {
  border-top: 2px solid var(--red);
  padding: 28px 0 0;
}

.blog-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-grid h3 {
  max-width: 360px;
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.blog-grid p {
  color: var(--muted);
}

@media (max-width: 1120px) {
  .site-nav { gap: clamp(12px, 1.6vw, 24px); font-size: 0.68rem; }
}

@media (max-width: 800px) {
  .blog-grid { grid-template-columns: 1fr; }
}


/* Top bar and social icon polish */
.top-strip p span {
  color: var(--red);
}

.socials {
  align-items: center;
  gap: 8px;
}

.socials a {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--cream);
  border: 1px solid var(--red);
  border-radius: 999px;
  background: var(--red);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.socials a:hover {
  color: var(--cream);
  border-color: var(--black);
  background: var(--black);
  transform: translateY(-1px);
}

.socials svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-socials a {
  border-radius: 999px;
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.contact-socials a:hover {
  color: #fff;
  border-color: var(--black);
  background: var(--black);
}


/* Impact layered community image */
.impact-layered-image {
  position: relative;
  isolation: isolate;
  min-height: clamp(440px, 45vw, 620px);
  overflow: visible;
}

.impact-layered-image .impact-audience-photo {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  border-radius: 0;
  filter: grayscale(1) contrast(1.06);
  box-shadow: 0 32px 80px rgba(5, 5, 5, 0.18);
}

.impact-layered-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(5, 5, 5, 0.06), rgba(5, 5, 5, 0.36));
  content: "";
  pointer-events: none;
}

.impact-founder-photo {
  position: absolute;
  right: clamp(-18px, -1.4vw, -8px);
  bottom: clamp(40px, 5vw, 70px);
  z-index: 2;
  width: clamp(86px, 9vw, 124px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid var(--paper);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.28);
}

@media (max-width: 900px) {
  .impact-layered-image {
    min-height: 410px;
    margin-bottom: clamp(46px, 14vw, 76px);
  }

  .impact-founder-photo {
    right: 18px;
    bottom: -26px;
    width: clamp(82px, 24vw, 118px);
    border-width: 4px;
  }
}


/* Shop body intro refinement */
.shop-quote-heading h2 {
  max-width: 780px;
  margin: 10px auto 12px;
  text-align: center;
}

.shop-quote-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto 20px;
  color: var(--muted);
  text-align: center;
}


/* Shop split collection intro */
.shop-collections {
  padding-top: clamp(44px, 5vw, 72px);
}

.shop-quote-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto clamp(34px, 4.5vw, 58px);
  text-align: left;
}

.shop-quote-heading .eyebrow,
.shop-quote-heading blockquote {
  grid-column: 1;
}

.shop-quote-heading h2,
.shop-quote-heading > p:not(.eyebrow) {
  grid-column: 2;
}

.shop-quote-heading blockquote {
  padding: clamp(26px, 3vw, 40px);
  color: var(--cream);
  background: var(--black);
  border-left: 4px solid var(--red);
  box-shadow: 0 24px 70px rgba(5, 5, 5, 0.16);
}

.shop-quote-heading h2 {
  max-width: 640px;
  margin: 0 0 14px;
  text-align: left;
}

.shop-quote-heading > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  text-align: left;
}

@media (max-width: 820px) {
  .shop-quote-heading {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .shop-quote-heading .eyebrow,
  .shop-quote-heading blockquote,
  .shop-quote-heading h2,
  .shop-quote-heading > p:not(.eyebrow) {
    grid-column: 1;
  }
}


/* Shop left-aligned intro override */
.shop-quote-heading {
  display: block;
  max-width: 920px;
  margin: 0 0 clamp(34px, 4.5vw, 58px);
  text-align: left;
}

.shop-quote-heading .eyebrow,
.shop-quote-heading blockquote,
.shop-quote-heading h2,
.shop-quote-heading > p:not(.eyebrow) {
  grid-column: auto;
}

.shop-quote-heading h2 {
  max-width: 780px;
  margin: 10px 0 12px;
  text-align: left;
}

.shop-quote-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--muted);
  text-align: left;
}

.shop-quote-heading blockquote {
  max-width: 980px;
  margin: 24px 0 0;
  padding: clamp(24px, 3vw, 38px);
  text-align: left;
}


/* Shop wide quote band */
.shop-quote-band {
  padding: clamp(28px, 4vw, 54px) clamp(18px, 5vw, 82px);
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 4px solid var(--red);
}

.shop-quote-band blockquote {
  max-width: 1180px;
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.9rem);
  line-height: 1.02;
}

.shop-quote-band blockquote::before,
.shop-quote-band blockquote::after {
  color: var(--red);
}

.shop-quote-band blockquote::before {
  content: "“";
}

.shop-quote-band blockquote::after {
  content: "”";
}

.shop-quote-heading blockquote {
  display: none;
}


/* Force Impact portrait to remain a small accent */
.impact-layered-image .impact-founder-photo {
  position: absolute;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(28px, 4vw, 48px);
  z-index: 2;
  width: clamp(96px, 10vw, 140px);
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid var(--paper);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(5, 5, 5, 0.28);
}

@media (max-width: 900px) {
  .impact-layered-image .impact-founder-photo {
    right: 18px;
    bottom: -22px;
    width: clamp(92px, 26vw, 126px);
    min-height: 0;
  }
}


/* Match Impact portrait to About page circle scale */
.impact-layered-image .impact-founder-photo {
  position: absolute;
  right: -36px;
  bottom: 42px;
  z-index: 2;
  width: clamp(190px, 22vw, 285px);
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 7px;
  border: 1px solid rgba(5, 5, 5, 0.36);
  border-radius: 50%;
  background: rgba(248, 248, 245, 0.95);
  box-shadow: 0 26px 60px rgba(5, 5, 5, 0.18);
  filter: none;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 900px) {
  .impact-layered-image .impact-founder-photo {
    right: 18px;
    bottom: -48px;
    width: clamp(172px, 46vw, 245px);
    min-height: 0;
    padding: 6px;
  }
}


/* Legal pages and footer links */
.legal-hero::before {
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 46%, rgba(255, 253, 248, 0.2) 78%, rgba(255, 253, 248, 0.06) 100%), url("assets/about-hero-music.png");
}

.legal-page {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}

.legal-page h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.legal-page p {
  color: var(--muted);
}

.legal-updated {
  color: var(--black) !important;
  font-weight: 800;
}

.footer-bottom {
  gap: 16px;
}

.legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
}

.legal-links a {
  color: var(--cream);
}

.legal-links a:hover {
  color: var(--red);
}

/* Shop quote and split collection intro refresh */
.shop-quote-band {
  position: relative;
  overflow: hidden;
}

.shop-quote-band::after {
  content: "";
  position: absolute;
  right: clamp(24px, 7vw, 120px);
  top: 50%;
  width: clamp(70px, 10vw, 150px);
  height: 1px;
  background: var(--red);
  opacity: 0.75;
}

.shop-intro-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto clamp(34px, 4vw, 58px);
}

.shop-intro-title h2 {
  max-width: 560px;
  margin: 10px 0 0;
  text-align: left;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1.04;
}

.shop-intro-copy {
  border-left: 1px solid rgba(5, 5, 5, 0.12);
  padding-left: clamp(22px, 3vw, 46px);
}

.shop-intro-copy p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.82;
}

@media (max-width: 820px) {
  .shop-intro-split {
    grid-template-columns: 1fr;
  }

  .shop-intro-copy {
    border-left: 0;
    border-top: 1px solid rgba(5, 5, 5, 0.12);
    padding-left: 0;
    padding-top: 22px;
  }

  .shop-quote-band::after {
    display: none;
  }
}

/* Blog featured article */
.blog-feature {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

.blog-post {
  max-width: 1180px;
  margin: 0 auto;
}

.blog-post-header {
  max-width: 860px;
  margin: 0 0 clamp(28px, 4vw, 52px);
}

.blog-post-header h2 {
  margin: 10px 0 12px;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.blog-subtitle {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.55;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.blog-meta span {
  padding: 9px 13px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 999px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-feature-media {
  position: relative;
  min-height: clamp(280px, 42vw, 540px);
  margin-bottom: clamp(38px, 5vw, 70px);
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 32px 90px rgba(5, 5, 5, 0.12);
}

.blog-feature-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 42vw, 540px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.blog-stat-card {
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 54px);
  width: min(280px, calc(100% - 36px));
  padding: 22px;
  color: var(--cream);
  background: rgba(5, 5, 5, 0.88);
  border-left: 4px solid var(--red);
}

.blog-stat-card strong {
  display: block;
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.85;
}

.blog-stat-card span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.blog-post-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.blog-aside {
  position: sticky;
  top: 110px;
}

.blog-insight-panel {
  padding: 28px;
  color: var(--cream);
  background: var(--black);
  border-bottom: 4px solid var(--red);
}

.blog-insight-panel h3 {
  margin: 8px 0 12px;
  color: var(--cream);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.blog-insight-panel p {
  color: rgba(248, 248, 245, 0.78);
}

.blog-stats {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: rgba(5, 5, 5, 0.1);
}

.blog-stats div {
  padding: 22px 0;
  background: var(--cream);
}

.blog-stats strong {
  display: block;
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.9;
}

.blog-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.blog-body {
  color: var(--charcoal);
  font-size: clamp(1.02rem, 1.25vw, 1.15rem);
  line-height: 1.85;
}

.blog-body .lead {
  color: var(--black);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.65;
}

.blog-body h3 {
  margin: clamp(34px, 4vw, 54px) 0 12px;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
}

.blog-body p {
  margin: 0 0 18px;
}

.blog-body blockquote {
  margin: 30px 0;
  padding: 22px 0 22px 26px;
  border-left: 4px solid var(--red);
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.12;
}

.blog-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.blog-body li {
  position: relative;
  padding-left: 18px;
  font-weight: 800;
}

.blog-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.blog-inline-image {
  margin: clamp(28px, 4vw, 48px) 0;
}

.blog-inline-image img,
.blog-image-grid img {
  width: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(5, 5, 5, 0.12);
}

.blog-inline-image img {
  max-height: 460px;
}

.blog-inline-image figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.blog-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: clamp(28px, 4vw, 48px) 0;
}

.blog-image-grid img {
  aspect-ratio: 1 / 0.82;
}

@media (max-width: 920px) {
  .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .blog-aside {
    position: static;
  }

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

@media (max-width: 680px) {
  .blog-body ul,
  .blog-image-grid,
  .blog-stats {
    grid-template-columns: 1fr;
  }
}

/* Blog second article visibility showcase */
.blog-feature-alt {
  background: #fff;
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.blog-feature + .blog-feature-alt {
  padding-top: clamp(64px, 8vw, 120px);
}

.visibility-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(170px, 0.65fr));
  gap: 16px;
  margin: 0 0 clamp(38px, 5vw, 70px);
}

.visibility-card {
  min-height: 190px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--cream);
  border: 1px solid rgba(5, 5, 5, 0.1);
  box-shadow: 0 18px 50px rgba(5, 5, 5, 0.08);
}

.visibility-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visibility-card strong {
  display: block;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 4.7rem);
  line-height: 0.95;
}

.visibility-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.visibility-card.main {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--black);
  border-color: var(--black);
}

.visibility-card.main strong {
  color: var(--cream);
}

.visibility-card.dark {
  color: var(--cream);
  background: linear-gradient(135deg, var(--black), #2a0505);
  border-color: rgba(225, 6, 0, 0.35);
}

.visibility-card.dark strong {
  color: var(--cream);
  font-size: clamp(1.8rem, 2.8vw, 3.2rem);
}

.visibility-bars {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: end;
  gap: 10px;
  height: 110px;
}

.visibility-bars i {
  display: block;
  width: 16px;
  height: var(--h);
  background: linear-gradient(180deg, var(--red), #ff6a5f);
  box-shadow: 0 0 24px rgba(225, 6, 0, 0.28);
}

@media (max-width: 980px) {
  .visibility-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .visibility-showcase {
    grid-template-columns: 1fr;
  }
}

/* Center shop quote band */
.shop-quote-band blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.shop-quote-band::after {
  display: none;
}

/* Blog index and article navigation */
.blog-index {
  background: #fff;
}

.blog-index-heading {
  max-width: 820px;
  margin-left: 0;
  text-align: left;
}

.blog-index-heading h2,
.blog-index-heading p {
  margin-left: 0;
  text-align: left;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  max-width: 1180px;
  margin: clamp(30px, 4vw, 56px) auto 0;
}

.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  color: inherit;
  background: var(--cream);
  border: 1px solid rgba(5, 5, 5, 0.1);
  text-decoration: none;
  box-shadow: 0 22px 70px rgba(5, 5, 5, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 90px rgba(5, 5, 5, 0.14);
}

.blog-card-image,
.blog-card-visual {
  min-height: clamp(260px, 27vw, 380px);
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 27vw, 380px);
  display: block;
  object-fit: cover;
}

.blog-card-body {
  padding: clamp(24px, 3vw, 38px);
}

.blog-card-body span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blog-card-body h3 {
  max-width: 560px;
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 2.7vw, 3.15rem);
  line-height: 1.02;
}

.blog-card-body p {
  color: var(--muted);
  line-height: 1.65;
}

.blog-card-body strong {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card-visual.visibility-mini {
  position: relative;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: clamp(24px, 3vw, 36px);
  color: var(--cream);
  background: radial-gradient(circle at 70% 24%, rgba(225, 6, 0, 0.34), transparent 28%), linear-gradient(135deg, var(--black), #280606);
}

.visibility-mini div {
  position: relative;
  z-index: 1;
  margin-right: auto;
}

.visibility-mini span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visibility-mini strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.78;
}

.visibility-mini i {
  display: block;
  width: 18px;
  background: var(--red);
}

.visibility-mini i:nth-of-type(1) { height: 36%; }
.visibility-mini i:nth-of-type(2) { height: 54%; }
.visibility-mini i:nth-of-type(3) { height: 76%; }

.blog-post-top {
  padding: clamp(20px, 3vw, 34px) clamp(18px, 5vw, 82px) 0;
  background: #fff;
}

.blog-post-top a {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-top a::before {
  content: "← ";
}

@media (max-width: 820px) {
  .blog-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Editorial floating accents for premium section separation */
:is(.services-intro, .shop-collections, .blog-index, .contact-layout, .work-note, .collection-detail) {
  position: relative;
  overflow: hidden;
}

:is(.services-intro, .shop-collections, .blog-index, .contact-layout, .work-note, .collection-detail) > * {
  position: relative;
  z-index: 1;
}

:is(.services-intro, .shop-collections, .blog-index, .contact-layout, .work-note, .collection-detail)::before {
  content: "+";
  position: absolute;
  top: clamp(24px, 5vw, 74px);
  right: clamp(22px, 6vw, 96px);
  z-index: 0;
  color: rgba(225, 6, 0, 0.58);
  font-size: clamp(1.6rem, 3vw, 3.5rem);
  font-weight: 300;
  line-height: 1;
}

:is(.services-intro, .shop-collections, .blog-index, .contact-layout, .work-note, .collection-detail)::after {
  content: "";
  position: absolute;
  right: clamp(34px, 8vw, 130px);
  bottom: clamp(20px, 5vw, 82px);
  z-index: 0;
  width: clamp(86px, 13vw, 210px);
  height: clamp(86px, 13vw, 210px);
  border: 1px solid rgba(225, 6, 0, 0.18);
  transform: rotate(-12deg);
}

.services-intro::before,
.blog-index::before {
  left: clamp(18px, 5vw, 82px);
  right: auto;
}

.services-intro::after,
.blog-index::after {
  left: clamp(30px, 7vw, 120px);
  right: auto;
  transform: rotate(10deg);
}

.contact-layout::after {
  border-color: rgba(5, 5, 5, 0.1);
}

.work-note::before {
  top: 28px;
}

.collection-detail::before {
  content: "TV";
  color: rgba(225, 6, 0, 0.16);
  font-size: clamp(3.8rem, 10vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.collection-detail::after {
  width: clamp(120px, 18vw, 260px);
  height: 1px;
  border: 0;
  background: rgba(225, 6, 0, 0.28);
  transform: none;
}

@media (max-width: 760px) {
  :is(.services-intro, .shop-collections, .blog-index, .contact-layout, .work-note, .collection-detail)::before {
    opacity: 0.38;
  }

  :is(.services-intro, .shop-collections, .blog-index, .contact-layout, .work-note, .collection-detail)::after {
    opacity: 0.42;
  }
}

/* Footer copyright color refinement */
.footer-bottom .copyright,
.footer-bottom .copyright span {
  color: rgba(248, 248, 245, 0.92);
}

.footer-bottom .copyright .footer-vox {
  color: var(--red);
}
/* Footer brand and social handles */
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.footer-brand small {
  color: var(--cream);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-social-handles {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.footer-social-handles a {
  color: rgba(248, 248, 245, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.footer-social-handles a:hover {
  color: var(--red);
}
/* Footer bottom alignment */
.footer-bottom {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px clamp(18px, 8vw, 140px);
  text-align: left;
}

.footer-bottom .copyright {
  margin-right: auto;
}

.footer-bottom .legal-links {
  margin-left: auto;
  justify-content: flex-end;
}

@media (max-width: 700px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom .copyright,
  .footer-bottom .legal-links {
    margin: 0;
  }
}
/* Footer social icon polish */
.footer-social-handles {
  gap: 10px;
}

.footer-social-handles a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.footer-social-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}

.footer-social-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  stroke: none;
}

.footer-social-handles a:hover .footer-social-icon {
  background: var(--cream);
  color: var(--black);
  transform: translateY(-2px);
}

.footer-social-handles a:hover span:last-child {
  color: var(--red);
}
/* Footer brand breathing room */
.site-footer > div:first-child {
  max-width: 310px;
}

.site-footer > div:first-child .footer-brand {
  margin-bottom: 20px;
}

.site-footer > div:first-child p {
  max-width: 285px;
  margin: 0;
  line-height: 1.8;
}
/* How We Build Impact process refresh */
.impact-process {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(225, 6, 0, 0.18), transparent 24%),
    linear-gradient(135deg, #050505 0%, #111 58%, #170806 100%);
}

.impact-process .section-heading {
  max-width: 780px;
  margin-inline: auto;
}

.impact-process .section-heading h2 {
  color: var(--cream);
}

.impact-process .section-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin: 14px auto 0;
  color: rgba(248, 248, 245, 0.74);
}

.impact-process .process-track {
  position: relative;
  align-items: stretch;
  gap: 0;
  margin-top: 48px;
}

.impact-process .process-track::before {
  position: absolute;
  top: 44px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 6, 0, 0.72), transparent);
  content: "";
}

.impact-process .process-track article {
  isolation: isolate;
  padding: 18px clamp(10px, 1.8vw, 20px) 0;
  background: transparent;
  box-shadow: none;
}

.impact-process .process-track article::before {
  display: none;
}

.impact-process .process-track .icon-badge {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  margin: 0 auto 22px;
  border: 1px solid rgba(225, 6, 0, 0.62);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #ff463e, var(--red) 54%, #760500);
  box-shadow: 0 18px 42px rgba(225, 6, 0, 0.22);
  color: #fff;
}

.impact-process .process-track .icon-badge svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.impact-process .process-track h3 {
  margin-bottom: 10px;
  color: var(--cream);
  font-size: 0.96rem;
  letter-spacing: 0.12em;
}

.impact-process .process-track p {
  max-width: 190px;
  margin-inline: auto;
  color: rgba(248, 248, 245, 0.72);
  line-height: 1.75;
}

@media (max-width: 900px) {
  .impact-process .process-track {
    gap: 22px;
  }

  .impact-process .process-track::before {
    display: none;
  }

  .impact-process .process-track p {
    max-width: 320px;
  }
}
/* Blog previous / next navigation */
.blog-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 5vw, 72px);
  padding: clamp(18px, 3vw, 32px) clamp(18px, 8vw, 140px) clamp(42px, 6vw, 78px);
  border-top: 1px solid rgba(5, 5, 5, 0.12);
  background: var(--cream);
}

.blog-nav-link {
  display: grid;
  gap: 10px;
  color: var(--black);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.blog-nav-link span {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-nav-link strong {
  max-width: 520px;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.7vw, 1.42rem);
  font-weight: 700;
  line-height: 1.24;
}

.blog-nav-next {
  text-align: right;
  justify-items: end;
}

.blog-nav-link:hover {
  color: var(--red);
  transform: translateY(-2px);
}

.blog-nav-link:hover strong {
  color: var(--red);
}

@media (max-width: 700px) {
  .blog-post-nav {
    grid-template-columns: 1fr;
  }

  .blog-nav-next {
    text-align: left;
    justify-items: start;
  }
}
/* Impact running gallery section */
.impact-gallery-section.impact-running-gallery {
  display: block;
  overflow: hidden;
  background: #fff;
  padding-right: 0;
  padding-left: 0;
}

.impact-running-gallery .impact-gallery-heading {
  position: relative;
  top: auto;
  max-width: 980px;
  margin: 0 auto clamp(26px, 4vw, 44px);
  padding: 0 clamp(18px, 8vw, 140px);
  text-align: center;
}

.impact-running-gallery .impact-gallery-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.impact-running-gallery .impact-gallery-heading p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.impact-gallery-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-block: 8px 18px;
}

.impact-gallery-marquee::before,
.impact-gallery-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(12vw, 150px);
  pointer-events: none;
  content: "";
}

.impact-gallery-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.impact-gallery-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.impact-gallery-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: impactGalleryRun 80s linear infinite;
  will-change: transform;
}

.impact-gallery-marquee:hover .impact-gallery-track {
  animation-play-state: paused;
}

.impact-gallery-track figure {
  position: relative;
  flex: 0 0 clamp(280px, 35vw, 520px);
  height: clamp(230px, 26vw, 360px);
  margin: 0;
  overflow: hidden;
  background: var(--black);
  box-shadow: 0 22px 60px rgba(5, 5, 5, 0.12);
}

.impact-gallery-track figure:nth-child(2n) {
  transform: translateY(18px);
}

.impact-gallery-track figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.78), transparent);
  content: "";
}

.impact-gallery-track img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.impact-gallery-track figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

@keyframes impactGalleryRun {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

@media (prefers-reduced-motion: reduce) {
  .impact-gallery-track {
    animation: none;
  }
}

@media (max-width: 680px) {
  .impact-running-gallery .impact-gallery-heading {
    text-align: left;
  }

  .impact-gallery-track {
    gap: 12px;
    animation-duration: 60s;
  }

  .impact-gallery-track figure:nth-child(2n) {
    transform: none;
  }
}
/* Blog takeaway list refinement */
.blog-takeaway-list {
  display: grid;
  gap: 12px;
}

.blog-takeaway-list div {
  padding: 16px 0 16px 18px;
  border-left: 2px solid rgba(225, 6, 0, 0.72);
}

.blog-takeaway-list span {
  display: block;
  margin-bottom: 5px;
  color: var(--black);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-takeaway-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}
/* Blog idea badge refinement */
.blog-idea-card strong {
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
/* Footer icon-only socials */
.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.footer-social-icons a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer-social-icons svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: none;
}

.footer-social-icons a:hover {
  background: var(--cream);
  color: var(--black);
  transform: translateY(-2px);
}

/* Shop collection spacing and click cues */
.shop-collections {
  padding-top: clamp(86px, 9vw, 138px);
}

.shop-intro-split {
  margin-bottom: clamp(46px, 5vw, 76px);
}

.shop-intro-copy {
  padding-top: clamp(16px, 2.2vw, 34px);
}

.collection-card-body {
  gap: 14px;
  padding: clamp(28px, 3.4vw, 40px);
}

.collection-card-body h3 {
  margin: 0;
  line-height: 1.12;
}

.collection-card-body p {
  margin: 0 0 clamp(8px, 1vw, 14px);
  line-height: 1.72;
}

.collection-card span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.collection-card span:last-child b {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  transform: translateX(0);
  transition: transform 220ms ease, background 220ms ease;
}

.collection-card:hover span:last-child b {
  background: var(--black);
  transform: translateX(4px);
}

@media (max-width: 820px) {
  .shop-collections {
    padding-top: clamp(64px, 16vw, 92px);
  }

  .shop-intro-copy {
    padding-top: 22px;
  }
}

/* Footer spacing correction */
.site-footer {
  gap: clamp(22px, 3vw, 44px);
}

.site-footer > div:first-child {
  max-width: none;
}

.site-footer > div:first-child .footer-brand {
  margin-bottom: 14px;
}

.site-footer > div:first-child p {
  max-width: 285px;
  margin: 0;
  line-height: 1.62;
}

.site-footer strong {
  margin-bottom: 12px;
}

.footer-social-icons {
  margin-top: 12px;
}

/* Services What We Offer copy tightening */
.services-intro {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 4.5vw, 62px);
  align-items: start;
}

.services-intro-copy {
  max-width: 680px;
  gap: 14px;
  align-self: center;
}

.services-intro-copy p {
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.68;
}

.services-intro h2 {
  max-width: 620px;
}

@media (max-width: 900px) {
  .services-intro-copy {
    max-width: none;
    align-self: start;
  }
}

/* Impact gallery editorial accents */
.impact-gallery-section.impact-running-gallery {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(225, 6, 0, 0.055), transparent 28%),
    radial-gradient(circle at 15% 78%, rgba(5, 5, 5, 0.035), transparent 30%),
    #fff;
}

.impact-gallery-section.impact-running-gallery::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: clamp(46px, 8vw, 110px);
  right: clamp(18px, 8vw, 140px);
  width: clamp(140px, 18vw, 280px);
  height: clamp(140px, 18vw, 280px);
  border: 1px solid rgba(225, 6, 0, 0.16);
  border-radius: 999px;
  transform: rotate(-12deg);
  pointer-events: none;
}

.impact-gallery-section.impact-running-gallery::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(18px, 7vw, 120px);
  bottom: clamp(42px, 8vw, 120px);
  width: clamp(90px, 12vw, 180px);
  height: clamp(90px, 12vw, 180px);
  opacity: 0.28;
  background-image: radial-gradient(rgba(225, 6, 0, 0.55) 1px, transparent 1px);
  background-size: 14px 14px;
  pointer-events: none;
}

.impact-running-gallery .impact-gallery-heading,
.impact-gallery-marquee {
  position: relative;
  z-index: 1;
}

.impact-running-gallery .impact-gallery-heading::before,
.impact-running-gallery .impact-gallery-heading::after {
  position: absolute;
  color: rgba(225, 6, 0, 0.62);
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
  content: "+";
}

.impact-running-gallery .impact-gallery-heading::before {
  top: -18px;
  left: clamp(16px, 4vw, 64px);
  font-size: clamp(1.3rem, 2vw, 2rem);
}

.impact-running-gallery .impact-gallery-heading::after {
  right: clamp(18px, 5vw, 80px);
  bottom: -10px;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

@media (max-width: 680px) {
  .impact-gallery-section.impact-running-gallery::before {
    right: -72px;
    opacity: 0.7;
  }

  .impact-gallery-section.impact-running-gallery::after {
    left: -42px;
    bottom: 24px;
  }

  .impact-running-gallery .impact-gallery-heading::after {
    display: none;
  }
}

/* Center scroll-to-top arrow */
.scroll-top-button {
  position: fixed;
  left: 50%;
  bottom: clamp(18px, 3vw, 34px);
  z-index: 80;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(248, 248, 245, 0.28);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.88);
  color: #fff;
  box-shadow: 0 18px 44px rgba(5, 5, 5, 0.24);
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, 16px) scale(0.94);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.scroll-top-button span {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.scroll-top-button.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
}

.scroll-top-button:hover,
.scroll-top-button:focus-visible {
  background: var(--red);
  color: #fff;
  outline: 0;
  transform: translate(-50%, -3px) scale(1);
}

@media (max-width: 700px) {
  .scroll-top-button {
    width: 42px;
    height: 42px;
    bottom: 16px;
  }
}


/* Our Work club promotion card */
.work-club-promotion {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-club-promotion.jpg");
  background-color: #050505;
  background-position: center;
  background-size: cover;
}


/* Our Work youth film festival activation card */
.work-youth-film-festival-activation {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.03)), url("assets/work-youth-film-festival-activation.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: cover;
}


/* Our Work women conference activation card */
.work-women-conference-activation {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.03)), url("assets/work-women-conference-activation.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: cover;
}


/* Our Work helicopter Easter egg hunt activation card */
.work-helicopter-easter-egg-hunt-activation {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.07), rgba(225, 6, 0, 0.03)), url("assets/work-helicopter-easter-egg-hunt-activation.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: cover;
}

/* Our Work ticket sales cards */
.ticket-campaign-2025 {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-ticket-campaign-2026-a.jpg");
}

.ticket-campaign-2026 {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-ticket-campaign-2026-b.jpg");
}

.ticket-sales-card {
  border-color: rgba(225, 6, 0, 0.16);
}

.ticket-sales-card h3::after {
  content: " →";
  color: var(--red);
}

/* Clean premium footer layout */
.site-footer {
  position: relative;
  grid-template-columns: minmax(260px, 1.25fr) minmax(150px, 0.72fr) minmax(190px, 0.85fr) minmax(240px, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(46px, 5vw, 68px) clamp(22px, 8vw, 132px) clamp(38px, 4vw, 54px);
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 6, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #050505 0%, #0b0b0b 58%, #120404 100%);
  border-top: 1px solid rgba(248, 248, 245, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 clamp(22px, 8vw, 132px) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 248, 245, 0.2), transparent);
  pointer-events: none;
}

.site-footer > div,
.site-footer nav {
  min-width: 0;
}

.site-footer > div:first-child {
  max-width: 330px;
}

.site-footer > div:first-child .footer-brand {
  margin-bottom: 18px;
}

.site-footer > div:first-child p {
  max-width: 305px;
  color: rgba(248, 248, 245, 0.72);
  font-size: 0.92rem;
  line-height: 1.72;
}

.footer-brand {
  color: #fff;
  line-height: 1;
}

.footer-brand small {
  margin-top: 6px;
  color: rgba(248, 248, 245, 0.82);
  letter-spacing: 0.36em;
}

.site-footer strong {
  margin: 0 0 14px;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.site-footer nav {
  grid-template-columns: 1fr;
  gap: 10px;
}

.site-footer nav a,
.site-footer p,
.site-footer a {
  color: rgba(248, 248, 245, 0.72);
}

.site-footer nav a {
  width: fit-content;
  font-size: 0.88rem;
  line-height: 1.35;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer nav a:hover {
  color: #fff;
  transform: translateX(4px);
}

.site-footer div:nth-of-type(2) p {
  margin: 0 0 2px;
  font-size: 0.92rem;
  line-height: 1.72;
}

.footer-social-icons {
  margin-top: 16px;
  gap: 9px;
}

.footer-social-icons a {
  width: 34px;
  height: 34px;
  box-shadow: 0 12px 26px rgba(225, 6, 0, 0.18);
}

.footer-social-icons svg {
  width: 16px;
  height: 16px;
}

.mini-form {
  grid-template-columns: minmax(0, 1fr) 46px;
  max-width: 320px;
  border: 1px solid rgba(248, 248, 245, 0.18);
  background: rgba(248, 248, 245, 0.05);
}

.mini-form input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

.mini-form input::placeholder {
  color: rgba(248, 248, 245, 0.48);
}

.mini-form button {
  min-height: 46px;
}

.footer-bottom {
  padding: 16px clamp(22px, 8vw, 132px);
  background: #050505;
  border-top: 1px solid rgba(248, 248, 245, 0.08);
  gap: 18px;
}

.footer-bottom .copyright {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.legal-links {
  gap: 16px;
}

.legal-links a {
  color: rgba(248, 248, 245, 0.68);
  letter-spacing: 0.1em;
}

.legal-links a:hover {
  color: #fff;
}

@media (max-width: 980px) {
  .site-footer {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (max-width: 680px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding: 42px 22px 36px;
  }

  .site-footer::before {
    inset-inline: 22px;
  }

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

  .footer-bottom {
    padding: 18px 22px;
    align-items: center;
    text-align: center;
  }

  .footer-bottom .legal-links {
    justify-content: center;
  }
}

/* Impact gallery arrow controls */
.impact-gallery-controls {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: clamp(18px, 4vw, 70px);
  left: clamp(18px, 4vw, 70px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.impact-gallery-arrow {
  display: inline-grid;
  place-items: center;
  width: clamp(42px, 4vw, 54px);
  height: clamp(42px, 4vw, 54px);
  border: 1px solid rgba(248, 248, 245, 0.75);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.78);
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.22);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.impact-gallery-arrow:hover,
.impact-gallery-arrow:focus-visible {
  background: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

.impact-gallery-track.is-manual {
  animation: none;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 680px) {
  .impact-gallery-controls {
    right: 14px;
    left: 14px;
  }

  .impact-gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.55rem;
  }
}


/* Four-up Our Work card grid */
.gallery-grid article {
  min-width: 0;
}
.gallery-grid .work-thumb {
  min-height: 220px;
}
@media (max-width: 1200px) {
  .gallery-grid .work-thumb {
    min-height: 205px;
  }
}
@media (max-width: 680px) {
  .gallery-grid .work-thumb {
    min-height: 235px;
  }
}

/* Our Work website mockup cards */
.work-website-ywm {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.05), rgba(225, 6, 0, 0.03)), url("assets/work-website-ywm.jpeg");
}

.work-website-t5 {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.05), rgba(225, 6, 0, 0.03)), url("assets/work-website-t5.jpeg");
}

.work-website-ewyiff {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.05), rgba(225, 6, 0, 0.03)), url("assets/work-website-ewyiff.jpeg");
}

.work-amara-la-negra-website-design {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.05), rgba(225, 6, 0, 0.03)), url("assets/work-amara-la-negra-website-design.jpeg");
}

.work-empoweru-medical-center-website-design {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.05), rgba(225, 6, 0, 0.03)), url("assets/work-empoweru-medical-center-website-design.png");
}

.website-mockup-card .work-thumb {
  background-color: #fff;
  background-position: center;
  background-size: cover;
}

.website-mockup-card {
  border-color: rgba(5, 5, 5, 0.1);
}

.website-mockup-card h3::after {
  content: " →";
  color: var(--red);
}

/* Our Work press kit card */
.work-press-kit {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-press-kit.jpg");
  background-color: #fff;
  background-position: center;
  background-size: cover;
}

.press-kit-card {
  border-color: rgba(225, 6, 0, 0.14);
}

.press-kit-card h3::after {
  content: " →";
  color: var(--red);
}

/* Our Work sponsorship deck card */
.work-sponsorship-deck {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-sponsorship-deck.jpeg");
  background-color: #fff;
  background-position: center;
  background-size: cover;
}

.sponsorship-deck-card {
  border-color: rgba(225, 6, 0, 0.14);
}

.sponsorship-deck-card h3::after {
  content: " →";
  color: var(--red);
}

/* Our Work event flyer card */
.work-event-flyer-tribute {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-event-flyer-tribute.jpg");
  background-color: #050505;
  background-position: center;
  background-size: cover;
}

.event-flyer-card {
  border-color: rgba(225, 6, 0, 0.14);
}

.event-flyer-card h3::after {
  content: " →";
  color: var(--red);
}

/* Our Work social campaign card */
.work-social-campaign-mockup {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-social-campaign-mockup.jpg");
  background-color: #fff;
  background-position: center;
  background-size: cover;
}

.social-campaign-card {
  border-color: rgba(225, 6, 0, 0.14);
}

.social-campaign-card h3::after {
  content: " →";
  color: var(--red);
}

/* Our Work event activation card */
.work-winter-wonderland-activation {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-winter-wonderland-activation.jpg");
  background-color: #fff;
  background-position: center;
  background-size: cover;
}

.event-activation-card {
  border-color: rgba(225, 6, 0, 0.14);
}

.event-activation-card h3::after {
  content: " →";
  color: var(--red);
}

/* Our Work Art Basel activation card */
.work-art-basel-gallery-activation {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-art-basel-gallery-activation.jpg");
  background-color: #050505;
  background-position: center;
  background-size: cover;
}


/* Our Work Remy VFab campaign card */
.work-remy-vfab-campaign {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.10), rgba(225, 6, 0, 0.04)), url("assets/work-remy-vfab-campaign.jpg");
  background-color: #111111;
  background-position: center;
  background-size: cover;
}


/* Our Work Sarah Jakes campaign card */
.work-sarah-jakes-lost-found-campaign {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.03)), url("assets/work-sarah-jakes-lost-found-campaign.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: cover;
}


/* Our Work Grey Goose Art Basel campaign card */
.work-grey-goose-art-basel-campaign {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.03)), url("assets/work-grey-goose-art-basel-campaign.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: cover;
}


/* Our Work Cynthia Bailey model search campaign card */
.work-cynthia-bailey-model-search-campaign {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.03)), url("assets/work-cynthia-bailey-model-search-campaign.jpeg");
  background-color: #111111;
  background-position: center;
  background-size: cover;
}


/* Our Work BluRose Art Bistro marketing card */
.work-blurose-art-bistro-marketing {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.10), rgba(225, 6, 0, 0.03)), url("assets/work-blurose-art-bistro-marketing.png");
  background-color: #111111;
  background-position: center;
  background-size: cover;
}


/* Our Work youth coloring book content card */
.work-youth-coloring-book-content {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.06), rgba(225, 6, 0, 0.03)), url("assets/work-youth-coloring-book-content.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: cover;
}
.content-creation-card .work-thumb {
  background-color: #f8f8f5;
}


/* Our Work book journal content card */
.work-dr-tl-coleman-journal {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.06), rgba(225, 6, 0, 0.03)), url("assets/work-dr-tl-coleman-journal.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


/* Our Work professional one-sheeter card */
.work-professional-one-sheeter {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.04), rgba(225, 6, 0, 0.03)), url("assets/work-professional-one-sheeter.jpg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


/* Our Work Easter Eggstravaganza social campaign card */
.work-easter-eggstravaganza-social-campaign {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.03)), url("assets/work-easter-eggstravaganza-social-campaign.jpeg");
  background-color: #f8f8f5;
  background-position: center;
  background-size: cover;
}

/* Our Work Source Magazine homecoming tour card */
.work-source-magazine-homecoming-tour {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.03)), url("assets/work-source-magazine-homecoming-tour.png");
  background-color: #111111;
  background-position: center;
  background-size: cover;
}

/* Our Work client photo shoot card */
.work-client-photo-shoot {
  background-image: linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(225, 6, 0, 0.04)), url("assets/work-client-photo-shoot.jpg");
  background-color: #050505;
  background-position: center;
  background-size: cover;
}

.photo-shoot-card {
  border-color: rgba(225, 6, 0, 0.14);
}

.photo-shoot-card h3::after {
  content: " →";
  color: var(--red);
}

/* Our Work clean image cards */
.gallery-section.our-work-section .work-thumb::after {
  display: none;
}

.gallery-section.our-work-section .website-mockup-card h3::after,
.gallery-section.our-work-section .press-kit-card h3::after,
.gallery-section.our-work-section .sponsorship-deck-card h3::after,
.gallery-section.our-work-section .event-flyer-card h3::after,
.gallery-section.our-work-section .social-campaign-card h3::after,
.gallery-section.our-work-section .event-activation-card h3::after {
  content: none;
}

/* Footer brand one-line name */
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
  white-space: normal;
}

.footer-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  white-space: nowrap;
}

.footer-brand-name span {
  color: var(--red);
}

.footer-brand small {
  display: block;
}

/* Footer brand color precision */
.footer-brand,
.footer-brand-name {
  color: #fff;
}

.footer-brand-name > span {
  color: var(--red);
}

.footer-brand small {
  color: rgba(248, 248, 245, 0.82);
}


/* Our Work four-column polish */
.gallery-section.our-work-section .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.gallery-section.our-work-section .gallery-grid article {
  display: flex;
  flex-direction: column;
}
.gallery-section.our-work-section .gallery-grid p {
  flex: 1;
}
@media (max-width: 1120px) {
  .gallery-section.our-work-section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .gallery-section.our-work-section .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer brand final color lock */
.site-footer .footer-brand .footer-brand-name {
  color: #d8d8d2 !important;
}
.site-footer .footer-brand .footer-brand-name > span {
  color: var(--red) !important;
}
.site-footer .footer-brand small {
  color: rgba(248, 248, 245, 0.82) !important;
}

/* Footer brand final alignment */
.site-footer .footer-brand {
  align-items: center !important;
  text-align: center;
}
.site-footer .footer-brand small {
  width: 100%;
  text-align: center;
}
/* Our Work ticket and photo card arrow cleanup */
.gallery-section.our-work-section .ticket-sales-card h3::after,
.gallery-section.our-work-section .photo-shoot-card h3::after {
  content: none !important;
}
/* Home What We Do one-line card row */
@media (min-width: 1100px) {
  .services-preview .preview-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }

  .services-preview .preview-grid article {
    min-height: 315px;
  }

  .services-preview .preview-art {
    height: clamp(150px, 11vw, 190px);
  }

  .services-preview .preview-grid h3 {
    font-size: 1rem;
    line-height: 1.15;
  }

  .services-preview .preview-grid p {
    font-size: 0.87rem;
    line-height: 1.5;
  }

  .services-preview .preview-grid h3,
  .services-preview .preview-grid p {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 701px) and (max-width: 1099px) {
  .services-preview .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Final upload layout polish */
@media (min-width: 1024px) {
  .impact-process .process-track,
  .process-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .impact-process .process-track {
    display: grid;
    align-items: stretch;
    gap: 0;
  }

  .why-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
  }

  .why-grid article {
    min-height: 0;
    height: 100%;
  }

  .home-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .home-shop-item {
    height: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .impact-process .process-track .icon-badge {
    width: 78px;
    height: 78px;
  }

  .impact-process .process-track p {
    max-width: 170px;
    font-size: 0.88rem;
  }

  .why-grid {
    gap: 18px;
  }

  .why-grid article {
    padding: 24px 16px;
  }
}

/* Final launch polish: hero, service columns, shop highlights, footer */
.page-hero-panel {
  display: none !important;
}

@media (min-width: 901px) {
  .page-hero {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  }
}

.services-intro {
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.services-intro-copy {
  display: grid;
  gap: 14px;
  max-width: 650px;
}

.services-intro-copy p {
  margin: 0;
  line-height: 1.66;
}

@media (min-width: 1024px) {
  .service-breakdown {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(46px, 6vw, 92px);
  }

  .service-breakdown-heading {
    grid-column: 1 / -1;
  }

  .impact-process .process-track {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(8px, 1vw, 16px) !important;
  }

  .why-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.8vw, 24px) !important;
  }

  .why-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .home-shop-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(18px, 2vw, 28px);
  }
}

.site-footer .footer-brand .footer-brand-name {
  color: #d8d8d2 !important;
  white-space: nowrap !important;
}

.site-footer .footer-brand .footer-brand-name > span {
  color: var(--red) !important;
}

.site-footer .footer-brand small {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  color: rgba(248, 248, 245, 0.82) !important;
}

.gallery-section.our-work-section .gallery-grid article h3::after,
.gallery-section.our-work-section .gallery-grid article::after {
  content: none !important;
  display: none !important;
}

/* Final V4 readiness locks */
@media (min-width: 960px) {
  .impact-process .process-track,
  .process-track {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(8px, 1vw, 16px) !important;
    align-items: stretch !important;
  }

  .impact-process .process-track article,
  .process-track article {
    min-width: 0 !important;
    padding-inline: clamp(10px, 1.2vw, 18px) !important;
  }

  .impact-process .process-track .icon-badge {
    width: clamp(68px, 5.5vw, 88px) !important;
    height: clamp(68px, 5.5vw, 88px) !important;
  }

  .impact-process .process-track p,
  .process-track p {
    max-width: 190px !important;
    margin-inline: auto !important;
    font-size: clamp(0.82rem, 0.82vw, 0.92rem) !important;
    line-height: 1.52 !important;
  }
}

@media (min-width: 1060px) {
  .why-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.5vw, 22px) !important;
    align-items: stretch !important;
  }

  .why-grid article {
    min-width: 0 !important;
    height: 100% !important;
    padding: clamp(22px, 2vw, 30px) clamp(12px, 1.2vw, 18px) !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .why-grid h3 {
    min-height: 2.5em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 16px !important;
    font-size: clamp(0.86rem, 0.9vw, 1rem) !important;
    line-height: 1.22 !important;
  }

  .why-grid p {
    font-size: clamp(0.82rem, 0.82vw, 0.92rem) !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 980px) {
  .gallery-section.our-work-section .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(16px, 1.7vw, 24px) !important;
  }
}

@media (min-width: 701px) and (max-width: 979px) {
  .gallery-section.our-work-section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .home-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(16px, 1.7vw, 24px) !important;
  }

  .home-shop-image {
    height: clamp(175px, 15vw, 245px) !important;
  }

  .home-shop-item > div:last-child {
    padding: clamp(18px, 1.8vw, 26px) !important;
  }

  .home-shop-item span {
    font-size: clamp(1.25rem, 1.45vw, 1.65rem) !important;
    line-height: 1.12 !important;
  }

  .home-shop-item p {
    font-size: 0.92rem !important;
    line-height: 1.52 !important;
  }
}

.services-intro-copy {
  gap: 14px !important;
  max-width: 650px !important;
}

.services-intro-copy p {
  line-height: 1.66 !important;
}

.gallery-section.our-work-section .gallery-grid article h3::after,
.gallery-section.our-work-section .gallery-grid article::after,
.gallery-section.our-work-section .work-thumb::after,
.gallery-section.our-work-section .ticket-sales-card h3::after {
  content: none !important;
  display: none !important;
}

.impact-gallery-track img[src*=impact-gallery-community-moment] {
  transform: none !important;
  object-position: center center !important;
}

.site-footer .footer-brand .footer-brand-name {
  color: #d8d8d2 !important;
  white-space: nowrap !important;
}

.site-footer .footer-brand .footer-brand-name > span {
  color: var(--red) !important;
}

.site-footer .footer-brand small {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

@media (min-width: 1180px) {
  .services-intro {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr) !important;
  }

  .services-intro .services-offer-image {
    max-width: 520px !important;
  }
}

@media (max-width: 700px) {
  .site-footer .footer-brand {
    align-items: flex-start !important;
  }

  .site-footer .footer-brand small {
    text-align: left !important;
  }

  .home-shop-item span,
  .gallery-section.our-work-section .gallery-grid h3,
  .why-grid h3 {
    overflow-wrap: anywhere;
  }
}

/* Mobile recovery locks: keep page content visible and stacked cleanly */
@media (max-width: 760px) {
  .page-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: clamp(82px, 21vw, 112px) 20px 46px !important;
    overflow: hidden !important;
  }

  .page-hero > div:first-child {
    position: relative !important;
    z-index: 2 !important;
    max-width: 100% !important;
  }

  .page-hero::before {
    opacity: 1 !important;
    background-position: 64% center !important;
    background-size: cover !important;
  }

  .page-hero::after {
    left: 20px !important;
    bottom: 24px !important;
  }

  .page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.08rem, 10.8vw, 3.15rem) !important;
    line-height: 1.04 !important;
    overflow-wrap: anywhere;
  }

  .page-hero p:not(.eyebrow) {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  .page-hero-panel {
    display: none !important;
  }

  .section {
    padding-inline: 20px !important;
  }

  .approach-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-top: 58px !important;
    padding-bottom: 58px !important;
    overflow: visible !important;
  }

  .approach-heading,
  .approach-copy,
  .approach-section > div {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .approach-heading h2 {
    font-size: clamp(2rem, 9vw, 2.7rem) !important;
    line-height: 1.12 !important;
  }

  .approach-heading > p:not(.eyebrow) {
    max-width: 100% !important;
    margin-top: 16px !important;
    line-height: 1.65 !important;
  }

  .approach-brand-mark {
    width: min(220px, 70%) !important;
    margin: 22px 0 0 auto !important;
    transform: translateX(-8px) !important;
  }

  .approach-copy {
    display: grid !important;
    gap: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  .approach-copy p {
    padding-bottom: 18px !important;
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .approach-copy p + p {
    padding-top: 18px !important;
  }

  .services-intro {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding-top: 58px !important;
    padding-bottom: 58px !important;
    overflow: visible !important;
  }

  .services-intro > div,
  .services-intro-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .services-intro h2 {
    max-width: 100% !important;
    font-size: clamp(2rem, 8.8vw, 2.85rem) !important;
    line-height: 1.12 !important;
  }

  .services-offer-image {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
  }

  .services-offer-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  .services-intro-copy {
    display: grid !important;
    gap: 14px !important;
  }

  .services-intro-copy p {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.66 !important;
  }

  .gallery-section.our-work-section {
    overflow: visible !important;
  }

  .gallery-section.our-work-section .gallery-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .gallery-section.our-work-section .gallery-grid article {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .gallery-section.our-work-section .work-thumb {
    display: block !important;
    min-height: 220px !important;
    height: clamp(220px, 64vw, 320px) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .gallery-section.our-work-section .gallery-grid h3,
  .gallery-section.our-work-section .gallery-grid p {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .blog-index,
  .blog-card-grid,
  .blog-card,
  .blog-card-body {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .blog-index {
    display: block !important;
    overflow: visible !important;
  }

  .blog-card-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    margin-top: 28px !important;
  }

  .blog-card {
    display: grid !important;
    min-height: auto !important;
  }

  .blog-card-image,
  .blog-card-visual,
  .blog-card-image img {
    min-height: 220px !important;
  }

  .blog-card-body {
    display: block !important;
    padding: 24px !important;
  }

  .blog-card-body h3 {
    font-size: clamp(1.55rem, 8vw, 2.3rem) !important;
    line-height: 1.08 !important;
  }
}

/* Shop and Blog hero brand tune */
.shop-hero h1,
.blog-hero h1 {
  max-width: 720px !important;
  color: var(--black) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(2.45rem, 5vw, 5.35rem) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.shop-hero h1 .red,
.blog-hero h1 .red {
  display: block;
  color: var(--red) !important;
}

.shop-hero .eyebrow,
.blog-hero .eyebrow {
  color: var(--red) !important;
  letter-spacing: 0.18em;
}

.shop-hero p:not(.eyebrow),
.blog-hero p:not(.eyebrow) {
  max-width: 560px !important;
}

.shop-hero::after,
.blog-hero::after {
  width: clamp(64px, 7vw, 112px) !important;
  height: 2px !important;
  background: var(--red) !important;
}

@media (max-width: 760px) {
  .shop-hero h1,
  .blog-hero h1 {
    max-width: 100% !important;
    font-size: clamp(2.28rem, 11vw, 3.35rem) !important;
    line-height: 1.04 !important;
  }

  .shop-hero h1 .red,
  .blog-hero h1 .red {
    display: inline;
  }
}

/* Nicola Hub digital business card */
.business-card-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 16%, rgba(225, 6, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #050505 0%, #16100f 46%, #f8f8f5 46%, #fffdf8 100%);
  color: var(--black);
}

.card-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 64px);
}

.digital-card {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
  animation: cardRise 700ms ease both;
}

.card-profile,
.card-actions-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 28px 90px rgba(5, 5, 5, 0.22);
  backdrop-filter: blur(18px);
}

.card-profile {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
}

.card-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(150deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.18) 38%, transparent 39%),
    radial-gradient(circle at 78% 18%, rgba(225, 6, 0, 0.16), transparent 24%);
  opacity: 1;
  pointer-events: none;
}

.mini-brand,
.profile-accent-circle,
.profile-accent-plus,
.profile-headshot,
.card-profile .eyebrow,
.card-profile h1,
.card-role,
.card-company,
.card-intro,
.card-socials {
  position: relative;
  z-index: 1;
}

.profile-headshot,
.card-profile h1,
.card-role,
.card-company,
.card-intro,
.card-highlights {
  z-index: 2;
}

.profile-accent-circle {
  position: absolute;
  right: clamp(34px, 7vw, 88px);
  top: clamp(260px, 32vw, 340px);
  width: clamp(86px, 10vw, 128px);
  aspect-ratio: 1;
  border: 1px solid rgba(225, 6, 0, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.025), transparent 64%);
  pointer-events: none;
}

.profile-accent-plus {
  display: none;
}

.profile-accent-plus::before,
.profile-accent-plus::after {
  content: "";
  position: absolute;
  background: rgba(225, 6, 0, 0.62);
}

.profile-accent-plus::before {
  top: 13px;
  left: 0;
  width: 30px;
  height: 4px;
}

.profile-accent-plus::after {
  top: 0;
  left: 13px;
  width: 4px;
  height: 30px;
}

.mini-brand {
  position: absolute;
  top: 28px;
  left: 28px;
  font-weight: 900;
  max-width: 260px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.mini-brand span,
.card-profile .eyebrow {
  color: var(--red);
}

.profile-headshot {
  width: clamp(138px, 19vw, 190px);
  aspect-ratio: 1;
  margin: 0 0 24px;
  padding: 6px;
  border: 1px solid rgba(225, 6, 0, 0.3);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--paper), var(--warm));
  box-shadow: 0 18px 40px rgba(5, 5, 5, 0.18);
}

.profile-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 50%;
}

.card-profile h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.card-role {
  margin: 18px 0 2px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 800;
}

.card-company {
  margin: 0;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.card-intro {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.card-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.card-socials a {
  border: 1px solid var(--line);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.card-socials a:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  color: var(--red);
}

.card-actions-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.card-action,
.share-card-button,
.mobile-action-bar a {
  min-height: 58px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  cursor: pointer;
}

.card-action {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  background: var(--warm);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.card-action span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.card-action strong {
  font-size: 1rem;
}

.card-action.primary,
.share-card-button {
  background: var(--red);
  color: var(--paper);
}

.card-action:hover,
.share-card-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(5, 5, 5, 0.14);
}

.share-card-button {
  width: 100%;
  padding: 17px 22px;
  font-weight: 900;
}

.share-status {
  min-height: 24px;
  margin: 0;
  color: var(--deep-red);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.qr-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
}

.qr-card img {
  width: 132px;
  height: 132px;
  padding: 8px;
  background: #fff;
}

.qr-card strong,
.qr-card span {
  display: block;
}

.qr-card strong {
  font-size: 1.15rem;
}

.qr-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.mobile-action-bar {
  display: none;
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .business-card-page {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.72) 36%, rgba(248, 248, 245, 0.98) 36%),
      var(--cream);
    padding-bottom: 92px;
  }

  .card-shell {
    display: block;
    padding: 16px;
  }

  .digital-card {
    grid-template-columns: 1fr;
  }

  .card-profile {
    min-height: 560px;
    padding: 112px 24px 28px;
  }

  .card-profile h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }

  .qr-card {
    grid-template-columns: 104px 1fr;
  }

  .qr-card img {
    width: 104px;
    height: 104px;
  }

  .mobile-action-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    background: rgba(5, 5, 5, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.28);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 8px 4px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--paper);
    font-size: clamp(0.72rem, 2.8vw, 0.88rem);
    font-weight: 900;
    text-align: center;
  }

  .mobile-action-bar a:last-child {
    background: var(--red);
  }
}

@media (prefers-reduced-motion: reduce) {
  .digital-card,
  .card-action,
  .share-card-button,
  .card-socials a {
    animation: none;
    transition: none;
  }
}

/* Mobile-first Nicola Hub polish */
.business-card-page {
  background:
    linear-gradient(160deg, rgba(5, 5, 5, 0.96), rgba(46, 9, 9, 0.92) 42%, rgba(248, 248, 245, 0.98) 42%),
    var(--cream);
}

.card-shell {
  align-items: start;
}

.digital-card {
  filter: drop-shadow(0 28px 70px rgba(5, 5, 5, 0.22));
}

.card-profile,
.card-actions-panel {
  border-radius: 22px;
}

.card-profile {
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(240, 235, 227, 0.94));
}

.profile-headshot {
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.profile-headshot::before {
  content: "";
  position: absolute;
  inset: -22px -34px -18px 24px;
  z-index: -1;
  background: rgba(240, 235, 227, 0.82);
  border: 1px solid rgba(222, 216, 205, 0.8);
}

.digital-card:hover .profile-headshot {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 24px 52px rgba(5, 5, 5, 0.24);
}

.card-highlights {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.card-highlights span,
.panel-kicker {
  border: 1px solid rgba(225, 6, 0, 0.16);
  background: rgba(225, 6, 0, 0.07);
  color: var(--deep-red);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.panel-kicker {
  justify-self: start;
  margin-bottom: 2px;
}

.card-actions-panel {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 248, 245, 0.94)),
    var(--paper);
}

.card-actions-panel .quick-actions:first-child {
  margin-top: 0;
}

.card-action {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.08);
}

.card-action::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px auto;
  width: 28px;
  height: 2px;
  background: currentColor;
  opacity: 0.18;
}

.card-action small,
.share-card-button small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.card-action.primary small,
.share-card-button small {
  color: rgba(255, 253, 248, 0.76);
}

.share-card-button {
  display: grid;
  gap: 3px;
  text-align: left;
}

.share-card-button span {
  font-weight: 900;
}

.hub-link-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(2, minmax(0, 0.85fr));
  gap: 10px;
}

.hub-link-grid a {
  display: grid;
  place-items: center;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--charcoal);
  font-size: 0.84rem;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hub-link-grid a:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  color: var(--red);
}

@media (max-width: 820px) {
  .business-card-page {
    min-height: 100svh;
    background:
      linear-gradient(180deg, #050505 0%, #1a0808 42%, #f8f8f5 42%, #fffdf8 100%);
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .card-shell {
    min-height: auto;
    padding: 12px 12px 0;
  }

  .digital-card {
    gap: 12px;
    filter: none;
  }

  .card-profile,
  .card-actions-panel {
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(5, 5, 5, 0.18);
  }

  .card-profile {
    min-height: auto;
    align-items: center;
    justify-content: start;
    padding: 62px 18px 18px;
    text-align: center;
  }

  .card-profile::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.18) 34%, transparent 34%),
      radial-gradient(circle at 50% 0%, rgba(225, 6, 0, 0.22), transparent 36%);
  }

  .mini-brand {
    top: 16px;
    left: 20px;
    right: 20px;
    max-width: none;
    color: var(--paper);
    font-size: 0.78rem;
  }

  .profile-headshot {
    width: clamp(106px, 31vw, 132px);
    height: clamp(106px, 31vw, 132px);
    margin-bottom: 12px;
    padding: 5px;
  }

  .card-profile h1 {
    max-width: 330px;
    font-size: clamp(2.4rem, 12vw, 3.35rem);
    line-height: 0.92;
  }

  .card-role {
    margin-top: 9px;
    font-size: 0.94rem;
  }

  .card-company {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .card-intro {
    margin-top: 10px;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .card-highlights,
  .card-socials {
    justify-content: center;
  }

  .card-highlights {
    margin-top: 12px;
  }

  .card-highlights span {
    padding: 6px 8px;
    font-size: 0.58rem;
  }

  .card-socials {
    margin-top: 12px;
    gap: 8px;
  }

  .card-socials a {
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  .card-actions-panel {
    gap: 12px;
    padding: 16px;
  }

  .panel-kicker {
    justify-self: center;
    font-size: 0.65rem;
  }

  .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .card-action {
    min-height: 96px;
    align-content: center;
    padding: 14px;
  }

  .card-action span {
    font-size: 0.65rem;
  }

  .card-action strong {
    font-size: 0.98rem;
    line-height: 1.1;
  }

  .card-action small {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .share-card-button {
    min-height: 64px;
    padding: 14px 16px;
    text-align: center;
  }

  .share-status {
    min-height: 20px;
    font-size: 0.82rem;
  }

  .hub-link-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hub-link-grid a {
    min-height: 46px;
    font-size: 0.76rem;
  }

  .qr-card {
    grid-template-columns: 92px 1fr;
    gap: 13px;
    padding: 13px;
    text-align: left;
  }

  .qr-card img {
    width: 92px;
    height: 92px;
  }

  .qr-card strong {
    font-size: 1rem;
    line-height: 1.15;
  }

  .qr-card span {
    font-size: 0.76rem;
  }

  .mobile-action-bar {
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    border-radius: 18px;
    padding: 7px;
  }
}

@media (max-width: 390px) {
  .quick-actions {
    grid-template-columns: 1fr;
  }

  .card-action {
    min-height: 82px;
  }
}

/* Tune Vox aligned card treatment */
.business-card-page {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f8f8f5 0%, #fffdf8 45%, #f0ebe3 100%);
  background-size: 56px 56px, auto;
}

.business-card-page::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  z-index: 0;
  height: 38px;
  background: var(--black);
  pointer-events: none;
}

.card-background-objects {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.float-object {
  position: absolute;
  display: block;
  opacity: 0.42;
  animation: floatObject 9s ease-in-out infinite;
}

.object-circle {
  top: 18%;
  right: 5%;
  width: min(42vw, 440px);
  aspect-ratio: 1;
  border: 1px solid rgba(225, 6, 0, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.035), transparent 62%);
}

.object-plus {
  left: 9%;
  bottom: 20%;
  width: 34px;
  height: 34px;
  animation-delay: -3s;
}

.object-plus::before,
.object-plus::after {
  content: "";
  position: absolute;
  background: rgba(225, 6, 0, 0.58);
}

.object-plus::before {
  top: 14px;
  left: 0;
  width: 34px;
  height: 5px;
}

.object-plus::after {
  top: 0;
  left: 14px;
  width: 5px;
  height: 34px;
}

@keyframes floatObject {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -18px;
  }
}

.card-shell {
  position: relative;
  z-index: 1;
  padding-top: clamp(52px, 7vw, 80px);
}

.digital-card {
  border-top: 5px solid var(--red);
  background: #fffdf8;
  filter: none;
}

.card-profile,
.card-actions-panel {
  border-radius: 0;
  border: 1px solid rgba(5, 5, 5, 0.1);
  box-shadow: 0 22px 70px rgba(5, 5, 5, 0.1);
  backdrop-filter: none;
}

.card-profile {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(240, 235, 227, 0.82)),
    #fffdf8;
}

.card-profile::before {
  background:
    linear-gradient(90deg, #050505 0 34%, transparent 34%),
    linear-gradient(135deg, rgba(232, 223, 211, 0.72), rgba(255, 253, 248, 0) 58%);
}

.card-profile::after {
  color: rgba(248, 248, 245, 0.72);
}

.mini-brand {
  color: var(--cream);
  font-size: 0.78rem;
}

.mini-brand span,
.card-profile .eyebrow,
.card-company,
.card-highlights span,
.panel-kicker {
  color: var(--red);
}

.profile-headshot {
  border: 4px solid var(--paper);
  border-radius: 0;
  background: var(--paper);
  box-shadow: 18px 18px 0 var(--red), 0 20px 42px rgba(5, 5, 5, 0.16);
}

.profile-headshot img {
  border-radius: 0;
}

.card-profile h1 {
  max-width: 640px;
  color: var(--black);
}

.card-role {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.card-intro {
  color: var(--muted);
}

.card-highlights span,
.card-socials a,
.hub-link-grid a {
  border-radius: 0;
  background: #fff;
}

.card-actions-panel {
  background: var(--black);
  color: var(--cream);
}

.quick-actions {
  gap: 10px;
}

.card-action {
  border-radius: 0;
  border: 1px solid #ded8cd;
  background: #fffdf8;
  color: var(--black);
}

.card-action.primary {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.card-action small {
  color: var(--muted);
}

.card-action::after {
  background: var(--red);
  opacity: 1;
}

.share-card-button {
  border-radius: 0;
  background: #f0ebe3;
  border: 1px solid #ded8cd;
  color: var(--black);
  box-shadow: none;
}

.share-card-button small {
  color: var(--muted);
}

.share-status {
  color: var(--deep-red);
}

.hub-link-grid a {
  border-color: #ded8cd;
  background: #fffdf8;
  color: var(--black);
}

.qr-card {
  border-color: #ded8cd;
  background: #f0ebe3;
  color: var(--black);
}

.qr-card span {
  color: var(--muted);
}

@media (max-width: 820px) {
  .business-card-page {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #f8f8f5 0%, #fffdf8 56%, #f0ebe3 100%);
    background-size: 44px 44px, auto;
  }

  .card-shell {
    padding: 48px 12px 0;
  }

  .float-object {
    opacity: 0.32;
  }

  .object-circle {
    top: 15%;
    right: -92px;
    width: 285px;
  }

  .object-plus {
    left: 22px;
    bottom: 34%;
    width: 26px;
    height: 26px;
  }

  .object-plus::before {
    top: 11px;
    width: 26px;
    height: 4px;
  }

  .object-plus::after {
    left: 11px;
    width: 4px;
    height: 26px;
  }

  .digital-card {
    border-top-width: 4px;
  }

  .card-profile,
  .card-actions-panel {
    border-radius: 0;
    box-shadow: 0 16px 38px rgba(5, 5, 5, 0.1);
  }

  .card-profile {
    padding: 68px 18px 20px;
  }

  .card-profile::before {
    background:
      linear-gradient(180deg, #050505 0 142px, transparent 142px),
      linear-gradient(180deg, rgba(232, 223, 211, 0.76), rgba(255, 253, 248, 0) 48%);
  }

  .profile-accent-circle {
    top: 236px;
    right: 28px;
    width: 94px;
  }

  .mini-brand {
    top: 18px;
    color: var(--cream);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .profile-headshot {
    width: clamp(136px, 38vw, 158px);
    height: clamp(136px, 38vw, 158px);
    box-shadow: 10px 10px 0 var(--red), 0 16px 30px rgba(5, 5, 5, 0.14);
  }

  .profile-headshot::before {
    inset: -16px -24px -14px 18px;
  }

  .card-profile h1 {
    font-size: clamp(2.55rem, 13vw, 3.65rem);
  }

  .card-company {
    color: var(--red);
  }

  .card-actions-panel {
    background:
      linear-gradient(180deg, #f0ebe3, #fffdf8 42%, #f8f8f5);
    color: var(--black);
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }

  .card-action {
    min-height: 72px;
    padding: 14px 16px;
  }

  .card-action strong,
  .card-action small {
    text-align: left;
  }

  .share-card-button {
    min-height: 60px;
  }

  .hub-link-grid {
    grid-template-columns: 1fr;
  }

  .mobile-action-bar {
    border-radius: 0;
    background: var(--black);
  }

  .mobile-action-bar a {
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-object {
    animation: none;
  }
}

/* Live WooCommerce collection grids */
.collection-products {
  background: #fffdf8;
  border-top: 1px solid rgba(5, 5, 5, 0.08);
}

.collection-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.collection-product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 22px 56px rgba(5, 5, 5, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.collection-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 6, 0, 0.22);
  box-shadow: 0 30px 72px rgba(5, 5, 5, 0.13);
}

.collection-product-image {
  min-height: clamp(190px, 18vw, 260px);
  background: #f5f0e9;
}

.collection-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(18px, 2vw, 26px);
}

.collection-product-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--black);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.45vw, 1.65rem);
  line-height: 1.12;
}

.collection-product-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.collection-product-copy .home-shop-meta {
  margin-top: auto;
  padding-top: 18px;
}

.collection-empty {
  max-width: 760px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: #fff;
  box-shadow: 0 22px 56px rgba(5, 5, 5, 0.08);
}

.collection-empty p:not(.eyebrow) {
  max-width: 580px;
  color: var(--muted);
}

@media (max-width: 1180px) {
  .collection-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .collection-product-grid {
    grid-template-columns: 1fr;
  }
}
