/* ==========================================================================
   WATTS UP, ROD? — contrast site mockup
   Minimal: black ground, one idea per screen, light serif display,
   thin sans body. Rod Kuegel orange (#F36F21) is the only accent.
   ========================================================================== */

:root {
  --bg:    #000;
  --ink:   #EDEDEA;
  --muted: #6F6F6B;
  --hair:  #1C1C1C;
  --orange: #F36F21;

  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --gut: clamp(22px, 5vw, 64px);
  --ease: cubic-bezier(.16,1,.3,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-weight: 300; font-size: 17px; line-height: 1.6;
  overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0; }
em { font-style: italic; }
sup { font-family: var(--sans); font-size: 10px; font-weight: 500; vertical-align: super; margin-left: 3px; letter-spacing: 0; }
sup a { color: var(--muted); text-decoration: none; }
sup a:hover { color: var(--orange); }
:focus-visible { outline: 1px solid var(--orange); outline-offset: 4px; }

h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.02em; margin: 0; }
h1 em, h2 em { color: var(--orange); }
h2 { font-size: clamp(44px, 7.4vw, 112px); }
h2 + h2 { margin-top: .12em; }
.muted { color: var(--muted); }
h2 em.muted { color: var(--muted); }

/* ---------- Progress hairline ---------- */
.progress { position: fixed; inset: 0 0 auto 0; height: 1px; z-index: 10; }
.progress span { display: block; height: 100%; width: 0; background: var(--orange); }

/* ---------- Scenes ---------- */
.scene {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center;
  padding: clamp(96px, 14vh, 160px) var(--gut);
}
.inner { width: 100%; max-width: 1100px; text-align: center; }
.inner--left { text-align: left; max-width: 900px; }

.eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  color: var(--muted); margin-bottom: clamp(28px, 5vh, 48px);
}
.line { font-size: clamp(17px, 1.5vw, 21px); color: var(--muted); margin-top: 28px; }

.rule { display: block; width: 72px; height: 1px; background: var(--orange); margin: clamp(56px, 10vh, 104px) auto; }
.js .rule { width: 0; transition: width 1.2s var(--ease) .5s; }
.js .is-visible .rule { width: 72px; }

/* ---------- Hero ---------- */
.hero {
  grid-template-columns: 1fr 1fr; align-items: end; place-items: stretch;
  padding-bottom: 0; overflow: hidden;
}
.hero__copy { align-self: center; padding-bottom: 12vh; z-index: 2; }
.hero h1 { font-size: clamp(76px, 12.5vw, 210px); }
.hero__sub { font-size: clamp(16px, 1.35vw, 19px); color: var(--muted); margin-top: 40px; max-width: 46ch; }

.hero__photo { position: relative; margin: 0; align-self: end; justify-self: end; width: 100%; max-width: 620px; }
.hero__photo img { width: 100%; }
.hero__photo::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 35%;
  background: linear-gradient(to bottom, rgba(0,0,0,0), #000);
  pointer-events: none;
}
.hero__photo.is-missing { min-height: 70vh; }
.hero__photo.is-missing img { display: none; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 18vh; }
  .hero__copy { padding-bottom: 0; }
  .hero__photo { justify-self: center; max-width: 440px; margin-top: 40px; }
  .hero__photo.is-missing { min-height: 40vh; border: 0; }
}

/* ---------- Counters ---------- */
.count {
  font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; line-height: .9;
  font-size: clamp(96px, 20vw, 300px); color: var(--orange); font-variant-numeric: tabular-nums;
}
.count--ink { color: var(--ink); }
.count--long { font-size: clamp(64px, 13vw, 220px); }   /* "$250,000+" is too wide at the default size */
.orange { color: var(--orange); }

/* ---------- Side-by-side contrast (names, acreage) ---------- */
.pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px);
  margin: clamp(40px, 7vh, 72px) 0 0; text-align: center;
}
.pair > div + div { border-left: 1px solid var(--hair); }
.pair__k {
  font-size: 10.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px;
}
.pair__v { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 52px); line-height: 1.05; letter-spacing: -.01em; padding-inline: 12px; }
.pair .count { font-size: clamp(80px, 12vw, 190px); }
.pair .line { margin-top: 20px; }
.pair + .line { margin-top: clamp(40px, 7vh, 64px); }
@media (max-width: 700px) {
  .pair { grid-template-columns: 1fr; gap: 48px; }
  .pair > div + div { border-left: 0; }
}

/* ---------- Land: drag-to-compare ---------- */
.inner--wide { max-width: 1400px; }
.compare {
  --pos: 50%;
  position: relative; overflow: hidden; margin-top: clamp(48px, 8vh, 88px);
  aspect-ratio: 16 / 9; background: #000; user-select: none; -webkit-user-select: none;
}
.compare__img, .compare__top { position: absolute; inset: 0; width: 100%; height: 100%; }
.compare__img { object-fit: cover; }
.compare__top { clip-path: inset(0 0 0 var(--pos)); }

.compare__handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 1px;
  background: var(--orange); pointer-events: none;
}
.compare__handle span {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--orange); background: rgba(0,0,0,.5);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: var(--orange); font-size: 18px; line-height: 1;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.compare:hover .compare__handle span { transform: translate(-50%, -50%) scale(1.08); }
.compare__range:focus-visible ~ .compare__handle span,
.compare:has(.compare__range:focus-visible) .compare__handle span { box-shadow: 0 0 0 4px rgba(243,111,33,.3); }
.compare__range {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0;
  opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none;
}

.compare__label {
  position: absolute; top: clamp(14px, 2.4vw, 28px); z-index: 1; pointer-events: none;
  font-size: 10.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase;
  padding: 9px 14px; background: rgba(0,0,0,.45);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: opacity .4s var(--ease);
}
.compare__label--l { left: clamp(14px, 2.4vw, 28px); color: var(--ink); }
.compare__label--r { right: clamp(14px, 2.4vw, 28px); color: var(--orange); }
.compare[data-edge="left"] .compare__label--l,
.compare[data-edge="right"] .compare__label--r { opacity: 0; }

@media (max-width: 700px) {
  .compare { aspect-ratio: 4 / 5; }
  .compare__label { font-size: 9px; letter-spacing: .18em; padding: 7px 10px; }
}

/* ---------- Questions ---------- */
.questions { list-style: none; counter-reset: q; margin: clamp(56px, 9vh, 96px) 0 0; padding: 0; }
.questions li {
  counter-increment: q; position: relative;
  font-family: var(--serif); font-size: clamp(24px, 2.6vw, 38px); line-height: 1.2; letter-spacing: -.01em;
  padding-left: 64px; margin-bottom: clamp(26px, 4vh, 40px);
}
.questions li::before {
  content: counter(q, decimal-leading-zero); position: absolute; left: 0; top: .7em;
  font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .2em; color: var(--muted);
}
.js .questions li { opacity: 0; transform: translateY(12px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .is-visible .questions li { opacity: 1; transform: none; }

/* ---------- Close ---------- */
.close { font-size: clamp(60px, 10vw, 160px); }
.link {
  display: inline-flex; gap: 12px; margin-top: 56px; text-decoration: none;
  font-size: 12px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--ink);
  padding-bottom: 8px; border-bottom: 1px solid var(--muted); transition: border-color .4s var(--ease), color .4s var(--ease);
}
.link span { transition: transform .4s var(--ease); }
.link:hover { color: var(--orange); border-color: var(--orange); }
.link:hover span { transform: translateX(6px); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--hair); padding: 64px var(--gut) 72px; display: grid; justify-items: center; gap: 48px; }
.sources { margin: 0; padding-left: 18px; max-width: 720px; font-size: 12.5px; line-height: 1.7; color: var(--muted); }
.sources li { margin-bottom: 6px; scroll-margin-top: 40px; }
.sources li:target { color: var(--ink); }
.sources a { text-underline-offset: 3px; }
.disclaimer {
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--ink);
  border: 1px solid var(--muted); padding: 12px 20px;
}

/* ---------- Draft notes (quiet) ---------- */
.todo { font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #9a4a1a; margin-top: 18px; }
.sources .todo { display: inline; margin: 0 0 0 6px; }
.draft {
  position: fixed; left: 18px; bottom: 16px; z-index: 10;
  font-size: 10px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); opacity: .6;
}

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); filter: blur(6px); transition: opacity 1.3s var(--ease), transform 1.3s var(--ease), filter 1.3s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; filter: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .js .reveal, .js .questions li { opacity: 1; transform: none; filter: none; }
  .js .rule { width: 72px; }
}
