/* ============================================================
   Harju Septic Service — "Northwoods workwear"
   Bespoke build by Pretty Creative Co · 2026
   Canvas: warm bone. Ink: iron-spruce. Accent: Harju cobalt
   (from their hand-painted road sign). Brass reserved for the
   emergency strip. Type: Barlow Condensed / Barlow.
   Motion signature inherited from PCC craft standard:
   cubic-bezier(.22,1,.36,1), in-view fade-ups, index staggers.
   ============================================================ */

:root {
  --paper: #F2EFE7;
  --sign-grey: #969C9D; /* sampled: the grey U.P. fill on their sign */
  --paper-2: #E9E4D6;
  --ink: #141F23;
  --ink-70: rgba(20, 31, 35, .72);
  --ink-50: rgba(20, 31, 35, .55);
  --ink-35: rgba(20, 31, 35, .38);
  --spruce: #152528;
  --spruce-2: #0F1B1E;
  --bone-on-dark: #EFEBDF;
  --bone-70: rgba(239, 235, 223, .72);
  --bone-45: rgba(239, 235, 223, .5);
  --blue: #2A3876;   /* sampled from their sign, white-balance corrected (raw avg #28346B) */
  --blue-deep: #1E2A5C;
  --brass: #C9A227;
  --brass-soft: rgba(201, 162, 39, .14);
  --line: rgba(20, 31, 35, .14);
  --line-soft: rgba(20, 31, 35, .08);
  --line-dark: rgba(239, 235, 223, .14);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --pad-x: clamp(20px, 5vw, 48px);
  --section-y: clamp(72px, 11vw, 150px);
  --max: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:focus-within { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--blue); color: #fff; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: .95;
  letter-spacing: .005em;
  text-transform: uppercase;
}

.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }

/* --- eyebrow label: the tracked-caps signature --- */
.eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--blue); flex: none; }
.on-dark .eyebrow { color: var(--brass); }
.on-dark .eyebrow::before { background: var(--brass); }

/* ============ NAV ============ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(242, 239, 231, .92);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}
.nav-in {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x);
  height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand svg { width: 46px; height: 19px; color: var(--blue); flex: none; }
.brand-name {
  font-family: var(--font-display); font-weight: 700; font-size: 24px;
  text-transform: uppercase; letter-spacing: .04em; line-height: .9;
}
.brand-name small { display: block; font-family: var(--font-body); font-size: 9.5px; font-weight: 600; letter-spacing: .3em; color: var(--ink-50); margin-top: 3px; }
.nav-links { display: flex; gap: 34px; list-style: none; }
.nav-links a {
  position: relative; text-decoration: none; font-size: 13.5px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-70);
  transition: color .3s var(--ease); padding: 6px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--blue); transition: width .35s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-call {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  background: var(--blue); color: #fff; font-weight: 600; font-size: 15px;
  letter-spacing: .02em; padding: 12px 22px; border-radius: 4px;
  transition: background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
  white-space: nowrap;
}
.nav-call:hover { background: var(--blue-deep); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(42, 56, 118, .3); }
.nav-call svg { width: 15px; height: 15px; }
.menu-btn { display: none; }

/* ============ HERO — split editorial ============ */
.hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); background: var(--paper); }
.hero-copy, .hero-photo { min-height: 0; }
.hero-copy {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 136px var(--pad-x) 48px clamp(20px, calc((100vw - var(--max)) / 2 + var(--pad-x)), 400px);
  position: relative;
}
.hero-topo {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='520' viewBox='0 0 520 520'%3E%3Cg fill='none' stroke='%23141F23' stroke-opacity='.05' stroke-width='1.1'%3E%3Cpath d='M-40 430c90-60 160-18 240-60s110-120 210-130 160 40 150 40'/%3E%3Cpath d='M-40 470c100-70 180-20 260-66s104-128 208-140 132 36 132 36'/%3E%3Cpath d='M-40 390c80-50 140-16 220-54s116-112 212-120 168 44 168 44'/%3E%3Cpath d='M-40 350c70-42 124-14 204-48s122-104 216-110 180 48 180 48'/%3E%3Cpath d='M-40 310c60-34 108-12 188-42s128-96 220-100 192 52 192 52'/%3E%3C/g%3E%3C/svg%3E");
}
.hero h1 { font-size: clamp(40px, 4.3vw, 66px); margin: 16px 0 20px; position: relative; max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub { font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-70); max-width: 44ch; margin-bottom: 34px; position: relative; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; position: relative; }
.btn-call {
  display: inline-flex; align-items: center; gap: 12px; text-decoration: none;
  background: var(--blue); color: #fff; border-radius: 4px;
  font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: .03em;
  padding: 16px 28px; text-transform: uppercase;
  transition: background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.btn-call:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(42, 56, 118, .32); }
.btn-call svg { width: 20px; height: 20px; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  border: 1px solid var(--line); color: var(--ink-70); border-radius: 4px;
  font-size: 13.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 17px 24px; transition: border-color .3s var(--ease), color .3s var(--ease), background .3s var(--ease);
}
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); background: rgba(20,31,35,.03); }
.hero-fact { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--ink-50); letter-spacing: .06em; position: relative; }
@media (max-height: 800px) and (min-width: 1001px) {
  .hero-copy { padding-top: 92px; padding-bottom: 34px; }
  .hero h1 { font-size: clamp(38px, 3.9vw, 54px); }
  .hero-sub { margin-bottom: 24px; font-size: 16px; }
  .hero-fact { margin-top: 22px; }
}
.hero-fact strong { color: var(--ink-70); font-weight: 600; }

.hero-photo { position: relative; overflow: hidden; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; transform: scale(1.06); transition: transform 2.4s var(--ease); }
.hero.loaded .hero-photo img { transform: scale(1); }
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(242,239,231,0) 14%);
}
.hero-caption {
  position: absolute; bottom: 20px; right: 24px; z-index: 2;
  font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.85);
  background: rgba(15, 27, 30, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 8px 14px; border-radius: 3px;
}

/* ============ EMERGENCY STRIP ============ */
.strip { background: var(--spruce); border-block: 1px solid var(--line-dark); }
.strip-in {
  max-width: var(--max); margin: 0 auto; padding: 18px var(--pad-x);
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  color: var(--bone-on-dark); text-align: center;
}
.strip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brass); flex: none; animation: pulse 2.2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(201,162,39,.5); } 55% { box-shadow: 0 0 0 9px rgba(201,162,39,0); } }
.strip p { font-size: 15.5px; }
.strip p strong { color: var(--brass); font-weight: 600; }
.strip a { color: var(--bone-on-dark); font-weight: 600; text-decoration-color: var(--brass); text-underline-offset: 4px; white-space: nowrap; }
.strip a:hover { color: var(--brass); }

/* ============ SECTIONS ============ */
section { padding-block: var(--section-y); position: relative; }
.sec-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 76px); }
.sec-head h2 { font-size: clamp(38px, 4.6vw, 64px); margin-bottom: 18px; }
.sec-head p { color: var(--ink-70); font-size: 17.5px; max-width: 56ch; }
.on-dark .sec-head p { color: var(--bone-70); }

/* --- services: ledger rows, not cards --- */
.ledger { border-top: 1px solid var(--line); }
.ledger-row {
  display: grid; grid-template-columns: 84px 1fr minmax(0, 42%) auto;
  gap: clamp(16px, 3vw, 44px); align-items: baseline;
  padding: clamp(24px, 3.4vw, 40px) 0; border-bottom: 1px solid var(--line);
  text-decoration: none; transition: background .35s var(--ease);
}
.ledger-row:hover { background: rgba(20, 31, 35, .025); }
.ledger-num { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink-35); letter-spacing: .08em; }
.ledger-row h3 { font-size: clamp(26px, 3vw, 38px); transition: color .3s var(--ease); }
.ledger-row:hover h3 { color: var(--blue); }
.ledger-row p { font-size: 15.5px; color: var(--ink-50); line-height: 1.55; }
.ledger-go { font-size: 22px; color: var(--ink-35); transition: transform .35s var(--ease), color .35s var(--ease); }
.ledger-row:hover .ledger-go { transform: translateX(6px); color: var(--blue); }

/* --- proof band: asymmetric photo collage --- */
.collage { display: grid; grid-template-columns: 1.25fr .9fr; grid-template-rows: auto auto; gap: clamp(14px, 2vw, 24px); align-items: stretch; }
.collage figure { position: relative; overflow: hidden; border-radius: 4px; margin: 0; }
.collage img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.collage figure:hover img { transform: scale(1.045); }
.collage .tall { grid-row: 1 / 3; }
.collage figcaption {
  position: absolute; left: 14px; bottom: 14px;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.92);
  background: rgba(15, 27, 30, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 7px 12px; border-radius: 3px;
}
.proof-note { margin-top: 26px; font-size: 13.5px; color: var(--ink-50); letter-spacing: .04em; }

/* --- dark section: cabins & camps --- */
.dark { background: var(--spruce); color: var(--bone-on-dark); }
.dark .up-watermark {
  position: absolute; right: -4%; top: 8%; width: min(52vw, 640px); color: var(--bone-on-dark);
  opacity: .05; pointer-events: none;
}
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 90px); align-items: center; }
.split-photo { position: relative; overflow: hidden; border-radius: 4px; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 4.6; }
.split-photo figcaption {
  position: absolute; left: 14px; bottom: 14px;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.92);
  background: rgba(15, 27, 30, .55); padding: 7px 12px; border-radius: 3px;
}
.dark h2 { font-size: clamp(38px, 4.6vw, 60px); margin-bottom: 20px; }
.dark .lede { color: var(--bone-70); margin-bottom: 26px; max-width: 52ch; }
.tick-list { list-style: none; display: grid; gap: 14px; margin: 0 0 34px; }
.tick-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--bone-70); font-size: 16px; }
.tick-list li::before {
  content: ""; flex: none; width: 7px; height: 7px; margin-top: 9px;
  background: var(--brass); transform: rotate(45deg);
}
.tick-list li strong { color: var(--bone-on-dark); font-weight: 600; }

/* --- service area --- */
.area { background: var(--paper-2); }
.area-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 90px); align-items: center; }
.up-map { color: var(--ink); width: 100%; height: auto; }
.up-map .land { fill: var(--sign-grey); opacity: .42; stroke: var(--ink); stroke-opacity: .32; stroke-width: 1.4; }
.up-map .land.wi { opacity: .2; }
.up-map .state-label { font-family: var(--font-body); font-size: 9.5px; letter-spacing: .22em; fill: var(--ink-50); text-transform: uppercase; }
.up-map .pin { fill: var(--blue); }
.up-map .pin-ring { fill: none; stroke: var(--blue); stroke-width: 1.4; opacity: .55; }
.up-map text { font-family: var(--font-body); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; fill: var(--ink-50); }
.towns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(24px, 4vw, 56px); }
.towns h3 { font-size: 15px; letter-spacing: .2em; color: var(--ink-50); margin-bottom: 10px; font-weight: 600; }
.towns ul { list-style: none; border-top: 1px solid var(--line); }
.towns li { border-bottom: 1px solid var(--line); }
.towns a, .towns span { display: flex; justify-content: space-between; align-items: center; padding: 13px 2px; text-decoration: none; font-size: 16.5px; color: var(--ink-70); transition: color .3s var(--ease), padding-left .3s var(--ease); }
.towns a:hover { color: var(--blue); padding-left: 8px; }
.towns a::after { content: "→"; font-size: 15px; opacity: 0; transform: translateX(-6px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.towns a:hover::after { opacity: 1; transform: none; }
.area-note { margin-top: 26px; font-size: 15px; color: var(--ink-50); }
.area-note a { color: var(--blue); font-weight: 600; text-underline-offset: 3px; }

/* --- story / why harju --- */
.story .split-photo img { aspect-ratio: 4 / 3.1; }
.story h2 { font-size: clamp(38px, 4.6vw, 60px); margin-bottom: 20px; }
.story p { color: var(--ink-70); margin-bottom: 18px; max-width: 54ch; }
.story .fine { font-size: 13.5px; color: var(--ink-50); letter-spacing: .04em; border-top: 1px solid var(--line-soft); padding-top: 18px; margin-top: 26px; }
.story-winter { margin-top: clamp(20px, 3vw, 36px); position: relative; overflow: hidden; border-radius: 4px; max-width: 660px; }
.story-winter img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; object-position: 50% 42%; }
.story-winter figcaption { position: absolute; left: 14px; bottom: 14px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.92); background: rgba(15,27,30,.55); padding: 7px 12px; border-radius: 3px; }

/* --- FAQ --- */
.faq-list { max-width: 820px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 24px 2px; font-family: var(--font-display); font-weight: 600; font-size: clamp(21px, 2.2vw, 27px);
  text-transform: uppercase; letter-spacing: .015em; transition: color .3s var(--ease);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--blue); }
.faq-list summary .ind { font-size: 26px; font-weight: 400; color: var(--ink-35); transition: transform .4s var(--ease); flex: none; line-height: 1; }
.faq-list details[open] summary .ind { transform: rotate(45deg); color: var(--blue); }
.faq-list .faq-a { padding: 0 2px 26px; color: var(--ink-70); max-width: 62ch; font-size: 16px; }
.faq-list .faq-a a { color: var(--blue); font-weight: 600; text-underline-offset: 3px; }

/* --- final CTA --- */
.cta { background: var(--spruce-2); color: var(--bone-on-dark); text-align: center; }
.cta .eyebrow { justify-content: center; }
.cta .eyebrow::before { display: none; }
.cta h2 { font-size: clamp(44px, 6vw, 84px); margin-bottom: 16px; }
.cta p { color: var(--bone-70); max-width: 46ch; margin: 0 auto 36px; }
.cta .btn-call { font-size: clamp(26px, 3vw, 36px); padding: 20px 40px; }
.cta .sub { margin-top: 22px; font-size: 13.5px; color: var(--bone-45); letter-spacing: .06em; }

/* ============ FOOTER ============ */
footer { background: var(--spruce-2); color: var(--bone-45); border-top: 1px solid var(--line-dark); }
.foot-in { max-width: var(--max); margin: 0 auto; padding: 54px var(--pad-x) 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot-brand svg { width: 52px; height: 21px; color: var(--bone-45); margin-bottom: 14px; }
.foot-brand .brand-name { color: var(--bone-on-dark); font-size: 22px; }
.foot-brand p { font-size: 14px; margin-top: 12px; max-width: 34ch; }
footer h4 { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--bone-45); margin-bottom: 16px; font-weight: 600; }
footer ul { list-style: none; display: grid; gap: 9px; }
footer a { color: var(--bone-70); text-decoration: none; font-size: 15px; transition: color .3s var(--ease); }
footer a:hover { color: var(--brass); }
.foot-nap { font-size: 15px; color: var(--bone-70); font-style: normal; line-height: 1.8; }
.foot-bar { border-top: 1px solid var(--line-dark); }
.foot-bar-in { max-width: var(--max); margin: 0 auto; padding: 18px var(--pad-x); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; }
.foot-bar-in a { font-size: 12.5px; }

/* ============ MOBILE CALL BAR ============ */
.callbar { display: none; }

/* ============ REVEALS ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============ TOWN PAGES ============ */
.page-hero { padding: 170px 0 70px; background: var(--paper); position: relative; overflow: hidden; }
.page-hero .hero-topo { opacity: .6; }
.page-hero h1 { font-size: clamp(42px, 6vw, 84px); max-width: 14ch; position: relative; }
.page-hero h1 em { font-style: normal; color: var(--blue); }
.page-hero .lede { margin-top: 20px; max-width: 58ch; color: var(--ink-70); font-size: 18px; position: relative; }
.page-body { padding-block: clamp(48px, 7vw, 90px); }
.page-body .split { align-items: start; }
.page-body h2 { font-size: clamp(30px, 3.6vw, 44px); margin: 34px 0 14px; }
.page-body p { color: var(--ink-70); margin-bottom: 16px; max-width: 62ch; }
.crumbs { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-50); margin-bottom: 26px; position: relative; }
.crumbs a { color: var(--ink-50); text-decoration: none; }
.crumbs a:hover { color: var(--blue); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; height: auto; min-height: 100svh; }
  .hero-photo { order: -1; height: 46svh; }
  .hero-photo::after { background: linear-gradient(180deg, rgba(242,239,231,0) 70%, var(--paper) 100%); }
  .hero-copy { padding: 34px var(--pad-x) 56px; justify-content: flex-start; }
  .split, .area-grid { grid-template-columns: 1fr; }
  .ledger-row { grid-template-columns: 48px 1fr auto; }
  .ledger-row p { grid-column: 2 / 3; grid-row: 2; }
  .foot-in { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-in { height: 66px; }
  .brand svg { width: 38px; }
  .brand-name { font-size: 20px; }
  .nav-call { padding: 10px 16px; font-size: 14px; }
  .collage { grid-template-columns: 1fr; }
  .collage .tall { grid-row: auto; }
  .towns { grid-template-columns: 1fr; gap: 26px; }
  body { padding-bottom: 68px; }
  .callbar {
    display: flex; position: fixed; inset: auto 0 0 0; z-index: 70;
    background: var(--blue); color: #fff; text-decoration: none;
    align-items: center; justify-content: center; gap: 12px;
    height: 62px; font-family: var(--font-display); font-weight: 600; font-size: 22px;
    letter-spacing: .04em; text-transform: uppercase;
    box-shadow: 0 -8px 30px rgba(20, 31, 35, .18);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .callbar svg { width: 19px; height: 19px; }
  .ledger-row { gap: 12px; }
  .strip-in { justify-content: flex-start; text-align: left; }
}

/* --- real logo (vector redraw of their sign) --- */
.brand-lockup { height: 92px; width: auto; display: block; }
.brand-mark { height: 42px; width: auto; display: block; flex: none; }
.brand-word { font-family: var(--font-display); font-weight: 700; font-style: italic; font-size: 27px; line-height: .9; color: var(--blue); letter-spacing: .01em; text-transform: uppercase; white-space: nowrap; }
.brand-word em { font-style: italic; }
.foot-logo { background: var(--paper); border-radius: 6px; padding: 12px 16px; max-width: 250px; margin-bottom: 14px; }
.foot-logo svg { display: block; width: 100%; height: auto; }
@media (max-width: 760px) { .brand-mark { height: 34px; } .brand-word { font-size: 22px; } .brand-lockup { height: 64px; } }
