/* =====================================================================
   Reflekt Mobile Detailing — Lake Mary, FL
   A self-contained demo landing page built by Citrustack.
   No build step, no framework. One stylesheet, one small script.
   ===================================================================== */

:root {
  /* Ink & surfaces (dark, glossy, automotive) */
  --bg:        #0a0b0e;
  --bg-2:      #0f1116;
  --surface:   #14171e;
  --surface-2: #1b1f28;
  --surface-3: #232833;
  --line:      rgba(255,255,255,.08);
  --line-2:    rgba(255,255,255,.14);

  /* Text */
  --text:  #eef1f6;
  --soft:  #c3cad6;
  --muted: #8b93a2;

  /* Brand — citrus amber + water cyan on graphite */
  --amber:   #f6a41c;
  --amber-2: #ffce6b;
  --cyan:    #35d2dd;
  --cyan-2:  #7ff0f6;
  --grad: linear-gradient(100deg, var(--amber) 0%, #ff8a3c 55%, var(--amber-2) 100%);
  --grad-cool: linear-gradient(120deg, var(--cyan) 0%, #38b6ff 100%);

  /* Shape & motion */
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 26px;
  --shadow: 0 24px 60px -22px rgba(0,0,0,.7);
  --shadow-sm: 0 12px 30px -16px rgba(0,0,0,.65);
  --ease: cubic-bezier(.22,.61,.36,1);

  --wrap: 1180px;
  --pad: clamp(20px, 5vw, 40px);

  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Sora", "Inter", system-ui, sans-serif;
}

/* ------------------------------------------------------------------ reset */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
strong { color: #fff; font-weight: 700; }
::selection { background: var(--amber); color: #171102; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--amber); color: #100b02; padding: 12px 18px; border-radius: 0 0 10px 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ------------------------------------------------------------------ shared */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 600; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--amber-2);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad); border-radius: 2px; }
.eyebrow--center { justify-content: center; }

.section { padding: clamp(64px, 9vw, 118px) 0; position: relative; }
.section--alt { background:
  radial-gradient(1200px 600px at 80% -10%, rgba(53,210,221,.06), transparent 60%),
  var(--bg-2); }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section h2 { font-size: clamp(2rem, 4.6vw, 3.15rem); }
.section .lede { font-size: clamp(1.05rem, 1.7vw, 1.24rem); color: var(--soft); }
.gradient-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cyan-text { color: var(--cyan-2); }

/* buttons */
.btn {
  --bg-btn: var(--grad);
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--display); font-weight: 650; font-size: 1rem; line-height: 1;
  padding: 16px 26px; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--grad); color: #1a1201;
  box-shadow: 0 14px 34px -12px rgba(246,164,28,.6);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), filter .3s;
  white-space: nowrap;
}
.btn svg { width: 15px; height: 15px; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -12px rgba(246,164,28,.72); filter: saturate(1.05); }
.btn:active { transform: translateY(-1px); }
.btn--ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--line-2); box-shadow: none;
}
.btn--ghost:hover { background: rgba(255,255,255,.05); box-shadow: none; border-color: rgba(255,255,255,.28); }
.btn--dark { background: #10131a; color: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow-sm); }
.btn--dark:hover { background: #161a23; box-shadow: var(--shadow-sm); }
.btn--block { width: 100%; justify-content: center; }
.btn--lg { padding: 19px 32px; font-size: 1.06rem; }

/* ------------------------------------------------------------------ header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,11,14,.72);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(10,11,14,.9); }
.headbar { display: flex; align-items: center; gap: 20px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 700; font-size: 1.18rem; letter-spacing: -.01em; }
.brand__mark {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  display: grid; place-items: center; background: var(--grad);
  box-shadow: 0 8px 20px -8px rgba(246,164,28,.7);
}
.brand__mark svg { width: 20px; height: 20px; }
.brand small { display: block; font-family: var(--font); font-weight: 500; font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a { padding: 9px 13px; border-radius: 9px; font-size: .95rem; color: var(--soft); font-weight: 500; transition: color .2s, background .2s; }
.nav a:hover { color: #fff; background: rgba(255,255,255,.05); }
.head-cta { display: flex; align-items: center; gap: 12px; margin-left: 8px; }
.head-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; }
.head-phone svg { width: 16px; height: 16px; color: var(--amber); }
.menu-toggle { display: none; }

/* ------------------------------------------------------------------ hero */
.hero { position: relative; min-height: min(92vh, 860px); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(10,11,14,.55) 0%, rgba(10,11,14,.15) 34%, rgba(10,11,14,.72) 78%, var(--bg) 100%),
    linear-gradient(90deg, rgba(10,11,14,.7) 0%, transparent 60%);
}
.hero__inner { width: 100%; max-width: var(--wrap); margin-inline: auto; padding: 0 var(--pad) clamp(48px, 8vw, 92px); }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid var(--line-2);
  padding: 8px 14px; border-radius: 999px; font-size: .8rem; font-weight: 600; color: var(--soft);
  backdrop-filter: blur(6px);
}
.pill svg { width: 14px; height: 14px; color: var(--amber-2); }
.hero h1 { font-size: clamp(2.5rem, 6.6vw, 4.7rem); max-width: 14ch; margin-bottom: 20px; }
.hero__sub { font-size: clamp(1.1rem, 2vw, 1.4rem); color: var(--soft); max-width: 52ch; margin-bottom: 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__note { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .92rem; }
.hero__note svg { width: 16px; height: 16px; color: var(--cyan); }

.hero__stats { display: flex; flex-wrap: wrap; gap: clamp(20px, 5vw, 54px); margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero__stat b { display: block; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.05rem); font-weight: 750; line-height: 1; }
.hero__stat span { font-size: .86rem; color: var(--muted); }

/* ------------------------------------------------------------------ marquee trust */
.logos { border-block: 1px solid var(--line); background: var(--bg-2); }
.logos .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px 34px; padding-block: 26px; }
.logos span { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 600; color: var(--muted); font-size: .95rem; letter-spacing: .01em; }
.logos svg { width: 18px; height: 18px; color: var(--amber); flex: none; }

/* ------------------------------------------------------------------ services */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc {
  position: relative; border-radius: var(--r); overflow: hidden;
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), border-color .3s;
}
.svc:hover { transform: translateY(-6px); border-color: var(--line-2); }
.svc__img { aspect-ratio: 4 / 3; overflow: hidden; }
.svc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.svc:hover .svc__img img { transform: scale(1.06); }
.svc__body { padding: 22px 22px 26px; }
.svc__body h3 { font-size: 1.28rem; margin-bottom: 8px; }
.svc__body p { color: var(--soft); font-size: .98rem; margin: 0; }
.svc__num { position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--display); font-weight: 700; font-size: .8rem; background: rgba(10,11,14,.72); border: 1px solid var(--line-2); color: var(--amber-2); padding: 6px 10px; border-radius: 8px; backdrop-filter: blur(6px); }

/* ------------------------------------------------------------------ before/after */
.ba-section .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.ba {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 3 / 2; user-select: none; touch-action: none;
  box-shadow: var(--shadow); border: 1px solid var(--line-2); cursor: ew-resize;
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba__after { z-index: 1; }
.ba__before { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba__tag { position: absolute; z-index: 3; bottom: 16px; font-family: var(--display); font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; padding: 7px 12px; border-radius: 8px; backdrop-filter: blur(6px); }
.ba__tag--before { left: 16px; background: rgba(10,11,14,.72); color: #fff; border: 1px solid var(--line-2); }
.ba__tag--after { right: 16px; background: rgba(246,164,28,.9); color: #1a1201; }
.ba__handle {
  position: absolute; z-index: 4; top: 0; bottom: 0; left: 50%; width: 3px; transform: translateX(-50%);
  background: linear-gradient(var(--amber), var(--cyan)); pointer-events: none;
}
.ba__grip {
  position: absolute; z-index: 5; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%; background: rgba(10,11,14,.82); border: 2px solid #fff;
  display: grid; place-items: center; box-shadow: 0 10px 24px -8px #000; pointer-events: none;
}
.ba__grip svg { width: 22px; height: 22px; color: #fff; }
.ba__range { position: absolute; inset: 0; z-index: 6; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.ba-copy h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.ba-copy ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.ba-copy li { display: flex; gap: 12px; color: var(--soft); }
.ba-copy li svg { width: 22px; height: 22px; color: var(--cyan); flex: none; margin-top: 2px; }

/* ------------------------------------------------------------------ feature split */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 66px); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); aspect-ratio: 4 / 3; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__badge {
  position: absolute; bottom: 18px; left: 18px; right: 18px;
  display: flex; align-items: center; gap: 14px;
  background: rgba(10,11,14,.72); backdrop-filter: blur(10px);
  border: 1px solid var(--line-2); border-radius: var(--r); padding: 14px 16px;
}
.split__badge b { font-family: var(--display); font-size: 1.5rem; display: block; line-height: 1; }
.split__badge span { color: var(--muted); font-size: .84rem; }
.split__badge .ico { width: 40px; height: 40px; border-radius: 10px; background: var(--grad-cool); display: grid; place-items: center; flex: none; }
.split__badge .ico svg { width: 20px; height: 20px; color: #06222a; }
.feature-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 18px; }
.feature-list li { display: flex; gap: 14px; }
.feature-list .fi { width: 42px; height: 42px; border-radius: 11px; flex: none; display: grid; place-items: center; background: var(--surface-2); border: 1px solid var(--line); }
.feature-list .fi svg { width: 20px; height: 20px; color: var(--amber-2); }
.feature-list b { display: block; font-family: var(--display); font-size: 1.04rem; margin-bottom: 2px; }
.feature-list p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ------------------------------------------------------------------ steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 22px; position: relative; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-weight: 750; font-size: 1.1rem;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.step h3 { font-size: 1.15rem; margin: 12px 0 8px; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }
.step__line { position: absolute; top: 40px; right: -10px; width: 20px; height: 2px; background: var(--line-2); }
.steps .step:last-child .step__line { display: none; }

/* ------------------------------------------------------------------ pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px 28px; position: relative; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), border-color .3s;
}
.price:hover { transform: translateY(-6px); }
.price--featured {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border-color: rgba(246,164,28,.5);
  box-shadow: 0 30px 70px -30px rgba(246,164,28,.35), var(--shadow);
}
.price__flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #1a1201; font-family: var(--display); font-weight: 700;
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; padding: 7px 15px; border-radius: 999px;
  box-shadow: 0 10px 22px -10px rgba(246,164,28,.7); white-space: nowrap;
}
.price__name { font-family: var(--display); font-weight: 700; font-size: 1.35rem; }
.price__tier { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.price__cost { display: flex; align-items: baseline; gap: 6px; margin: 20px 0 6px; }
.price__cost .amt { font-family: var(--display); font-weight: 750; font-size: 3rem; line-height: 1; letter-spacing: -.03em; }
.price__cost .cur { font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: var(--soft); }
.price__cost .per { color: var(--muted); font-size: .92rem; }
.price__from { color: var(--muted); font-size: .84rem; margin-bottom: 20px; }
.price__time { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--cyan-2); margin-bottom: 22px; }
.price__time svg { width: 15px; height: 15px; }
.price ul { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; }
.price li { display: flex; gap: 11px; font-size: .96rem; color: var(--soft); }
.price li svg { width: 19px; height: 19px; color: var(--amber); flex: none; margin-top: 2px; }
.price li.muted { color: var(--muted); }
.price li.muted svg { color: var(--muted); }
.price .btn { margin-top: auto; }
.pricing-foot { text-align: center; color: var(--muted); font-size: .92rem; margin-top: 30px; }

/* ------------------------------------------------------------------ gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery figure { margin: 0; border-radius: var(--r); overflow: hidden; position: relative; border: 1px solid var(--line); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery figure:hover img { transform: scale(1.07); }
.gallery .tall { grid-row: span 2; }
.gallery .wide { grid-column: span 2; }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px;
  font-size: .82rem; color: #fff; font-weight: 600;
  background: linear-gradient(transparent, rgba(10,11,14,.85)); opacity: 0; transition: opacity .3s;
}
.gallery figure:hover figcaption { opacity: 1; }

/* ------------------------------------------------------------------ testimonials */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; }
.quote .stars { display: flex; gap: 3px; margin-bottom: 14px; }
.quote .stars svg { width: 18px; height: 18px; color: var(--amber); }
.quote p { font-size: 1.03rem; color: var(--text); }
.quote figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.quote .av { width: 42px; height: 42px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-family: var(--display); font-weight: 700; color: #1a1201; flex: none; }
.quote b { display: block; font-size: .96rem; }
.quote span { color: var(--muted); font-size: .84rem; }

/* ------------------------------------------------------------------ FAQ */
.faq { display: grid; gap: 14px; max-width: 860px; margin-inline: auto; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; gap: 16px;
  font-family: var(--display); font-weight: 600; font-size: 1.08rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .q-ico { margin-left: auto; width: 26px; height: 26px; flex: none; display: grid; place-items: center; border-radius: 8px; background: var(--surface-2); transition: transform .3s, background .3s; }
.faq summary .q-ico svg { width: 15px; height: 15px; color: var(--amber-2); }
.faq details[open] summary .q-ico { transform: rotate(45deg); background: var(--amber); }
.faq details[open] summary .q-ico svg { color: #1a1201; }
.faq .a { padding: 0 24px 22px; color: var(--soft); }
.faq .a p { margin: 0; }

/* ------------------------------------------------------------------ CTA band */
.cta {
  position: relative; overflow: hidden; border-radius: clamp(20px, 4vw, 34px);
  padding: clamp(44px, 7vw, 84px) var(--pad); text-align: center; isolation: isolate;
  border: 1px solid rgba(246,164,28,.3);
  background:
    radial-gradient(900px 500px at 15% 0%, rgba(246,164,28,.18), transparent 60%),
    radial-gradient(900px 500px at 85% 100%, rgba(53,210,221,.16), transparent 60%),
    var(--surface);
}
.cta h2 { font-size: clamp(2rem, 5vw, 3.3rem); max-width: 18ch; margin-inline: auto; }
.cta p { color: var(--soft); font-size: 1.14rem; max-width: 54ch; margin-inline: auto 0; margin: 0 auto 30px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta__contact { display: flex; flex-wrap: wrap; gap: 12px 30px; justify-content: center; margin-top: 30px; color: var(--soft); }
.cta__contact a { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.cta__contact svg { width: 17px; height: 17px; color: var(--amber); }

/* ------------------------------------------------------------------ footer */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 60px 0 34px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px; margin-bottom: 40px; }
.foot-brand p { color: var(--muted); font-size: .95rem; max-width: 34ch; margin-top: 16px; }
.foot-col h4 { font-family: var(--display); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.foot-col a, .foot-col p { display: block; color: var(--soft); font-size: .96rem; margin-bottom: 10px; }
.foot-col a:hover { color: #fff; }
.foot-bottom { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; justify-content: space-between; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.foot-bottom a { color: var(--soft); }
.credit { display: inline-flex; align-items: center; gap: 8px; }
.credit b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ------------------------------------------------------------------ reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 960px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .price--featured { order: -1; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .ba-section .wrap { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav, .head-phone { display: none; }
  .menu-toggle {
    display: inline-grid; place-items: center; margin-left: auto;
    width: 44px; height: 44px; border-radius: 11px; background: var(--surface-2);
    border: 1px solid var(--line-2); color: #fff; cursor: pointer;
  }
  .menu-toggle svg { width: 22px; height: 22px; }
  .mobile-nav { display: none; }
  .mobile-nav.open { display: block; border-top: 1px solid var(--line); background: var(--bg-2); }
  .mobile-nav a { display: block; padding: 15px var(--pad); border-bottom: 1px solid var(--line); font-weight: 500; }
  .mobile-nav .btn { margin: 16px var(--pad); }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .svc-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery .wide { grid-column: span 1; }
  .gallery .tall { grid-row: span 1; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { flex: 1 1 auto; justify-content: center; }
}
