/* === Diskill brand fonts === */
@font-face {
  font-family: "NAMU";
  src: url("fonts/NAMU-Pro.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("fonts/Geologica-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* === Diskill tokens === */
:root {
  --brand-orange: #E94E1B;
  --brand-orange-hot: #FF5722;
  --brand-orange-deep: #C13A0E;
  --brand-dark: #0A0A0A;
  --brand-dark-warm: #1a0a05;
  --brand-white: #FFFFFF;
  --brand-cream: #F6F4EF;

  --font-display: "NAMU", "Inter", system-ui, sans-serif;
  --font-text: "Geologica", "Inter", system-ui, sans-serif;
}

/* === Slide base === */
.slide {
  width: 1080px;
  height: 1350px;
  position: relative;
  overflow: hidden;
  color: var(--brand-white);
  font-family: var(--font-text);
  font-weight: 200;
}

/* Background variants */
.bg-orange {
  background: var(--brand-orange);
}
.bg-dark-glow {
  background:
    radial-gradient(ellipse 70% 55% at 62% 42%, var(--brand-orange-hot) 0%, rgba(255,87,34,0.35) 28%, rgba(20,8,3,0.95) 62%, #000 100%),
    #000;
}
.bg-orange-glow {
  background:
    radial-gradient(ellipse 90% 70% at 30% 30%, #FF6A38 0%, var(--brand-orange) 45%, var(--brand-orange-deep) 100%);
}
.bg-dark-side {
  background:
    linear-gradient(95deg, var(--brand-orange) 0%, var(--brand-orange) 50%, #2a0d05 80%, var(--brand-dark) 100%);
}

/* Diskill logo wordmark */
.logo {
  position: absolute;
  top: 56px;
  left: 64px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -0.04em;
  color: var(--brand-white);
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
}
.logo .slash {
  display: inline-block;
  transform: skewX(-22deg) translateX(-2px);
  margin-right: -4px;
}

/* Typography */
.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.92;
}
.headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 96px;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--brand-white);
}
.headline-sm {
  font-size: 78px;
}
.subhead {
  font-family: var(--font-text);
  font-weight: 200;
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--brand-white);
}
.body {
  font-family: var(--font-text);
  font-weight: 200;
  font-size: 30px;
  line-height: 1.42;
  letter-spacing: -0.005em;
}
.tiny {
  font-family: var(--font-text);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 200;
  letter-spacing: 0.02em;
}

/* Plant number badge */
.num-badge {
  position: absolute;
  top: 56px;
  right: 64px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 240px;
  line-height: 0.85;
  color: var(--brand-white);
  opacity: 0.10;
  letter-spacing: -0.06em;
  pointer-events: none;
}

/* Tag pill */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px 13px;
  border: 1.5px solid rgba(255,255,255,0.5);
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-white);
}
.tag .dot {
  width: 10px; height: 10px; border-radius: 999px; background: var(--brand-white);
}

/* Image slot styling */
image-slot {
  border-radius: 36px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  font-family: var(--font-text);
  font-weight: 200;
  font-size: 22px;
}

/* Dashed arrow (decorative) */
.arrow-svg path {
  stroke: var(--brand-white);
  stroke-width: 2;
  stroke-dasharray: 6 8;
  fill: none;
  stroke-linecap: round;
}

/* Cover decorative leaves */
.leaf-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.95;
}

/* Cheat sheet rows */
.cheat-row {
  display: grid;
  grid-template-columns: 56px 200px 1fr;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.22);
}
.cheat-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.22); }
.cheat-icon { font-size: 40px; line-height: 1; }
.cheat-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cheat-value {
  font-family: var(--font-text);
  font-weight: 200;
  font-size: 30px;
}

/* Footer slug */
.slug {
  position: absolute;
  left: 64px;
  bottom: 190px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}
.swipe-hint {
  position: absolute;
  right: 64px;
  bottom: 190px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.swipe-hint .arrow {
  display: inline-block;
  width: 32px; height: 2px;
  background: currentColor;
  position: relative;
}
.swipe-hint .arrow::after {
  content: ""; position: absolute; right: -1px; top: -6px;
  width: 14px; height: 14px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

/* Layout helpers for slides */
.slide-pad {
  position: absolute;
  inset: 56px 64px 56px 64px;
}
