/*
 * QIVU Graphics, Woodinville WA.
 *
 * The client is a designer. That changes everything: this page is a work
 * sample whether she intends it or not, so it has to look like something a
 * branding person would sign. It also has to load fast on a phone, because
 * most people looking for a print shop are looking on a phone.
 *
 * Palette comes straight off her own 2019 logo rather than being invented —
 * lime #93D50A, charcoal #54565A, orange dot #FF9016. She will recognize her
 * own colors immediately. Lime sits on near-black for the "high-tech" the
 * brief asked for; the orange appears sparingly, as it does in the mark, so
 * it keeps the value of an accent instead of becoming a second brand color.
 *
 * Performance: no webfonts, no frameworks, no external requests of any kind.
 * The whole page is HTML + one stylesheet + ~2KB of JS. Nothing blocks paint.
 */

:root {
  --lime:    #93D50A;
  --lime-lo: #7CB308;   /* hover / text-on-white — the raw lime fails contrast */
  --orange:  #FF9016;
  --char:    #54565A;   /* her wordmark gray */

  --ink:     #0C0E0B;   /* near-black with a green cast, not a blue one */
  --ink-2:   #14180F;
  --panel:   #1B1F17;
  --line-d:  #2B3124;

  --paper:   #FFFFFF;
  --paper-2: #F4F6F0;
  --line:    #E1E5D9;
  --body:    #3F443C;
  --mute:    #6E7468;

  --shell: min(1180px, 100% - 2.5rem);
  --sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --r: 10px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  background: var(--paper); color: var(--body);
  font-family: var(--sans); font-size: 17px; line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; height: auto; }
.wrap { width: var(--shell); margin-inline: auto; }
h1, h2, h3 { color: var(--ink); line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; }
a { color: var(--lime-lo); }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--ink); color: #fff; padding: .7rem 1.1rem; border-radius: 6px; }


/* ── header ─────────────────────────────────────────────────────────────── */

.head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.head-in { display: flex; align-items: center; gap: 1.5rem; height: 70px; }
/* Her real mark, not type imitating it. Sized by height so the artwork keeps
   its own proportions whatever file replaces it. */
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 48px; width: auto; display: block; }
@media (max-width: 700px) { .logo img { height: 34px; } }
.nav { margin-left: auto; display: flex; align-items: center; gap: 1.7rem; }
.nav a { color: var(--char); text-decoration: none; font-size: .94rem; font-weight: 500; }
.nav a:hover { color: var(--lime); }
.head-tel { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .96rem; white-space: nowrap; }
.head-tel:hover { color: var(--lime); }
.head .btn-sm {
  background: var(--lime); color: var(--ink); text-decoration: none; font-weight: 700;
  font-size: .92rem; padding: .55rem 1.1rem; border-radius: 6px; white-space: nowrap;
}
.head .btn-sm:hover { background: #A6EC12; }
@media (max-width: 980px) { .nav a { display: none; } }
@media (max-width: 560px) { .head-tel { display: none; } }

/* ── hero ───────────────────────────────────────────────────────────────── */

/* No hero photograph: there isn't a usable one, and a stock image of a
   printing press would say less than her own sentence about ink does. The
   type carries it, with a soft lime bloom for depth. */
.hero { position: relative; background: var(--paper); color: var(--body); overflow: hidden; padding: clamp(3.6rem, 9vw, 6.5rem) 0 clamp(3rem, 7vw, 5rem); }
.hero::before {
  content: ''; position: absolute; inset: -40% 30% 30% -20%;
  background: radial-gradient(closest-side, rgba(147,213,10,.22), transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; right: -10%; top: 10%; width: 46%; aspect-ratio: 1;
  background: radial-gradient(closest-side, rgba(255,144,22,.14), transparent 70%);
  pointer-events: none;
}
/* Rotating shop photograph, sitting under the two gradient washes above.
   One image at a time — the other five are never requested, so the hero costs
   about 120 KB rather than 900. Darkened hard, because white display type over
   a colour photograph is the fastest way to make a page look amateur. */
/* The photograph sits to the RIGHT and fades out before the text column.
   Full-bleed behind the headline it left dark type sitting on a busy image —
   measured spread of 62 brightness levels across the headline band — which is
   the light-key version of the "indistinct" Nannette objected to. Type on
   clean white, photograph as a presence beside it. */
.hero-photo {
  position: absolute; inset: 0 0 0 auto; width: 54%; z-index: 0;
  background-size: cover; background-position: center;
  opacity: .42;
}
.hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(255,255,255,.72) 34%, rgba(255,255,255,.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 40%, var(--paper) 100%);
}
/* On a phone the words take the whole width, so the photograph would sit
   underneath them again. */
@media (max-width: 820px) { .hero-photo { display: none; } }
.hero .wrap { position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--char); margin-bottom: 1.3rem;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--lime); }
/* On a narrow phone the tracked-out caps wrap and strand "1996" on its own
   line. Tightening both slightly keeps it to one line down to ~360px. */
@media (max-width: 430px) { .eyebrow { font-size: .69rem; letter-spacing: .1em; } .eyebrow::before { width: 18px; } }
.hero h1 { color: var(--ink); font-size: clamp(2.3rem, 6.4vw, 4.3rem); max-width: 18ch; }
.hero h1 .dot { color: var(--orange); }
.hero .lede { font-size: clamp(1.06rem, 2.2vw, 1.26rem); max-width: 56ch; margin-top: 1.5rem; color: var(--body); }
.cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }

.btn {
  display: inline-block; border: 0; cursor: pointer; text-decoration: none; text-align: center;
  font-family: inherit; font-size: 1rem; font-weight: 700; padding: .95rem 1.8rem;
  border-radius: 7px; transition: background .15s, border-color .15s, color .15s;
}
.btn-1 { background: var(--lime); color: var(--ink); }
.btn-1:hover { background: #A6EC12; }
.btn-2 { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-2:hover { border-color: var(--lime); color: var(--lime-lo); }
.btn:focus-visible, a:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }


/* Replaces the three-number strip Nannette asked to remove on 10 Sep 2026.
   Her words: "could we just say something about serving the community for
   over 20 years or something like that". Quiet, one line, no big numerals. */
.since { margin-top: 1.5rem; font-size: .95rem; color: var(--mute); }

/* ── sections ───────────────────────────────────────────────────────────── */

.sec { padding: clamp(3.4rem, 7.5vw, 5.6rem) 0; }
.sec-alt { background: var(--paper-2); border-block: 1px solid var(--line); }
/* Was a near-black band. Nannette, 10 Sep 2026: "dark and indistinct,
   completely in contrast to the bright minimalistic look/feel of the brand."
   She is right and it is measurable — her charcoal #54565A scores 1.81:1 on
   that ground and 7.35:1 on white. The palette was drawn FOR white. */
.sec-dark { background: var(--paper-2); color: var(--body); border-block: 1px solid var(--line); }
.sec-dark h2, .sec-dark h3 { color: var(--ink); }
section[id] { scroll-margin-top: 84px; }

.h2 { font-size: clamp(1.75rem, 4vw, 2.6rem); }
.sub { margin-top: .85rem; color: var(--mute); max-width: 58ch; font-size: 1.05rem; }
.sec-dark .sub { color: var(--mute); }
.lead-in { margin-bottom: 2.6rem; }

/* ── three pillars ──────────────────────────────────────────────────────── */

.pillars { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.pillar {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.9rem 1.7rem; transition: transform .18s, box-shadow .18s, border-color .18s;
}
.pillar:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(12,14,11,.09); border-color: #C9D2BB; }
.pillar .ic {
  width: 46px; height: 46px; border-radius: 9px; display: grid; place-items: center;
  background: var(--ink); margin-bottom: 1.15rem;
}
.pillar .ic svg { width: 23px; height: 23px; stroke: var(--lime); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pillar h3 { font-size: 1.28rem; margin-bottom: .5rem; }
.pillar p { font-size: .98rem; }
.pillar .more { display: inline-block; margin-top: 1rem; font-size: .92rem; font-weight: 700; color: var(--lime-lo); text-decoration: none; }
.pillar .more:hover { text-decoration: underline; }

/* ── what we make ───────────────────────────────────────────────────────── */

.makes { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
         grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); }
.make { background: var(--paper); padding: 1.5rem 1.4rem; }
.make h3 { font-size: 1.02rem; margin-bottom: .38rem; display: flex; align-items: center; gap: .55rem; }
.make h3 svg { width: 17px; height: 17px; stroke: var(--lime); fill: none; stroke-width: 2; flex: none; }
.make p { font-size: .92rem; color: var(--mute); line-height: 1.55; }
/* Link out to her ESP storefront. Lime so it reads as an action against the
   muted body text, and it is the only outbound link in this section. */
.make .cat {
  display: inline-block; margin-top: .7rem;
  font-size: .89rem; font-weight: 700; color: var(--lime); text-decoration: none;
}
.make .cat:hover { text-decoration: underline; }

/* ── portfolio ──────────────────────────────────────────────────────────── */

/* 150px rather than 168px so two tiles still fit side by side on a 390px
   phone — at 168 it missed by 2px and dropped to one per row, which turned
   the portfolio into 1,800px of scrolling on the device that matters most. */
.logos { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin-top: 2.2rem; }
.logos figure {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  aspect-ratio: 3 / 2; display: grid; place-items: center; padding: 1.3rem;
}
/* Grid items default to min-height:auto, which stops the image ever shrinking
   below its intrinsic size and bursts the tile. Both must be zeroed. */
.logos img { max-width: 100%; max-height: 100%; width: auto; height: auto; min-width: 0; min-height: 0; object-fit: contain; }

/* ── about ──────────────────────────────────────────────────────────────── */

.about { display: grid; gap: 2.6rem; grid-template-columns: 1.15fr .85fr; align-items: start; }
@media (max-width: 860px) { .about { grid-template-columns: 1fr; } }
.about p + p { margin-top: 1rem; }
.pull {
  border-left: 3px solid var(--lime); padding: .3rem 0 .3rem 1.3rem;
  font-size: clamp(1.15rem, 2.6vw, 1.42rem); font-weight: 700; color: var(--ink);
  line-height: 1.32; letter-spacing: -0.015em;
}
.card-note { background: var(--paper); border: 1px solid var(--line); color: var(--body); border-radius: var(--r); padding: 1.7rem 1.6rem; }
.card-note h3 { font-size: 1.1rem; margin-bottom: .8rem; }
.card-note ul { list-style: none; display: grid; gap: .6rem; font-size: .95rem; }
.card-note li { display: flex; gap: .6rem; align-items: flex-start; }
.card-note li::before { content: ''; flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); margin-top: .58rem; }

/* ── where we are (local SEO block) ─────────────────────────────────────── */

.here { display: grid; gap: 2.4rem; grid-template-columns: 1fr 1fr; align-items: start; }
@media (max-width: 860px) { .here { grid-template-columns: 1fr; } }
.nap { font-style: normal; font-size: 1.06rem; line-height: 1.75; }
.nap strong { display: block; color: var(--ink); font-size: 1.15rem; }
.nap a { font-weight: 700; text-decoration: none; }
.nap a:hover { text-decoration: underline; }
.hours { margin-top: 1.4rem; border-top: 1px solid var(--line); padding-top: 1.1rem; font-size: .97rem; }
.hours dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1.4rem; margin-top: .5rem; }
.hours dt { font-weight: 700; color: var(--ink); }
.areas { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.areas span { background: var(--paper); border: 1px solid var(--line); border-radius: 100px; padding: .38rem .95rem; font-size: .9rem; }
.map { border: 0; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--r); background: var(--paper); display: block; }

/* The shopfront, above the map. Full brightness — this is the "yes, it's a real
   place, and that's the door" photograph, so nothing is allowed to dim it. */
.shopfront { margin: 0 0 1.1rem; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.shopfront img { width: 100%; height: auto; display: block; }

/* Click-to-load map. Until pressed this costs nothing — no Google request, no
   third-party cookie, no layout shift. The faint grid is drawn in CSS. */
.map-load {
  position: relative; width: 100%; aspect-ratio: 4 / 3; border: 1px solid var(--line);
  border-radius: var(--r); cursor: pointer; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem;
  font-family: inherit; color: var(--ink); background: var(--paper);
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 34px 34px;
  transition: border-color .15s, box-shadow .15s;
}
.map-load::before {
  content: ''; width: 20px; height: 20px; border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg); background: var(--lime);
  box-shadow: 0 0 0 6px rgba(147,213,10,.22); margin-bottom: .5rem;
}
.map-load span  { font-weight: 700; font-size: 1.02rem; }
.map-load small { color: var(--mute); font-size: .88rem; }
.map-load:hover { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(147,213,10,.14); }

/* ── form ───────────────────────────────────────────────────────────────── */

.form { display: grid; gap: 1rem; margin-top: 2rem; }
.r2 { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 620px) { .r2 { grid-template-columns: 1fr; } }
.form label { display: block; font-size: .88rem; font-weight: 700; color: var(--ink); }
.sec-dark .form label { color: var(--ink); }
.form i { color: var(--orange); font-style: normal; }
.form input, .form textarea, .form select {
  width: 100%; margin-top: .4rem; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: .8rem .9rem;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: 0; border-color: var(--lime); box-shadow: 0 0 0 3px rgba(147,213,10,.22);
}
.form textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.fbtn { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin-top: .3rem; }
.fnote { font-size: .93rem; color: #99A08D; }
.fmsg { font-size: .97rem; font-weight: 700; min-height: 1.3em; }
.fmsg.ok  { color: var(--lime); }
.fmsg.bad { color: #FF7A6B; }

/* ── footer ─────────────────────────────────────────────────────────────── */

.foot { background: var(--paper-2); border-top: 1px solid var(--line); color: var(--mute); padding: 3rem 0 1.6rem; font-size: .93rem; }
.foot-in { display: grid; gap: 2rem; grid-template-columns: 1.4fr 1fr 1fr; }
@media (max-width: 780px) { .foot-in { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-in { grid-template-columns: 1fr; } }
.foot h4 { color: var(--ink); font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: .9rem; font-weight: 700; }
.foot ul { list-style: none; display: grid; gap: .5rem; }
.foot a { color: var(--char); text-decoration: none; }
.foot a:hover { color: var(--lime-lo); }
/* Her mark again at the foot of the page, at her request — a little larger
   than the header's, since it has room and nothing competing with it. */
.foot-brand { margin: 0; }
.foot-brand img { height: 56px; width: auto; display: block; }
.foot p.blurb { margin-top: .7rem; max-width: 34ch; }
.copy { width: var(--shell); margin: 2.4rem auto 0; padding-top: 1.3rem; border-top: 1px solid var(--line); font-size: .84rem; color: var(--mute); display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }
