/* ═══════════════════════════════════════════════════════════════
   Bulk Data Delivery (/data-delivery) — design 1b "Editorial"
   Hairline-divided numbered sections. Tokens from marketing.css.
   ═══════════════════════════════════════════════════════════════ */

.dd-page {
  background: var(--background);
  /* True monospace for code-ish elements (dates, chips, field names).
     Deliberately NOT var(--mk-font-mono) — that token is Saans-first. */
  --dd-font-mono: 'Roboto Mono', SFMono-Regular, Menlo, monospace;
}
.dd-wrap { max-width: 1000px; margin: 0 auto; padding-left: 2rem; padding-right: 2rem; }

.dd-rule { border: none; height: 1px; margin: 0; background: var(--mkt-card-border); }

/* ── Type ── */
.dd-eyebrow { color: var(--mkt-sage-text); }
.dd-h1 {
  font-family: var(--mk-font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 500;
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--foreground);
  margin: 1.25rem 0 0; max-width: 22ch;
}
.dd-h2 {
  font-family: var(--mk-font-display);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem); font-weight: 500;
  line-height: 1.2; letter-spacing: -0.015em;
  color: var(--foreground);
  margin: 0.75rem 0 0;
}
.dd-h3 {
  font-family: var(--mk-font-display);
  font-size: 1.125rem; font-weight: 500; line-height: 1.3;
  color: var(--foreground); margin: 0;
}

/* ── Hero ── */
.dd-hero { padding-top: 5.5rem; padding-bottom: 4rem; }
.dd-hero-sub { margin-top: 1.5rem; max-width: 42rem; font-size: 1.0625rem; text-wrap: pretty; }
.dd-hero-ctas { display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap; margin-top: 2rem; }

/* ── Sections ── */
.dd-section { padding-top: 4rem; padding-bottom: 4rem; }
.dd-split-head { display: grid; grid-template-columns: 0.6fr 1fr; gap: 3rem; align-items: baseline; }
.dd-intro { font-size: 0.9375rem; line-height: 1.7; }
.dd-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2rem; align-items: center; }

/* ── 01 Destinations ── */
.dd-platforms {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin: 2.5rem 0 0; padding: 0; list-style: none;
  border: 1px solid var(--mkt-card-border);
  border-radius: var(--radius-card); overflow: hidden;
}
.dd-platform { padding: 1.5rem; background: var(--card); }
.dd-platform + .dd-platform { border-left: 1px solid var(--mkt-card-border); }
.dd-icon-tile {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px;
  border: 1px solid var(--mkt-card-border);
  background: var(--mkt-bg-warm);
}
/* Official brand colors (Simple Icons) */
.dd-brand-s3 { color: #569A31; }
.dd-brand-snowflake { color: #29B5E8; }
.dd-brand-bigquery { color: #4285F4; }
.dd-platform .dd-h3 { margin-top: 1rem; }
.dd-platform-blurb { color: var(--mkt-body-color); margin: 0.5rem 0 0; line-height: 1.6; }
.dd-chips { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 1rem; }
.dd-chip {
  font-family: var(--dd-font-mono);
  font-size: 0.625rem; padding: 0.2rem 0.5rem; border-radius: var(--radius-button);
  color: var(--mkt-body-color); background: var(--mkt-bg-warm);
  border: 1px solid var(--mkt-card-border);
}
.dd-chip-rec { color: var(--chip-text); background: var(--chip-bg); border-color: var(--chip-border); }

/* ── 02 Delivery model ── */
.dd-model-blurb { margin-top: 0.65rem; font-size: 0.9375rem; }
.dd-best {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8125rem; color: var(--mkt-sage-text); margin: 1rem 0 0;
}
.dd-check { flex: none; color: var(--mkt-sage-text); }

/* ── Delivery snapshots ── */
.dd-snapshots {
  margin: 0; padding: 0.5rem 0; list-style: none;
  border: 1px solid var(--mkt-card-border);
  border-radius: var(--radius-card); background: var(--card);
}
.dd-snapshot {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.9rem 1.25rem;
}
.dd-snapshot + .dd-snapshot { border-top: 1px solid var(--mkt-card-border); }
.dd-snapshot-date {
  font-family: var(--dd-font-mono);
  font-size: 0.8125rem; color: var(--foreground); flex: none;
}
.dd-snapshot .dd-snapshot-label { font-size: 0.875rem; color: var(--mkt-body-color); }
.dd-snapshot-tag {
  margin-left: auto; flex: none;
  font-family: var(--dd-font-mono);
  font-size: 0.6875rem; padding: 0.2rem 0.6rem; border-radius: var(--radius-button);
  color: var(--chip-text); background: var(--chip-bg); border: 1px solid var(--chip-border);
}
.dd-snapshot-tag-muted {
  color: var(--mkt-caption-color); background: var(--mkt-bg-warm);
  border-color: var(--mkt-card-border);
}
.dd-snapshot:not(.dd-snapshot-current) .dd-snapshot-date,
.dd-snapshot:not(.dd-snapshot-current) .dd-snapshot-label { opacity: 0.55; }

/* ── 03 Schedule ── */
.dd-schedule { margin: 0; padding: 0; list-style: none; }
.dd-schedule-row {
  display: flex; align-items: baseline; gap: 1.5rem;
  padding: 1rem 0; border-bottom: 1px solid var(--mkt-card-border);
}
.dd-cadence {
  font-family: var(--dd-font-mono);
  font-size: 0.8125rem; color: var(--mkt-sage-text);
  width: 6rem; flex: none;
}
.dd-schedule-desc { font-size: 0.9375rem; }

/* ── 04 What's inside ── */
.dd-fields { margin: 0; padding: 0; list-style: none; }
.dd-field {
  display: flex; gap: 1rem; padding: 0.7rem 0;
  border-bottom: 1px solid var(--mkt-card-border);
}
.dd-field-name {
  width: 10rem; flex: none;
  font-family: var(--dd-font-mono);
  font-size: 0.78rem; color: var(--foreground);
}
.dd-field-desc { color: var(--mkt-body-color); margin: 0; line-height: 1.5; }

/* ── 05 Why ── */
.dd-why {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem;
  margin: 1.5rem 0 0; padding: 0; list-style: none;
}
.dd-why-item {
  display: flex; gap: 0.85rem; padding: 1.1rem 0;
  border-bottom: 1px solid var(--mkt-card-border);
}
.dd-why-item .dd-check { margin-top: 0.15rem; }
.dd-why-title { font-size: 0.9375rem; font-weight: 500; color: var(--foreground); margin: 0; }
.dd-why-desc { color: var(--mkt-body-color); margin: 0.3rem 0 0; line-height: 1.5; }

/* ── 06 FAQ ── */
.dd-faqs { margin-top: 1rem; }
.dd-faq { border-bottom: 1px solid var(--mkt-card-border); }
.dd-faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 0; cursor: pointer;
  font-size: 0.9375rem; font-weight: 500; color: var(--foreground);
  list-style: none;
}
.dd-faq-q::-webkit-details-marker { display: none; }
.dd-faq-q:focus-visible { outline: 2px solid var(--mkt-sage); outline-offset: 2px; border-radius: var(--radius-sm); }
.dd-faq-marker {
  font-family: var(--dd-font-mono);
  font-size: 1.1rem; color: var(--mkt-caption-color); flex: none;
  transition: transform var(--duration-fast) var(--ease-out);
}
.dd-faq[open] .dd-faq-marker { transform: rotate(45deg); }
.dd-faq-a { padding: 0 0 1.2rem; max-width: 48rem; }

/* ── Contact band ── */
.dd-contact { border-top: 1px solid var(--mkt-card-border); background: var(--mkt-bg-warm); }
.dd-contact-inner {
  padding-top: 4rem; padding-bottom: 4rem;
  display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center;
}
.dd-contact-inner .dd-h2 { margin-top: 0; }
.dd-contact-sub { margin-top: 0.6rem; max-width: 36rem; font-size: 0.9375rem; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .dd-split-head, .dd-two-col { grid-template-columns: 1fr; gap: 1.5rem; }
  .dd-platforms { grid-template-columns: 1fr; }
  .dd-platform + .dd-platform { border-left: none; border-top: 1px solid var(--mkt-card-border); }
  .dd-why { grid-template-columns: 1fr; gap: 0; }
  .dd-contact-inner { grid-template-columns: 1fr; }
}
@media (max-width: 1023px) {
  /* 12px floor on touch devices incl. tablets (feature-shipping-checklist,
     mobile/font-size) */
  .dd-chip, .dd-snapshot-tag { font-size: 0.75rem; }
}
@media (max-width: 640px) {
  .dd-wrap { padding-left: 1.25rem; padding-right: 1.25rem; }
  .dd-hero { padding-top: 3.5rem; padding-bottom: 3rem; }
  .dd-section { padding-top: 3rem; padding-bottom: 3rem; }
  .dd-field { flex-direction: column; gap: 0.25rem; }
  .dd-field-name { width: auto; }
}
