/* Christiansen Innovations - one small stylesheet, no frameworks, no web fonts: fast on any phone. */
:root {
  --ink: #14202e;
  --ink-soft: #3d4b5c;
  --muted: #5d6a7a;
  --paper: #fbfaf7;
  --card: #ffffff;
  --line: #e6e2d9;
  --navy: #1f3a5f;
  --navy-deep: #152a45;
  --accent: #e8893a;
  --accent-deep: #a8561a;
  --good: #26693f;
  --bad: #a33d30;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(20, 32, 46, .06), 0 8px 24px rgba(20, 32, 46, .07);
  --wrap: 1120px;
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
}
img, svg { max-width: 100%; display: block; }
a { color: var(--navy); }
a:hover { color: var(--accent-deep); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; background: #fff; padding: 8px 12px; z-index: 10; }

h1, h2, h3 { line-height: 1.15; letter-spacing: -.015em; margin: 0 0 .5em; }
h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.3rem, 5.5vw, 3.9rem); }
h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
.eyebrow {
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-deep); margin-bottom: .8em;
}
.lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 36em; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .85em 1.35em; border-radius: 999px; font-weight: 650; text-decoration: none;
  border: 2px solid transparent; transition: transform .15s ease, background .15s ease;
  min-height: 48px;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #1c1206; }
.btn-primary:hover { background: #f09a50; color: #1c1206; }
.btn-ghost { border-color: currentColor; color: var(--navy); }
.btn-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-light:hover { color: #fff; background: rgba(255,255,255,.1); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(251, 250, 247, .92);
  backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 750; color: var(--ink); text-decoration: none; }
.brand svg { width: 30px; height: 30px; }
.brand small { display: block; font-weight: 500; font-size: .72rem; color: var(--muted); letter-spacing: .04em; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { text-decoration: none; color: var(--ink-soft); font-weight: 550; font-size: .95rem; }
.nav a:hover { color: var(--accent-deep); }
.nav .btn { padding: .55em 1.05em; min-height: 42px; font-size: .95rem; color: #1c1206; }
.nav .btn { white-space: nowrap; }
@media (max-width: 760px) { .nav a:not(.btn) { display: none; } }
@media (max-width: 480px) {
  .hide-sm, .brand small { display: none; }
  .brand { font-size: .95rem; }
}

/* Hero */
.hero { padding: clamp(48px, 9vw, 104px) 0 clamp(40px, 7vw, 80px); }
.hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero-note { margin-top: 18px; font-size: .92rem; color: var(--muted); }
@media (max-width: 900px) { .hero .wrap { grid-template-columns: 1fr; } }

/* The "your site vs. a good site" phone comparison in the hero */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.phone {
  background: var(--card); border: 1px solid var(--line); border-radius: 26px; padding: 12px;
  box-shadow: var(--shadow); aspect-ratio: 9 / 17; display: flex; flex-direction: column; gap: 8px;
  overflow: hidden;
}
.phone .bar { font: 600 .66rem/1 var(--font); padding: 7px 9px; border-radius: 8px; background: #f1efe9;
  color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phone.before .bar { color: var(--bad); }
.phone.after .bar { color: var(--good); }
.phone .label { margin-top: auto; font-size: .78rem; font-weight: 700; text-align: center; }
.phone.before .label { color: var(--bad); }
.phone.after .label { color: var(--good); }
.tiny-text { flex: 1; border-radius: 8px; background:
  repeating-linear-gradient(#d9d5cc 0 3px, transparent 3px 7px); opacity: .7; }
.mock-hero { border-radius: 10px; background: linear-gradient(135deg, var(--navy), #2f5a8a); color: #fff;
  padding: 12px 10px; font-weight: 700; font-size: .8rem; line-height: 1.25; }
.mock-hero span { display: block; font-weight: 500; opacity: .8; font-size: .66rem; margin-top: 4px; }
.mock-call { border-radius: 999px; background: var(--accent); text-align: center; font-weight: 750;
  font-size: .72rem; padding: 8px; color: #1c1206; }
.mock-row { height: 10px; border-radius: 5px; background: #ece8df; }
.mock-row.short { width: 60%; }

/* Sections */
section { padding: clamp(56px, 8vw, 96px) 0; }
.section-head { max-width: 44em; margin-bottom: 40px; }
.band { background: var(--navy-deep); color: #e8edf3; }
.band h2, .band h3 { color: #fff; }
.band .eyebrow { color: #f3b07a; }
.band .lede, .band p { color: #c3cedb; }
/* White cards sitting on a dark band go back to dark text. */
.band .card { color: var(--ink); }
.band .card h3 { color: var(--ink); }
.band .card p { color: var(--ink-soft); }
.band .card .price { color: var(--navy); }

.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow); }
.card p:last-child { margin-bottom: 0; }

/* Problem -> fix list */
.fix { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius);
  overflow: hidden; border: 1px solid rgba(255,255,255,.12); }
.fix div { padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.fix .problem { background: rgba(184, 72, 58, .12); color: #f2c9c2; }
.fix .solution { background: rgba(47, 125, 79, .14); color: #cfe9d9; }
.fix .problem::before { content: "✕ "; font-weight: 800; color: #ef8a7c; }
.fix .solution::before { content: "✓ "; font-weight: 800; color: #7fd1a0; }
.fix-head { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fix .fix-head::before { content: none; }
@media (max-width: 620px) { .fix { grid-template-columns: 1fr; } .fix .fix-head.solution { display: none; } }

/* Work */
.work-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; text-decoration: none;
  color: inherit; transition: transform .2s ease; }
.work-card:hover { transform: translateY(-3px); color: inherit; }
.work-card .shot { aspect-ratio: 16 / 9; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end;
  color: #fff; }
.work-card .shot strong { font-family: var(--serif); font-size: 1.6rem; line-height: 1.1; }
.work-card .shot span { opacity: .85; font-size: .9rem; }
.work-card .meta { padding: 20px 22px 24px; }
.tag { display: inline-block; font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase;
  background: #f4ead9; color: #8a5a1f; padding: 3px 9px; border-radius: 999px; margin-bottom: 10px; }
.shot-plumbing { background: linear-gradient(140deg, #0f3b57 0%, #1b6a8a 100%); }
.shot-salon { background: linear-gradient(140deg, #4a3b35 0%, #9a7a63 100%); }

/* Process */
.steps { counter-reset: step; }
.step { position: relative; padding-left: 64px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0;
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 800;
  background: var(--navy); color: #fff; }

/* Pricing */
.price { font-family: var(--serif); font-size: 2.1rem; font-weight: 600; color: var(--navy); margin: .1em 0 .3em; }
.price small { font-family: var(--font); font-size: .95rem; color: var(--muted); font-weight: 500; }
.checks { list-style: none; padding: 0; margin: 0; }
.checks li { padding: 6px 0 6px 28px; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--good); font-weight: 800; }
.card.featured { border: 2px solid var(--accent); }

/* FAQ */
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; font-weight: 650; font-size: 1.05rem; list-style: none; display: flex;
  justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.4rem; line-height: 1; color: var(--accent-deep); }
details[open] summary::after { content: "–"; }
details p { margin: 12px 0 0; color: var(--ink-soft); }

/* Contact */
.contact { text-align: center; }
.contact .actions { justify-content: center; margin-top: 28px; }
.contact .lede { margin-inline: auto; }

/* Free website check form (white card on the dark contact band) */
.check-form { max-width: 640px; margin: 32px auto 0; text-align: left; display: grid; gap: 16px; }
.check-form label { display: grid; gap: 6px; font-weight: 650; font-size: .95rem; color: var(--ink); }
.check-form .opt { font-weight: 400; color: var(--muted); }
.check-form input, .check-form textarea {
  font: inherit; font-weight: 400; color: var(--ink); background: #fff; width: 100%;
  border: 1.5px solid #cfc9bd; border-radius: 10px; padding: 11px 13px; min-height: 48px;
}
.check-form textarea { resize: vertical; }
.check-form input:focus, .check-form textarea:focus { outline: none; border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(31, 58, 95, .18); }
.check-form button { justify-self: start; border: 0; cursor: pointer; font: inherit; font-weight: 650; }
.check-form button:disabled { opacity: .7; cursor: default; transform: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .field-row { grid-template-columns: 1fr; } .check-form button { justify-self: stretch; } }
.hp { position: absolute; left: -9999px; }
.band .card .form-status { margin: 0; min-height: 1.4em; font-weight: 600; }
.band .card .form-status.ok { color: var(--good); }
.band .card .form-status.error { color: var(--bad); }
.alt-contact { margin: 36px 0 0; font-weight: 600; }
.contact .actions { margin-top: 14px; }
button.btn { font: inherit; font-weight: 650; cursor: pointer; }
button.btn-light { background: transparent; }

.site-footer { padding: 32px 0 44px; color: var(--muted); font-size: .9rem; border-top: 1px solid var(--line); }
.site-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
