

.page-hero {
  padding-block: var(--oracle-component-hero-spacing-section-pad-top)
                 var(--oracle-component-hero-spacing-section-pad-bottom);
  background:    var(--oracle-page-hero-background, var(--oracle-color-page));
  border-bottom: var(--oracle-border-width) solid var(--oracle-color-cloud);
}

.page-hero-inner {
  max-width: var(--oracle-component-hero-spacing-max-width);
}

.page-hero-eyebrow {
  font-family:    var(--oracle-component-hero-type-eyebrow-family);
  font-size:      var(--oracle-component-hero-type-eyebrow-size);
  font-weight:    var(--oracle-component-hero-type-eyebrow-weight);
  letter-spacing: var(--oracle-component-hero-type-eyebrow-tracking);
  text-transform: var(--oracle-component-hero-type-eyebrow-transform);
  color:          var(--oracle-component-hero-color-eyebrow);
  margin-bottom:  var(--oracle-space-s4);
}

.page-hero-title {
  font-family:    var(--oracle-component-hero-type-heading-family);
  font-size:      var(--oracle-component-hero-type-heading-size);
  font-weight:    var(--oracle-component-hero-type-heading-weight);
  letter-spacing: var(--oracle-component-hero-type-heading-tracking);
  line-height:    var(--oracle-component-hero-type-heading-lh);
  color:          var(--oracle-component-hero-color-heading);
  margin-bottom:  var(--oracle-component-hero-spacing-heading-gap);
}

.page-hero-tagline {
  font-family:  var(--oracle-component-hero-type-tagline-family);
  font-size:    var(--oracle-component-hero-type-tagline-size);
  font-weight:  var(--oracle-component-hero-type-tagline-weight);
  font-style:   var(--oracle-component-hero-type-tagline-style);
  line-height:  var(--oracle-component-hero-type-tagline-lh);
  color:        var(--oracle-component-hero-color-tagline);
  margin-bottom: var(--oracle-component-hero-spacing-tagline-gap);
}

.page-hero-label {
  font-family:  var(--oracle-component-hero-type-label-family);
  font-size:    var(--oracle-component-hero-type-label-size);
  font-weight:  var(--oracle-component-hero-type-label-weight);
  font-style:   var(--oracle-component-hero-type-label-style);
  line-height:  var(--oracle-component-hero-type-label-lh);
  color:        var(--oracle-component-hero-color-label);
  margin-bottom: var(--oracle-component-hero-spacing-tagline-gap);
}

.page-hero-body {
  font-family:   var(--oracle-component-hero-type-body-family);
  font-size:     var(--oracle-component-hero-type-body-size);
  font-weight:   var(--oracle-component-hero-type-body-weight);
  line-height:   var(--oracle-component-hero-type-body-lh);
  color:         var(--oracle-component-hero-color-body);
  max-width:     560px;
  margin-bottom: var(--oracle-component-hero-spacing-body-to-cta);
}

.prose-section {
  padding-block: var(--oracle-component-prose-section-spacing-section-gap);
}

.prose-section-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--oracle-space-s4);
}

@media (min-width: 768px) {
  .prose-section-layout {
    grid-template-columns: var(--oracle-component-prose-section-spacing-label-col-width) 1fr;
    gap: var(--oracle-component-prose-section-spacing-col-gap);
    align-items: start;
  }
}

.prose-section-label {
  padding-top: 6px;
}

.prose-section-heading {
  font-family:    var(--oracle-component-prose-section-type-heading-family);
  font-size:      var(--oracle-component-prose-section-type-heading-size);
  font-weight:    var(--oracle-component-prose-section-type-heading-weight);
  letter-spacing: var(--oracle-component-prose-section-type-heading-tracking);
  line-height:    var(--oracle-component-prose-section-type-heading-lh);
  color:          var(--oracle-component-prose-section-color-heading);
  margin-bottom:  var(--oracle-component-prose-section-spacing-heading-gap);
}

.prose-section-body p {
  font-size:     var(--oracle-component-prose-section-type-body-size);
  font-weight:   var(--oracle-component-prose-section-type-body-weight);
  line-height:   var(--oracle-component-prose-section-type-body-lh);
  color:         var(--oracle-component-prose-section-color-body);
  margin-bottom: var(--oracle-component-prose-section-spacing-paragraph-gap);
}

.prose-section-body p:last-child { margin-bottom: 0; }

.section-eyebrow {
  font-family:    var(--oracle-font-mono);
  font-size:      var(--oracle-size-caption);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color:          var(--oracle-color-sky);
  margin-bottom:  var(--oracle-space-s5);
}

.section-heading-wide {
  font-family:    var(--oracle-font-display);
  font-size:      var(--oracle-size-h1);
  font-weight:    400;
  letter-spacing: var(--oracle-tracking-h1);
  line-height:    var(--oracle-lh-h1);
  color:          var(--oracle-color-ink);
  margin-bottom:  var(--oracle-space-s6);
  max-width:      800px;
}

.spec-grid-section {
  padding-block: var(--oracle-component-spec-grid-spacing-section-gap);
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--oracle-component-spec-grid-spacing-grid-gap);
}

@media (min-width: var(--oracle-component-spec-grid-layout-breakpoint-tablet)) {
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1280px) {
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
}

.spec-grid-card {
  background:   var(--oracle-component-spec-grid-card-background);
  border:       var(--oracle-border-width) solid var(--oracle-component-spec-grid-card-border);
  border-top:   1px solid var(--oracle-component-spec-grid-card-accent-border);
  padding:      var(--oracle-component-spec-grid-spacing-card-padding);
}

.spec-grid-card-label {
  font-family:    var(--oracle-component-spec-grid-type-item-label-family);
  font-size:      var(--oracle-component-spec-grid-type-item-label-size);
  font-weight:    var(--oracle-component-spec-grid-type-item-label-weight);
  letter-spacing: var(--oracle-component-spec-grid-type-item-label-tracking);
  text-transform: var(--oracle-component-spec-grid-type-item-label-transform);
  color:          var(--oracle-component-spec-grid-color-item-label);
  margin-bottom:  var(--oracle-space-s2);
}

.spec-grid-card-body {
  font-size:   var(--oracle-component-spec-grid-type-item-body-size);
  font-weight: var(--oracle-component-spec-grid-type-item-body-weight);
  line-height: var(--oracle-component-spec-grid-type-item-body-lh);
  color:       var(--oracle-component-spec-grid-color-item-body);
  margin-bottom: 0;
}

.fact-list-section {
  padding-block: var(--oracle-component-fact-list-spacing-section-gap);
}

.fact-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--oracle-component-fact-list-spacing-col-gap);
  margin-top: var(--oracle-space-s5);
}

@media (min-width: 648px) {
  .fact-list-grid { grid-template-columns: repeat(2, 1fr); }
}

.fact-list-col-label {
  font-family:    var(--oracle-component-fact-list-type-col-label-family);
  font-size:      var(--oracle-component-fact-list-type-col-label-size);
  font-weight:    var(--oracle-component-fact-list-type-col-label-weight);
  letter-spacing: var(--oracle-component-fact-list-type-col-label-tracking);
  text-transform: var(--oracle-component-fact-list-type-col-label-transform);
  margin-bottom:  var(--oracle-component-fact-list-spacing-rule-gap);
  padding-bottom: var(--oracle-component-fact-list-spacing-rule-gap);
  border-bottom:  var(--oracle-border-width) solid var(--oracle-color-cloud);
}

.fact-list-col--a .fact-list-col-label { color: var(--oracle-component-fact-list-color-col-a-label); }
.fact-list-col--b .fact-list-col-label { color: var(--oracle-component-fact-list-color-col-b-label); }

.fact-list-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--oracle-component-fact-list-spacing-item-gap);
}

.fact-list-items li {
  font-size:    var(--oracle-component-fact-list-type-item-size);
  font-weight:  var(--oracle-component-fact-list-type-item-weight);
  line-height:  var(--oracle-component-fact-list-type-item-lh);
  padding-left: var(--oracle-component-fact-list-spacing-item-indent);
  position: relative;
}

.fact-list-items li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 12px;
  height: 1px;
}

.fact-list-col--a li { color: var(--oracle-component-fact-list-color-col-a-item); }
.fact-list-col--a li::before { background: var(--oracle-component-fact-list-color-col-a-marker); }
.fact-list-col--b li { color: var(--oracle-component-fact-list-color-col-b-item); }
.fact-list-col--b li::before { background: var(--oracle-component-fact-list-color-col-b-marker); }

.tier-grid-section {
  padding-block: var(--oracle-component-tier-grid-spacing-section-gap);
}

.tier-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--oracle-component-tier-grid-spacing-grid-gap);
  margin-top: var(--oracle-space-s5);
}

@media (min-width: 768px) {
  .tier-grid { grid-template-columns: repeat(3, 1fr); }
}

.tier-grid-card {
  background: var(--oracle-component-tier-grid-card-background);
  border:     var(--oracle-border-width) solid var(--oracle-component-tier-grid-card-border);
  border-top: 1px solid var(--oracle-component-tier-grid-card-accent-border);
  padding:    var(--oracle-component-tier-grid-spacing-card-padding);
}

.tier-grid-card-label {
  font-family:    var(--oracle-component-tier-grid-type-item-label-family);
  font-size:      var(--oracle-component-tier-grid-type-item-label-size);
  font-weight:    var(--oracle-component-tier-grid-type-item-label-weight);
  letter-spacing: var(--oracle-component-tier-grid-type-item-label-tracking);
  text-transform: var(--oracle-component-tier-grid-type-item-label-transform);
  color:          var(--oracle-component-tier-grid-color-item-label);
  margin-bottom:  var(--oracle-space-s2);
}

.tier-grid-card-body {
  font-size:     var(--oracle-component-tier-grid-type-item-body-size);
  font-weight:   var(--oracle-component-tier-grid-type-item-body-weight);
  line-height:   var(--oracle-component-tier-grid-type-item-body-lh);
  color:         var(--oracle-component-tier-grid-color-item-body);
  margin-bottom: 0;
}

.cta-section {
  padding-block:  var(--oracle-component-cta-section-spacing-section-gap);
  background:     var(--oracle-page-cta-background, var(--oracle-color-surface));
  border-top:     var(--oracle-border-width) solid var(--oracle-color-cloud);
  border-bottom:  var(--oracle-border-width) solid var(--oracle-color-cloud);
}

.cta-section-inner {
  max-width: var(--oracle-component-cta-section-spacing-max-width);
}

.cta-section-heading {
  font-family:    var(--oracle-component-cta-section-type-heading-family);
  font-size:      var(--oracle-component-cta-section-type-heading-size);
  font-weight:    var(--oracle-component-cta-section-type-heading-weight);
  letter-spacing: var(--oracle-component-cta-section-type-heading-tracking);
  line-height:    var(--oracle-component-cta-section-type-heading-lh);
  color:          var(--oracle-component-cta-section-color-heading);
  margin-bottom:  var(--oracle-component-cta-section-spacing-heading-gap);
}

.cta-section-body {
  font-size:     var(--oracle-component-cta-section-type-body-size);
  font-weight:   var(--oracle-component-cta-section-type-body-weight);
  line-height:   var(--oracle-component-cta-section-type-body-lh);
  color:         var(--oracle-component-cta-section-color-body);
  margin-bottom: var(--oracle-component-cta-section-spacing-body-gap);
}

.product-card {
  background:  var(--oracle-component-product-card-card-background);
  border:      var(--oracle-border-width) solid var(--oracle-component-product-card-card-border);
  border-top:  1px solid var(--oracle-component-product-card-card-accent-border);
  padding:     var(--oracle-component-product-card-spacing-card-padding);
  display:     flex;
  flex-direction: column;
}

.product-card .card-label {
  font-family:    var(--oracle-component-product-card-type-label-family);
  font-size:      var(--oracle-component-product-card-type-label-size);
  font-weight:    var(--oracle-component-product-card-type-label-weight);
  letter-spacing: var(--oracle-component-product-card-type-label-tracking);
  text-transform: var(--oracle-component-product-card-type-label-transform);
  color:          var(--oracle-component-product-card-color-label);
  margin-bottom:  var(--oracle-space-s2);
}

.product-card .card-title {
  font-family:    var(--oracle-component-product-card-type-heading-family);
  font-size:      var(--oracle-component-product-card-type-heading-size);
  font-weight:    var(--oracle-component-product-card-type-heading-weight);
  letter-spacing: var(--oracle-component-product-card-type-heading-tracking);
  line-height:    var(--oracle-component-product-card-type-heading-lh);
  color:          var(--oracle-component-product-card-color-heading);
  margin-bottom:  var(--oracle-space-s2);
}

.product-card .card-rule {
  width:          var(--oracle-component-product-card-spacing-rule-width);
  height:         var(--oracle-component-product-card-spacing-rule-height);
  background:     var(--oracle-component-product-card-color-rule);
  margin-bottom:  var(--oracle-component-product-card-spacing-rule-gap);
}

.product-card .card-body {
  font-size:     var(--oracle-component-product-card-type-body-size);
  font-weight:   var(--oracle-component-product-card-type-body-weight);
  line-height:   var(--oracle-component-product-card-type-body-lh);
  color:         var(--oracle-component-product-card-color-body);
  flex: 1;
  margin-bottom: var(--oracle-component-product-card-spacing-body-gap);
}

.product-card .card-link {
  font-family:    var(--oracle-component-product-card-type-link-family);
  font-size:      var(--oracle-component-product-card-type-link-size);
  font-weight:    var(--oracle-component-product-card-type-link-weight);
  letter-spacing: var(--oracle-component-product-card-type-link-tracking);
  text-transform: var(--oracle-component-product-card-type-link-transform);
  color:          var(--oracle-component-product-card-color-link);
  text-decoration: none;
  transition: color var(--oracle-motion-duration-fast) var(--oracle-motion-easing);
  align-self: flex-start;
}

.product-card .card-link:hover { color: var(--oracle-color-ink); }

.contact-page {
  padding-block: var(--oracle-space-s8) var(--oracle-space-s9);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--oracle-space-s7);
}

@media (min-width: 768px) {
  .contact-inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.contact-header {
  padding-top: var(--oracle-space-s2);
}

.contact-intro {
  font-size:     var(--oracle-size-body);
  font-weight:   var(--oracle-weight-body);
  line-height:   var(--oracle-lh-body);
  color:         var(--oracle-color-ink-soft);
  margin-top:    var(--oracle-space-s3);
  margin-bottom: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--oracle-space-s4);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  tab-index: -1;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: var(--oracle-space-s1);
}

.form-label {
  font-family:    var(--oracle-font-mono);
  font-size:      var(--oracle-size-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color:          var(--oracle-color-ink-soft);
  display:        flex;
  align-items:    baseline;
  gap:            var(--oracle-space-s2);
}

.form-optional {
  font-size:   var(--oracle-size-caption);
  color:       var(--oracle-color-ink-muted);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.form-required {
  color: var(--oracle-color-sky);
}

.form-input {
  font-family:   var(--oracle-font-body);
  font-size:     var(--oracle-size-body);
  font-weight:   var(--oracle-weight-body);
  color:         var(--oracle-color-ink);
  background:    var(--oracle-color-surface);
  border:        var(--oracle-border-width) solid var(--oracle-color-cloud);
  padding:       var(--oracle-space-s2) var(--oracle-space-s3);
  width:         100%;
  outline:       none;
  transition:    border-color var(--oracle-motion-duration-fast) var(--oracle-motion-easing);
  border-radius: var(--oracle-border-radius);
  appearance:    none;
}

.form-input:focus {
  border-color: var(--oracle-color-sky);
}

.form-textarea {
  resize:     vertical;
  min-height: 160px;
  line-height: var(--oracle-lh-body);
}

.form-error {
  font-family: var(--oracle-font-mono);
  font-size:   var(--oracle-size-caption);
  color:       var(--oracle-color-error);
  min-height:  1em;
  margin:      0;
}

.contact-submit {
  align-self: flex-start;
  min-width:  120px;
}

.contact-submit:disabled {
  opacity: 0.5;
  cursor:  not-allowed;
}

.contact-sent {
  padding-top: var(--oracle-space-s4);
}

.contact-sent-heading {
  font-family:    var(--oracle-font-display);
  font-size:      var(--oracle-size-h2);
  font-weight:    400;
  letter-spacing: var(--oracle-tracking-h2);
  color:          var(--oracle-color-ink);
  margin-bottom:  var(--oracle-space-s2);
}

.contact-sent-body {
  font-size:   var(--oracle-size-body);
  font-weight: var(--oracle-weight-body);
  line-height: var(--oracle-lh-body);
  color:       var(--oracle-color-ink-soft);
}

.section-rule {
  height:     var(--oracle-component-section-rule-spacing-height);
  background: var(--oracle-component-section-rule-color-line);
  margin-block: 0;
}
