/* Self-hosted Montserrat (latin). Inlined here rather than a separate
   stylesheet so there is only one render-blocking request. */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/montserrat-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/montserrat-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/montserrat-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/montserrat-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   DK Love Movers
   Part 1: design-system tokens + component classes (imported from the
   Claude Design "industry" system, Barlow @import removed — the brand
   overrides both font roles to Montserrat).
   Part 2: brand overrides from the DK Love Movers Site v2 design.
   Part 3: production additions the static canvas did not need
           (mobile nav, focus states, print, reduced motion).
   ========================================================================== */

/* ── Part 1 · design-system tokens ─────────────────────────────────────── */
:root {
  --color-bg: #f2f2f3;
  --color-surface: #e9e9ea;
  --color-text: #1d1f20;
  --color-accent: #5980a6;
  --color-accent-2: #728fab;
  --color-divider: color-mix(in srgb, #1d1f20 16%, transparent);

  --color-neutral-100: #f5f5f8; --color-neutral-200: #e7e7ea;
  --color-neutral-300: #d4d4d7; --color-neutral-400: #b7b7ba;
  --color-neutral-500: #98989b; --color-neutral-600: #7a7a7d;
  --color-neutral-700: #5d5d60; --color-neutral-800: #424244;
  --color-neutral-900: #2b2b2d;

  --color-accent-100: #eef6ff; --color-accent-200: #d6ebff;
  --color-accent-300: #b5d9fd; --color-accent-400: #94bce3;
  --color-accent-500: #749dc4; --color-accent-600: #597ea3;
  --color-accent-700: #416180; --color-accent-800: #2c455d;
  --color-accent-900: #1d2d3d;

  --font-heading: "Barlow Condensed", system-ui, sans-serif;
  --font-heading-weight: 600;
  --font-body: "Barlow", system-ui, sans-serif;

  --space-1: 3.4px; --space-2: 6.8px; --space-3: 10.2px;
  --space-4: 13.6px; --space-6: 20.4px; --space-8: 27.2px;

  --radius-sm: 2px; --radius-md: 4px; --radius-lg: 7px;

  --shadow-sm: 0 1px 2px color-mix(in srgb, #2b2b2d 14%, transparent);
  --shadow-md: 0 3px 10px color-mix(in srgb, #2b2b2d 16%, transparent);
  --shadow-lg: 0 12px 32px color-mix(in srgb, #2b2b2d 22%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }
body {
  background: var(--color-bg); color: var(--color-text);
  font-family: var(--font-body);
  margin: 0; font-size: 15px; line-height: 1.55; font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading); font-weight: var(--font-heading-weight);
  line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 var(--space-2);
}
h1 { font-size: 42px; } h2 { font-size: 32px; } h3 { font-size: 25px; }
h4 { font-size: 20px; } h5 { font-size: 16px; }
h6 { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
p { margin: 0 0 var(--space-3); }
a { color: var(--color-accent); text-underline-offset: 3px; }
/* height:auto is required alongside max-width — the width/height attributes
   on every <img> exist to reserve layout space, but without this the
   intrinsic height is held while the width shrinks, stretching the image. */
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
.text-muted { color: color-mix(in srgb, var(--color-text) 55%, transparent); }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }
::selection { background: color-mix(in srgb, var(--color-accent) 30%, transparent); }

.hr { height: 1px; border: 0; margin: var(--space-4) 0; background: var(--color-divider); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  cursor: pointer; text-decoration: none;
  font-family: var(--font-heading); font-weight: var(--font-heading-weight);
  font-size: 14px; line-height: 1.2; color: var(--color-text);
  background: transparent; border: 1px solid transparent;
  padding: var(--space-2) calc(var(--space-3) * 1.2);
  border-radius: var(--radius-md);
}
.btn svg { display: block; }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }
.btn-primary { background: var(--color-accent); color: var(--color-bg); }
.btn-primary:hover { background: var(--color-accent-600); }
.btn-primary:active { background: var(--color-accent-700); }
.btn-secondary { border-color: var(--color-divider); }
.btn-secondary:hover { background: color-mix(in srgb, var(--color-text) 7%, transparent); }
.btn-secondary:active { background: color-mix(in srgb, var(--color-text) 14%, transparent); }
.btn-ghost { color: var(--color-accent); padding-inline: var(--space-1); }
.btn-block { width: 100%; margin-top: var(--space-2); }

/* forms */
.field > label {
  display: block; font-size: 12px; margin-bottom: 5px;
  color: color-mix(in srgb, var(--color-text) 70%, transparent);
}
.input {
  width: 100%; min-height: 36px; padding: 6px 10px; font: inherit;
  font-size: 14px; color: var(--color-text); caret-color: var(--color-accent);
  background: var(--color-surface);
  border: 1px solid var(--color-divider); border-radius: var(--radius-md);
}
.input:hover { border-color: color-mix(in srgb, var(--color-text) 45%, transparent); }
.input:focus-visible { border-color: var(--color-accent); outline-offset: 0; }
textarea.input { min-height: 90px; resize: vertical; }

/* blueprint frame — square, hairline */
.card, .btn, .input, .tag, .seg, .dialog { border-radius: 0; }
.btn { border: 1px solid var(--color-divider); }
.btn-primary { border-color: var(--color-accent); }
.btn-ghost { border-color: transparent; }

/* ── Part 2 · DK Love Movers brand overrides ───────────────────────────── */
:root {
  --font-heading: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-heading-weight: 700;
  --color-bg: #ffffff;
  --color-surface: #f3f6f9;
  --color-text: #13294b;
  --color-accent: #e02b28;
  --color-accent-100: #fdecec;
  --color-accent-200: #f9cfce;
  --color-accent-300: #f2a4a2;
  --color-accent-600: #c8201f;
  --color-accent-700: #a81a19;
  --color-accent-800: #1d3a63;
  --color-accent-900: #13294b;
  --color-divider: rgba(19, 41, 75, 0.14);
  --wrap: 1240px;
}
body { background: var(--color-bg); }
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.02em; }
/* balance evens out line lengths, which makes a 2-line h1 render at ~60%
   of the container. Page headings should use the full measure; the
   narrower column headings still benefit from balancing. */
h1 { text-wrap: pretty; }
h2, h3, h4 { text-wrap: balance; }
p { text-wrap: pretty; }
a { color: var(--color-accent); }
a:hover { color: var(--color-accent-600); }
.dk-onDark a { color: #fff; }
.dk-onDark a:hover { color: var(--color-accent-300); }
.dk-navlink { color: #fff; text-decoration: none; }
.dk-navlink:hover,
.dk-navlink[aria-current="page"] { color: var(--color-accent-300); }

/* ── Part 3 · production additions ─────────────────────────────────────── */

.dk-wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 24px; }

/* Skip link */
.dk-skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--color-accent); color: #fff; padding: 12px 18px;
  font-weight: 700; text-decoration: none;
}
.dk-skip:focus { left: 0; color: #fff; }

/* Announcement bar */
.dk-bar {
  background: var(--color-accent); color: #fff; font-size: 13px; font-weight: 600;
  display: flex; justify-content: center; align-items: center;
  gap: 6px 28px; flex-wrap: wrap; padding: 9px 20px; text-align: center;
}

/* Header */
.dk-header { position: sticky; top: 0; z-index: 40; background: var(--color-accent-900); }
.dk-header-in {
  max-width: var(--wrap); margin: 0 auto; padding: 10px 24px;
  display: flex; align-items: center; gap: 10px 28px;
}
.dk-brand { display: block; flex: none; line-height: 0; }
.dk-brand img { height: 54px; width: auto; }
.dk-nav {
  display: flex; gap: 8px 24px; flex-wrap: wrap;
  margin-left: auto; font-size: 14.5px; font-weight: 600;
}
.dk-header-cta { display: flex; align-items: center; gap: 16px; }
.dk-header-tel {
  display: flex; align-items: center; gap: 8px;
  font-size: 19px; font-weight: 700; color: #fff;
  text-decoration: none; white-space: nowrap;
}
.dk-header-tel:hover { color: #fff; }
.dk-burger { display: none; }

/* Mobile nav */
@media (max-width: 1080px) {
  .dk-brand img { height: 44px; }
  .dk-burger {
    display: inline-flex; align-items: center; justify-content: center;
    margin-left: auto; width: 44px; height: 44px; padding: 0;
    background: transparent; border: 1px solid rgba(255,255,255,0.35);
    color: #fff; cursor: pointer;
  }
  .dk-nav, .dk-header-cta {
    display: none; flex-basis: 100%; margin-left: 0;
  }
  .dk-header.is-open .dk-nav {
    display: grid; gap: 0; font-size: 16px;
    border-top: 1px solid rgba(255,255,255,0.18); padding-top: 6px;
  }
  .dk-header.is-open .dk-nav a { padding: 13px 2px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .dk-header.is-open .dk-header-cta {
    display: flex; flex-wrap: wrap; gap: 12px; padding: 14px 0 8px;
  }
  .dk-header-in { flex-wrap: wrap; }
}

/* Sections */
.dk-section { max-width: var(--wrap); margin: 0 auto; padding: 84px 24px; }
.dk-split {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px; align-items: center;
}
@media (max-width: 920px) {
  .dk-split { grid-template-columns: minmax(0, 1fr) !important; gap: 40px; }
  .dk-section { padding: 56px 24px; }
}

/* Offset image frame (red or navy block behind the photo) */
.dk-framed { position: relative; padding: 0 0 26px 26px; }
.dk-framed::before {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 62%; height: 72%; background: var(--color-accent);
}
.dk-framed picture, .dk-framed img { position: relative; }
.dk-framed img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.dk-framed--navy { padding: 26px 26px 0 0; }
.dk-framed--navy::before {
  left: auto; bottom: auto; right: 0; top: 0;
  width: 60%; height: 68%; background: var(--color-accent-900);
}

/* Hairline grid (services, values, city lists) */
.dk-grid {
  display: grid; gap: 1px;
  background: var(--color-divider); border: 1px solid var(--color-divider);
}
.dk-grid > * { background: #fff; }
.dk-onDark .dk-grid { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.18); }
.dk-onDark .dk-grid > * { background: var(--color-accent-900); color: #fff; }

/* Open-invitation cell that closes every town grid. Spans two tracks so the
   phrase sits on one line instead of breaking mid-sentence in a 168px column.
   The background needs to beat `.dk-onDark .dk-grid > *`, hence both selectors. */
.dk-grid > .dk-grid-cta,
.dk-onDark .dk-grid > .dk-grid-cta {
  grid-column: span 2;
  background: var(--color-accent);
  color: #fff;
}
.dk-grid-cta {
  display: flex; align-items: center; gap: 8px;
  padding: 15px 16px;
  font-size: 15px; font-weight: 700;
  text-decoration: none; white-space: nowrap;
}
.dk-grid-cta svg { flex: none; }
/* Below two columns there is nothing to span, so let it wrap normally. */
@media (max-width: 430px) {
  .dk-grid > .dk-grid-cta,
  .dk-onDark .dk-grid > .dk-grid-cta { grid-column: span 1; }
  .dk-grid-cta { white-space: normal; }
}

/* FAQ */
.dk-faq { border-top: 1px solid var(--color-divider); }
.dk-faq details { border-bottom: 1px solid var(--color-divider); padding: 20px 4px; }
.dk-faq summary {
  cursor: pointer; font-size: 18px; font-weight: 700; list-style: none;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
}
.dk-faq summary::-webkit-details-marker { display: none; }
.dk-faq summary::after {
  content: "+"; flex: none; font-size: 24px; line-height: 1;
  color: var(--color-accent); font-weight: 400; transition: transform 0.15s ease;
}
.dk-faq details[open] summary::after { content: "−"; }
.dk-faq details p { margin: 12px 0 0; font-size: 15.5px; line-height: 1.72; max-width: 68ch; color: rgba(19,41,75,0.8); }

/* Forms */
.dk-form {
  background: #fff; box-shadow: 0 18px 46px rgba(19,41,75,0.16);
  border: 1px solid var(--color-divider); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 18px;
}
.dk-form .input { background: #fff; border-radius: 0; }
.dk-form .field > label { font-weight: 600; }
.dk-form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
/* Addresses need the whole row — a 190px column truncates them visually. */
.dk-form-row .dk-field-wide { grid-column: 1 / -1; }
.dk-form .dk-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.dk-note {
  border-left: 4px solid var(--color-accent); background: var(--color-surface);
  padding: 20px; font-size: 15px; line-height: 1.65;
}
.dk-note--error { border-left-color: #b3261e; background: #fdecec; }
.dk-err { color: #b3261e; font-size: 12.5px; font-weight: 600; margin-top: 4px; }
.input[aria-invalid="true"] { border-color: #b3261e; }

/* Review cards */
.dk-review {
  margin: 0 0 26px; background: #fff;
  border-left: 4px solid var(--color-accent); padding: 24px 26px;
}
.dk-stars { color: var(--color-accent); font-size: 14px; letter-spacing: 0.24em; margin-bottom: 10px; }
.dk-review blockquote { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(19,41,75,0.78); }
.dk-review figcaption { margin-top: 14px; font-size: 13.5px; font-weight: 700; }
.dk-review--google { display: flex; gap: 14px; align-items: flex-start; }
.dk-google-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em;
  color: rgba(19,41,75,0.6); text-transform: uppercase; margin-top: 10px;
}

/* Horizontal review rail. Cards break the 1240px wrap and run to the viewport
   edge, so the cut-off card is itself the affordance that it scrolls. Wide
   cards with a side-by-side layout keep them short instead of tall. */
.dk-rail {
  display: grid;
  grid-auto-flow: column;
  /* Fixed, not minmax(): auto tracks size to content, which would give every
     card a different width. A carousel needs uniform cards. */
  grid-auto-columns: min(600px, 84vw);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 4px max(24px, calc((100% - var(--wrap)) / 2)) 26px;
  scrollbar-color: var(--color-accent) rgba(19,41,75,0.12);
  scrollbar-width: thin;
  cursor: grab;
}
.dk-rail > * { scroll-snap-align: start; margin-bottom: 0 !important; }
.dk-rail:focus-visible { outline: 2px solid var(--color-accent); outline-offset: -4px; }
.dk-rail::-webkit-scrollbar { height: 8px; }
.dk-rail::-webkit-scrollbar-track { background: rgba(19,41,75,0.10); }
.dk-rail::-webkit-scrollbar-thumb { background: var(--color-accent); }
.dk-rail blockquote { font-size: 14.5px; line-height: 1.6; }

/* While dragging: kill snapping so the scroll tracks the pointer exactly,
   and stop text selection and link activation mid-drag. */
.dk-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.dk-rail.is-dragging a { pointer-events: none; }

/* Meta beside the quote rather than above it — the card reads wide, not tall. */
.dk-review--rail { display: grid; grid-template-columns: 148px minmax(0, 1fr); gap: 24px; align-items: start; }
.dk-review--rail .dk-review-meta { border-right: 1px solid var(--color-divider); padding-right: 20px; }
.dk-review--rail .dk-stars { margin-bottom: 8px; }
@media (max-width: 620px) {
  .dk-review--rail { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .dk-review--rail .dk-review-meta { border-right: 0; padding-right: 0; }
}

/* Reviews page: never more than two columns, however wide the screen. */
.dk-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}
.dk-review-grid > * { margin-bottom: 0 !important; }
@media (max-width: 800px) { .dk-review-grid { grid-template-columns: minmax(0, 1fr); } }

/* Breadcrumbs */
.dk-crumbs { font-size: 13px; color: rgba(255,255,255,0.66); margin-bottom: 14px; }
.dk-crumbs a { color: rgba(255,255,255,0.82); text-decoration: none; }
.dk-crumbs a:hover { color: #fff; text-decoration: underline; }
.dk-crumbs span { padding: 0 6px; opacity: 0.5; }

/* Sticky mobile call bar */
.dk-callbar { display: none; }
@media (max-width: 720px) {
  .dk-callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    background: rgba(255,255,255,0.2);
    box-shadow: 0 -4px 18px rgba(19,41,75,0.22);
  }
  .dk-callbar a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 10px; font-size: 15px; font-weight: 700;
    text-decoration: none; color: #fff; background: var(--color-accent-900);
  }
  .dk-callbar a.is-accent { background: var(--color-accent); }
  body { padding-bottom: 54px; }
}

@media print {
  .dk-header, .dk-bar, .dk-callbar, .dk-form, footer { display: none !important; }
  body { color: #000; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
