/* PursuitLuts. One dark look on purpose: colorists judge images on a dark surround. */
:root {
  --bg: #0d0e10;
  --panel: #15171a;
  --line: #262a2f;
  --text: #e9e7e3;
  --muted: #9a9ea5;
  --accent: #f2b24c;       /* tungsten */
  --accent-ink: #1a1308;
  --radius: 14px;
  --max: 1080px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 17px/1.6 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--text); text-decoration-color: var(--accent); text-underline-offset: 3px; }
a:hover { color: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; background: var(--accent); color: var(--accent-ink); padding: 8px 12px; border-radius: 8px; z-index: 10; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 640px; padding-top: 32px; padding-bottom: 64px; }

/* brand: the diagonal sweep, warm into cool, dark into white */
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.01em; text-decoration: none; font-size: 18px; }
.brand.small { font-size: 15px; }
.mark {
  width: 22px; height: 22px; border-radius: 6px; flex: none;
  background: linear-gradient(135deg, #140705, #7e2f1c 34%, #2a4a86 62%, #f4f8ff);
}

.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.nav nav { display: flex; align-items: center; gap: 22px; font-size: 15px; }
.nav nav a { text-decoration: none; color: var(--muted); }
.nav nav a:hover { color: var(--text); }
.nav .navbtn { color: var(--text); border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; }
@media (max-width: 620px) { .nav nav a:not(.navbtn) { display: none; } }

h1 { font-size: clamp(40px, 7vw, 72px); line-height: 1.02; letter-spacing: -0.035em; margin: 0 0 18px; font-weight: 700; }
h2 { font-size: clamp(26px, 3.4vw, 36px); line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 22px; font-weight: 700; }
h3 { font-size: 18px; margin: 0 0 6px; letter-spacing: -0.01em; }
p { margin: 0 0 14px; }
.lede { font-size: clamp(18px, 2.2vw, 21px); color: #cfccc7; max-width: 38em; }
.muted { color: var(--muted); font-size: 15px; }
.note { display: inline-block; background: #2a2210; color: var(--accent); padding: 4px 10px; border-radius: 6px; font-size: 14px; }
.warn { color: #ffb4a8; }
.eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 600; margin-bottom: 14px; }

.btn {
  display: inline-block; background: var(--accent); color: var(--accent-ink); font: inherit; font-weight: 600;
  border: 0; border-radius: 999px; padding: 13px 24px; text-decoration: none; cursor: pointer;
}
.btn:hover { color: var(--accent-ink); filter: brightness(1.08); }

.hero { padding-top: clamp(40px, 9vw, 110px); padding-bottom: clamp(36px, 6vw, 70px); }

.compare figure { margin: 0 0 18px; }
.compare img, .cal img { border-radius: var(--radius); border: 1px solid var(--line); width: 100%; }
figcaption { color: var(--muted); font-size: 15px; margin-top: 10px; }
figcaption b { color: var(--text); font-weight: 600; }

.sect { padding-top: clamp(56px, 8vw, 96px); }
.grid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.grid3 > div, .cams > div { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.grid3 p, .cams p { color: #c3c0bb; margin: 0; }

.layers { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.layers li { display: flex; gap: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.layers p { color: #c3c0bb; margin: 0; }
.num { flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #2a2210; color: var(--accent); font-weight: 700; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.stats > div { border-top: 2px solid var(--accent); padding-top: 14px; }
.big { display: block; font-size: 48px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 6px; }
.stats span:not(.big) { color: #c3c0bb; font-size: 15px; }

.cams { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-bottom: 18px; }

.buy > div { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: clamp(24px, 5vw, 44px); max-width: 620px; }
.price { font-size: 40px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; }
.price .muted { font-size: 16px; font-weight: 500; letter-spacing: 0; }
.notify { display: grid; gap: 8px; margin: 18px 0; }
.notify label { font-size: 14px; color: var(--muted); margin-top: 6px; }
.notify input, .notify select {
  font: inherit; color: var(--text); background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; width: 100%;
}
.notify .btn { margin-top: 12px; justify-self: start; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; max-width: 760px; }
.faq summary { cursor: pointer; font-weight: 600; }
.faq details p { color: #c3c0bb; margin: 10px 0 0; }

.steps { padding-left: 22px; }
.steps li { margin-bottom: 8px; }

.foot { padding-top: 80px; padding-bottom: 48px; }
.foot p { margin: 0 0 6px; }

/* labels over the comparison strips, so the chart reads without knowing what a stop is */
.axis { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); letter-spacing: .04em; margin: 18px 2px 6px; }
.axis span:nth-child(2) { opacity: .7; }
.axis.two { justify-content: space-around; }
.axis.two span { opacity: 1; }
.compare .lede { margin-bottom: 8px; }

.pair { display: grid; gap: 16px; }
@media (min-width: 760px) { .pair.two { grid-template-columns: 1fr 1fr; } }
.pair figure { margin: 0; }

/* guides */
.article { max-width: 760px; padding-top: 40px; padding-bottom: 40px; }
.article h1 { font-size: clamp(32px, 5vw, 52px); margin-bottom: 16px; }
.article h2 { font-size: clamp(22px, 2.6vw, 28px); margin: 44px 0 14px; }
.article p, .article li { color: #cfccc7; }
.article ul { padding-left: 20px; }
.article li { margin-bottom: 10px; }
.article b { color: var(--text); }
.article table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; display: block; overflow-x: auto; }
.article th, .article td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.article th { color: var(--muted); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.cta { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin: 44px 0 0; }
.cta p { margin-bottom: 12px; }
.guides { list-style: none; padding: 0; display: grid; gap: 12px; }
.guides a { display: block; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; text-decoration: none; }
.guides a:hover { border-color: var(--accent); color: var(--text); }
.guides b { display: block; margin-bottom: 4px; font-size: 18px; }
.guides span { color: var(--muted); font-size: 15px; }

/* per camera store */
.packs { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin-bottom: 14px; }
.buy .pack { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.buy .pack h3 { font-size: 22px; margin-bottom: 2px; }
.buy .pack .price { font-size: 32px; margin: 14px 0 14px; }
.buy .pack form { margin-bottom: 10px; }
.buy .pack .btn { width: 100%; text-align: center; }
.buy .bundle { border-color: var(--accent); max-width: none; }
.buy .bundle .btn { width: auto; }
.buy > div { background: none; border: 0; padding: 0; max-width: none; }
.buy [data-when="waitlist"] { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: clamp(24px, 5vw, 44px); max-width: 620px; }
.looksh { font-size: clamp(20px, 2.2vw, 24px); margin: 36px 0 14px; }

/* look examples */
.lookgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.lookgrid figure { margin: 0; }
.lookgrid img { border-radius: var(--radius); border: 1px solid var(--line); width: 100%; }

/* before and after wipe */
.wipe { --x: 50%; position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); line-height: 0; }
.wipe img { width: 100%; display: block; }
.wipe .before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--x)) 0 0); }
/* the divider carries the logo gradient: warm at the top, cool at the bottom */
.wipe .handle { position: absolute; top: 0; bottom: 0; left: var(--x); width: 2px; pointer-events: none;
  background: linear-gradient(180deg, #f0a95a, #b9532c 34%, #2a4a86 74%, #cfd9f2);
  box-shadow: 0 0 0 1px rgba(0,0,0,.35); }
.wipe .handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; width: 32px; height: 32px; margin: -16px 0 0 -16px;
  border-radius: 8px;   /* the logo tile itself, sitting on the divider */
  background: linear-gradient(135deg, #140705, #7e2f1c 34%, #2a4a86 62%, #f4f8ff);
  box-shadow: 0 0 0 1.5px rgba(255,255,255,.85), 0 3px 12px rgba(0,0,0,.55);
}
.wipe input[type=range] {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; background: none;
}
.wipe input[type=range]:focus-visible { opacity: 1; outline: 2px solid var(--accent); }
.wipe .tag { position: absolute; bottom: 12px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #fff;
  background: rgba(0,0,0,.62); padding: 5px 10px; border-radius: 999px; pointer-events: none; line-height: 1.4;
  white-space: nowrap; transition: opacity .12s linear; }
/* the labels ride the divider, so each one always sits over the side it names */
.wipe .tag.l { left: var(--x); transform: translateX(calc(-100% - 10px)); }
.wipe .tag.r { left: var(--x); margin-left: 10px; }
.wipe .tag.hide { opacity: 0; }

/* look strips: three scenes per look */
.lookstrips { display: grid; gap: 20px; }
.lookstrips figure { margin: 0; }
.lookstrips img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }

/* colour fingerprints, one per look */
.sweeps { display: grid; gap: 10px; }
.sweeps figure { margin: 0; position: relative; }
.sweeps img { width: 100%; border-radius: 10px; border: 1px solid var(--line); display: block; }
.sweeps figcaption { position: absolute; top: 8px; left: 10px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; background: rgba(0,0,0,.55); padding: 3px 9px; border-radius: 999px; }

/* customer reviews */
.revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.rev { margin: 0; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.rev .stars { color: var(--accent); letter-spacing: 2px; margin: 0 0 10px; font-size: 15px; }
.rev blockquote { margin: 0 0 12px; color: #cfccc7; }
.rev figcaption { color: var(--muted); font-size: 14px; }
.notify textarea { font: inherit; color: var(--text); background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; width: 100%; }
