/* Site-level styles for the new Rustmoment in de klas website */
@import url('./tokens.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: white;
  color: var(--ridk-fg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

/* utility */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

/* shared button styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: transform 180ms var(--ease-soft), box-shadow 180ms var(--ease-soft), background 180ms var(--ease-soft);
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--ridk-coral);
  color: white;
  padding: 14px 26px;
  box-shadow: 0 8px 22px rgba(252,96,72,0.34);
}
.btn-primary:hover { background: var(--ridk-coral-700); box-shadow: 0 12px 30px rgba(252,96,72,0.42); }

.btn-secondary {
  background: white;
  color: var(--ridk-blue);
  border: 2px solid var(--ridk-blue);
  padding: 12px 22px;
}
.btn-secondary:hover { background: var(--ridk-blue-100); }

.btn-yellow {
  background: var(--ridk-yellow);
  color: var(--ridk-teal);
  padding: 14px 26px;
  box-shadow: 0 8px 22px rgba(255,172,36,0.34);
}
.btn-yellow:hover { background: var(--ridk-yellow-700); color: white; }

.btn-ghost {
  background: transparent;
  color: var(--ridk-teal);
  padding: 10px 16px;
  font-weight: 700;
}
.btn-ghost:hover { background: var(--ridk-teal-100); }

.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ridk-coral);
  margin-bottom: 12px;
  display: inline-block;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ridk-teal);
  margin: 0 0 16px;
}

.section-lead {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ridk-fg-2);
  margin: 0 0 32px;
  max-width: 620px;
}

.script {
  font-family: var(--font-script);
  font-weight: 600;
  color: var(--ridk-coral);
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.highlight {
  display: inline-block;
  padding: 0 0.3em;
  background: var(--ridk-yellow-300);
  border-radius: 6px;
  color: var(--ridk-teal);
}
.highlight-coral { background: var(--ridk-coral-300); }
.highlight-sage { background: var(--ridk-sage-300); }

/* Hide scrollbars in artboards but keep functional */
.page-shell {
  background: white;
  width: 1280px;
  overflow: hidden;
  font-family: var(--font-body);
}

/* Custom Hero Layout Helpers for Native Elementor Integration */
.pv4-hero-section {
  position: relative !important;
  overflow: hidden !important;
  background: white !important;
}
.pv4-hero-section::before {
  content: "";
  position: absolute;
  top: -14cqw;
  right: -12cqw;
  width: 42cqw;
  height: 42cqw;
  min-width: 300px;
  min-height: 300px;
  background: var(--ridk-yellow);
  border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
  z-index: 0;
}
.pv4-hero-section::after {
  content: "";
  position: absolute;
  bottom: -8cqw;
  left: -6cqw;
  width: 18cqw;
  height: 18cqw;
  min-width: 140px;
  min-height: 140px;
  background: var(--ridk-sage);
  opacity: 0.55;
  border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
  z-index: 0;
}
.pv4-hero-section > .elementor-container,
.pv4-hero-section > .elementor-widget-wrap {
  position: relative !important;
  z-index: 1 !important;
}

.pv4-hero-eyebrow-badge {
  margin-bottom: 22px !important;
}
.pv4-hero-eyebrow-badge .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 7px 15px !important;
  background: white !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 18px rgba(58,100,118,0.12) !important;
  font-weight: 700 !important;
  font-size: 12.5px !important;
  color: var(--ridk-teal) !important;
  letter-spacing: 0.02em !important;
  font-family: 'Quicksand', sans-serif !important;
}
.pv4-hero-eyebrow-badge .elementor-heading-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ridk-coral);
  display: inline-block;
}

.pv4-hero-right-col {
  position: relative !important;
}
.pv4-hero-floating-card {
  position: absolute !important;
  bottom: -20px !important;
  left: -16px !important;
  background: white !important;
  border-radius: 16px !important;
  padding: 13px 18px !important;
  box-shadow: 0 14px 30px rgba(58,100,118,0.18) !important;
  max-width: 230px !important;
  z-index: 10 !important;
}
.pv4-hero-floating-card .elementor-widget-container {
  padding: 0 !important;
}

/* Design precision classes for native widgets */
.pv4-underline {
  position: relative;
  display: inline-block;
}
.pv4-underline::after {
  content: "";
  position: absolute;
  bottom: 0.06em;
  left: -4px;
  right: -6px;
  height: 0.28em;
  background: var(--ridk-coral-300);
  border-radius: 8px;
  z-index: -1;
  opacity: 0.85;
}

.pv4-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ridk-coral);
  display: inline-block;
  margin-right: 8px;
}

/* Ensure Elementor Heading widgets with classes get correct design typography */
.pv4-h1 .elementor-heading-title {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(36px, 4.6cqw, 66px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.018em !important;
  color: var(--ridk-teal) !important;
  margin: 0 !important;
}

.pv4-lead .elementor-widget-container,
.pv4-lead p {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(16px, 1.5cqw, 19px) !important;
  line-height: 1.65 !important;
  color: var(--ridk-fg-2) !important;
}


