/* Ease Design System - Matching Figma SEROS-DECK */

/* === ACTUAL FONTS === */
@font-face {
  font-family: 'FAIRE Octave';
  src: url('assets/fonts/FAIRE-Octave-Light.woff2') format('woff2'),
       url('assets/fonts/FAIRE-Octave-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/fonts/SuisseIntl-Light.woff2') format('woff2'),
       url('assets/fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/fonts/SuisseIntl-Regular.woff2') format('woff2'),
       url('assets/fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/fonts/SuisseIntl-Book.woff2') format('woff2'),
       url('assets/fonts/SuisseIntl-Book.otf') format('opentype');
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/fonts/SuisseIntl-Medium.woff2') format('woff2'),
       url('assets/fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('assets/fonts/SuisseIntl-Semibold.woff2') format('woff2'),
       url('assets/fonts/SuisseIntl-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'JJannon Disp Trial';
  src: url('assets/fonts/JJannon-Display-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Fallback Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --forest: #0f3e17;
  --white: #fffefc;
  --cream: #fbf8f4;
  --baba-cream: #faf9f1;
  --keylime: #e1f4df;
  --light-green: #e1f4df;
  --mint: #cfe7d3;
  --sage: #b1dbb8;
  --mid-green: #8cbd94;
  --slate: #b6ced5;
  --mulberry: #3d0f34;
  --baba-blue: #193486;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: transparent;
}

.slide {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.comp-table-slide {
  margin-top: 166px;
  margin-bottom: 166px;
}

/* ========== TYPOGRAPHY ========== */
/* FAIRE Octave Trial Light → Playfair Display 300 */
.display {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -1.92px;
  color: var(--forest);
}
.display-xl {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 1.05;
  letter-spacing: -4px;
  color: var(--forest);
}
.display-lg {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 84px;
  line-height: 1.05;
  letter-spacing: -2.52px;
  color: var(--forest);
}
.display-md {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -2.56px;
}
.display-sm {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.3;
  color: var(--forest);
}
.display-xs {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.3;
  color: var(--forest);
}
.overview-statement {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.35;
  letter-spacing: -0.52px;
  color: var(--forest);
}
.display-cover {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 100px;
  line-height: normal;
  letter-spacing: -3px;
  color: var(--white);
}
.display-category {
  font-family: 'FAIRE Octave', 'Playfair Display', Georgia, serif;
  font-weight: 300;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -4.8px;
  color: var(--forest);
}

/* Suisse Intl → Inter */
.body-lg {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
}
.body-md {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5;
  color: var(--forest);
}
.body-sm {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--forest);
}
.body-xs {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--forest);
}

/* ========== PILL / SECTION LABEL ========== */
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--slate);
  border-radius: 8px;
  padding: 5px 12px 5px;
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
}
.pill-white {
  background: var(--white);
}

/* ========== SLIDE NUMBER ========== */
.slide-num {
  position: absolute;
  top: 37px;
  right: 39px;
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-size: 24px;
  color: var(--forest);
}
.slide-num-white {
  color: white;
}

/* ========== EASE WORDMARK ========== */
.ease-wordmark {
  display: flex;
  gap: 0;
  height: 37px;
}
.ease-wordmark img {
  height: 100%;
  width: auto;
}

/* ========== FOOTER ========== */
.footer-url {
  position: absolute;
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
  color: var(--forest);
  text-align: right;
}

/* ========== BACKGROUNDS ========== */
.bg-white { background: var(--white); }
.bg-forest { background: var(--forest); }
.bg-cream { background: var(--cream); }
.bg-keylime { background: var(--keylime); }
.bg-mint { background: var(--mint); }
.bg-sage { background: var(--sage); }
.bg-slate { background: var(--slate); }
.bg-mid-green { background: var(--mid-green); }

/* ========== TABLES ========== */
.comp-table {
  width: 100%;
  height: 515px;
  border-collapse: collapse;
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  color: var(--forest);
  font-size: 14px;
  line-height: 1.4;
}
.comp-table th {
  font-weight: 600;
  font-size: 16px;
  padding: 11px 16px;
  text-align: left;
  border-bottom: 2px solid var(--forest);
  vertical-align: bottom;
}
.comp-table td {
  padding: 11px 16px;
  border-bottom: 1px solid rgba(15,62,23,0.15);
  vertical-align: top;
  line-height: 1.4;
}
.comp-table td:first-child {
  font-weight: 600;
  width: 150px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  color: var(--forest);
}
.data-table th {
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 2px solid var(--forest);
}
.data-table td {
  font-size: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(15,62,23,0.15);
  vertical-align: top;
}

/* ========== CARDS ========== */
.card {
  border-radius: 21px;
  padding: 48px;
}
.card-lg {
  border-radius: 21px;
  padding: 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.three-col {
  display: flex;
  gap: 32px;
}
.three-col > * {
  flex: 1;
}
.card-title {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: var(--forest);
  margin-bottom: 16px;
}
.card-body {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--forest);
}
.card-icon {
  width: 110px;
  height: 97px;
  margin-bottom: 54px;
}
.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-heading {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  color: var(--forest);
  margin-bottom: 54px;
}
.card-text {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5;
  color: var(--forest);
  max-width: 426px;
}

/* ========== BULLET LISTS ========== */
.bullets {
  list-style: disc;
  padding-left: 36px;
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
}
.bullets li {
  margin-bottom: 0;
}

/* ========== COMPARISON MATRIX ========== */
.matrix-row {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(15,62,23,0.15);
}
.matrix-row:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.matrix-label {
  width: 294px;
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
}
.matrix-cell {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.matrix-cell img {
  width: 32px;
  height: 32px;
}
.matrix-header {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
  text-align: center;
}

/* ========== SIDE-BY-SIDE COMPARISON ========== */
.comparison-col {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 0 100px;
}
.comparison-col h3 {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.32;
  letter-spacing: -0.6px;
}
.comparison-col p {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
.comparison-divider {
  height: 0;
  border: none;
  border-top: 3px solid;
}

/* ========== PARTNERSHIP GRID ========== */
.partnership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.partnership-item {
  padding: 36px 100px;
}
.partnership-item h4 {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.32;
  letter-spacing: -0.6px;
  color: var(--forest);
  margin-bottom: 24px;
}
.partnership-item p {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
}

/* ========== CASE STUDY ========== */
.case-card {
  border-radius: 12px;
  padding: 75px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.case-card h3 {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  color: var(--forest);
}
.case-card p,
.case-card li {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
}
.case-card ul {
  list-style: disc;
  padding-left: 36px;
}

/* ========== UTILITIES ========== */
strong { font-weight: 600; }
em { font-style: italic; opacity: 0.7; }

.stat-val {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 300;
  font-size: 84px;
  line-height: 1.3;
  letter-spacing: -2.52px;
  color: var(--forest);
  font-feature-settings: 'lnum' 1, 'pnum' 1;
}
.stat-label {
  font-family: 'Suisse Intl', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--forest);
}

/* ========== SLIDE NAV ========== */
.slide-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.25s, background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
body:hover .slide-nav { opacity: 1; }
.slide-nav:hover { background: rgba(0,0,0,0.7); }
.slide-nav.prev { left: 16px; }
.slide-nav.next { right: 16px; }
