/* ============================================================
   DAF — Pablo Dachefsky · Brand & Identity System
   Ink Black #0A0A0A · Paper Off-White #F2EFE9 · Electric Blue #0033FF
   Canela (Newsreader) · Space Grotesk · Space Mono
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;0,6..72,500;1,6..72,300;1,6..72,400;1,6..72,500&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --ink: #0A0A0A;
  --paper: #F2EFE9;
  --paper-2: #EAE6DD;
  --blue: #0033FF;
  --blue-soft: #2A4BFF;
  --white: #FFFFFF;
  --line: rgba(10, 10, 10, 0.16);
  --line-soft: rgba(10, 10, 10, 0.09);
  --line-dk: rgba(242, 239, 233, 0.18);
  --muted: rgba(10, 10, 10, 0.62);
  --muted-dk: rgba(242, 239, 233, 0.6);

  --serif: 'Newsreader', Georgia, serif;
  --grotesk: 'Space Grotesk', system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, monospace;

  --maxw: 1280px;
  --pad: clamp(20px, 4vw, 56px);
}

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

html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--grotesk);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { position: relative; }

/* ---------- Type ---------- */
.display {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
  font-optical-sizing: auto;
}
.display .it { font-style: italic; color: var(--blue); font-weight: 400; }
.display .dot { color: var(--blue); }

.label {
  font-family: var(--grotesk);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.label.blue { color: var(--blue); }

.tag {
  font-family: var(--grotesk);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
}

.mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.body-text {
  font-family: var(--grotesk);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 42ch;
  text-wrap: pretty;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--grotesk);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.btn .arr { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.btn:hover .arr { transform: translateX(5px); }

.btn--blue { background: var(--blue); border-color: var(--blue); color: var(--white); }
.btn--blue:hover { background: var(--ink); border-color: var(--ink); }

.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }

.btn--ghost-dk { background: transparent; color: var(--paper); border-color: var(--line-dk); }
.btn--ghost-dk:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.textlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--grotesk);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
}
.textlink .arr { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.textlink:hover .arr { transform: translateX(5px); }

/* arrow svg sizing */
.arr { width: 26px; height: 9px; flex: 0 0 auto; }
.arr--sm { width: 20px; height: 8px; }

/* ---------- Crosshair / plus marks ---------- */
.cross {
  position: relative;
  width: 22px; height: 22px;
  flex: 0 0 auto;
  opacity: .5;
}
.cross::before, .cross::after {
  content: ""; position: absolute; background: currentColor;
}
.cross::before { left: 50%; top: 0; width: 1px; height: 100%; transform: translateX(-50%); }
.cross::after { top: 50%; left: 0; height: 1px; width: 100%; transform: translateY(-50%); }

.crosshair {
  position: relative; width: 26px; height: 26px; flex: 0 0 auto; opacity: .45;
}
.crosshair::before, .crosshair::after { content:""; position:absolute; background: currentColor; }
.crosshair::before { left:50%; top:0; width:1px; height:100%; transform:translateX(-50%); }
.crosshair::after { top:50%; left:0; height:1px; width:100%; transform:translateY(-50%); }
.crosshair span { position:absolute; inset:5px; border:1px solid currentColor; border-radius:50%; }

/* ---------- Brand graphic marks (uploaded line SVGs) ---------- */
.mark {
  display: block; flex: 0 0 auto;
  fill: none; stroke: currentColor; color: var(--ink);
}
.mark line, .mark circle, .mark polyline { vector-effect: non-scaling-stroke; }
.mark-circle, .mark-cross { width: 22px; height: 22px; }
.mark-arrow { width: 30px; height: 11px; }
.mark--lg { width: 30px; height: 30px; }
.mark--paper { color: var(--paper); }
.mark--mute { opacity: .55; }

/* ---------- Micro labels (pills) ---------- */
.pill {
  display: inline-flex; align-items: center;
  font-family: var(--grotesk); font-weight: 600; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 10px; border: 1px solid var(--ink);
}
.pill--blue { color: var(--blue); border-color: var(--blue); }
.pill--fill { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- Dividers ---------- */
.rule { height: 1px; background: var(--line); width: 100%; }
.rule-dk { height: 1px; background: var(--line-dk); width: 100%; }

/* ---------- Brand wordmark (logo) ---------- */
.logo-mark {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
}
.logo-mark::after {
  /* the brush slash through DAF */
  content: "";
  position: absolute;
  left: -6%; right: -10%;
  top: 54%;
  height: 2px;
  background: currentColor;
  transform: rotate(-7deg);
  transform-origin: left center;
}

/* reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}
