/* =========================================================
   EcoLite Holdings — style.css
   ========================================================= */

/* ---------------------------------------------------------
   CSS Custom Properties
   --------------------------------------------------------- */
/* ECO-46 AWWWARDS Design System — EcoLite Holdings */
:root {
  /* Brand tokens */
  --holdings-white: #FAFAF8;
  --gold: #C9A84C;
  --steel: #8A9099;

  /* System aliases */
  --primary:        #0B1929;
  --secondary:      #132D4A;
  --accent:         var(--gold);
  --accent-blue:    #2196F3;
  --light:          var(--holdings-white);
  --text-primary:   #FFFFFF;
  --text-secondary: var(--steel);
  --text-dark:      #1A2332;

  /* Typography */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Shape */
  --radius-card: 8px;
  --radius-btn:  6px;
  --radius-pill: 100px;

  /* Elevation */
  --shadow-card-dark:  0 4px 32px rgba(0, 0, 0, 0.4);
  --shadow-hover-dark: 0 8px 48px rgba(0, 0, 0, 0.56);
}

/* ---------------------------------------------------------
   Reset
   --------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  background: var(--primary);
  color: var(--text-secondary);
}

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

a {
  color: inherit;
}

ul {
  list-style: none;
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------------------------------------------------------
   Utility
   --------------------------------------------------------- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------------------------------------------------------
   Focus styles
   --------------------------------------------------------- */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ---------------------------------------------------------
   Buttons
   --------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: var(--radius-btn);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.btn-gold {
  background: var(--accent);
  color: var(--primary);
}

.btn-gold:hover {
  background: #d4b055;
  transform: scale(1.03);
  box-shadow: 0 0 28px rgba(201, 168, 76, 0.55), 0 4px 20px rgba(201, 168, 76, 0.3);
}

.btn-ghost {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.btn-ghost:hover {
  background: white;
  color: var(--primary);
}

.btn-large {
  padding: 16px 40px;
  font-size: 18px;
}

/* ---------------------------------------------------------
   Site Header — minimal transparent floating bar
   --------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  pointer-events: none;
}

.site-header.scrolled {
  background: rgba(11, 25, 41, 0.95);
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.site-nav {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: all;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  text-decoration: none;
}

.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  line-height: 1.2;
}

.logo-reg {
  font-size: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--accent);
  vertical-align: super;
  line-height: 0;
  margin-left: 1px;
}

.logo-tagline {
  font-family: var(--font-body);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.88;
  line-height: 1;
}

.panel-contact-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  transition: color 0.2s ease;
}

.panel-contact-link:hover {
  color: #ffffff;
}

/* ---------------------------------------------------------
   Section labels
   --------------------------------------------------------- */
.section-label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* ---------------------------------------------------------
   Brand Constellation Hero (Phase 2)
   --------------------------------------------------------- */
.constellation-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #050810;
}

#aurora-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Accessible nav — visually hidden but keyboard reachable */
.constellation-nav {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.constellation-nav:focus-within {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  background: rgba(5,8,16,0.9);
  padding: 24px 32px;
  border-radius: 8px;
  border: 1px solid rgba(200,168,75,0.3);
  z-index: 100;
}

.constellation-nav a {
  color: #C8A84B;
  font-family: var(--font-mono);
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.constellation-nav a:hover,
.constellation-nav a:focus {
  color: #fff;
  text-decoration: underline;
}

/* "Click a node" hint at bottom of hero */
.constellation-ui {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  text-align: center;
}

.constellation-hint {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200,168,75,0.5);
  animation: hintPulse 3s ease-in-out infinite;
}

@keyframes hintPulse {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 0.9; }
}

@media (prefers-reduced-motion: reduce) {
  .constellation-hint { animation: none; }
}

/* ---------------------------------------------------------
   Brands Section
   --------------------------------------------------------- */
.brands-section {
  background: var(--secondary);
  padding: 100px 24px;
}

.section-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 48px;
  line-height: 1.2;
}

.brand-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.brand-card {
  background: var(--primary);
  border-radius: var(--radius-card);
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card-dark);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover-dark);
}

.card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.card-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
}

.card-icon i {
  font-size: 40px;
}

.brand-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.card-descriptor {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.card-copy {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}

.card-link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.card-link:hover {
  text-decoration: underline;
  opacity: 0.85;
}

@media (min-width: 768px) {
  .brand-cards {
    grid-template-columns: 1fr 1fr;
  }
  .section-headline {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .brand-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-headline {
    font-size: 40px;
  }
}

/* ---------------------------------------------------------
   Overview / About Section
   --------------------------------------------------------- */
.overview-section {
  background: var(--light);
  padding: 100px 24px;
}

.overview-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--text-dark);
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
  line-height: 1.3;
}

.overview-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  color: #546E7A;
  max-width: 700px;
  margin: 0 auto 64px;
  text-align: center;
  line-height: 1.7;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  color: #003366;
  display: block;
  line-height: 1;
}

.stat-label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  color: #546E7A;
  display: block;
  margin-top: 8px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .overview-headline { font-size: 32px; }
  .stats-row { grid-template-columns: repeat(4, 1fr); }
  .stat-number { font-size: 48px; }
}

@media (min-width: 1280px) {
  .overview-headline { font-size: 36px; }
}

/* ---------------------------------------------------------
   CTA Banner Section
   --------------------------------------------------------- */
.cta-banner {
  background: var(--primary);
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    rgba(201, 168, 76, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 40px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .cta-headline { font-size: 32px; }
}

/* ---------------------------------------------------------
   CTA Contact Form
   --------------------------------------------------------- */
.cta-form-wrap {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.cta-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 600px) {
  .cta-form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.cta-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.cta-field label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cta-field input,
.cta-field select,
.cta-field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 15px;
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.cta-field input::placeholder,
.cta-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cta-field select option {
  background: var(--secondary);
  color: #ffffff;
}

.cta-field input:focus,
.cta-field select:focus,
.cta-field textarea:focus {
  border-color: var(--accent);
}

.cta-field textarea {
  resize: vertical;
  min-height: 88px;
}

/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */
.site-footer {
  background: #0D1F33;
  padding: 64px 24px 0;
}

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-bottom: 64px;
}

.footer-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.footer-brand p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  width: fit-content;
}

.footer-nav a:hover {
  color: #ffffff;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact a {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  width: fit-content;
}

.footer-contact a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-bottom p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: #546E7A;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ---------------------------------------------------------
   Scroll reveal
   --------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ---------------------------------------------------------
   Page Loader
   --------------------------------------------------------- */
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#page-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-ring {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(201, 168, 76, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ---------------------------------------------------------
   Custom Cursor
   --------------------------------------------------------- */
@media (pointer: fine) {
  body { cursor: none; }
  a, button, [role="button"] { cursor: none; }
}

@media (pointer: coarse) {
  #custom-cursor { display: none; }
}

#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(201, 168, 76, 0.7);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transition: transform 0.08s ease, width 0.2s ease, height 0.2s ease,
              border-color 0.2s ease, background 0.2s ease;
  will-change: transform;
}

#custom-cursor.cursor-hover {
  width: 48px;
  height: 48px;
  border-color: var(--accent);
  background: rgba(201, 168, 76, 0.1);
  margin-top: -10px;
  margin-left: -10px;
}

/* ---------------------------------------------------------
   Performance — content-visibility for below-fold
   --------------------------------------------------------- */
.brands-section,
.overview-section,
.brands-showcase,
.cta-banner {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

/* ---------------------------------------------------------
   Button enhancements
   --------------------------------------------------------- */
.btn-gold {
  position: relative;
  overflow: hidden;
}

.btn-gold::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-gold:hover::after {
  opacity: 1;
}

.panel-accent-bar {
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ============================================================
   Brand Card 3D Tilt — Phase 3
   ============================================================ */
.brand-cards {
  perspective: 1200px;
}

.brand-card {
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
  will-change: transform;
  transform-style: preserve-3d;
}

/* Particles canvas */
#particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* View Transitions API — Phase 3 */
@view-transition {
  navigation: auto;
}

.constellation-hero {
  view-transition-name: holdings-hero;
}

@keyframes holdings-vt-fade-in {
  from { opacity: 0; transform: translateY(8px); }
}

@keyframes holdings-vt-fade-out {
  to { opacity: 0; transform: translateY(-8px); }
}

::view-transition-old(holdings-hero) {
  animation: 250ms ease-in both holdings-vt-fade-out;
}

::view-transition-new(holdings-hero) {
  animation: 350ms ease-out both holdings-vt-fade-in;
}

/* =============================================================
   ECO-48: Brand card hover shimmer — CSS @property animated gradient
   ============================================================= */
@property --brand-shimmer-x {
  syntax: '<percentage>';
  inherits: false;
  initial-value: -60%;
}

.brand-card {
  overflow: hidden;
}

.brand-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent calc(var(--brand-shimmer-x) - 20%),
    rgba(201, 168, 76, 0.08) var(--brand-shimmer-x),
    rgba(255, 255, 255, 0.04) calc(var(--brand-shimmer-x) + 5%),
    transparent calc(var(--brand-shimmer-x) + 22%)
  );
  pointer-events: none;
  z-index: 3;
  --brand-shimmer-x: -60%;
}

.brand-card:hover::after {
  animation: hld-shimmer-sweep 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes hld-shimmer-sweep {
  to { --brand-shimmer-x: 160%; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-card::after { display: none; }
}

/* =============================================================
   Three Brands Showcase Module (ECO-85)
   ============================================================= */
.brands-showcase {
  padding: 120px 0;
  background: var(--secondary);
  position: relative;
  overflow: hidden;
}

.brands-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201,168,76,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.showcase-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 72px;
}

.showcase-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.showcase-headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 58px);
  color: var(--text-primary);
  line-height: 1.08;
  margin-bottom: 20px;
}

.showcase-body {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 900px) {
  .showcase-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.showcase-card {
  position: relative;
  background: var(--primary);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease;
}

.showcase-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 72px var(--brand-glow), 0 8px 32px rgba(0,0,0,0.5);
  border-color: var(--brand-color);
}

.showcase-glow-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(180deg, var(--brand-color) 0%, transparent 100%);
  opacity: 0.05;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.showcase-card:hover .showcase-glow-top {
  opacity: 0.12;
}

.showcase-card-inner {
  position: relative;
  z-index: 1;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.showcase-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  flex-shrink: 0;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.showcase-icon-wrap i {
  font-size: 36px;
  color: rgba(255,255,255,0.5);
  transition: color 0.35s ease;
}

.showcase-card:hover .showcase-icon-wrap {
  background: var(--brand-glow);
  border-color: var(--brand-color);
  box-shadow: 0 0 24px var(--brand-glow);
}

.showcase-card:hover .showcase-icon-wrap i {
  color: var(--brand-color);
}

.showcase-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-color);
  margin-bottom: 10px;
}

.showcase-brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 28px);
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 14px;
}

.showcase-desc {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}

.showcase-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.showcase-chip {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  padding: 5px 12px;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.showcase-card:hover .showcase-chip {
  background: var(--brand-glow);
  border-color: var(--brand-color);
  color: rgba(255,255,255,0.75);
}

.showcase-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  align-self: flex-start;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.showcase-cta-link i {
  font-size: 16px;
  transition: transform 0.25s ease;
}

.showcase-cta-link:hover {
  background: var(--brand-glow);
  border-color: var(--brand-color);
  color: var(--brand-color);
  box-shadow: 0 0 16px var(--brand-glow);
}

.showcase-cta-link:hover i {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .showcase-card,
  .showcase-glow-top,
  .showcase-icon-wrap,
  .showcase-icon-wrap i,
  .showcase-chip,
  .showcase-cta-link,
  .showcase-cta-link i {
    transition: none;
  }
}
