/* =========================================================
   Helmut Strobl Dachdeckerei und Spenglerei — München
   Industriell-seriöses Handwerk-Design · Navy + Gold
   ========================================================= */

:root {
  --navy:       #20335f;
  --navy-deep:  #16234a;
  --navy-900:   #101a36;
  --gold:       #ffd103;
  --gold-deep:  #e8b600;
  --roof:       #ab3528;
  --ink:        #181a1f;
  --paper:      #f3efe7;
  --paper-2:    #e9e3d6;
  --line:       #d8d1c2;
  --white:      #ffffff;
  --muted:      #5d6373;

  --maxw: 1180px;
  --r: 4px;
  --shadow-s: 0 2px 8px rgba(16, 26, 54, .08);
  --shadow-m: 0 14px 40px -12px rgba(16, 26, 54, .28);
  --shadow-l: 0 30px 70px -20px rgba(16, 26, 54, .45);

  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.62;
  font-size: 1.0625rem;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

/* ---------- Typo helpers ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .82rem;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 3px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow.on-dark { color: var(--gold); }

h2.display { font-size: clamp(2.1rem, 6vw, 3.5rem); color: var(--navy); margin: .35rem 0 1rem; }
.section-lead { max-width: 620px; color: var(--muted); font-size: 1.08rem; }

section { position: relative; }
.pad { padding-block: clamp(64px, 9vw, 116px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 1.05rem;
  padding: .85rem 1.5rem;
  border-radius: var(--r);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 1.15em; height: 1.15em; }
.btn-gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 8px 22px -8px rgba(255,209,3,.7); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(255,209,3,.85); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { transform: translateY(-2px); background: var(--navy-deep); }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-outline { border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }

/* =========================================================
   HEADER
   ========================================================= */
.topbar {
  background: var(--navy-deep);
  color: rgba(255,255,255,.8);
  font-size: .86rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; }
.topbar a { color: rgba(255,255,255,.85); transition: color .15s; }
.topbar a:hover { color: var(--gold); }
.topbar .tb-left { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.topbar .tb-left span { display: inline-flex; align-items: center; gap: .4rem; }
.topbar .tb-right { display: flex; gap: 1.1rem; }
.topbar .ic { color: var(--gold); display: inline-flex; }
.topbar .ic svg { width: 15px; height: 15px; }
@media (max-width: 820px){ .topbar .tb-left span.hide-sm { display: none; } }

header.site {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s;
}
header.site.scrolled { box-shadow: var(--shadow-s); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand img { height: 46px; width: auto; }
.nav-links { display: flex; gap: .3rem; align-items: center; }
.nav-links a {
  font-weight: 600; font-size: .98rem; color: var(--navy);
  padding: .5rem .72rem; border-radius: var(--r);
  position: relative; transition: color .15s;
}
.nav-links a::after {
  content:""; position:absolute; left:.72rem; right:.72rem; bottom:.3rem; height:2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: .7rem; }
.nav-phone {
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
  color: var(--navy); display: inline-flex; align-items: center; gap: .45rem; letter-spacing: .01em;
}
.nav-phone svg { width: 20px; height: 20px; color: var(--gold-deep); }

.burger { display: none; background: var(--navy); border: 0; width: 46px; height: 46px; border-radius: var(--r); cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px auto; transition: .25s; }

@media (max-width: 980px){
  .nav-links, .nav-phone { display: none; }
  .burger { display: block; }
}

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px);
  background: var(--navy-deep); color:#fff; z-index: 80;
  transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  padding: 90px 30px 30px; display: flex; flex-direction: column; gap: .4rem;
  box-shadow: var(--shadow-l);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { padding: .85rem .2rem; font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 1.4rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mm-call { margin-top: 1.2rem; }
.menu-overlay { position: fixed; inset: 0; background: rgba(16,26,54,.5); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 70; }
.menu-overlay.open { opacity: 1; pointer-events: auto; }
.mm-close { position: absolute; top: 22px; right: 24px; background: none; border: 0; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; color: #fff; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(16,26,54,.55) 0%, rgba(16,26,54,.40) 35%, rgba(16,26,54,.86) 100%),
    linear-gradient(95deg, rgba(16,26,54,.80) 0%, rgba(16,26,54,.10) 65%);
}
.hero-inner { padding-block: clamp(70px, 12vw, 150px) clamp(56px, 8vw, 96px); position: relative; }
.hero h1 {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.7rem, 8.4vw, 5.6rem); line-height: .9; letter-spacing: -.015em;
  max-width: 17ch; text-shadow: 0 4px 30px rgba(0,0,0,.35);
}
.hero h1 .gold { color: var(--gold); }
.hero p.sub { max-width: 50ch; margin-top: 1.4rem; font-size: 1.18rem; color: rgba(255,255,255,.92); text-shadow: 0 2px 10px rgba(0,0,0,.4); }
.hero-cta { display: flex; gap: .9rem; margin-top: 2rem; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 1.7rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: .6rem; font-weight: 600; font-size: .96rem; }
.hero-badge svg { width: 22px; height: 22px; color: var(--gold); flex: none; }

.hero-stamp {
  position: absolute; right: clamp(8px, 4vw, 60px); top: clamp(24px, 6vw, 70px);
  width: clamp(92px, 14vw, 150px); height: auto; z-index: 2; filter: drop-shadow(0 8px 20px rgba(0,0,0,.35));
}
@media (max-width: 720px){ .hero-stamp { width: 86px; right: 14px; top: 16px; opacity: .96; } }

/* animated entrance */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.hero .reveal:nth-child(1){ transition-delay:.05s }
.hero h1.reveal { transition-delay:.1s }
.hero p.reveal { transition-delay:.22s }
.hero-cta.reveal { transition-delay:.34s }
.hero-badges.reveal { transition-delay:.46s }

/* =========================================================
   QUICK SERVICE STRIP
   ========================================================= */
.stat-strip { background: var(--navy); color: #fff; }
.stat-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.stat {
  background: var(--navy); padding: 1.7rem 1.2rem; text-align: center;
}
.stat .num { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: var(--gold); line-height: 1; }
.stat .lbl { font-size: .92rem; color: rgba(255,255,255,.82); margin-top: .35rem; }
@media (max-width: 720px){ .stat-strip .wrap { grid-template-columns: repeat(2,1fr); } }

/* =========================================================
   LEISTUNGEN
   ========================================================= */
.services { background:
  radial-gradient(1100px 500px at 100% -10%, rgba(32,51,95,.06), transparent 60%),
  var(--paper); }
.svc-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 900px){ .svc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .svc-grid { grid-template-columns: 1fr; } }

.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 2rem 1.7rem; position: relative; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
}
.svc-card::before {
  content:""; position:absolute; left:0; top:0; height:100%; width:4px; background: var(--gold);
  transform: scaleY(0); transform-origin: top; transition: transform .25s;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); border-color: transparent; }
.svc-card:hover::before { transform: scaleY(1); }
.svc-ico {
  width: 56px; height: 56px; border-radius: 10px;
  background: linear-gradient(150deg, var(--navy), var(--navy-deep));
  display: grid; place-items: center; color: var(--gold); margin-bottom: 1.1rem;
}
.svc-ico svg { width: 28px; height: 28px; }
.svc-card h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 1.5rem; color: var(--navy); letter-spacing: .005em; }
.svc-card p { color: var(--muted); margin-top: .5rem; font-size: 1rem; }
.svc-tag { position: absolute; top: 1.3rem; right: 1.3rem; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--gold); color: var(--navy-deep); padding: .25rem .55rem; border-radius: 100px; }

/* =========================================================
   USP / DARUM STROBL  (dark)
   ========================================================= */
.usp { background: var(--navy-deep); color: #fff; overflow: hidden; }
.usp::before {
  content:""; position:absolute; inset:0; opacity:.5; z-index:0;
  background:
    radial-gradient(700px 400px at 12% 0%, rgba(255,209,3,.10), transparent 60%),
    radial-gradient(800px 500px at 100% 100%, rgba(255,209,3,.06), transparent 60%);
}
.usp .wrap { position: relative; z-index: 1; }
.usp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 900px){ .usp-grid { grid-template-columns: 1fr; } }
.usp h2 { color: #fff; }
.usp .section-lead { color: rgba(255,255,255,.78); }
.usp-list { list-style: none; display: grid; gap: 1rem; margin-top: 1.8rem; }
.usp-list li { display: flex; gap: .9rem; align-items: flex-start; font-size: 1.06rem; }
.usp-check {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--gold); color: var(--navy-deep); display: grid; place-items: center; margin-top: 1px;
}
.usp-check svg { width: 17px; height: 17px; }
.usp-list li b { color: #fff; }
.usp-list li span.t { color: rgba(255,255,255,.82); }

.crane-card {
  background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 2.2rem;
  backdrop-filter: blur(4px);
}
.crane-card .eyebrow { color: var(--gold); }
.crane-card h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 2rem; color:#fff; margin:.4rem 0 .8rem; line-height: 1; }
.crane-card p { color: rgba(255,255,255,.82); font-size: 1.02rem; }
.crane-stats { display: flex; gap: 1.8rem; margin-top: 1.6rem; flex-wrap: wrap; }
.crane-stats div { }
.crane-stats .n { font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; color: var(--gold); line-height: 1; }
.crane-stats .l { font-size: .85rem; color: rgba(255,255,255,.75); }

/* =========================================================
   REFERENZEN
   ========================================================= */
.refs { background: var(--paper); }
.ref-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-auto-rows: 1fr; gap: 1.1rem; margin-top: 2.6rem; }
.ref-grid { grid-template-rows: 280px 280px; }
.ref { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-s); }
.ref img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ref:hover img { transform: scale(1.06); }
.ref::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(16,26,54,.82) 0%, rgba(16,26,54,0) 55%); }
.ref-cap { position: absolute; left: 1.2rem; bottom: 1.1rem; right: 1.2rem; z-index: 2; color:#fff; }
.ref-cap .k { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: .76rem; letter-spacing: .12em; color: var(--gold); }
.ref-cap h4 { font-size: 1.18rem; font-weight: 700; line-height: 1.2; margin-top: .2rem; }
.ref.big { grid-row: span 2; }
@media (max-width: 820px){
  .ref-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px 220px; }
  .ref.big { grid-row: span 2; grid-column: span 2; }
}
@media (max-width: 520px){
  .ref-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 220px; }
  .ref.big, .ref { grid-row: auto; grid-column: auto; }
}

/* =========================================================
   ABLAUF
   ========================================================= */
.flow { background: var(--paper-2); }
.flow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 2.8rem; counter-reset: step; }
@media (max-width: 880px){ .flow-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .flow-grid { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 1rem; }
.step .no {
  font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; color: var(--navy);
  line-height: 1; opacity: .16;
}
.step h4 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.35rem; color: var(--navy); margin: .2rem 0 .5rem; }
.step p { color: var(--muted); font-size: .98rem; }
.step::before { /* connecting line */
  content:""; position:absolute; top: 1.9rem; left: -.6rem; width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
}

/* =========================================================
   NOTDIENST
   ========================================================= */
.emergency { background: var(--navy); color: #fff; }
.emergency .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.emergency .pulse {
  flex: none; width: 70px; height: 70px; border-radius: 50%; background: var(--roof); display: grid; place-items: center; color:#fff;
  box-shadow: 0 0 0 0 rgba(171,53,40,.55); animation: pulse 2.2s infinite;
}
.emergency .pulse svg { width: 34px; height: 34px; }
@keyframes pulse { 0%{ box-shadow: 0 0 0 0 rgba(171,53,40,.55);} 70%{ box-shadow: 0 0 0 22px rgba(171,53,40,0);} 100%{ box-shadow:0 0 0 0 rgba(171,53,40,0);} }
.emergency .etxt { flex: 1 1 320px; }
.emergency h3 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(1.6rem,4vw,2.3rem); line-height: 1; }
.emergency p { color: rgba(255,255,255,.82); margin-top: .5rem; max-width: 52ch; }

/* =========================================================
   TESTIMONIAL
   ========================================================= */
.testi { background: var(--paper); }
.testi-card {
  max-width: 880px; margin-inline: auto; text-align: center; position: relative;
}
.testi .quote-mark { font-family: var(--font-display); font-size: 7rem; color: var(--gold); line-height: .6; height: 3rem; }
.testi blockquote { font-size: clamp(1.15rem, 2.6vw, 1.55rem); line-height: 1.5; color: var(--navy); font-weight: 500; }
.testi .stars { color: var(--gold); font-size: 1.3rem; letter-spacing: .15em; margin: 1.4rem 0 .6rem; }
.testi .who { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; letter-spacing: .08em; color: var(--muted); }

/* =========================================================
   EINZUGSGEBIET
   ========================================================= */
.area { background: var(--paper-2); }
.area-grid { display:grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem,5vw,4rem); align-items:center; }
@media (max-width: 820px){ .area-grid { grid-template-columns: 1fr; } }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.chip { background:#fff; border:1px solid var(--line); border-radius: 100px; padding: .45rem .95rem; font-size: .95rem; font-weight: 600; color: var(--navy); }
.chip.lead { background: var(--navy); color:#fff; border-color: var(--navy); }

/* =========================================================
   KONTAKT
   ========================================================= */
.contact { background: var(--navy-deep); color:#fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); }
@media (max-width: 880px){ .contact-grid { grid-template-columns: 1fr; } }
.contact h2 { color:#fff; }
.contact .lead { color: rgba(255,255,255,.8); max-width: 46ch; }
.contact-list { list-style:none; margin-top: 2rem; display: grid; gap: 1.3rem; }
.contact-list li { display:flex; gap: 1rem; align-items: flex-start; }
.ci { flex:none; width:46px; height:46px; border-radius:10px; background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); display:grid; place-items:center; color: var(--gold); }
.ci svg { width:20px; height:20px; }
.contact-list .k { font-size: .8rem; text-transform: uppercase; letter-spacing:.1em; color: rgba(255,255,255,.6); }
.contact-list .v { font-size: 1.12rem; font-weight: 600; }
.contact-list .v a:hover { color: var(--gold); }
.contact-actions { display:flex; gap:.8rem; margin-top: 2rem; flex-wrap: wrap; }

.contact-card {
  background:#fff; color: var(--ink); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-l);
}
.contact-card .person { display:flex; align-items:center; gap: 1rem; padding: 1.6rem 1.6rem 1rem; }
.contact-card .person img { width: 84px; height: auto; }
.contact-card .person .pn { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 1.3rem; color: var(--navy); line-height: 1; }
.contact-card .person .pr { color: var(--muted); font-size: .92rem; }
.hours { padding: 0 1.6rem 1.4rem; }
.hours h4 { font-family: var(--font-display); text-transform: uppercase; color: var(--navy); font-size: 1.15rem; margin-bottom: .6rem; display:flex; align-items:center; gap:.5rem; }
.hours h4 svg { width:18px; height:18px; color: var(--gold-deep); }
.hours-row { display:flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px dashed var(--line); font-size: 1rem; }
.hours-row:last-child { border-bottom: 0; }
.hours-row b { color: var(--navy); }
.map-link { display:block; }
.map-link img { width:100%; height: 160px; object-fit: cover; }
.map-bar { background: var(--gold); color: var(--navy-deep); text-align:center; padding:.8rem; font-family: var(--font-display); text-transform: uppercase; font-weight:700; letter-spacing:.04em; }

/* =========================================================
   FOOTER
   ========================================================= */
footer.site { background: var(--navy-900); color: rgba(255,255,255,.72); padding-top: 64px; }
.foot-grid { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 48px; }
@media (max-width: 880px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.4rem; } }
@media (max-width: 480px){ .foot-grid { grid-template-columns: 1fr; } }
.foot-brand img { height: 54px; margin-bottom: 1rem; filter: brightness(0) invert(1); opacity:.95; }
.foot-brand p { font-size: .96rem; max-width: 34ch; }
footer.site h4 { color:#fff; font-family: var(--font-display); text-transform: uppercase; font-size: 1.1rem; letter-spacing:.05em; margin-bottom: 1rem; }
footer.site ul { list-style:none; display:grid; gap:.5rem; }
footer.site a:hover { color: var(--gold); }
.foot-badges { display:flex; gap:.6rem; flex-wrap:wrap; margin-top:1rem; }
.foot-badge { font-size:.74rem; border:1px solid rgba(255,255,255,.2); border-radius:4px; padding:.35rem .55rem; color: rgba(255,255,255,.8); }
.foot-bottom { border-top:1px solid rgba(255,255,255,.1); padding: 22px 0; display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; font-size:.86rem; }
.foot-bottom a:hover { color: var(--gold); }

/* =========================================================
   MOBILE CALL BAR
   ========================================================= */
.callbar {
  position: fixed; left:0; right:0; bottom:0; z-index: 55; display:none;
  background: var(--navy-deep); border-top: 2px solid var(--gold);
  grid-template-columns: 1fr 1fr;
}
.callbar a { padding: .95rem; text-align:center; font-family: var(--font-display); text-transform: uppercase; font-weight:700; color:#fff; display:flex; align-items:center; justify-content:center; gap:.5rem; font-size:1.05rem; }
.callbar a.call { background: var(--gold); color: var(--navy-deep); }
.callbar svg { width: 19px; height:19px; }
@media (max-width: 720px){
  .callbar { display: grid; }
  body { padding-bottom: 56px; }
}

/* small */
.center { text-align:center; }
.mt-2 { margin-top: 2rem; }
