/* Danny's Towing v2. Dark, night-on-the-shoulder. One red. Pills for controls, 28px shells for cards. */
/* self-hosted latin subsets, variable weights */
@font-face { font-family: "Geist"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("assets/fonts/geist-var.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: "Geist Mono"; font-style: normal; font-weight: 400 500; font-display: swap; src: url("assets/fonts/geist-mono-var.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: "Outfit"; font-style: normal; font-weight: 500 800; font-display: swap; src: url("assets/fonts/outfit-var.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; }
:root {
  --bg: #070606;
  --text: #F4F2EF;
  --muted: #A6A19B;
  --red: #FF2B2B;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.16);
  --shell: rgba(255, 255, 255, 0.045);
  --core: #100E0E;
  --display: "Outfit", "Segoe UI", sans-serif;
  --body: "Geist", "Segoe UI", sans-serif;
  --mono: "Geist Mono", "Consolas", monospace;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --pad: clamp(1.25rem, 5vw, 5rem);
  --r-shell: 28px;
  --r-core: 22px;
  --max: 1360px;
}
* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
main:focus { outline: none; }
.skip {
  position: absolute; left: 1rem; top: -100px; z-index: 50;
  padding: 0.7rem 1.25rem; border-radius: 999px;
  background: var(--text); color: #0b0a0a; text-decoration: none;
  font-family: var(--display); font-weight: 700;
}
.skip:focus { top: 1rem; }
h1, h2, h3 { font-family: var(--display); margin: 0; letter-spacing: -0.03em; }
h1 { font-weight: 800; font-size: clamp(2.75rem, 5.2vw, 5.25rem); line-height: 0.98; }
h2 { font-weight: 700; font-size: clamp(2.25rem, 4.2vw, 3.75rem); line-height: 1.02; }
h3 { font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
p { margin: 0; }
.lead { font-size: 1.25rem; color: var(--muted); max-width: 40ch; }

/* atmosphere */
.grain {
  position: fixed; inset: 0; z-index: 40; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>");
}
.orb {
  position: fixed; z-index: 0; pointer-events: none; border-radius: 50%;
  opacity: 0.55;
}
.orb-a { width: 90vw; height: 90vw; max-width: 1200px; max-height: 1200px; top: -40vw; left: -30vw; background: radial-gradient(circle, rgba(255, 43, 43, 0.55) 0%, rgba(255, 43, 43, 0.18) 30%, transparent 62%); }
.orb-b { width: 70vw; height: 70vw; max-width: 900px; max-height: 900px; right: -28vw; bottom: -28vw; background: radial-gradient(circle, rgba(122, 20, 20, 0.7) 0%, rgba(122, 20, 20, 0.2) 35%, transparent 65%); }
main, footer, .nav { position: relative; z-index: 1; }

/* floating glass nav */
.nav {
  position: fixed; top: 1.25rem; left: 50%; transform: translateX(-50%); z-index: 30; width: max-content;
  display: flex; align-items: center; gap: 1.5rem;
  height: 56px; padding: 0 0.5rem 0 1rem;
  border-radius: 999px;
  background: rgba(16, 14, 14, 0.62);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 50px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  white-space: nowrap;
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 1rem; letter-spacing: -0.01em; }
.links { display: flex; gap: 1.25rem; font-size: 0.9375rem; color: var(--muted); }
.links a { text-decoration: none; padding: 0.5rem 0; transition: color 300ms var(--ease); }
.links a:hover { color: var(--text); }
.nav-call {
  font-family: var(--mono); font-size: 0.9rem; font-weight: 500; text-decoration: none;
  padding: 0.55rem 1rem; border-radius: 999px;
  background: var(--text); color: #0b0a0a;
  transition: transform 500ms var(--ease), background 300ms var(--ease);
}
.nav-call:hover { background: #fff; }
.nav-call:active { transform: scale(0.97); }

/* double bezel */
.shell {
  background: var(--shell);
  border: 1px solid var(--line);
  border-radius: var(--r-shell);
  padding: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.core {
  background: var(--core);
  border-radius: var(--r-core);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 0.75rem;
  text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 1.0625rem; letter-spacing: -0.01em;
  padding: 0.6rem 0.6rem 0.6rem 1.5rem; border-radius: 999px;
  transition: transform 500ms var(--ease), background 300ms var(--ease), border-color 300ms var(--ease);
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--text); color: #0b0a0a; }
.btn-primary:hover { background: #fff; }
.btn-ghost { background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-strong); color: var(--text); padding: 0.6rem 1.5rem; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.btn-ghost .btn-icon { background: rgba(255, 255, 255, 0.1); color: var(--text); margin-right: -0.9rem; }
.btn-icon {
  display: inline-grid; place-items: center;
  width: 2.25rem; height: 2.25rem; border-radius: 999px;
  background: var(--red); color: #fff; font-size: 1.1rem;
  transition: transform 500ms var(--ease);
}
.btn:hover .btn-icon { transform: translate(3px, -1px) scale(1.05); }

/* hero */
.hero {
  max-width: var(--max); margin: 0 auto;
  padding: 8.5rem var(--pad) 5rem;
  display: grid; grid-template-columns: 7fr 5fr; gap: clamp(2rem, 5vw, 5rem); align-items: center;
  min-height: min(100dvh, 960px);
}
.chip {
  display: inline-block;
  font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em;
  padding: 0.4rem 0.9rem; border-radius: 999px;
  border: 1px solid var(--line-strong); color: var(--muted);
}
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.chip[hidden] { display: none; }
.chip-holiday {
  font-family: var(--body); font-size: 0.875rem; text-transform: none; letter-spacing: 0;
  color: var(--text); border-color: rgba(255, 43, 43, 0.6); background: rgba(255, 43, 43, 0.08); border-radius: 1.25rem;
}
.hero h1 { margin-bottom: 1.5rem; max-width: 14ch; }
.hero .lead { margin-bottom: 2.25rem; }
.actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-media .core { aspect-ratio: 11 / 13; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1200ms var(--ease); }
.hero-media:hover img { transform: scale(1.06); }

/* sections */
section { position: relative; }
.services, .areas, .about, .contact { max-width: var(--max); margin: 0 auto; padding: 6rem var(--pad); }
.services h2 { margin-bottom: 2.5rem; }

/* bento */
.bento {
  display: grid; gap: 14px;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(160px, auto);
}
.cell { display: block; text-decoration: none; background: var(--shell); border: 1px solid var(--line); border-radius: var(--r-shell); padding: 6px; }
.cell .core { height: 100%; }
.cell.text .core { padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; }
.cell.text p { color: var(--muted); max-width: 34ch; }
.cell.media .core { position: relative; }
.cell.media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cell.tall { grid-column: span 5; grid-row: span 2; }
.cell.wide { grid-column: span 4; }
.cell.text:not(.wide) { grid-column: span 3; }
.cell.media:not(.tall) { grid-column: span 5; min-height: 260px; }
.cell.cta { grid-column: span 7; }
.cell.cta .core {
  padding: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  background: linear-gradient(135deg, #ff2b2b 0%, #b81111 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.cta-label { font-family: var(--display); font-weight: 700; font-size: 1.5rem; color: #fff; letter-spacing: -0.02em; }
.cta-phone { display: inline-flex; align-items: center; gap: 0.75rem; font-family: var(--display); font-weight: 800; font-size: clamp(1.5rem, 2.4vw, 2.25rem); color: #fff; letter-spacing: -0.02em; }
.cta-phone .btn-icon { background: #fff; color: #b81111; }
.cell.cta:hover .btn-icon { transform: translate(3px, -1px) scale(1.05); }

/* areas + marquee */
.areas { padding-bottom: 4rem; }
.areas-head { margin-bottom: 2.5rem; }
.areas-head h2 { margin-bottom: 1rem; }
.marquee {
  display: flex; overflow: hidden; gap: 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 1.5rem 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.track {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-shrink: 0; gap: 0;
  animation: slide 38s linear infinite;
}
.track li {
  font-family: var(--display); font-weight: 700; font-size: clamp(1.75rem, 3.4vw, 3rem); letter-spacing: -0.02em;
  padding: 0 1.5rem; display: flex; align-items: center; gap: 3rem; white-space: nowrap;
}
.track li::after { content: ""; width: 2px; height: 0.7em; background: var(--red); flex-shrink: 0; }
@keyframes slide { to { transform: translateX(-100%); } }
.marquee:hover .track { animation-play-state: paused; }

/* about */
.about { padding-top: 4rem; }
.about .core { padding: clamp(2rem, 5vw, 4.5rem); position: relative; }
.about .core::before {
  content: ""; position: absolute; left: 10%; right: 10%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}
.about .core::after {
  content: ""; position: absolute; left: 30%; right: 30%; top: -40px; height: 80px;
  background: radial-gradient(ellipse at center, rgba(255, 43, 43, 0.45), transparent 70%); pointer-events: none;
}
.about p { position: relative; font-family: var(--display); font-weight: 700; font-size: clamp(1.75rem, 3.6vw, 3.25rem); line-height: 1.08; letter-spacing: -0.03em; max-width: 24ch; }

/* contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.contact h2 { margin-bottom: 1.25rem; }
.big-phone {
  display: block; text-decoration: none;
  font-family: var(--display); font-weight: 800; font-size: clamp(2.25rem, 5vw, 4.5rem); letter-spacing: -0.04em; line-height: 1;
  transition: color 300ms var(--ease);
}
.big-phone:hover { color: var(--red); }
.hours { margin-top: 1rem; color: var(--muted); font-size: 1.125rem; }
.contact .core { padding: 2rem; }
.contact dl { margin: 0 0 1.75rem; display: grid; gap: 1.5rem; }
.contact dt { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-bottom: 0.35rem; }
.contact dd { margin: 0; font-weight: 500; font-size: 1.125rem; overflow-wrap: anywhere; }
.contact dd a { text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.contact dd a:hover { border-color: var(--text); }

/* footer */
footer {
  max-width: var(--max); margin: 0 auto;
  padding: 2rem var(--pad) 2.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--line);
  font-size: 0.85rem; color: var(--muted);
}
.built { color: var(--muted); text-decoration: none; padding: 0.25rem 0; border-bottom: 1px solid var(--line-strong); }
.built:hover { color: var(--text); border-color: var(--text); }

/* mobile call bar */
.call-bar {
  display: none; position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%); z-index: 30;
  width: calc(100% - 2rem); max-width: 420px;
  text-align: center; text-decoration: none;
  font-family: var(--display); font-weight: 800; font-size: 1.25rem; color: #fff;
  padding: 1rem 1.5rem; border-radius: 999px;
  background: linear-gradient(135deg, #ff2b2b, #c21414);
  box-shadow: 0 16px 40px rgba(255, 43, 43, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* reveal */
.js .reveal { opacity: 0; transform: translateY(22px); filter: blur(6px); transition: opacity 900ms var(--ease), transform 900ms var(--ease), filter 900ms var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js .reveal.in { opacity: 1; transform: none; filter: none; }

@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .cell.tall { grid-column: span 3; grid-row: span 2; }
  .cell.wide, .cell.text:not(.wide) { grid-column: span 3; }
  .cell.media:not(.tall) { grid-column: span 3; }
  .cell.cta { grid-column: span 3; }
  .cell.cta .core { flex-direction: column; align-items: flex-start; justify-content: flex-end; }
}
@media (max-width: 767px) {
  .links, .nav-call { display: none; }
  .nav { top: 0.75rem; padding: 0 1rem; height: 48px; }
  .call-bar { display: block; }
  footer { padding-bottom: 6.5rem; }
  .hero { grid-template-columns: 1fr; padding-top: 6rem; min-height: 0; gap: 2.5rem; }
  .hero h1 { max-width: none; }
  .hero-media .core { aspect-ratio: 4 / 5; }
  .services, .areas, .about, .contact { padding: 4rem var(--pad); }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 10px; }
  .cell.tall, .cell.wide, .cell.text:not(.wide), .cell.media:not(.tall), .cell.cta { grid-column: span 1; grid-row: auto; }
  .cell.media .core { min-height: 240px; }
  .cell.text .core { padding: 1.5rem; }
  .contact { grid-template-columns: 1fr; }
  .marquee { padding: 1rem 0; }
}
@media (prefers-reduced-motion: reduce) {
  .track { animation: none; }
  .marquee { flex-wrap: wrap; }
  .track { flex-wrap: wrap; }
  .js .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .btn, .btn-icon, .hero-media img, .nav-call { transition: none; }
}
