/* =========================================================
   HIGHLINE MOTORWERKS — Modern Luxury Theme
   Reusable design system. Each block maps to a WP partial.
   ========================================================= */

:root {
  --bg:        #0B0B0C;
  --bg-soft:   #111114;
  --surface:   #17171A;
  --surface-2: #1F1F23;
  --line:      rgba(244,239,230,0.08);
  --line-2:    rgba(244,239,230,0.16);
  --ivory:     #F4EFE6;
  --ivory-dim: #D9D2C4;
  --muted:     #8A8680;
  --muted-2:   #5E5B56;
  --accent:    #B8341B;          /* oxblood crimson */
  --accent-2:  #E24A2C;
  --gold:      #C9A35B;
  --ease:      cubic-bezier(.2,.7,.1,1);
  --radius:    2px;
  --maxw:      1280px;
  --gutter:    clamp(20px, 4vw, 56px);
  --display:   "Poppins", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --sans:      "Poppins", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --mono:      "JetBrains Mono", ui-monospace, "SF Mono", monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }
a:hover { color: var(--accent-2); }

/* Typography ------------------------------------------------ */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: -0.03em; line-height: 1.05; }
.display    { font-size: clamp(2.4rem, 6.4vw, 6rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1; }
.display i  { font-style: normal; color: var(--ivory-dim); font-weight: 300; letter-spacing: -0.03em; }
h2.section-title { font-size: clamp(1.9rem, 4.2vw, 3.6rem); font-weight: 500; letter-spacing: -0.035em; }
h3 { font-weight: 500; letter-spacing: -0.02em; }

/* Hyphenation — applied only when text actually wraps */
h1, h2, h3, h4, p, blockquote, li {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphenate-limit-chars: 8 4 4;
  hyphenate-limit-lines: 2;
  overflow-wrap: break-word;
  word-break: normal;
}
/* Prevent short-word hyphenation in display-sized heads */
.display, h2.section-title, .page-banner h1 { hyphenate-limit-chars: 10 5 4; }
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .32em;
  color: var(--accent-2);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--accent-2);
}
p.lead { font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--ivory-dim); line-height: 1.55; font-weight: 300; max-width: 60ch; }
p { color: var(--ivory-dim); }
.mono { font-family: var(--mono); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); font-weight: 400; }

/* Layout ---------------------------------------------------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: clamp(80px, 10vw, 160px) 0; position: relative; }
.grid { display: grid; gap: clamp(24px, 3vw, 48px); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }

/* Buttons --------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 32px;
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid var(--ivory); color: var(--ivory);
  background: transparent; cursor: pointer;
  position: relative; overflow: hidden;
  transition: color .5s var(--ease), border-color .5s var(--ease);
}
.btn::before {
  content: ""; position: absolute; inset: 0;
  background: var(--ivory);
  transform: translateY(101%);
  transition: transform .5s var(--ease);
  z-index: -1;
}
.btn:hover { color: var(--bg); border-color: var(--ivory); }
.btn:hover::before { transform: translateY(0); }
.btn .arrow { transition: transform .4s var(--ease); }
.btn:hover .arrow { transform: translateX(6px); }
.btn-accent { border-color: var(--accent); color: var(--ivory); }
.btn-accent::before { background: var(--accent); }
.btn-accent:hover { color: var(--ivory); border-color: var(--accent); }

/* Header / Nav ---------------------------------------------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 24px var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  transition: background .4s var(--ease), padding .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0);
}
.site-header.scrolled {
  background: rgba(11,11,12,0.82);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  padding: 16px var(--gutter);
}
.brand {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--display); font-size: 17px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ivory);
}
.brand img.brand-logo { height: 88px; width: auto; display: block; }
.site-header.scrolled .brand img.brand-logo { height: 70px; }
.site-footer .brand img.brand-logo { height: 55px; }
.nav { display: flex; align-items: center; gap: 40px; }
.nav a {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ivory-dim); position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 100%; height: 1px; background: var(--accent-2);
  transform: scaleX(0); transform-origin: right;
  transition: transform .4s var(--ease);
}
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); transform-origin: left; }
.nav .has-submenu { position: relative; }
.submenu {
  position: absolute; top: calc(100% + 18px); left: -20px;
  min-width: 260px;
  background: rgba(17,17,20,0.96);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  padding: 16px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
}
.has-submenu:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a {
  display: block; padding: 10px 12px;
  font-size: 13px; letter-spacing: .04em; text-transform: none;
  color: var(--ivory-dim);
  border-left: 1px solid transparent;
}
.submenu a:hover { color: var(--ivory); background: rgba(244,239,230,.04); border-left-color: var(--accent); }
.nav-cta {
  padding: 12px 22px; border: 1px solid var(--ivory); color: var(--ivory);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  transition: all .4s var(--ease);
}
.nav-cta:hover { background: var(--accent); border-color: var(--accent); color: var(--ivory); }

.menu-toggle {
  display: none; width: 40px; height: 40px;
  background: transparent; border: 1px solid var(--line-2);
  cursor: pointer; position: relative;
}
.menu-toggle span {
  position: absolute; left: 10px; right: 10px; height: 1px;
  background: var(--ivory); transition: all .4s var(--ease);
}
.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 19px; }
.menu-toggle span:nth-child(3) { top: 24px; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav { display: none; }
  .menu-toggle { display: block; }
  /* Header logo sized for mobile + tighter CTA/eyebrow so "Book Service" stays on one line and
     the hero eyebrow doesn't wrap awkwardly on narrow phones. Tested down to a 375px-wide
     screen (iPhone SE) with ~35-40px of slack to spare in the header row, so there's room to
     size the logo up further later if needed without touching the CTA button. */
  .brand img.brand-logo { height: 52px; }
  .site-header.scrolled .brand img.brand-logo { height: 42px; }
  .nav-cta {
    padding: 10px 16px;
    font-size: 10px;
    letter-spacing: .16em;
    white-space: nowrap;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: .14em;
    white-space: nowrap;
    gap: 8px;
  }
  .eyebrow::before { width: 16px; }
  .mobile-nav {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    height: 100vh; height: 100dvh; /* dvh accounts for mobile browser toolbars so the panel always matches the real visible viewport */
    z-index: 90;
    background: var(--bg); padding: 120px var(--gutter) 40px;
    transform: translateY(-100%); transition: transform .45s var(--ease), opacity .45s var(--ease);
    opacity: 0;
    display: flex; flex-direction: column; gap: 8px;
    overflow-y: auto; -webkit-overflow-scrolling: touch; /* the flattened nav (top-level + service submenu) can be taller than short screens — scroll it instead of letting it spill past the panel and expose the page underneath */
    scroll-padding-top: 120px; /* keep scrolled links from tucking under the fixed header */
  }
  .menu-open .mobile-nav { transform: translateY(0); opacity: 1; }
  .mobile-nav a {
    padding: 20px 0; font-family: var(--display); font-size: 2rem;
    border-bottom: 1px solid var(--line);
    flex-shrink: 0;
  }
}
@media (min-width: 981px) { .mobile-nav { display: none; } }

/* Hero ------------------------------------------------------ */
.hero {
  min-height: 100vh; display: flex; align-items: flex-end;
  padding: 160px var(--gutter) 80px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background: #050507;
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center right;
  opacity: .55; filter: saturate(.85) contrast(1.1);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 60%, rgba(184,52,27,0.22), transparent 55%),
    linear-gradient(90deg, rgba(5,5,7,.95) 0%, rgba(5,5,7,.5) 45%, rgba(5,5,7,.15) 100%),
    linear-gradient(180deg, rgba(5,5,7,.3) 0%, rgba(5,5,7,.85) 100%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -1; opacity: .35;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
}
.hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; width: 100%; }
.hero-meta {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 40px; flex-wrap: wrap;
  padding-top: clamp(40px, 8vw, 120px);
}
.hero h1 { max-width: 20ch; }
.hero .lead { margin-top: 32px; }
.hero-actions { display: flex; gap: 16px; margin-top: 48px; flex-wrap: wrap; }
.hero-side {
  display: flex; flex-direction: column; gap: 20px;
  min-width: 240px; text-align: right;
}
.hero-stat { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.hero-stat .num { font-family: var(--display); font-size: 3.2rem; color: var(--ivory); }
.hero-stat .lbl { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }

/* Marquee / Brands ------------------------------------------ */
.marquee {
  overflow: hidden; padding: 40px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.marquee-track {
  display: flex; gap: 80px; width: max-content;
  animation: scroll 40s linear infinite;
}
.marquee-item {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: var(--ivory-dim); opacity: .5;
  white-space: nowrap;
  transition: opacity .4s;
}
.marquee-item:hover { opacity: 1; color: var(--accent-2); }
.marquee-item .dot { color: var(--accent); margin: 0 32px; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* Service Card ---------------------------------------------- */
.service-card {
  position: relative;
  padding: 40px 32px;
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
  transition: border-color .5s var(--ease), transform .6s var(--ease);
  display: flex; flex-direction: column; gap: 20px;
  min-height: 340px;
}
.service-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(184,52,27,.14), transparent 55%);
  opacity: 0; transition: opacity .6s var(--ease);
}
.service-card:hover { border-color: var(--line-2); transform: translateY(-4px); }
.service-card:hover::before { opacity: 1; }
.service-card .num { font-family: var(--display); font-size: .95rem; color: var(--muted); letter-spacing: .1em; }
.service-card h3 { font-size: 1.7rem; letter-spacing: -0.01em; }
.service-card p { font-size: .95rem; color: var(--muted); }
.service-card .arrow-link {
  margin-top: auto; display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ivory);
}
.service-card .arrow-link svg { transition: transform .4s var(--ease); }
.service-card:hover .arrow-link svg { transform: translateX(8px); }

/* Icon (SVG) ------------------------------------------------ */
.icon-circle {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1px solid var(--line-2);
  display: grid; place-items: center;
  color: var(--accent-2);
}
.icon-circle svg { width: 24px; height: 24px; stroke-width: 1.2; }

/* Split Feature --------------------------------------------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.split .visual {
  aspect-ratio: 4/5;
  background: #0B0B0C;
  border: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.split .visual img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
  filter: saturate(.9) contrast(1.05);
}
.split .visual:hover img { transform: scale(1.04); }
.split .visual::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(11,11,12,.1) 30%, rgba(11,11,12,.85) 100%);
}
.split .visual::after {
  content: ""; position: absolute; inset: 20px;
  border: 1px solid var(--line-2);
  pointer-events: none;
}
.split .visual .badge {
  position: absolute; bottom: 40px; left: 40px; z-index: 2;
  font-family: var(--display); font-size: 4rem; font-weight: 500; letter-spacing: -0.04em;
  color: var(--ivory); line-height: 1;
}
.split .visual .badge small {
  display: block; font-family: var(--sans); font-size: 10px;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
  margin-top: 8px;
}

/* Credentials row ------------------------------------------- */
.creds {
  display: flex; flex-wrap: wrap; gap: 40px 64px;
  padding: 48px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  align-items: center; justify-content: center;
}
.cred-badge {
  height: 64px; width: auto; max-width: 160px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(.7);
  transition: filter .4s var(--ease), transform .4s var(--ease);
}
.cred-badge:hover { filter: brightness(0) invert(1) opacity(1); transform: scale(1.05); }
.cred {
  font-family: var(--display); font-size: 1.1rem; font-weight: 500;
  color: var(--ivory-dim); letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 14px;
}
.cred .mono { color: var(--muted-2); }

/* Testimonial ----------------------------------------------- */
.testimonial {
  max-width: 900px; margin: 0 auto; text-align: center;
  position: relative;
}
.testimonial blockquote {
  font-family: var(--display); font-style: italic; font-weight: 300;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.3; color: var(--ivory);
  letter-spacing: -0.01em;
}
.testimonial cite {
  display: block; margin-top: 32px;
  font-style: normal; font-size: 11px;
  letter-spacing: .25em; text-transform: uppercase; color: var(--muted);
}
.testimonial::before, .testimonial::after {
  content: ""; display: block; width: 40px; height: 1px;
  background: var(--accent); margin: 0 auto 32px;
}
.testimonial::after { margin: 32px auto 0; }

/* FAQ ------------------------------------------------------- */
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
  cursor: pointer;
}
.faq-q {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 24px;
  font-family: var(--display); font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  color: var(--ivory); letter-spacing: -0.01em;
  transition: color .3s;
}
.faq-item:hover .faq-q { color: var(--accent-2); }
.faq-q .plus {
  flex-shrink: 0; width: 32px; height: 32px; position: relative;
  border: 1px solid var(--line-2); border-radius: 50%;
}
.faq-q .plus::before, .faq-q .plus::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 1px; background: var(--ivory);
  transform: translate(-50%, -50%);
  transition: transform .4s var(--ease);
}
.faq-q .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-q .plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .5s var(--ease), padding-top .5s var(--ease);
  color: var(--ivory-dim);
}
.faq-item.open .faq-a { max-height: 400px; padding-top: 20px; }

/* Contact / Form -------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }
.form-row { margin-bottom: 24px; }
.form-row label {
  display: block; font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ivory-dim); margin-bottom: 10px;
}
.form-row input, .form-row textarea {
  width: 100%; padding: 14px 0;
  background: transparent; border: none; border-bottom: 1px solid var(--line-2);
  color: var(--ivory); font-family: var(--sans); font-size: 16px;
  transition: border-color .4s var(--ease);
}
.form-row input:focus, .form-row textarea:focus {
  outline: none; border-bottom-color: var(--accent);
}
.form-row textarea { min-height: 120px; resize: vertical; }

.info-block { margin-bottom: 40px; }
.info-block h4 {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase; color: var(--accent-2);
  margin-bottom: 12px;
}
.info-block p { color: var(--ivory); font-size: 1.05rem; }

/* CTA Band -------------------------------------------------- */
.cta-band {
  padding: clamp(60px, 8vw, 120px) var(--gutter);
  text-align: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse at center, rgba(184,52,27,0.2), transparent 60%),
    var(--bg);
}
.cta-band h2 { max-width: 18ch; margin: 0 auto; }
.cta-band .btn { margin-top: 48px; }

/* Footer ---------------------------------------------------- */
.site-footer {
  background: #070708;
  border-top: 1px solid var(--line);
  padding: 80px var(--gutter) 32px;
}
.footer-grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px; padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-col h5 {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px;
}
.footer-col a, .footer-col p { display: block; color: var(--ivory-dim); font-size: .95rem; padding: 6px 0; }
.footer-col a:hover { color: var(--accent-2); }
.footer-bottom {
  max-width: var(--maxw); margin: 32px auto 0;
  display: flex; justify-content: space-between; font-size: 11px;
  color: var(--muted); letter-spacing: .1em; flex-wrap: wrap; gap: 16px;
}

.footer-wordmark {
  font-family: var(--display);
  font-size: clamp(4rem, 18vw, 16rem);
  letter-spacing: -0.04em;
  line-height: .85;
  color: transparent;
  -webkit-text-stroke: 1px var(--line-2);
  text-align: center;
  padding: 40px var(--gutter) 20px;
  user-select: none;
  overflow: hidden;
}

/* Reveal animations ----------------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

.split-chars .word { display: inline-block; white-space: nowrap; }
.split-chars .char { display: inline-block; opacity: 0; transform: translateY(40%); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.split-chars.in .char { opacity: 1; transform: none; }

/* Page banner (interior pages) ------------------------------ */
.page-banner {
  padding: 220px var(--gutter) 100px;
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
  background: #050507;
}
.page-banner .bg-img {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  opacity: .35; filter: saturate(.8) contrast(1.1);
}
.page-banner::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(184,52,27,.18), transparent 55%),
    linear-gradient(90deg, rgba(5,5,7,.95) 0%, rgba(5,5,7,.6) 60%, rgba(5,5,7,.2) 100%);
}
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { font-size: clamp(2.2rem, 5.2vw, 4.6rem); max-width: 18ch; letter-spacing: -0.035em; line-height: 1.02; }
.page-banner p.lead { margin-top: 28px; }
.crumbs { display: flex; gap: 12px; margin-bottom: 32px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.crumbs a:hover { color: var(--accent-2); }
.crumbs .sep { color: var(--muted-2); }

/* Utility --------------------------------------------------- */
.center { text-align: center; }
.mt-sm { margin-top: 16px; } .mt-md { margin-top: 32px; } .mt-lg { margin-top: 64px; }
.divider { height: 1px; background: var(--line); margin: 80px 0; }

/* Cursor -------------------------------------------------- */
.cursor-ring {
  position: fixed; top: 0; left: 0; width: 32px; height: 32px;
  border: 1px solid var(--accent);
  border-radius: 50%; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width .3s var(--ease), height .3s var(--ease), background .3s;
  mix-blend-mode: difference;
}
.cursor-ring.hover { width: 60px; height: 60px; background: rgba(184,52,27,.2); }
@media (hover: none) { .cursor-ring { display: none; } }
