/* Camera-program homepage. A close adaptation of the colby.ing/data layout: warm pale paper, Inter
   headlines with Instrument Serif italic continuations, thin low-contrast rules, a photo in a rounded dark
   caption frame, pill buttons and a dark navy-green sign-up. Every rule is scoped to body.capture-page so
   the retained service pages (styles.css) are untouched. The Archivo Narrow wordmark and cobalt disc stay. */
.capture-page {
  --c-paper: #FAFAF7; --c-paper-2: #F2F2EC; --c-ink: #0E0E0C; --c-muted: #6B6B63;
  --c-line: rgba(31, 31, 27, .15); --c-dark: #15242A; --c-dark-text: #C0CECC; --c-dark-bright: #F1F4ED; --c-green: #C7ECB6;
  --c-serif: "Instrument Serif", "Times New Roman", Georgia, serif;
  --cg: max(20px, 5%);
  --capture-header-gutter: max(24px, calc((100% - 1280px) / 2 + 24px));
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  background: var(--c-paper); color: var(--c-ink); font-family: var(--sans); font-size: 15px; line-height: 1.5;
  font-feature-settings: "ss01", "cv11";
}
.capture-page .page { max-width: 1600px; margin-inline: auto; background: var(--c-paper); }
.capture-page h1 em, .capture-page h2 em { font-family: var(--c-serif); font-style: italic; font-weight: 400; }
.capture-page h3 { font-size: 19px; font-weight: 500; letter-spacing: -.02em; line-height: 1.3; }
.capture-page a:focus-visible, .capture-page summary:focus-visible, .capture-page button:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 5px; }
.capture-skip { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 14px 18px; background: #fff; border: 1px solid var(--c-line); border-radius: 8px; }
.capture-skip:focus { top: 16px; }
[id] { scroll-margin-top: 96px; }

/* ---- shared pieces ---------------------------------------------------------------------------- */
.capture-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; font-family: var(--mono); font-size: 11px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; color: var(--c-ink); }
.capture-eyebrow > span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--cobalt); flex: 0 0 auto; }
.capture-primary { display: inline-flex; justify-content: center; align-items: center; gap: 30px; border-radius: 30px; padding: 16px 23px; background: var(--c-ink); color: #fff; font-size: 14px; font-weight: 500; line-height: 1.2; text-decoration: none; transition: background .15s; }
.capture-primary:hover { background: #313F44; }
.capture-textlink { display: inline-block; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 13px; text-decoration: none; }
.capture-textlink span { margin-left: 10px; }
.capture-small { margin: 20px 0 0; font-size: 12px; line-height: 1.6; color: var(--c-muted); }
.capture-small a { color: inherit; text-underline-offset: 3px; }

/* ---- header ----------------------------------------------------------------------------------- */
.capture-page .hdr { min-height: 89px; background: var(--c-paper); border-bottom: 1px solid var(--c-line); padding: 20px var(--capture-header-gutter); justify-content: flex-start; gap: 24px; }
.capture-page .brand { gap: 12px; }
.capture-page .hdr .brand { min-height: 48px; }
.capture-page .hdr .brand-sub { margin-top: 3px; line-height: 1.6; }
.capture-page .brand svg { width: 36px; height: 36px; }
.capture-page .brand-name { font-size: 18px; }
.capture-page .brand-sub { font-size: 10px; color: var(--c-muted); }
.capture-hdr-sep { height: 25px; border-left: 1px solid var(--c-line); }
.capture-program { font-size: 15px; letter-spacing: -.02em; color: var(--c-muted); text-decoration: none; }
.capture-page .menu-btn { min-height: 48px; margin-left: auto; border: 1px solid var(--c-ink); border-radius: 28px; padding: 11px 16px; font-size: 13px; font-weight: 500; }
.capture-page .nav { margin-left: auto; gap: 30px; font-size: 13px; font-weight: 400; }
.capture-page .nav > a { padding: 0; border-bottom: 0; }
.capture-page .nav-sep { height: 25px; background: var(--c-line); opacity: 1; }
.capture-page .nav-phone { font-family: inherit; font-size: 13px; }
.capture-page .nav .btn { min-height: 48px; background: transparent; color: var(--c-ink); border: 1px solid var(--c-ink); border-radius: 28px; padding: 12px 18px; font-size: 13px; font-weight: 500; }
.capture-page .nav .btn:hover { background: var(--c-ink); color: #fff; }

/* ---- hero ------------------------------------------------------------------------------------- */
.capture-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 6%; align-items: center; padding: 84px var(--cg) 64px; }
.capture-intro { min-width: 0; }
.capture-title { margin: 0 0 28px; font-size: clamp(45px, 4.7vw, 74px); font-weight: 500; line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.capture-title-tail { display: block; font-weight: 700; text-wrap: balance; }
.capture-price { white-space: nowrap; }
.capture-page .lede { max-width: 520px; margin: 0 0 18px; font-size: 21px; line-height: 1.5; }
.capture-note { max-width: 480px; margin: 0; color: var(--c-muted); line-height: 1.7; }
.capture-page .actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.capture-hero-photo { margin: 0; overflow: hidden; border-radius: 14px; background: var(--c-dark); box-shadow: 0 20px 60px rgba(21, 36, 42, .08); }
.capture-hero-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: 62% center; }
.capture-hero-photo figcaption { padding: 20px 24px; color: var(--c-dark-text); font-size: 12px; line-height: 1.7; }
.capture-hero-photo figcaption span { display: block; margin-bottom: 8px; color: var(--c-dark-bright); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

/* ---- context strip ---------------------------------------------------------------------------- */
.capture-context { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0 var(--cg); padding: 22px 0; border-block: 1px solid var(--c-line); }
.capture-context p { margin: 0; font-size: 12px; line-height: 1.8; color: var(--c-muted); }
.capture-context strong { display: block; font-size: 14px; font-weight: 500; color: var(--c-ink); }

/* ---- equipment panel -------------------------------------------------------------------------- */
.capture-equipment { display: grid; grid-template-columns: 1fr 1.1fr; gap: 9%; align-items: center; margin: 64px var(--cg); padding: 30px 5%; border: 1px solid var(--c-line); border-radius: 14px; background: var(--c-paper-2); }
.capture-equipment figure { margin: 0; min-width: 0; }
.capture-equipment img { width: 100%; height: auto; max-height: 390px; object-fit: contain; }
.capture-equipment figcaption { margin-top: 12px; font-size: 12px; text-align: center; color: var(--c-muted); }
.capture-equipment h2 { margin: 0 0 24px; font-size: clamp(32px, 3.2vw, 46px); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.capture-equipment p:not(.capture-eyebrow) { margin: 0 0 16px; font-size: 14px; line-height: 1.75; color: var(--c-muted); }

/* ---- sections --------------------------------------------------------------------------------- */
.capture-sec { padding: 88px var(--cg); }
.capture-process, .capture-delivery, .capture-faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; }
.capture-process { background: var(--c-paper-2); box-shadow: 0 0 0 100vmax var(--c-paper-2); clip-path: inset(0 -100vmax); }
.capture-head { min-width: 0; }
.capture-head h2 { margin: 0 0 24px; font-size: clamp(34px, 3.4vw, 50px); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.capture-head p:not(.capture-eyebrow) { max-width: 510px; margin: 0 0 16px; line-height: 1.75; color: var(--c-muted); }

.capture-steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.capture-steps li { counter-increment: step; display: flex; gap: 25px; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--c-line); }
.capture-steps li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.capture-steps li::before { content: "0" counter(step); flex: 0 0 auto; padding-top: 5px; font-family: var(--mono); font-size: 12px; color: var(--cobalt); }
.capture-steps li > div { min-width: 0; }
.capture-steps h3 { margin: 0 0 12px; }
.capture-steps p { margin: 0; line-height: 1.75; color: var(--c-muted); }

.capture-manifest { min-width: 0; border: 1px solid var(--c-line); border-radius: 12px; overflow: hidden; }
.capture-manifest-title { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding: 18px 24px; background: var(--c-paper-2); font-family: var(--mono); font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.capture-terms { margin: 0; padding: 0 24px; }
.capture-terms > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--c-line); font-size: 13px; }
.capture-terms dt { font-weight: 500; }
.capture-terms dd { margin: 0; line-height: 1.7; color: var(--c-muted); }
.capture-manifest > p { margin: 18px 0; padding: 0 24px; font-size: 11px; color: var(--c-muted); }

.capture-answers { min-width: 0; }
.capture-answers details { padding: 22px 0; border-bottom: 1px solid var(--c-line); }
.capture-answers details:first-child { border-top: 1px solid var(--c-line); }
.capture-answers summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 500; line-height: 1.4; }
.capture-answers summary::-webkit-details-marker { display: none; }
.capture-answers summary::after { content: "+"; flex: 0 0 auto; font-size: 20px; font-weight: 400; line-height: 1; transition: transform .15s; }
.capture-answers details[open] summary::after { transform: rotate(45deg); }
.capture-answers details p { max-width: 60ch; margin: 12px 0 0; font-size: 14px; line-height: 1.8; color: var(--c-muted); }

/* ---- sign-up ---------------------------------------------------------------------------------- */
.capture-signup { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; padding: 72px var(--cg); background: var(--c-dark); color: var(--c-dark-bright); scroll-margin-top: 96px; }
/* Extend only the background beyond the content width; preserve every content position. */
.capture-signup { box-shadow: 0 0 0 100vmax var(--c-dark); clip-path: inset(0 -100vmax); }
.capture-signup .capture-eyebrow { color: var(--c-dark-bright); }
.capture-signup h2 { margin: 0 0 24px; font-size: clamp(40px, 4vw, 60px); font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
.capture-signup h2 em { color: var(--c-green); }
.capture-signup .capture-head p:not(.capture-eyebrow) { color: var(--c-dark-text); }
.capture-signup .capture-head a { color: var(--c-dark-bright); text-decoration: underline; text-underline-offset: 3px; }
.capture-contact-hint { font-size: 12px; }
.capture-signup a:focus-visible, .capture-signup button:focus-visible, .capture-signup .input:focus-visible { outline-color: var(--c-green); }
.capture-form-panel { min-width: 0; padding: 30px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 10px; }
.capture-form-panel h3 { margin: 0; }
.capture-start-panel { display: grid; gap: 20px; }
.capture-start-panel > p { color: var(--c-dark-text); line-height: 1.7; }
.capture-start-panel .capture-primary { justify-self: start; background: var(--c-green); color: var(--c-dark); }
.capture-start-panel .capture-primary:hover { background: #DCF7D0; }
.capture-page .form { display: grid; gap: 16px; margin-top: 0; }
.capture-form-panel .capture-small { margin: 0; color: var(--c-dark-text); font-size: 11px; }
.capture-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.capture-page .field-l { margin-bottom: 8px; font-size: 13px; font-weight: 400; color: var(--c-dark-text); }
.capture-page .input { width: 100%; min-width: 0; padding: 12px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 6px; background: rgba(255, 255, 255, .05); color: #fff; font-family: inherit; font-size: 16px; line-height: 1.4; }
.capture-page select.input { color-scheme: dark; }
.capture-page select.input option { color: var(--c-ink); background: #fff; }
.capture-page .input:focus { outline: 2px solid var(--c-green); outline-offset: 3px; }
.capture-field-help { display: block; margin-top: 6px; font-size: 12px; color: var(--c-dark-text); }
.capture-page .submit { justify-content: center; gap: 30px; width: 100%; padding: 16px 23px; border: 0; border-radius: 30px; background: var(--c-green); color: var(--c-dark); font-size: 13px; font-weight: 500; text-align: center; transition: background .15s; }
.capture-page .submit:hover { background: #DCF7D0; }
.capture-page .submit:focus-visible { outline: 2px solid var(--c-green); outline-offset: 4px; }
.capture-page .submit .arr { font-family: inherit; }
.capture-page .form-msg { margin-top: 20px; padding: 14px 16px; border-left: 3px solid var(--c-green); border-radius: 0 6px 6px 0; background: rgba(255, 255, 255, .06); color: var(--c-dark-bright); font-size: 14px; }
.capture-page .form-msg.is-error { border-left-color: #FFD0BF; }
.capture-page .form-msg a { color: var(--c-green); }
.capture-page .form-done { margin-top: 24px; }
.capture-page .form-done .tag { color: var(--c-green); }
.capture-page .form-done h3 { margin: 12px 0 0; font-family: inherit; font-size: clamp(28px, 3vw, 40px); font-weight: 500; line-height: 1.1; letter-spacing: -.03em; text-transform: none; }
.capture-page .form-done p { margin-top: 14px; font-size: 14px; color: var(--c-dark-text); }
.capture-page .form-done .ref { font-family: var(--mono); color: var(--c-dark-bright); }

/* ---- footer ----------------------------------------------------------------------------------- */
.capture-page .ftr { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 30px; padding: 32px var(--cg); background: var(--c-paper); color: var(--c-ink); }
.capture-page .ftr .brand-name { color: var(--c-ink); }
.capture-page .ftr .brand-sub { color: var(--c-muted); }
.capture-copy { font-size: 12px; color: var(--c-muted); }
.capture-ftr-nav { display: flex; flex-wrap: wrap; gap: 24px; margin-left: auto; font-size: 12px; }
.capture-ftr-nav a { text-decoration: none; }
.capture-ftr-nav a:hover { text-decoration: underline; }

/* ---- widths ----------------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .capture-page .nav { padding: 20px var(--capture-header-gutter) 28px; border-bottom: 1px solid var(--c-line); gap: 18px; font-size: 15px; }
  .capture-page .nav-phone { font-size: 15px; }
  .capture-page .nav .btn { font-size: 14px; }
}
@media (max-width: 1000px) {
  .capture-hero { gap: 4%; padding-top: 60px; }
  .capture-title { letter-spacing: -.03em; }
  .capture-page .lede { font-size: 18px; }
  .capture-process, .capture-delivery, .capture-faq, .capture-signup { gap: 6%; }
}
@media (max-width: 760px) {
  .capture-page { --cg: max(20px, 6%); font-size: 16px; }
  .capture-page .hdr { gap: 12px; }
  .capture-program { font-size: 13px; }
  .capture-hero { grid-template-columns: 1fr; gap: 28px; padding: 36px var(--cg) 36px; }
  .capture-title { font-size: clamp(40px, 8.5vw, 62px); letter-spacing: -.03em; }
  .capture-page .lede { font-size: 19px; }
  .capture-note { font-size: 16px; }
  .capture-page .actions { gap: 16px; }
  .capture-primary { gap: 18px; padding: 15px 20px; min-height: 48px; font-size: 16px; }
  .capture-textlink { min-height: 44px; font-size: 15px; }
  .capture-page .nav > a { display: inline-flex; align-items: center; min-height: 44px; }
  .capture-intro .capture-small { font-size: 14px; }
  .capture-equipment p:not(.capture-eyebrow), .capture-answers details p { font-size: 16px; }
  .capture-context { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
  .capture-context p { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; }
  .capture-context strong { font-size: 13px; }
  .capture-equipment { grid-template-columns: 1fr; gap: 32px; margin: 40px var(--cg); padding: 24px; }
  .capture-equipment img { max-height: 290px; }
  .capture-sec { padding: 56px var(--cg); }
  .capture-process, .capture-delivery, .capture-faq { grid-template-columns: 1fr; gap: 28px; }
  .capture-steps li { gap: 18px; }
  .capture-terms > div { grid-template-columns: 100px 1fr; gap: 12px; }
  .capture-signup { grid-template-columns: 1fr; gap: 30px; padding: 54px var(--cg); }
  .capture-form-panel { padding: 24px; }
  .capture-form-row { grid-template-columns: 1fr; }
  .capture-page .field-l { font-size: 16px; }
  .capture-field-help, .capture-form-panel .capture-small { font-size: 14px; }
  .capture-page .submit { min-height: 48px; font-size: 16px; }
  .capture-contact-hint { font-size: 14px; }
  .capture-page .ftr { gap: 16px 20px; padding: 28px var(--cg); }
  .capture-ftr-nav { width: 100%; margin-left: 0; gap: 18px; }
}
@media (max-width: 599px) {
  .capture-page { --capture-header-gutter: 20px; }
  .capture-page .hdr { min-height: 79px; padding-block: 15px; }
  .capture-page .hdr .brand { gap: 9px; }
  .capture-page .hdr .brand svg { width: 30px; height: 30px; }
  .capture-page .hdr .brand-name { font-size: 15px; }
  .capture-page .hdr .brand-sub { font-size: 9px; }
  .capture-page .menu-btn { min-height: 44px; }
}
@media (max-width: 359px) {
  .capture-page { --capture-header-gutter: 16px; }
  .capture-page .hdr .brand svg { width: 25px; height: 25px; }
  .capture-page .hdr .brand-name { font-size: 13px; }
  .capture-page .hdr .brand-sub { font-size: 8px; }
}
@media (max-width: 480px) {
  [id] { scroll-margin-top: 80px; }
  .capture-hdr-sep, .capture-program { display: none; }
  .capture-page .brand svg { width: 30px; height: 30px; }
  .capture-page .brand-name { font-size: 15px; }
  .capture-page .brand-sub { font-size: 9px; }
  .capture-title { font-size: clamp(36px, 11vw, 44px); }
  .capture-hero-photo figcaption { padding: 16px 18px; }
  .capture-terms > div { grid-template-columns: 1fr; gap: 6px; font-size: 16px; }
  .capture-manifest > p { font-size: 13px; }
  .capture-terms, .capture-manifest > p, .capture-manifest-title { padding-inline: 18px; }
  .capture-form-panel { padding: 20px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .capture-primary, .capture-page .submit, .capture-answers summary::after { transition: none; }
}
