/* Job Catch — cream paper, black rules, one orange. Signage, not SaaS. */
:root {
  --paper: #f4efe6;
  --paper-2: #ece5d8;
  --card: #fffcf6;
  --ink: #1b1a17;
  --muted: #5a554c;
  --line-soft: #c9c1b2;
  --orange: #d6501f;
  --orange-dark: #b23f14;
  --orange-light: #e79a7a;
  --steel: #2f5d7c;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, sans-serif;
  --edge: clamp(20px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; text-wrap: pretty; -webkit-font-smoothing: antialiased; }
a { color: var(--steel); text-underline-offset: 3px; }
a:hover { color: var(--orange); }
:focus { outline: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
::selection { background: rgba(214, 80, 31, 0.25); }
h1, h2, h3 { margin: 0; font-family: var(--cond); }
p { margin: 0; }
img { display: block; max-width: 100%; }
strong { font-weight: 600; }
.accent { color: var(--orange); }

.wrap { max-width: 1280px; margin: 0 auto; padding-left: var(--edge); padding-right: var(--edge); }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); }
.eyebrow.light { color: var(--orange-light); }

/* — header — */
.top { border-bottom: 3px solid var(--ink); }
.top-row { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--cond); font-weight: 700; font-size: 26px; letter-spacing: 0.01em; text-transform: uppercase; }
.brand-tag { margin-top: 4px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; gap: 24px; margin-left: auto; font-weight: 500; font-size: 15px; }
.nav a { color: var(--ink); text-decoration: none; }
.nav a:hover { color: var(--orange); }
.top-phone { margin-left: auto; font-family: var(--cond); font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; font-variant-numeric: tabular-nums; border-bottom: 3px solid var(--orange); line-height: 1.1; }
.top-phone:hover { color: var(--orange); }

/* — buttons — */
.btn { display: inline-flex; align-items: center; padding: 14px 22px; border: 2px solid var(--ink); background: transparent; color: var(--ink); text-decoration: none; font: inherit; font-weight: 600; font-size: 16px; line-height: 1; cursor: pointer; }
.btn:hover { background: var(--ink); color: var(--paper); }
.btn-solid { background: var(--ink); color: var(--paper); }
.btn-solid:hover { background: var(--orange); border-color: var(--orange); color: var(--paper); }
.btn-accent { background: var(--orange); border-color: var(--orange); color: var(--paper); padding: 15px 24px; }
.btn-accent:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: var(--paper); }
.btn:disabled { opacity: 0.55; cursor: wait; }

/* — hero — */
.hero { padding-top: 72px; padding-bottom: 64px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); gap: 48px clamp(32px, 5vw, 96px); align-items: end; }
.hero .eyebrow { margin-bottom: 20px; }
.display { margin-left: -0.02em; font-weight: 700; font-size: clamp(64px, 9.5vw, 148px); line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase; }
.display span { display: block; }
.lede { font-size: 20px; line-height: 1.5; max-width: 34em; margin-top: 32px; }
.sub { font-size: 17px; max-width: 34em; margin-top: 12px; color: var(--muted); }
.row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

/* — text thread — */
.thread { background: var(--card); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 12px; max-width: 420px; width: 100%; justify-self: end; }
.thread-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 2px solid var(--ink); }
.thread-from { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.thread-from i { width: 10px; height: 10px; background: var(--orange); }
.thread-time { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.msg { align-self: flex-start; max-width: 94%; padding: 10px 12px; background: var(--paper-2); font-size: 15px; line-height: 1.45; }
.msg.me { align-self: flex-end; max-width: 80%; background: var(--ink); color: var(--paper); }
.thread-foot { margin-top: 4px; font-size: 13px; color: var(--muted); }

/* — demo band — */
.band { background: var(--ink); color: var(--paper); }
.band-row { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px clamp(32px, 5vw, 80px); align-items: center; padding-top: 48px; padding-bottom: 48px; }
.band .eyebrow { margin-bottom: 8px; }
.demo-phone { display: inline-block; font-family: var(--cond); font-weight: 700; font-size: clamp(48px, 6vw, 88px); line-height: 1; letter-spacing: -0.01em; color: var(--paper); text-decoration: none; font-variant-numeric: tabular-nums; }
.demo-phone:hover { color: var(--orange-light); }
.band-note { font-size: 18px; line-height: 1.5; max-width: 34em; color: rgba(244, 239, 230, 0.8); }
.band-note strong { color: var(--paper); font-weight: 500; }

/* — sections — */
.block { padding-top: 80px; padding-bottom: 64px; }
.head { display: flex; align-items: baseline; gap: 20px; border-bottom: 3px solid var(--ink); padding-bottom: 12px; }
h2 { font-weight: 700; font-size: clamp(36px, 4vw, 56px); line-height: 1; text-transform: uppercase; }
.head p { font-size: 15px; color: var(--muted); }
.big { font-size: clamp(40px, 5vw, 72px); line-height: 0.95; }

.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 clamp(24px, 3vw, 48px); }
.step { padding: 28px 0 32px; }
.num { font-family: var(--cond); font-weight: 700; font-size: 56px; line-height: 1; color: var(--orange); }
.step h3 { margin: 16px 0 8px; font-weight: 600; font-size: 28px; line-height: 1.1; }
.step p:not(.num) { color: var(--muted); }
.not { padding-top: 16px; border-top: 1px solid var(--ink); font-size: 16px; color: var(--muted); }
.not strong { color: var(--ink); }

/* — plans — */
.plans-wrap { background: var(--paper-2); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.plans-wrap .wrap { padding-top: 72px; padding-bottom: 80px; }
.plans-head { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px clamp(32px, 5vw, 96px); align-items: end; padding-bottom: 36px; border-bottom: 3px solid var(--ink); }
.plans-head .sub { font-size: 18px; }
.plans-head .eyebrow { margin-bottom: 10px; }
.base-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 6px 28px; font-size: 16px; line-height: 1.5; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; align-items: stretch; }
.plan { background: var(--card); border: 2px solid var(--ink); display: flex; flex-direction: column; }
.plan.featured { box-shadow: 8px 8px 0 var(--orange); }
.plan-top { padding: 22px 22px 18px; border-bottom: 2px solid var(--ink); }
.plan-name { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.plan h3 { font-weight: 700; font-size: 40px; line-height: 1; text-transform: uppercase; }
.pill { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--orange); color: var(--paper); padding: 4px 8px; }
.price { margin-top: 14px; font-family: var(--cond); font-weight: 700; font-size: 44px; line-height: 1; font-variant-numeric: tabular-nums; }
.price span { font-size: 20px; font-weight: 600; color: var(--muted); }
.setup { margin-top: 6px; font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.plan-body { padding: 18px 22px 22px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.best { font-size: 16px; line-height: 1.5; font-weight: 500; }
.plus { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); }
.feats { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 15px; line-height: 1.45; }
.feats li { display: flex; gap: 10px; align-items: baseline; }
.feats li::before { content: ""; flex: none; width: 8px; height: 8px; background: var(--orange); transform: translateY(-2px); }
.why { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.why-label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.why p:not(.why-label) { margin-top: 6px; font-size: 15px; line-height: 1.45; color: var(--muted); }

/* — who it's for — */
.who { display: grid; grid-template-columns: minmax(120px, 180px) minmax(0, 2fr) minmax(0, 3fr); gap: 20px clamp(24px, 4vw, 64px); align-items: start; padding: 32px 0; border-bottom: 1px solid var(--ink); }
.who:last-child { border-bottom: 0; }
.who h3 { margin-top: 6px; font-weight: 600; font-size: 32px; line-height: 1.05; }
.who > p { max-width: 34em; }
.photo-sq { width: 100%; aspect-ratio: 1; object-fit: cover; border: 2px solid var(--ink); }

/* — local — */
.local-wrap { border-top: 3px solid var(--ink); }
.local { display: grid; grid-template-columns: 1fr 1fr; gap: 40px clamp(32px, 5vw, 96px); align-items: center; padding-top: 72px; padding-bottom: 72px; }
.local .eyebrow { margin-bottom: 16px; }
.local .lede { font-size: 18px; margin-top: 24px; max-width: 30em; }
.photo-wide { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--orange); }

/* — contact — */
.contact-wrap { background: var(--ink); color: var(--paper); }
.contact { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px clamp(32px, 5vw, 96px); align-items: start; padding-top: 80px; padding-bottom: 88px; }
.contact .eyebrow { margin-bottom: 16px; }
.contact-sub { margin-top: 20px; max-width: 28em; color: rgba(244, 239, 230, 0.75); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.form label { display: block; }
.form label span { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; color: rgba(244, 239, 230, 0.75); }
.form input, .form select { width: 100%; min-height: 48px; padding: 10px 12px; font: inherit; font-size: 16px; color: var(--ink); background: var(--paper); border: 2px solid var(--paper); border-radius: 0; }
.form input::placeholder { color: #8d877c; }
.form input:focus, .form select:focus { border-color: var(--orange); outline: none; }
.form-foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 8px; }
.form-status { font-size: 15px; font-weight: 500; color: rgba(244, 239, 230, 0.7); }
.form-status.ok { color: var(--paper); }
.form-status.err { color: #f3a58b; }

/* — footer — */
.foot { border-top: 3px solid var(--ink); }
.foot-row { padding-top: 28px; padding-bottom: 40px; display: flex; flex-wrap: wrap; gap: 8px 32px; justify-content: space-between; font-size: 14px; color: var(--muted); }
.foot strong { color: var(--ink); }

/* — motion — */
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero-copy > * { animation: rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero-copy > :nth-child(1) { animation-delay: 0.05s; }
.hero-copy > :nth-child(2) { animation-delay: 0.15s; }
.hero-copy > :nth-child(3) { animation-delay: 0.3s; }
.hero-copy > :nth-child(4) { animation-delay: 0.38s; }
.hero-copy > :nth-child(5) { animation-delay: 0.46s; }
.hero-card { animation: rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both; }
.hero-card .msg, .hero-card .thread-foot { animation: rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero-card .msg:nth-of-type(1) { animation-delay: 0.9s; }
.hero-card .msg:nth-of-type(2) { animation-delay: 1.4s; }
.hero-card .msg:nth-of-type(3) { animation-delay: 1.9s; }
.hero-card .thread-foot { animation-delay: 2.3s; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
[data-reveal].is-in { opacity: 1; transform: none; }
.photo-wide[data-reveal] { transform: translateY(22px); }
.photo-wide[data-reveal].is-in { transform: none; }

.btn, .nav a, .top-phone, .demo-phone, .brand img, .photo-sq, .photo-wide { transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1); }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.brand:hover img { transform: rotate(-6deg); }
.plan { transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.plan:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.plan.featured:hover { box-shadow: 11px 11px 0 var(--orange); }
.who:hover .photo-sq { transform: scale(1.02); }
.local:hover .photo-wide { box-shadow: 16px 16px 0 var(--orange); }
.form input, .form select { transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.form input:focus, .form select:focus { box-shadow: 0 0 0 3px rgba(214, 80, 31, 0.25); }

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .hero-card, .hero-card .msg, .hero-card .thread-foot { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn, .plan, .photo-sq, .photo-wide, .brand img { transition: none; }
}

/* — responsive — */
@media (max-width: 960px) {
  .hero, .three, .plans, .plans-head, .local, .contact { grid-template-columns: 1fr; }
  .thread { justify-self: start; }
  .nav { display: none; }
  .step { padding: 24px 0; border-bottom: 1px solid var(--line-soft); }
  .step:last-child { border-bottom: 0; }
}
@media (max-width: 720px) {
  .band-row, .who, .form { grid-template-columns: 1fr; }
  .brand-tag { display: none; }
  .hero { padding-top: 48px; }
  .photo-sq { max-width: 160px; }
}
