/* =========================================================
   Dude Fish OS — gpt-taste Cinematic GSAP Layout Classes
   ========================================================= */

/* --- Glassmorphism Navigation --- */
.glass-nav {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(1240px, calc(100% - 2rem));
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--public-ink) 70%, transparent);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid color-mix(in srgb, var(--public-paper) 18%, transparent);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.glass-nav--scrolled {
  background: color-mix(in srgb, var(--public-ink) 88%, transparent);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}

.glass-nav .brand-mark {
  color: var(--public-paper);
  text-decoration: none;
}

.glass-nav .brand-mark small {
  color: color-mix(in srgb, var(--public-paper) 60%, transparent);
}

.glass-nav__links {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.glass-nav__links a {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: color-mix(in srgb, var(--public-paper) 78%, transparent);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}

.glass-nav__links a:hover {
  color: var(--public-paper);
  background: color-mix(in srgb, var(--public-paper) 12%, transparent);
}

.glass-nav__links a[aria-current="page"] {
  color: var(--public-paper);
  background: color-mix(in srgb, var(--public-coral) 60%, transparent);
}

.glass-nav__cta {
  padding: 0.5rem 1.2rem !important;
  border-radius: 999px !important;
  background: var(--public-teal) !important;
  color: var(--public-paper) !important;
  font-weight: 600 !important;
}

.glass-nav__cta:hover {
  background: var(--public-teal-dark) !important;
}

.glass-nav__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.glass-nav__cart {
  position: relative;
  color: color-mix(in srgb, var(--public-paper) 80%, transparent);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.glass-nav__cart:hover {
  color: var(--public-paper);
}

.glass-nav__cart b {
  position: absolute;
  top: -0.5rem;
  right: -0.7rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--public-coral);
  color: white;
  font-size: 0.6rem;
}

.glass-nav__toggle {
  display: none;
  min-height: 36px;
  padding: 0.4rem 0.8rem;
  border: 1px solid color-mix(in srgb, var(--public-paper) 25%, transparent);
  border-radius: 999px;
  background: transparent;
  color: var(--public-paper);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

/* --- Artistic Asymmetry Hero --- */
.hero-asymmetry {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--public-ink);
  isolation: isolate;
}

.hero-asymmetry::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 70% 60%, color-mix(in srgb, var(--public-coral) 8%, transparent), transparent 70%),
              radial-gradient(ellipse 60% 50% at 30% 80%, color-mix(in srgb, var(--public-teal) 6%, transparent), transparent 60%),
              radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.hero-asymmetry__inner {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 4rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 4rem;
  padding: 8rem 0 4rem;
}

.hero-asymmetry__copy {
  max-width: 640px;
}

.hero-asymmetry__kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: color-mix(in srgb, var(--public-paper) 58%, transparent);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-asymmetry__kicker span {
  width: 1.5rem;
  height: 2px;
  background: var(--public-teal);
}

.hero-asymmetry__title {
  margin: 1.5rem 0 1.2rem;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.8rem, 7.5vw, 7.5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: var(--public-paper);
}

.hero-asymmetry__title em {
  color: var(--public-coral);
  font-style: normal;
}

.hero-asymmetry__lede {
  max-width: 560px;
  color: color-mix(in srgb, var(--public-paper) 65%, transparent);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 400;
  line-height: 1.7;
}

.hero-asymmetry__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.2rem;
}

.hero-asymmetry__btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.4rem;
  border: none;
  border-radius: 999px;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-asymmetry__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.hero-asymmetry__btn--primary {
  background: var(--public-coral);
  color: var(--public-paper);
}

.hero-asymmetry__btn--primary:hover {
  background: var(--public-coral-dark);
}

.hero-asymmetry__btn--ghost {
  border: 1.5px solid color-mix(in srgb, var(--public-paper) 30%, transparent);
  color: var(--public-paper);
  background: transparent;
}

.hero-asymmetry__btn--ghost:hover {
  background: var(--public-paper);
  color: var(--public-ink);
}

.hero-asymmetry__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  color: color-mix(in srgb, var(--public-paper) 55%, transparent);
  font-size: 0.75rem;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
}

.hero-asymmetry__trust li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--public-teal);
  vertical-align: middle;
}

/* --- Floating Art Element --- */
.hero-asymmetry__art {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 500px;
}

.hero-asymmetry__float {
  position: relative;
  width: 380px;
  height: 460px;
  transform: translateY(40px) rotate(4deg);
  isolation: isolate;
}

.hero-asymmetry__float-ring {
  position: absolute;
  border: 20px solid var(--public-coral);
  border-radius: 48% 52% 47% 53%;
  transform: rotate(-14deg);
}

.hero-asymmetry__float-ring--one {
  width: 340px;
  height: 280px;
  top: 0;
  right: 20px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.hero-asymmetry__float-ring--two {
  width: 280px;
  height: 350px;
  bottom: 40px;
  left: 0;
  border-width: 12px;
  border-color: var(--public-teal) transparent var(--public-sun) var(--public-teal);
  transform: rotate(36deg);
  opacity: 0.85;
}

.hero-asymmetry__float-shape {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 220px;
  height: 270px;
  display: grid;
  place-items: center;
  border: 6px solid color-mix(in srgb, var(--public-paper) 30%, transparent);
  border-radius: 53% 47% 48% 52%;
  background: color-mix(in srgb, var(--public-paper) 8%, transparent);
  backdrop-filter: blur(6px);
  color: var(--public-paper);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), inset 0 0 60px color-mix(in srgb, var(--public-paper) 6%, transparent);
  transform: rotate(-5deg);
}

.hero-asymmetry__float-shape strong {
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-align: center;
  opacity: 0.7;
}

.hero-asymmetry__float-chip {
  position: absolute;
  z-index: 3;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  color: var(--public-ink);
  background: var(--public-paper);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-asymmetry__float-chip--coral {
  top: 12%;
  right: -5%;
  transform: rotate(6deg);
  color: var(--public-coral);
}

.hero-asymmetry__float-chip--teal {
  bottom: 15%;
  left: -8%;
  transform: rotate(-5deg);
  color: var(--public-teal-dark);
}

/* --- Bento Grid (Product Lanes) --- */
.bento-section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.bento-heading {
  max-width: 680px;
  margin-bottom: 3rem;
}

.bento-heading__kicker {
  color: var(--public-teal-dark);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bento-heading h2 {
  margin: 0.6rem 0 0.8rem;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--public-ink);
}

.bento-heading p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 1rem;
}

.bento-card {
  position: relative;
  min-height: 260px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  isolation: isolate;
}

.bento-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 60px rgba(16, 35, 63, 0.15);
}

.bento-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.06));
  pointer-events: none;
  z-index: 1;
}

.bento-card--coral {
  background: linear-gradient(145deg, color-mix(in srgb, var(--public-coral) 16%, var(--public-paper)), color-mix(in srgb, var(--public-coral) 6%, var(--public-paper)));
  border: 1px solid color-mix(in srgb, var(--public-coral) 20%, transparent);
}

.bento-card--yellow {
  background: linear-gradient(145deg, color-mix(in srgb, var(--public-sun) 24%, var(--public-paper)), color-mix(in srgb, var(--public-sun) 8%, var(--public-paper)));
  border: 1px solid color-mix(in srgb, var(--public-sun) 25%, transparent);
}

.bento-card--teal {
  background: linear-gradient(145deg, color-mix(in srgb, var(--public-teal) 14%, var(--public-paper)), color-mix(in srgb, var(--public-teal) 4%, var(--public-paper)));
  border: 1px solid color-mix(in srgb, var(--public-teal) 18%, transparent);
}

.bento-card--navy {
  background: linear-gradient(145deg, var(--public-ink), color-mix(in srgb, var(--public-ink) 85%, var(--public-teal)));
  border: 1px solid color-mix(in srgb, var(--public-teal) 15%, transparent);
  color: var(--public-paper);
}

.bento-card--navy:hover {
  color: var(--public-paper);
}

.bento-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 16px;
  background: color-mix(in srgb, var(--public-paper) 70%, transparent);
  backdrop-filter: blur(4px);
}

.bento-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bento-card h3 {
  margin-top: 1.2rem;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
}

.bento-card p {
  margin-top: 0.25rem;
  font-size: 0.82rem;
  opacity: 0.7;
  position: relative;
  z-index: 2;
}

.bento-card__action {
  margin-top: 1rem;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
  color: var(--public-coral);
}

.bento-card--navy .bento-card__action {
  color: var(--public-sun);
}

.bento-card--coral { grid-column: span 1; grid-row: span 2; min-height: 340px; }
.bento-card--yellow { grid-column: span 1; grid-row: span 1; }
.bento-card--teal { grid-column: span 1; grid-row: span 1; }
.bento-card--navy { grid-column: span 1; grid-row: span 1; }

.bento-card--span-2 { grid-column: span 2; }

/* --- Product Shelf (Image Scale & Fade) --- */
.product-shelf-cinematic {
  width: 100%;
  background: var(--public-paper);
  padding-block: clamp(5rem, 9vw, 8rem);
  overflow: hidden;
}

.product-shelf-cinematic .bento-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
  margin-bottom: 3rem;
}

.product-grid-cinematic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.product-card-cinematic {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--public-line);
  background: var(--public-paper);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  cursor: pointer;
}

.product-card-cinematic:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--public-ink) 10%, transparent);
  border-color: color-mix(in srgb, var(--public-teal) 35%, var(--public-line));
}

.product-card-cinematic__image {
  position: relative;
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: repeating-linear-gradient(0deg, var(--public-cream), var(--public-cream) 5px, #f6efe3 5px, #f6efe3 6px);
  color: var(--color-text-muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-card-cinematic__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-card-cinematic:hover .product-card-cinematic__image img {
  transform: scale(1.06);
}

.product-card-cinematic__body {
  padding: 1.2rem;
}

.product-card-cinematic__category {
  color: var(--public-teal-dark);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-card-cinematic__body h3 {
  margin: 0.5rem 0 0.2rem;
  color: var(--public-ink);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.product-card-cinematic__body h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card-cinematic__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}

.product-card-cinematic__price strong {
  color: var(--public-ink);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.product-card-cinematic__price a {
  color: var(--public-coral);
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

/* --- Split Screen (Custom Order Section) --- */
.split-screen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 6rem);
  align-items: center;
  padding-block: clamp(5rem, 9vw, 8rem);
}

.split-screen__text {
  max-width: 540px;
}

.split-screen__kicker {
  color: var(--public-teal-dark);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.split-screen__text h2 {
  margin: 0.6rem 0 0.8rem;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--public-ink);
}

.split-screen__text p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.split-screen__counter {
  display: flex;
  gap: 2.5rem;
  margin: 2rem 0 1.5rem;
}

.split-screen__counter-item {
  text-align: center;
}

.split-screen__counter-number {
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--public-coral);
}

.split-screen__counter-label {
  margin-top: 0.3rem;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* --- Timeline/Process Strip --- */
.timeline-strip {
  position: relative;
  display: grid;
  gap: 1rem;
  counter-reset: step;
}

.timeline-strip__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--public-line);
  border-radius: 18px;
  background: var(--public-paper);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.timeline-strip__item:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--public-ink) 6%, transparent);
}

.timeline-strip__number {
  width: 44px;
  height: 44px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--public-coral);
  color: white;
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.timeline-strip__content h4 {
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--public-ink);
  letter-spacing: -0.01em;
}

.timeline-strip__content p {
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* --- Market Band (Cinematic) --- */
.market-band-cinematic {
  position: relative;
  padding-block: 5rem;
  background: var(--public-ink);
  color: var(--public-paper);
  overflow: hidden;
  isolation: isolate;
}

.market-band-cinematic::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 80% 50%, color-mix(in srgb, var(--public-teal) 8%, transparent), transparent 70%);
  z-index: 1;
}

.market-band-cinematic__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.market-band-cinematic h2 {
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--public-paper);
  margin: 0.5rem 0 0.8rem;
}

.market-band-cinematic p {
  color: color-mix(in srgb, var(--public-paper) 65%, transparent);
  line-height: 1.7;
}

.market-card-cinematic {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid color-mix(in srgb, var(--public-paper) 15%, transparent);
  border-radius: 24px;
  background: color-mix(in srgb, var(--public-paper) 5%, transparent);
  backdrop-filter: blur(8px);
}

.market-card-cinematic small {
  color: var(--public-teal);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.market-card-cinematic strong {
  font-size: 1.4rem;
  font-weight: 600;
}

.market-card-cinematic span {
  color: #ffffffb8;
  font-size: 0.85rem;
}

.market-card-cinematic a {
  margin-top: 0.8rem;
  color: var(--public-sun);
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
}

/* --- Learn Strip (Cinematic) --- */
.learn-strip-cinematic {
  padding-block: clamp(5rem, 8vw, 7rem);
}

.learn-strip-cinematic > div {
  padding: 2.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  border: 1px solid var(--public-line);
  border-radius: 28px;
  background: var(--public-paper);
  transition: box-shadow 0.3s ease;
}

.learn-strip-cinematic > div:hover {
  box-shadow: 0 16px 50px color-mix(in srgb, var(--public-ink) 6%, transparent);
}

.learn-strip-cinematic__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--public-sun);
  color: var(--public-ink);
}

.learn-strip-cinematic__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.learn-strip-cinematic h2 {
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--public-ink);
  margin: 0.3rem 0;
}

.learn-strip-cinematic p {
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* --- Public Empty State (Cinematic) --- */
.empty-state-cinematic {
  padding: 4rem 2rem;
  border: 1.5px dashed var(--public-line);
  border-radius: 24px;
  text-align: center;
}

.empty-state-cinematic strong {
  font-family: 'Cabinet Grotesk', 'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--public-ink);
}

.empty-state-cinematic p {
  margin: 0.5rem 0 1.5rem;
  color: var(--color-text-muted);
}

/* --- GSAP Reveal Classes --- */
.gsap-reveal {
  opacity: 0;
  transform: translateY(30px);
}

.gsap-reveal-left {
  opacity: 0;
  transform: translateX(-40px);
}

.gsap-reveal-right {
  opacity: 0;
  transform: translateX(40px);
}

.gsap-scale-in {
  opacity: 0;
  transform: scale(0.92);
}

.gsap-image-scale {
  will-change: transform, opacity;
}

/* --- Hover Physics --- */
.hover-lift {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.hover-lift:hover {
  transform: translateY(-4px) scale(1.01);
}

.hover-glow {
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.hover-glow:hover {
  box-shadow: 0 0 30px color-mix(in srgb, var(--public-teal) 15%, transparent), 0 12px 40px color-mix(in srgb, var(--public-ink) 6%, transparent);
}

/* --- Responsive --- */
@media (max-width: 1020px) {
  .glass-nav__links { display: none; }
  .glass-nav__links.is-open { display: flex; position: absolute; top: calc(100% + 8px); left: 0; right: 0; flex-direction: column; padding: 0.5rem; border-radius: 20px; background: color-mix(in srgb, var(--public-ink) 95%, transparent); backdrop-filter: blur(20px); border: 1px solid color-mix(in srgb, var(--public-paper) 15%, transparent); }
  .glass-nav__links.is-open a { padding: 0.75rem 1rem; }
  .glass-nav__toggle { display: inline-flex; }

  .hero-asymmetry__inner { grid-template-columns: 1fr; gap: 2rem; padding: 7rem 0 3rem; }
  .hero-asymmetry__copy { max-width: 100%; }
  .hero-asymmetry__art { min-height: 360px; justify-content: center; }
  .hero-asymmetry__float { width: 300px; height: 360px; }
  .hero-asymmetry__float-ring--one { width: 260px; height: 210px; }
  .hero-asymmetry__float-ring--two { width: 220px; height: 280px; }
  .hero-asymmetry__float-shape { width: 180px; height: 220px; }

  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-card--coral { grid-column: span 1; grid-row: span 1; min-height: 260px; }

  .product-grid-cinematic { grid-template-columns: repeat(2, 1fr); }
  .split-screen { grid-template-columns: 1fr; }
  .market-band-cinematic__inner { grid-template-columns: 1fr; }
  .learn-strip-cinematic > div { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .glass-nav { top: 0.5rem; width: calc(100% - 1rem); padding: 0.4rem 0.8rem; border-radius: 60px; }
  .glass-nav .brand-mark small { display: none; }

  .hero-asymmetry__inner { padding: 6rem 0 3rem; }
  .hero-asymmetry__title { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .hero-asymmetry__art { min-height: 280px; }
  .hero-asymmetry__float { width: 220px; height: 280px; transform: translateY(20px) rotate(4deg); }
  .hero-asymmetry__float-ring--one { width: 200px; height: 160px; border-width: 14px; }
  .hero-asymmetry__float-ring--two { width: 170px; height: 210px; border-width: 8px; }
  .hero-asymmetry__float-shape { width: 140px; height: 170px; }
  .hero-asymmetry__float-shape strong { font-size: 1.2rem; }
  .hero-asymmetry__float-chip--coral { top: 2%; right: -2%; }
  .hero-asymmetry__float-chip--teal { bottom: 5%; left: -4%; }

  .bento-grid { grid-template-columns: 1fr; }
  .product-grid-cinematic { grid-template-columns: 1fr; }
  .split-screen { gap: 2rem; }
  .split-screen__counter { gap: 1.5rem; }
  .split-screen__counter-number { font-size: 2rem; }
  .timeline-strip__item { padding: 1rem; }
  .market-card-cinematic { padding: 1.5rem; }
  .learn-strip-cinematic > div { padding: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .glass-nav { transition: none; }
  .bento-card, .product-card-cinematic, .timeline-strip__item,
  .hero-asymmetry__btn, .hover-lift, .hover-glow { transition: none; }
  .bento-card:hover, .product-card-cinematic:hover { transform: none; }
}
