/* cutveyviewfinder.com — the Cutvey family palette (SignInTheme.swift), with the
   app's own amber (SetupTheme.accent, #FAAD33) used only where the app uses it:
   the operator's selection. Ported from cutveymeter.com's site.css; the hero is
   different because this site has no photograph, only the app's own screens. */
:root {
  --ink: #0B0A10;
  --raised: #1A1824;
  --text: #F4F3F8;
  --secondary: #8C86A6;
  --tertiary: #7E7899;
  --quaternary: #4E4963;
  --hairline: rgba(244, 243, 248, 0.14);
  --edge: rgba(244, 243, 248, 0.10);
  --glass: rgba(244, 243, 248, 0.06);
  --panel: rgba(244, 243, 248, 0.04);
  --accent: #6A4BF7;
  --accent-text: #A794FF;
  --accent-soft: #C9BCFF;
  --amber: #FAAD33;
  --display: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'IBM Plex Mono', 'SF Mono', Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
  line-height: 1.45;
  overflow-x: hidden;
}
a { color: var(--accent-text); text-decoration: none; }
a:hover { color: var(--accent-soft); }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
.mono { font-family: var(--mono); }

.page { position: relative; overflow: clip; }
.glow {
  position: absolute; left: 50%; top: -320px; width: 960px; height: 760px; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(106, 75, 247, 0.30) 0%, rgba(106, 75, 247, 0) 55%);
  pointer-events: none;
}
.grain {
  position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.35 0'/></filter><rect width='220' height='220' filter='url(%23n)'/></svg>");
}
.wrap { position: relative; width: min(1248px, 100% - 48px); margin: 0 auto; }

/* Eyebrows, buttons */
.eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.24em; color: var(--accent-text); text-transform: uppercase; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  height: 56px; padding: 0 26px; border-radius: 999px; font-size: 17px; font-weight: 700; letter-spacing: -0.01em;
  transition: transform 120ms ease, background 120ms ease;
}
.btn:active { transform: translateY(1px); }
.btn-light { background: var(--text); color: var(--ink); }
.btn-light:hover { background: #FFFFFF; color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--text); }
.btn-dark:hover { background: #1A1824; color: var(--text); }
.btn-accent { background: var(--accent); color: var(--text); height: 44px; padding: 0 20px; font-size: 15px; gap: 10px; }
.btn-accent:hover { background: #7A5DFF; color: var(--text); }
.btn svg { flex: none; }

/* Nav */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.lockup { display: flex; align-items: center; gap: 14px; color: var(--text); }
.lockup .word { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; }
.lockup .bar { width: 1px; height: 22px; background: rgba(244, 243, 248, 0.22); }
.lockup .app { font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: 0.22em; color: var(--accent-text); }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a.link { font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: 0.08em; color: var(--secondary); }
.nav-links a.link:hover, .nav-links a.link.current { color: var(--text); }

/* Hero. No photograph: the app's own landscape screen carries the band, so the
   copy sits above it and the device stands on the ink under a violet glow. */
.hero { padding: clamp(40px, 6vw, 96px) 0 0; }
.hero-copy { display: flex; flex-direction: column; gap: clamp(14px, 1.6vw, 26px); max-width: 900px; }
.hero-copy h1 { font-size: clamp(38px, 5.4vw, 82px); line-height: 1.0; font-weight: 700; letter-spacing: -0.03em; text-wrap: balance; }
.lede { font-size: clamp(16px, 1.3vw, 22px); line-height: 1.45; color: var(--secondary); max-width: 640px; text-wrap: pretty; }
.cta-row { display: flex; align-items: center; gap: clamp(12px, 1.4vw, 20px); margin-top: 6px; flex-wrap: wrap; }
.cta-row .btn { height: clamp(48px, 4vw, 60px); padding: 0 clamp(20px, 2vw, 30px); font-size: clamp(15px, 1.25vw, 18px); }
.price-note { font-family: var(--mono); font-size: clamp(11px, 0.95vw, 14px); line-height: 1.5; color: var(--tertiary); }
.hero-device { position: relative; margin: clamp(40px, 5vw, 72px) auto 0; width: min(1040px, 100%); }
.hero-device .halo {
  position: absolute; left: 50%; top: 50%; width: 120%; height: 150%; transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(106, 75, 247, 0.26) 0%, rgba(106, 75, 247, 0) 62%);
  pointer-events: none;
}

/* Device frames. The app's screens are drawn from its own design canvas, so the
   only thing the site adds is the glass around them. */
.device { position: relative; background: #16151C; border: 1px solid var(--hairline); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), inset 0 1px 0 var(--edge); }
.device img { width: 100%; height: auto; }
.device-phone { padding: 10px; border-radius: 38px; }
.device-phone img { border-radius: 28px; }
.device-watch { padding: 8px; border-radius: 46px; width: min(228px, 100%); margin: 0 auto; }
.device-watch img { border-radius: 38px; }
.device-monitor { padding: 8px; border-radius: 12px; }
.device-monitor img { border-radius: 5px; }

/* Instrument strip */
.specs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: clamp(56px, 6vw, 96px); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.spec { display: flex; flex-direction: column; gap: 6px; padding: 26px 20px; }
.spec:first-child { padding-left: 0; } .spec:last-child { padding-right: 0; }
.spec + .spec { border-left: 1px solid var(--hairline); }
.spec-v { font-family: var(--mono); font-size: 15px; font-weight: 600; letter-spacing: -0.01em; color: var(--text); }
.spec-k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--tertiary); text-transform: uppercase; }

/* The honest card: the frame is computed, and the app says so */
.settle { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; margin-top: 120px; padding: 56px 64px; border-radius: 28px; background: var(--glass); border: 1px solid var(--hairline); box-shadow: inset 0 1px 0 var(--edge); overflow: hidden; }
.settle-copy { display: flex; flex-direction: column; gap: 18px; }
.settle h2 { font-size: clamp(30px, 3vw, 44px); line-height: 1.06; font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
.settle p { font-size: 19px; line-height: 1.55; color: var(--secondary); text-wrap: pretty; }
.settle-shot { position: relative; }
.settle-halo { position: absolute; left: 50%; top: 50%; width: 130%; height: 160%; transform: translate(-50%, -50%); background: radial-gradient(ellipse at center, rgba(106, 75, 247, 0.28) 0%, rgba(106, 75, 247, 0) 60%); pointer-events: none; }

/* On set with it */
.onset { padding-top: 120px; }
.onset-head { display: flex; flex-direction: column; gap: 14px; max-width: 720px; }
.onset h2 { font-size: clamp(30px, 3vw, 44px); line-height: 1.06; font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
.onset-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 48px; }
.step { display: flex; flex-direction: column; gap: 12px; padding-top: 22px; border-top: 1px solid var(--hairline); }
.step-n { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.24em; color: var(--amber); }
.step h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; }
.step p { font-size: 17px; line-height: 1.5; color: var(--secondary); text-wrap: pretty; }

/* Questions */
.questions { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 80px; align-items: start; padding-top: 140px; }
.questions-head { display: flex; flex-direction: column; gap: 14px; }
.questions h2 { font-size: clamp(30px, 3vw, 44px); line-height: 1.06; font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
.questions-head p { font-size: 17px; line-height: 1.5; color: var(--secondary); }
.questions .faq details p { max-width: 720px; }

/* Features */
.features { display: flex; flex-direction: column; padding-top: 120px; }
.feature { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 64px; align-items: center; padding-bottom: 120px; }
.feature-copy { display: flex; flex-direction: column; gap: 22px; max-width: 520px; }
.feature h2 { font-size: clamp(32px, 3.4vw, 48px); line-height: 1.04; font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
.feature p { font-size: 19px; line-height: 1.5; color: var(--secondary); text-wrap: pretty; }
.feature .eyebrow em { font-style: normal; color: var(--amber); }
.checks { display: flex; flex-direction: column; gap: 12px; margin: 6px 0 0; padding: 0; list-style: none; }
.checks li { display: flex; align-items: center; gap: 12px; font-size: 17px; }
.checks li::before {
  content: ""; width: 22px; height: 22px; border-radius: 6px; background: var(--accent); flex: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F4F3F8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12.5l4.5 4.5L19 7.5'/></svg>");
  background-size: 13px 13px; background-position: center; background-repeat: no-repeat;
}
.shot { position: relative; display: flex; justify-content: center; align-items: center; }
.shot.will-rise { opacity: 0; transform: translateY(28px); transition: opacity 900ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.shot.will-rise.in { opacity: 1; transform: none; }
.feature.flip .shot { order: -1; }

/* Beyond the phone: vertical, watch, monitor */
.beyond { padding-top: 20px; }
.beyond-head { padding-top: 120px; }
.beyond-head { display: flex; flex-direction: column; gap: 14px; max-width: 760px; }
.beyond h2 { font-size: clamp(30px, 3vw, 44px); line-height: 1.06; font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
.beyond-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 56px; align-items: start; }
.beyond-item { display: flex; flex-direction: column; gap: 18px; }
.beyond-item .frame { display: flex; align-items: center; justify-content: center; min-height: 240px; }
.beyond-item .device-phone { width: min(240px, 100%); }
.beyond-item h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; }
.beyond-item p { font-size: 16px; line-height: 1.55; color: var(--secondary); text-wrap: pretty; }

/* Unlock */
.unlock { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding-top: 140px; }
.card { display: flex; flex-direction: column; gap: 22px; padding: 48px; border-radius: 28px; }
.card-light { background: var(--text); color: var(--ink); }
.card-light .eyebrow { color: var(--accent); }
.card-light p { color: var(--quaternary); }
.card-glass { background: var(--glass); border: 1px solid var(--hairline); box-shadow: inset 0 1px 0 var(--edge); }
.card-glass p { color: var(--secondary); }
.card p { font-size: 18px; line-height: 1.5; text-wrap: pretty; }
.price { display: flex; align-items: baseline; gap: 10px; }
.price .amount { font-size: clamp(56px, 5vw, 72px); line-height: 1; font-weight: 700; letter-spacing: -0.035em; }
.price .once { font-family: var(--mono); font-size: 14px; color: #6E6889; }
.card h2 { font-size: clamp(30px, 2.8vw, 40px); line-height: 1.08; font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
.card .btn { align-self: flex-start; margin-top: 8px; }
.plans { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; font-family: var(--mono); font-size: 13px; color: var(--secondary); }
.plans li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid var(--hairline); }
.plans li span:last-child { color: var(--text); }
.textlink { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; margin-top: 8px; }

/* Footer */
.footer { margin-top: 140px; padding: 48px 0 56px; border-top: 1px solid var(--hairline); display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer .lockup .word { font-size: 20px; }
.footer .lockup .app { font-size: 11px; }
.footer .legal { font-family: var(--mono); font-size: 12px; line-height: 1.7; color: var(--tertiary); }
.footer-cols { display: flex; gap: 72px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col .head { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.22em; color: var(--secondary); }
.footer-col a { font-size: 15px; color: var(--text); }
.footer-col a:hover { color: var(--accent-soft); }
.footer-col a small { display: block; font-size: 12px; color: var(--tertiary); margin-top: 2px; }

/* Support page */
.specs.reach { grid-template-columns: repeat(4, minmax(0, 1fr)); }
a.spec-v { color: var(--text); }
a.spec-v:hover { color: var(--accent-soft); }
.answers { display: flex; flex-direction: column; gap: 14px; }
.answers h2 { font-size: clamp(30px, 3vw, 40px); line-height: 1.06; font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; margin-bottom: 12px; }
.answers .faq summary h3 { font-size: inherit; font-weight: inherit; letter-spacing: inherit; margin: 0; }
.support-grid form { position: sticky; top: 24px; }
.missing { display: flex; flex-direction: column; gap: 20px; padding: 96px 0 64px; max-width: 720px; }
.missing h1 { font-size: clamp(44px, 5vw, 72px); line-height: 1.0; font-weight: 700; letter-spacing: -0.03em; }
.missing .lede { font-size: 20px; }
.support-head { display: flex; flex-direction: column; gap: 20px; padding-top: clamp(40px, 6vw, 88px); max-width: 760px; }
.support-head h1 { font-size: clamp(44px, 5vw, 72px); line-height: 1.0; font-weight: 700; letter-spacing: -0.03em; }
.support-head p { font-size: 20px; line-height: 1.5; color: var(--secondary); text-wrap: pretty; }
.support-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 80px; padding-top: 72px; align-items: start; }
.faq { border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary { list-style: none; cursor: pointer; padding: 26px 0; font-size: 21px; font-weight: 700; letter-spacing: -0.01em; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 16px; height: 16px; flex: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238C86A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>"); background-size: contain; transition: transform 160ms ease; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq details p { padding: 0 0 26px; font-size: 16px; line-height: 1.55; color: var(--secondary); }
.form-card { display: flex; flex-direction: column; gap: 22px; padding: 40px; border-radius: 28px; background: var(--glass); border: 1px solid var(--hairline); box-shadow: inset 0 1px 0 var(--edge); }
.form-card h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.015em; }
.form-card .sub { font-size: 15px; line-height: 1.5; color: var(--secondary); margin-top: 6px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; color: var(--secondary); text-transform: uppercase; }
.field .help { font-size: 13px; line-height: 1.5; color: var(--secondary); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--text); background: var(--glass); border: 1px solid var(--hairline); border-radius: 12px; padding: 0 16px; height: 48px; outline: none;
}
.field textarea { height: 140px; padding: 14px 16px; resize: vertical; line-height: 1.5; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238C86A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; padding-right: 44px; }
.field select option { color: #0B0A10; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent-text); box-shadow: 0 0 0 3px rgba(106, 75, 247, 0.25); }
.field input::placeholder, .field textarea::placeholder { color: var(--tertiary); }
.field input[type="file"] { height: auto; padding: 14px 16px; border-style: dashed; border-color: rgba(244, 243, 248, 0.22); font-size: 14px; color: var(--tertiary); }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-card .btn { width: 100%; margin-top: 6px; border: 0; cursor: pointer; font-family: var(--display); }
.notice { display: none; padding: 16px 18px; border-radius: 12px; font-size: 15px; line-height: 1.5; border: 1px solid var(--hairline); }
.notice.show { display: block; }
.notice.ok { background: rgba(48, 209, 88, 0.10); border-color: rgba(48, 209, 88, 0.35); }
.notice.err { background: rgba(255, 69, 58, 0.10); border-color: rgba(255, 69, 58, 0.35); }

/* Responsive */
@media (max-width: 1000px) {
  .feature, .settle, .unlock, .support-grid, .questions { grid-template-columns: minmax(0, 1fr); }
  .specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spec { padding: 18px 0 18px 16px !important; }
  .spec:nth-child(odd) { padding-left: 0 !important; border-left: 0; }
  .spec:nth-child(n+3) { border-top: 1px solid var(--hairline); }
  .settle { margin-top: 72px; padding: 40px 32px; gap: 32px; }
  .onset { padding-top: 88px; }
  .onset-steps { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 32px; }
  .beyond-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .beyond-item .frame { min-height: 0; }
  .beyond-item .device-phone { width: min(280px, 100%); }
  .questions { padding-top: 88px; gap: 32px; }
  .support-grid { padding-top: 56px; gap: 56px; }
  .support-grid form { position: static; order: -1; }
  .specs.reach { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-copy h1 { font-size: clamp(40px, 7vw, 64px); }
  .lede { font-size: 18px; }
  .cta-row .btn { height: 52px; font-size: 16px; padding: 0 24px; }
  .price-note { font-size: 13px; }
  .feature.flip .shot { order: 0; }
  .feature { gap: 36px; padding-bottom: 88px; }
  .device-phone { padding: 7px; border-radius: 26px; }
  .device-phone img { border-radius: 20px; }
  .nav-links a.link { display: none; }
  .nav-links a.link.current { display: none; }
}
@media (max-width: 600px) {
  .wrap { width: min(1248px, 100% - 40px); }
  .nav { padding: 20px 0; }
  .lockup .word { font-size: 22px; }
  .lockup .bar { display: none; }
  .lockup .app { font-size: 11px; }
  .btn-accent { height: 40px; padding: 0 16px; font-size: 14px; }
  .btn-accent span.long { display: none; }
  .cta-row .btn { width: 100%; }
  .price-note { width: 100%; text-align: center; }
  .features { padding-top: 72px; }
  .feature h2 { font-size: 32px; }
  .feature p { font-size: 16px; }
  .unlock { padding-top: 72px; }
  .settle { padding: 32px 22px; border-radius: 22px; }
  .questions { padding-top: 72px; }
  .questions .faq summary { font-size: 17px; padding: 18px 0; }
  .card { padding: 32px; border-radius: 22px; }
  .card .btn { align-self: stretch; }
  .footer { margin-top: 72px; }
  .footer-cols { gap: 32px; }
  .form-card { padding: 24px; }
}
