* { box-sizing: border-box; }
:root {
  --olive:#556B2F; --sand:#C2B280; --black:#0B0B0B; --white:#F5F5F2; --grey:#8C8F91; --lime:#B7FF3C; --dark-olive:#39461E; --border:rgba(245,245,242,.08); --panel:rgba(255,255,255,.04); --muted:rgba(245,245,242,.72);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--white);
  background: radial-gradient(circle at top, rgba(183,255,60,.08), transparent 22%), radial-gradient(circle at right, rgba(194,178,128,.10), transparent 25%), var(--black);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
video { display: block; }
button { font: inherit; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--border); background: rgba(11,11,11,.88); backdrop-filter: blur(10px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-title { font-size: 1.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.brand-sub { margin-top: 4px; color: rgba(245,245,242,.6); font-size: .75rem; }
.nav, .header-social, .footer-social { display: flex; align-items: center; gap: 16px; }
.nav a { color: rgba(245,245,242,.82); font-size: .92rem; }
.pill-link { border: 1px solid rgba(245,245,242,.12); background: rgba(255,255,255,.03); border-radius: 999px; padding: 10px 14px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero { border-bottom: 1px solid var(--border); background: linear-gradient(135deg, rgba(85,107,47,.26), rgba(11,11,11,.96) 50%, rgba(194,178,128,.14)); }
.hero-grid, .split-grid, .brand-grid, .contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero-grid { padding: 88px 0; }
.eyebrow { display: inline-flex; border: 1px solid rgba(183,255,60,.35); background: rgba(183,255,60,.08); color: var(--lime); padding: 8px 12px; border-radius: 999px; text-transform: uppercase; font-weight: 700; letter-spacing: .18em; font-size: .72rem; }
h1, h2, h3 { margin: 0; line-height: .96; }
h1 { margin-top: 18px; font-size: clamp(3rem, 8vw, 5rem); font-weight: 900; text-transform: uppercase; }
h2 { margin-top: 12px; font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 900; text-transform: uppercase; }
h3 { font-size: 1.2rem; font-weight: 800; }
.lead, .section-copy, .section-intro p, .card p, .support-card p, .faq-item p { color: var(--muted); line-height: 1.7; }
.lead { margin-top: 22px; max-width: 760px; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; border-radius: 18px; padding: 0 22px; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.btn-primary { color: var(--black); background: var(--lime); box-shadow: 0 10px 30px rgba(183,255,60,.18); }
.btn-secondary { border: 1px solid rgba(245,245,242,.15); color: var(--white); }
.btn-full { width: 100%; margin-top: 8px; border: 0; cursor: pointer; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.stat-card, .card, .support-card, .feature-panel, .video-card, .brand-card, .faq-item, .form-card { border: 1px solid var(--border); background: var(--panel); border-radius: 30px; }
.stat-card, .card, .faq-item { padding: 24px; }
.stat-label, .contact-label { color: rgba(245,245,242,.5); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 800; }
.stat-value, .contact-value { margin-top: 12px; font-size: 1.12rem; font-weight: 800; }
.feature-panel { padding: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.feature-top { display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-bottom: 18px; }
.kicker { color: var(--sand); font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.kicker-lime { color: var(--lime); }
.muted { color: rgba(245,245,242,.62); line-height: 1.6; font-size: .92rem; }
.identity-tag { display: inline-flex; border: 1px solid rgba(183,255,60,.25); color: var(--lime); padding: 8px 12px; border-radius: 999px; font-size: .62rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.mascot-box { min-height: 380px; border-radius: 32px; border: 1px solid rgba(183,255,60,.2); background: linear-gradient(135deg, rgba(85,107,47,.32), rgba(57,70,30,.9)); display: flex; align-items: center; justify-content: center; padding: 28px; }
.mascot-box img { max-height: 330px; width: auto; object-fit: contain; filter: drop-shadow(0 15px 35px rgba(0,0,0,.45)); }
.stack { display: grid; gap: 16px; }
.support-card { background: #11130E; padding: 18px; }
.support-mark-wrap { margin-top: 12px; min-height: 160px; border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.03); display: flex; align-items: center; justify-content: center; padding: 16px; }
.support-mark-wrap img { max-height: 130px; width: auto; object-fit: contain; }
.support-title { font-size: 1.15rem; font-weight: 800; }
.section { padding: 80px 0; }
.section-alt { background: rgba(255,255,255,.025); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-intro { max-width: 760px; margin-bottom: 32px; }
.card-grid { display: grid; gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.gallery-section { overflow: hidden; }
.gallery-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.carousel-shell { position: relative; display: grid; grid-template-columns: 56px 1fr 56px; align-items: center; gap: 16px; }
.carousel-window { overflow: hidden; border-radius: 30px; }
.carousel-track { display: flex; transition: transform .45s ease; }
.slide { min-width: 100%; border: 1px solid var(--border); background: #11130E; border-radius: 30px; overflow: hidden; }
.slide img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.carousel-btn { height: 56px; width: 56px; border-radius: 999px; border: 1px solid rgba(245,245,242,.12); background: rgba(255,255,255,.04); color: var(--white); font-size: 2rem; cursor: pointer; }
.carousel-dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.dot { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(245,245,242,.22); cursor: pointer; padding: 0; }
.dot.active { background: var(--lime); }
.caps-grid, .audience-grid, .contact-cards { display: grid; gap: 16px; }
.caps-grid { grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
.cap { border: 1px solid var(--border); background: #11130E; border-radius: 20px; padding: 18px 20px; color: rgba(245,245,242,.84); font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.audience-grid { grid-template-columns: repeat(2, 1fr); }
.audience-card { border: 1px solid var(--border); background: var(--panel); border-radius: 26px; padding: 24px; }
.audience-card span { display: block; color: var(--lime); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.audience-card strong { display: block; margin-top: 12px; font-size: 1.05rem; }
.video-card { overflow: hidden; background: #11130E; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.video-top { border-bottom: 1px solid var(--border); padding: 14px 20px; color: var(--sand); font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.video-wrap { position: relative; aspect-ratio: 16/9; background: #000; }
.video-wrap video { width: 100%; height: 100%; object-fit: cover; }
.video-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.2), transparent); color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.small-note { margin-top: 16px; color: rgba(245,245,242,.52); font-size: .92rem; }
.process-card .step-num { color: var(--lime); font-size: 3rem; font-weight: 900; margin-bottom: 10px; }
.brand-card { background: #11130E; padding: 24px; }
.brand-graphic { min-height: 260px; margin-top: 12px; border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.03); display: flex; align-items: center; justify-content: center; padding: 18px; }
.brand-graphic img { max-height: 220px; width: auto; object-fit: contain; }
.quote { margin-top: 16px; font-size: 1.08rem; line-height: 1.8; color: rgba(245,245,242,.84); }
.faq-wrap { max-width: 980px; }
.faq-list { display: grid; gap: 16px; margin-top: 28px; }
.contact-grid { align-items: start; }
.contact-cards { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
.span-two { grid-column: 1 / -1; }
.form-card { background: #11130E; padding: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.form-title { font-size: 1.3rem; font-weight: 800; }
form label { display: block; margin-top: 14px; }
form label span { display: block; margin-bottom: 8px; font-size: .84rem; font-weight: 700; color: rgba(245,245,242,.7); }
input, textarea { width: 100%; border-radius: 18px; border: 1px solid var(--border); background: rgba(255,255,255,.03); color: var(--white); padding: 14px 16px; font: inherit; }
textarea { resize: vertical; }
.break { word-break: break-all; }
.hidden { display: none; }
.site-footer { border-top: 1px solid var(--border); color: rgba(245,245,242,.45); font-size: .92rem; }
.footer-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
@media (max-width: 1100px) {
  .nav, .header-social { display: none; }
  .hero-grid, .split-grid, .brand-grid, .contact-grid, .feature-grid, .card-grid.four, .card-grid.three, .audience-grid, .contact-cards, .stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .hero-grid, .split-grid, .brand-grid, .contact-grid, .feature-grid, .card-grid.four, .card-grid.three, .audience-grid, .contact-cards, .stats-grid, .caps-grid { grid-template-columns: 1fr; }
  .container { width: min(1200px, calc(100% - 32px)); }
  .hero-grid { padding: 64px 0; }
  .identity-tag { display: none; }
  .gallery-header { flex-direction: column; align-items: flex-start; }
  .carousel-shell { grid-template-columns: 1fr; }
  .carousel-btn { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px 0; }
}


.gallery-intro { margin-bottom: 0; }
.gallery-cta-row { margin-top: 22px; }
.gallery-header { margin-bottom: 24px; }
.slide { position: relative; }
.slide img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; }
.slide-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(to right, rgba(11,11,11,.86), rgba(11,11,11,.48));
  backdrop-filter: blur(6px);
}
.slide-tag {
  color: var(--lime);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.slide-caption strong {
  font-size: 1rem;
  color: var(--white);
  letter-spacing: .02em;
}
.carousel-btn {
  height: 60px;
  width: 60px;
  border-radius: 999px;
  border: 1px solid rgba(245,245,242,.18);
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-size: 2.2rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.carousel-btn:hover {
  background: rgba(183,255,60,.16);
  border-color: rgba(183,255,60,.35);
}
@media (max-width: 820px) {
  .slide img { aspect-ratio: 4/4.4; }
  .slide-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 15px;
  }
  .slide-caption strong { font-size: .92rem; }
}


.palette-card { display: grid; gap: 14px; }
.palette-swatches { display: grid; gap: 10px; }
.swatch-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(245,245,242,.06);
}
.swatch-item:first-child { border-top: 0; padding-top: 0; }
.swatch {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(245,245,242,.1);
}
.swatch.olive { background: #556B2F; }
.swatch.sand { background: #C2B280; }
.swatch.black { background: #0B0B0B; }
.swatch.white { background: #F5F5F2; }
.swatch.grey { background: #8C8F91; }
.swatch.lime { background: #B7FF3C; }
.swatch-copy strong {
  display: block;
  color: var(--white);
  font-size: .95rem;
  line-height: 1.2;
}
.swatch-copy span {
  display: block;
  margin-top: 4px;
  color: rgba(245,245,242,.58);
  font-size: .82rem;
  line-height: 1.45;
}
.brand-note-card .support-title { margin-bottom: 8px; }


/* V6 hero balance refinements */
.hero-grid { padding: 64px 0 56px; }
.feature-panel { padding: 20px; }
.feature-grid { grid-template-columns: 1.12fr .88fr; gap: 14px; align-items: stretch; }
.mascot-box {
  min-height: 300px;
  padding: 18px;
  align-items: end;
}
.mascot-box img {
  max-height: 235px;
  width: auto;
  object-fit: contain;
  transform: translateY(6px) scale(1.22);
  transform-origin: center bottom;
}
.stack { gap: 12px; }
.support-card { padding: 16px; }
.support-mark-wrap {
  min-height: 120px;
  padding: 12px;
}
.support-mark-wrap img {
  max-height: 92px;
}
.palette-swatches { gap: 6px; }
.swatch-item {
  grid-template-columns: 38px 1fr;
  gap: 10px;
  padding: 8px 0;
}
.swatch {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}
.brand-note-card p {
  font-size: .88rem;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .hero-grid { padding: 56px 0 48px; }
}
@media (max-width: 820px) {
  .hero-grid { padding: 48px 0 40px; }
  .mascot-box {
    min-height: 260px;
    align-items: center;
  }
  .mascot-box img {
    max-height: 210px;
    transform: scale(1.12);
  }
}


/* V7 hero panel layout overhaul */
.feature-panel-v7 {
  display: grid;
  gap: 16px;
}
.mascot-hero-box {
  min-height: 255px;
  border-radius: 30px;
  border: 1px solid rgba(183,255,60,.2);
  background: linear-gradient(135deg, rgba(85,107,47,.32), rgba(57,70,30,.9));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
}
.mascot-hero-box img {
  max-height: 230px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 35px rgba(0,0,0,.45));
}
.brand-lower-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 14px;
  align-items: start;
}
.brand-note-inline {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(245,245,242,.08);
  color: rgba(245,245,242,.62);
  font-size: .86rem;
  line-height: 1.55;
}
.support-mark-wrap {
  min-height: 140px;
}
.support-mark-wrap img {
  max-height: 110px;
}
@media (max-width: 1100px) {
  .mascot-hero-box {
    min-height: 220px;
  }
  .mascot-hero-box img {
    max-height: 200px;
  }
}
@media (max-width: 820px) {
  .brand-lower-grid {
    grid-template-columns: 1fr;
  }
  .mascot-hero-box {
    min-height: 220px;
    padding: 16px;
  }
  .mascot-hero-box img {
    max-height: 185px;
  }
}


/* V8 final polish */
.feature-panel-v8 {
  display: grid;
  gap: 16px;
}
.mascot-hero-box-v8 {
  min-height: 280px;
  padding: 14px 24px 8px;
  align-items: end;
}
.mascot-hero-box-v8 img {
  max-height: 255px;
  width: auto;
  object-fit: contain;
  transform: translateY(10px) scale(1.14);
  transform-origin: center bottom;
}
.brand-lower-grid-v8 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.palette-card-full {
  padding: 16px 18px;
}
.brand-note-inline {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(245,245,242,.08);
  color: rgba(245,245,242,.62);
  font-size: .84rem;
  line-height: 1.5;
  max-width: 95%;
}
@media (max-width: 1100px) {
  .mascot-hero-box-v8 {
    min-height: 245px;
  }
  .mascot-hero-box-v8 img {
    max-height: 220px;
  }
}
@media (max-width: 820px) {
  .mascot-hero-box-v8 {
    min-height: 220px;
    padding: 14px 18px 8px;
  }
  .mascot-hero-box-v8 img {
    max-height: 190px;
    transform: translateY(6px) scale(1.08);
  }
  .brand-note-inline {
    max-width: 100%;
  }
}


.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: radial-gradient(circle at top, rgba(183,255,60,.08), transparent 22%), radial-gradient(circle at right, rgba(194,178,128,.10), transparent 25%), #0B0B0B;
}
.thank-you-card {
  width: min(760px, 100%);
  border: 1px solid rgba(245,245,242,.08);
  background: rgba(255,255,255,.04);
  border-radius: 32px;
  padding: 36px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}
.thank-you-card h1 {
  margin-top: 14px;
  font-size: clamp(2.4rem, 6vw, 4rem);
}
.thank-you-copy {
  max-width: 640px;
}


/* V12 storefront section */
.storefront-card .brand-graphic {
  min-height: 320px;
}
.storefront-graphic img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 18px;
}


/* V13 restore package */
.apparel-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.02);
}
.apparel-intro { max-width: 820px; }
.apparel-cards { margin-top: 8px; }
.apparel-card { display: flex; flex-direction: column; min-height: 100%; }
.apparel-card h3 { margin-top: 12px; }
.apparel-card p { margin-top: 14px; flex: 1; }
.apparel-btn { margin-top: 20px; width: fit-content; }
.apparel-help-note {
  margin-top: 22px;
  color: rgba(245,245,242,.6);
  font-size: .95rem;
  line-height: 1.6;
}
.email-value {
  font-size: 1rem;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: normal;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .email-value {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
.storefront-card .brand-graphic { min-height: 320px; }
.storefront-graphic img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 18px;
}


/* V15 production media support */
.production-section-grid {
  align-items: start;
}
.production-media-stack {
  display: grid;
  gap: 16px;
}
.production-stills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.production-still-card {
  border: 1px solid var(--border);
  background: #11130E;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.2);
}
.production-still-card img {
  width: 100%;
  aspect-ratio: 4/3.3;
  object-fit: cover;
}
@media (max-width: 820px) {
  .production-stills-grid {
    grid-template-columns: 1fr;
  }
}


.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}
.stars {
  margin-bottom: 12px;
  color: var(--sand);
  letter-spacing: .18em;
  font-size: .95rem;
}
.reviews-note {
  margin-top: 18px;
  color: rgba(245,245,242,.5);
  font-size: .9rem;
}
.apparel-bridge {
  margin-top: 10px;
  color: rgba(245,245,242,.6);
  font-size: .95rem;
}
.site-footer {
  border-top: 1px solid var(--border);
  padding-top: 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr 1fr 1fr;
  gap: 28px;
}
.footer-brand {
  margin-bottom: 12px;
}
.footer-heading {
  color: var(--lime);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-copy {
  color: rgba(245,245,242,.6);
  line-height: 1.7;
  margin-bottom: 8px;
}
.footer-links {
  display: grid;
  gap: 10px;
}
.footer-links a {
  color: rgba(245,245,242,.82);
}
.footer-email {
  word-break: break-word;
}
.footer-bottom {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  border-top: 1px solid rgba(245,245,242,.06);
  color: rgba(245,245,242,.45);
  font-size: .9rem;
}
@media (max-width: 1100px) {
  .trusted-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .reviews-header,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* V18 cleanup */
.footer-copy {
  line-height: 1.7;
}


/* V19 floating quote CTA */
.floating-quote-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--black);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(0,0,0,.32), 0 0 0 1px rgba(183,255,60,.18);
}
.floating-quote-btn:hover {
  transform: translateY(-1px);
}
@media (max-width: 820px) {
  .floating-quote-btn {
    right: 16px;
    bottom: 16px;
    min-height: 50px;
    padding: 0 18px;
    font-size: .76rem;
  }
}


/* V20 mascot panel tightening */
.feature-panel,
.feature-panel-v8,
.feature-panel-v7 {
  padding: 14px !important;
  gap: 12px !important;
}
.feature-top {
  margin-bottom: 8px !important;
}
.mascot-hero-box,
.mascot-hero-box-v8 {
  min-height: 190px !important;
  padding: 10px 16px 4px !important;
  border-radius: 24px !important;
}
.mascot-hero-box img,
.mascot-hero-box-v8 img {
  max-height: 165px !important;
  transform: translateY(4px) scale(1.0) !important;
}
.brand-lower-grid,
.brand-lower-grid-v8 {
  gap: 10px !important;
}
.palette-card,
.palette-card-full {
  padding: 14px 16px !important;
}
.palette-swatches {
  gap: 2px !important;
}
.swatch-item {
  padding: 6px 0 !important;
}
.swatch {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
}
.swatch-copy strong {
  font-size: .9rem !important;
}
.swatch-copy span {
  font-size: .78rem !important;
}
.brand-note-inline,
.brand-note-card p {
  font-size: .8rem !important;
  line-height: 1.45 !important;
}
.identity-tag {
  padding: 7px 10px !important;
  font-size: .58rem !important;
}
@media (max-width: 820px) {
  .mascot-hero-box,
  .mascot-hero-box-v8 {
    min-height: 170px !important;
    padding: 10px 14px 2px !important;
  }
  .mascot-hero-box img,
  .mascot-hero-box-v8 img {
    max-height: 145px !important;
  }
}


/* V22 brand panel final */
.feature-panel-v22 {
  display: grid;
  gap: 14px;
  padding: 18px !important;
  border-radius: 28px;
}
.feature-top-v22 {
  margin-bottom: 0 !important;
}
.mascot-hero-box-v22 {
  position: relative;
  min-height: 360px !important;
  padding: 26px 18px 14px !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, rgba(85,107,47,.38), rgba(57,70,30,.92));
  display: flex;
  align-items: center;
  justify-content: center;
}
.identity-tag-v22 {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 10px 14px !important;
  border-radius: 18px !important;
  font-size: .66rem !important;
}
.mascot-hero-box-v22 img {
  max-height: 300px !important;
  width: auto;
  object-fit: contain;
  transform: none !important;
}
.palette-card-v22 {
  padding: 12px !important;
  border-radius: 24px !important;
}
.palette-grid-v22 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.palette-mini-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(245,245,242,.06);
}
.palette-mini-card .swatch {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
}
.palette-mini-card .swatch-copy strong {
  font-size: .92rem !important;
  line-height: 1.15;
}
.palette-mini-card .swatch-copy span {
  font-size: .8rem !important;
  line-height: 1.35;
}
@media (max-width: 1100px) {
  .mascot-hero-box-v22 {
    min-height: 320px !important;
  }
  .mascot-hero-box-v22 img {
    max-height: 265px !important;
  }
  .palette-grid-v22 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 820px) {
  .feature-panel-v22 {
    padding: 14px !important;
  }
  .mascot-hero-box-v22 {
    min-height: 290px !important;
    padding: 22px 14px 12px !important;
  }
  .mascot-hero-box-v22 img {
    max-height: 235px !important;
  }
  .palette-grid-v22 {
    grid-template-columns: 1fr;
  }
}


/* V23 hero mascot update */
.mascot-hero-box-v22 {
  min-height: 430px !important;
  padding: 14px 10px 8px !important;
}
.mascot-hero-box-v22 img {
  width: auto !important;
  max-width: 92% !important;
  max-height: 400px !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .mascot-hero-box-v22 {
    min-height: 380px !important;
  }
  .mascot-hero-box-v22 img {
    max-height: 350px !important;
    max-width: 94% !important;
  }
}
@media (max-width: 820px) {
  .mascot-hero-box-v22 {
    min-height: 330px !important;
    padding: 12px 8px 8px !important;
  }
  .mascot-hero-box-v22 img {
    max-height: 300px !important;
    max-width: 96% !important;
  }
}
