:root {
  --ink: #10110e;
  --cream: #f5f0e5;
  --lime: #b8ef2c;
  --orange: #ff6a24;
}
[hidden] {
  display: none !important;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
.nav-shell {
  height: 300px;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 4vw 22px;
  color: white;
  background: #000;
}
.brand {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: min(980px, 88vw);
  height: 150px;
  display: block;
  overflow: hidden;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-machine {
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 101px;
  object-fit: cover;
  object-position: center 44%;
  border-radius: 0;
}
.nav-links {
  display: flex;
  gap: 35px;
  margin: auto;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-links a:hover {
  color: var(--lime);
}
.nav-call {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 900;
  font-size: 19px;
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: white;
}
.hero {
  height: min(1000px, calc(100vh + 100px));
  min-height: 810px;
  position: relative;
  overflow: hidden;
  color: white;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background: url("/boomfrog/machine-hero.jpg") center 44% / cover no-repeat;
  transform: scale(1.03);
}
.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0a0b08f2 0%, #11120bd9 43%, #14170a42 75%),
    linear-gradient(0deg, #10110ed9 0%, transparent 40%);
}
.hero:after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -15vw;
  width: 55vw;
  height: 55vw;
  border-radius: 50%;
  border: 12vw solid #b8ef2c16;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 345px 7vw 80px;
  max-width: 860px;
}
.eyebrow,
.kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e9efda;
}
.eyebrow span {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--lime);
}
h1,
h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.86;
  margin: 22px 0;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(72px, 10.5vw, 158px);
}
h1 em,
h2 i {
  color: var(--lime);
  font-style: normal;
}
.hero-content > p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.65;
  color: #e2e4db;
}
.hero-actions {
  display: flex;
  gap: 13px;
  margin: 35px 0;
}
.btn {
  height: 56px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 900;
  border: 1px solid transparent;
  transition: 0.2s;
}
.btn-hot {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--orange);
}
.btn-hot:hover {
  background: white;
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 var(--orange);
}
.btn-ghost {
  border-color: #ffffff6b;
  color: white;
  background: #ffffff0d;
}
.hero-proof {
  display: flex;
  gap: 28px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-proof span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.hero-proof svg {
  width: 16px;
  color: var(--lime);
}
.scroll {
  position: absolute;
  z-index: 3;
  right: 4vw;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 900;
}
.ticker {
  overflow: hidden;
  background: var(--lime);
  border-block: 5px solid var(--ink);
  transform: none;
  margin: -13px 0 0;
  position: relative;
  z-index: 5;
}
.ticker div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(6px, 0.8vw, 14px);
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 17px clamp(12px, 2.2vw, 36px);
  font-family: Impact, sans-serif;
  font-size: clamp(13px, 1.45vw, 22px);
  letter-spacing: 0.02em;
  word-spacing: normal;
}
.ticker a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.ticker a:hover,
.ticker a:focus-visible {
  color: #3f570d;
}
.ticker b {
  color: var(--orange);
}
.section {
  padding: 120px 7vw;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 65px;
}
.section-head > div {
  flex: 1;
}
.kicker {
  color: #66783b;
}
.section h2,
.split h2,
.about h2,
.quote h2 {
  font-size: clamp(56px, 7vw, 104px);
}
.section h2 i,
.split h2 i,
.quote h2 i {
  color: #719c14;
}
.section-head p {
  max-width: 460px;
  font-size: 17px;
  line-height: 1.7;
  color: #55584e;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #a9a79d;
  border-left: 1px solid #a9a79d;
}
.service-card {
  min-height: 320px;
  padding: 34px;
  border-right: 1px solid #a9a79d;
  border-bottom: 1px solid #a9a79d;
  position: relative;
  transition: 0.25s;
}
.service-card[id] {
  scroll-margin-top: 24px;
}
.service-card:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-7px);
  z-index: 1;
}
.service-card > span {
  color: #7c7d72;
  font-size: 12px;
  font-weight: 900;
}
.service-card h3 {
  font-family: Impact, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  margin: 65px 0 15px;
  max-width: 260px;
}
.service-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #66685e;
  max-width: 310px;
}
.service-card:hover p {
  color: #cccec3;
}
.service-card a {
  position: absolute;
  bottom: 30px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  display: flex;
  gap: 9px;
  color: #5d781f;
}
.service-card:hover a {
  color: var(--lime);
}
.split {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: var(--ink);
  color: white;
  position: relative;
}
.logo-strip {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background: #fff;
}
.logo-strip img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.split-photo {
  min-height: 770px;
  position: relative;
  overflow: hidden;
}
.split-photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
}
.split-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #111 0%, transparent 60%);
}
.split-photo span {
  position: absolute;
  z-index: 2;
  left: 6vw;
  bottom: 60px;
  font-family: Impact, sans-serif;
  font-size: 38px;
  line-height: 0.9;
  color: var(--lime);
}
.split-copy {
  padding: 100px 6vw;
  align-self: center;
}
.split-copy p {
  font-size: 17px;
  line-height: 1.75;
  color: #bec0b8;
}
.split-copy ul {
  padding: 25px 0;
  margin: 25px 0;
  border-block: 1px solid #ffffff22;
  list-style: none;
}
.split-copy li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 15px 0;
  font-size: 14px;
  font-weight: 800;
}
.split-copy li svg {
  color: var(--lime);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.13em;
  font-weight: 900;
  color: var(--lime);
}
.gallery {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  grid-template-rows: 360px 360px;
  gap: 14px;
}
.tile {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #222;
}
.tile-1 {
  grid-row: 1/3;
}
.tile-4 {
  grid-column: 2/4;
}
.tile img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tile:hover img {
  transform: scale(1.04);
}
.tile figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 45px 22px 20px;
  background: linear-gradient(transparent, #000c);
  color: white;
  font-family: Impact, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 0.03em;
}
.tile figcaption span {
  color: var(--lime);
  font: 900 10px Arial;
  margin-right: 10px;
}
.about {
  min-height: 760px;
  position: relative;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.about-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #1113, #111 74%),
    url("/boomfrog/land-1.jpg") center/cover;
}
.about-copy {
  position: relative;
  width: 53%;
  padding: 100px 7vw 100px 3vw;
}
.about-copy > p {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d1ca;
}
.stats {
  display: flex;
  margin-top: 45px;
  border-top: 1px solid #ffffff35;
}
.stats div {
  padding: 25px 30px 25px 0;
  flex: 1;
  border-right: 1px solid #ffffff35;
  margin-right: 25px;
}
.stats b {
  display: block;
  font-family: Impact, sans-serif;
  font-size: 52px;
  color: var(--lime);
}
.stats div:nth-child(2) b {
  font-size: 34px;
}
.stats span {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.about-copy small {
  color: #9d9f96;
}
.quote {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 7vw;
  padding: 120px 7vw;
  background: var(--orange);
  position: relative;
  overflow: hidden;
}
.quote:before {
  content: "BOOM";
  position: absolute;
  bottom: -50px;
  left: -20px;
  font:
    250px Impact,
    sans-serif;
  color: #0000000a;
}
.quote-intro,
.quote form {
  position: relative;
}
.quote-intro > p {
  max-width: 500px;
  font-size: 17px;
  line-height: 1.7;
}
.contact-lines {
  margin-top: 40px;
}
.contact-lines a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid #0003;
  font-family: Impact, sans-serif;
  font-size: 22px;
}
.contact-lines small {
  display: block;
  font: 900 9px Arial;
  letter-spacing: 0.15em;
}
.quote form {
  background: var(--cream);
  padding: 45px;
  box-shadow: 16px 16px 0 var(--ink);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 900;
  margin-bottom: 20px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #b8b6ab;
  background: #fffef9;
  padding: 15px;
  color: var(--ink);
  font: 15px Arial;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #5c7b15;
  box-shadow: 0 0 0 2px #b8ef2c55;
}
.submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.privacy {
  text-align: center;
  font-size: 10px;
  color: #77776e;
  margin: 18px 0 0;
  line-height: 1.5;
}
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { margin: 18px 0 0; color: #8f1f12; font-weight: 800; line-height: 1.45; }
.submit:disabled { cursor: wait; opacity: .7; }
.form-success {
  min-height: 445px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form-success > div {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
}
.form-success h3 {
  font:
    38px Impact,
    sans-serif;
  margin: 25px 0 10px;
}
.form-success p {
  max-width: 430px;
  line-height: 1.6;
  color: #666;
}
.form-success button {
  margin-top: 20px;
  border: 0;
  background: var(--ink);
  color: white;
  padding: 16px 22px;
  font-weight: 900;
}
footer {
  background: var(--ink);
  color: white;
  padding: 60px 7vw 30px;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 430px) 1fr;
  gap: 44px;
  align-items: center;
}
footer img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}
footer p {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 900;
  color: #b9bdad;
}
footer div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
footer div a {
  font-family: Impact, sans-serif;
  font-size: 34px;
  color: var(--lime);
}
footer div span {
  font-size: 12px;
  text-transform: uppercase;
}
footer > small {
  grid-column: 1/4;
  text-align: center;
  border-top: 1px solid #ffffff22;
  padding-top: 25px;
  color: #73776c;
  line-height: 1.8;
  letter-spacing: .04em;
}
footer > small strong {
  color: white;
  font-size: 13px;
  letter-spacing: .12em;
}
.mobile-bar {
  display: none;
}
@media (max-width: 900px) {
  .nav-shell {
    height: 205px;
    padding: 0 20px 14px;
  }
  .brand {
    top: 5px;
    width: 94vw;
    height: 92px;
  }
  .brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header-machine {
    top: 96px;
    width: 143px;
    height: 75px;
  }
  .nav-call {
    display: none;
  }
  .menu {
    display: block;
    margin-left: auto;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 205px;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 30px;
    flex-direction: column;
  }
  .nav-links.open {
    display: flex;
  }
  .hero {
    min-height: 760px;
  }
  .hero-content {
    padding: 245px 24px 100px;
  }
  .hero-content > p {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 330px;
  }
  .hero-proof {
    flex-direction: column;
    gap: 10px;
  }
  .scroll {
    display: none;
  }
  .section {
    padding: 80px 24px;
  }
  .section-head {
    display: block;
    margin-bottom: 40px;
  }
  .section-head p {
    margin-top: 30px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 285px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .logo-strip {
    min-height: 160px;
  }
  .logo-strip img {
    width: 132px;
    height: 132px;
  }
  .split-photo {
    min-height: 520px;
  }
  .split-copy {
    padding: 70px 24px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 240px 240px;
  }
  .tile-1 {
    grid-column: 1/3;
    grid-row: auto;
  }
  .tile-4 {
    grid-column: 1/3;
  }
  .about {
    justify-content: stretch;
  }
  .about-bg {
    background:
      linear-gradient(0deg, #111 0%, #111c 75%, #1112),
      url("/boomfrog/land-1.jpg") center/cover;
  }
  .about-copy {
    width: 100%;
    padding: 90px 24px;
  }
  .stats div {
    padding-right: 10px;
    margin-right: 10px;
  }
  .stats b {
    font-size: 38px;
  }
  .quote {
    grid-template-columns: 1fr;
    padding: 80px 24px 110px;
  }
  .quote form {
    padding: 28px;
    box-shadow: 9px 9px 0 var(--ink);
  }
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 90px;
  }
  footer img {
    width: min(100%, 300px);
    height: 150px;
    margin: auto;
  }
  footer div {
    text-align: center;
  }
  footer > small {
    grid-column: auto;
  }
  .mobile-bar {
    display: grid;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    grid-template-columns: 1fr 1fr;
    height: 62px;
    box-shadow: 0 -4px 15px #0004;
  }
  .mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--ink);
    color: white;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }
  .mobile-bar a:last-child {
    background: var(--lime);
    color: var(--ink);
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 68px;
  }
  .ticker {
    transform: none;
    margin: 0;
    border-width: 4px 0;
  }
  .ticker div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    white-space: normal;
    word-spacing: normal;
    font-size: 17px;
  }
  .ticker a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    border: 1px solid #10110e55;
    text-decoration: none;
    line-height: 1.05;
  }
  .ticker b {
    display: none;
  }
  .section h2,
  .split h2,
  .about h2,
  .quote h2 {
    font-size: 54px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .gallery {
    display: flex;
    flex-direction: column;
  }
  .tile {
    height: 300px;
  }
  .stats {
    flex-direction: column;
  }
  .stats div {
    border-right: 0;
    border-bottom: 1px solid #ffffff35;
  }
  .about-copy {
    padding-bottom: 70px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .tile img,
  .btn {
    transition: none;
  }
}
.hero:after {
  display: none;
}

/* v9 header transition: keep the full BoomFroggie machine artwork visible and blend header into hero */
.nav-shell {
  height: 350px;
  background: linear-gradient(180deg, #000 0%, #000 62%, rgba(0,0,0,.92) 76%, rgba(0,0,0,.48) 90%, rgba(0,0,0,0) 100%);
}
.brand {
  top: 8px;
  width: min(900px, 84vw);
  height: 138px;
}
.header-machine {
  top: 142px;
  width: 195px;
  height: auto;
  max-height: 154px;
  object-fit: contain;
  object-position: center;
}
.hero-photo {
  top: 250px;
  background-position: center 42%;
}
.hero-wash {
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,.82) 8%, rgba(0,0,0,.28) 20%, rgba(0,0,0,0) 32%),
    linear-gradient(90deg, #0a0b08f2 0%, #11120bd9 43%, #14170a42 75%),
    linear-gradient(0deg, #10110ed9 0%, transparent 40%);
}
@media (max-width: 900px) {
  .nav-shell {
    height: 260px;
    background: linear-gradient(180deg, #000 0%, #000 60%, rgba(0,0,0,.9) 76%, rgba(0,0,0,.42) 90%, rgba(0,0,0,0) 100%);
  }
  .brand {
    top: 5px;
    width: 92vw;
    height: 88px;
  }
  .header-machine {
    top: 92px;
    width: 143px;
    height: auto;
    max-height: 112px;
    object-fit: contain;
    object-position: center;
  }
  .hero-photo {
    top: 185px;
    background-position: center 40%;
  }
  .nav-links { top: 260px; }
}

/* v10 header repair: dedicated rows; no navigation/artwork overlap */
.nav-shell {
  position: absolute;
  height: 390px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 142px 48px 180px 20px;
  align-items: center;
  padding: 0 4vw;
  background: linear-gradient(180deg, #000 0%, #000 72%, rgba(0,0,0,.86) 82%, rgba(0,0,0,.42) 92%, rgba(0,0,0,0) 100%);
}
.brand {
  position: static;
  transform: none;
  grid-column: 1 / 4;
  grid-row: 1;
  justify-self: center;
  width: min(900px, 84vw);
  height: 138px;
}
.nav-links {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  align-self: center;
  justify-self: center;
  position: relative;
  z-index: 3;
}
.nav-call {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  position: relative;
  z-index: 3;
}
.header-machine {
  position: static;
  transform: none;
  grid-column: 1 / 4;
  grid-row: 3;
  justify-self: center;
  align-self: start;
  width: 195px;
  height: 165px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  z-index: 2;
}
.hero-photo {
  top: 300px;
  background-position: center 42%;
}
.hero-wash {
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,.94) 5%, rgba(0,0,0,.58) 13%, rgba(0,0,0,.18) 23%, rgba(0,0,0,0) 34%),
    linear-gradient(90deg, #0a0b08f2 0%, #11120bd9 43%, #14170a42 75%),
    linear-gradient(0deg, #10110ed9 0%, transparent 40%);
}
.hero-content {
  padding-top: 420px;
}

@media (max-width: 900px) {
  .nav-shell {
    height: 300px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 94px 42px 145px 19px;
    padding: 0 20px;
    background: linear-gradient(180deg, #000 0%, #000 70%, rgba(0,0,0,.84) 82%, rgba(0,0,0,.38) 92%, rgba(0,0,0,0) 100%);
  }
  .brand {
    grid-column: 1 / 3;
    grid-row: 1;
    width: 92vw;
    height: 88px;
  }
  .menu {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    margin: 0;
    position: relative;
    z-index: 5;
  }
  .header-machine {
    grid-column: 1 / 3;
    grid-row: 3;
    width: 143px;
    height: 132px;
    justify-self: center;
    align-self: start;
  }
  .nav-links {
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
    z-index: 6;
    background: var(--ink);
  }
  .nav-links.open { display: flex; }
  .hero-photo {
    top: 230px;
    background-position: center 40%;
  }
  .hero-content {
    padding-top: 330px;
  }
}

/* v11 machine artwork repair: CSS-only; removes source-image remnant and restores visual scale */
.header-machine {
  width: 265px;
  height: 208px;
  object-fit: contain;
  object-position: center bottom;
  clip-path: inset(5% 0 0 0);
  margin-top: -8px;
}

@media (max-width: 900px) {
  .header-machine {
    width: 193px;
    height: 170px;
    object-fit: contain;
    object-position: center bottom;
    clip-path: inset(5% 0 0 0);
    margin-top: -6px;
  }
}

/* v12: rubble transition + mobile parity + upgraded mobile service buttons */
.nav-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: min(760px, 76vw);
  height: 92px;
  background-image: url("boomfrog/header-machine.jpg");
  background-repeat: no-repeat;
  background-size: 265px auto;
  background-position: center bottom;
  opacity: .92;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 23%, #000 77%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 23%, #000 77%, transparent 100%);
}
.header-machine { z-index: 3; }
.hero-photo { top: 292px; }
.hero-wash {
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,.92) 4%, rgba(0,0,0,.48) 12%, rgba(0,0,0,.12) 22%, transparent 34%),
    linear-gradient(90deg, #0a0b08f2 0%, #11120bd9 43%, #14170a42 75%),
    linear-gradient(0deg, #10110ed9 0%, transparent 40%);
}

@media (max-width: 900px) {
  .nav-shell { height: 318px; grid-template-rows: 94px 42px 163px 19px; }
  .header-machine { width: 193px; height: 170px; margin-top: 0; }
  .nav-shell::after {
    bottom: -24px;
    width: 88vw;
    height: 70px;
    background-size: 193px auto;
  }
  .hero-photo { top: 248px; }
  .hero-content { padding-top: 348px; }
}

@media (max-width: 560px) {
  .ticker {
    padding: 10px 12px 14px;
    background: linear-gradient(180deg, #b9ff25 0%, #8fd819 100%);
    border-top: 3px solid #d9ff7a;
    border-bottom: 4px solid #090b07;
  }
  .ticker div {
    gap: 10px;
    background: transparent;
  }
  .ticker a {
    min-height: 62px;
    padding: 11px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(18,22,13,.96), rgba(4,6,3,.98));
    color: #fff;
    box-shadow: 0 6px 0 #526f10, 0 10px 18px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
    font-family: Impact, sans-serif;
    font-size: 15px;
    letter-spacing: .035em;
    text-transform: uppercase;
    transform: translateY(0);
    transition: transform .16s ease, box-shadow .16s ease, color .16s ease;
  }
  .ticker a:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #526f10, 0 5px 10px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.1);
    color: var(--lime);
  }
  .nav-shell::after { width: 96vw; }
}

/* v13: clean machine-to-hero blend; no duplicated source artwork */
.nav-shell::after { content: none !important; }
.header-machine {
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.72));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.92) 90%, rgba(0,0,0,.35) 97%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.92) 90%, rgba(0,0,0,.35) 97%, transparent 100%);
}
.nav-shell {
  background: linear-gradient(180deg, #000 0%, #000 76%, rgba(0,0,0,.94) 86%, rgba(0,0,0,.58) 94%, rgba(0,0,0,0) 100%);
}
.hero-photo { top: 278px; }
.hero-wash {
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,.94) 5%, rgba(0,0,0,.68) 11%, rgba(0,0,0,.28) 20%, transparent 32%),
    linear-gradient(90deg, #0a0b08f2 0%, #11120bd9 43%, #14170a42 75%),
    linear-gradient(0deg, #10110ed9 0%, transparent 40%);
}
@media (max-width: 900px) {
  .nav-shell::after { content: none !important; }
  .header-machine {
    filter: drop-shadow(0 12px 14px rgba(0,0,0,.7));
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 80%, rgba(0,0,0,.9) 89%, rgba(0,0,0,.3) 97%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 80%, rgba(0,0,0,.9) 89%, rgba(0,0,0,.3) 97%, transparent 100%);
  }
  .hero-photo { top: 238px; }
}

/* v14: machine positioning repair — neutralize legacy absolute offsets */
.header-machine {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  margin: -8px auto 0;
  justify-self: center;
  align-self: start;
  width: 265px;
  height: 208px;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  clip-path: inset(5% 0 0 0);
  z-index: 3;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.72));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 90%, rgba(0,0,0,.85) 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 90%, rgba(0,0,0,.85) 95%, transparent 100%);
}

@media (max-width: 900px) {
  .header-machine {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    margin: -6px auto 0;
    justify-self: center;
    width: 193px;
    height: 170px;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    clip-path: inset(5% 0 0 0);
  }
}

/* REVISION 15 — mobile header, navigation, hero transition, and service controls */
@media (max-width: 900px) {
  .nav-shell {
    position: absolute;
    height: 330px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 104px 52px 174px;
    align-items: start;
    padding: 0 18px;
    overflow: visible;
    background: linear-gradient(180deg,#000 0%,#000 72%,rgba(0,0,0,.92) 84%,rgba(0,0,0,.48) 94%,transparent 100%);
  }
  .brand {
    position: static;
    transform: none;
    grid-column: 1 / 3;
    grid-row: 1;
    justify-self: center;
    width: min(94vw, 680px);
    height: 100px;
    overflow: hidden;
  }
  .brand img { object-fit: contain; }
  .menu {
    display: flex;
    grid-column: 2;
    grid-row: 2;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 44px;
    height: 40px;
    margin: 4px 0 0;
    border: 1px solid rgba(184,239,44,.48);
    border-radius: 12px;
    background: linear-gradient(145deg,#20251b,#090b08);
    box-shadow: 0 4px 0 #536f15, 0 8px 18px rgba(0,0,0,.35);
    color: var(--lime);
    font-size: 22px;
    line-height: 1;
    z-index: 30;
  }
  .nav-call { display: none; }
  .nav-links {
    display: none;
    position: absolute;
    top: 154px;
    left: 16px;
    right: 16px;
    z-index: 40;
    margin: 0;
    padding: 12px;
    gap: 9px;
    border: 1px solid rgba(184,239,44,.35);
    border-radius: 18px;
    background: rgba(8,10,7,.98);
    box-shadow: 0 18px 36px rgba(0,0,0,.55);
    flex-direction: column;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 13px 15px;
    border-radius: 11px;
    background: linear-gradient(145deg,#1b2017,#0b0d0a);
    border: 1px solid rgba(255,255,255,.08);
    text-align: center;
  }
  .header-machine {
    position: static;
    transform: none;
    grid-column: 1 / 3;
    grid-row: 3;
    justify-self: center;
    align-self: end;
    width: min(235px, 64vw);
    height: 174px;
    margin: -4px auto -2px;
    clip-path: inset(4% 0 0 0);
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 13px 16px rgba(0,0,0,.76));
    -webkit-mask-image: linear-gradient(to bottom,#000 0%,#000 91%,rgba(0,0,0,.82) 96%,transparent 100%);
    mask-image: linear-gradient(to bottom,#000 0%,#000 91%,rgba(0,0,0,.82) 96%,transparent 100%);
  }
  .hero-photo {
    top: 286px;
    background-position: center 42%;
  }
  .hero-wash {
    background:
      linear-gradient(180deg,#000 0%,rgba(0,0,0,.93) 5%,rgba(0,0,0,.62) 13%,rgba(0,0,0,.20) 23%,transparent 34%),
      linear-gradient(90deg,#0a0b08f2 0%,#11120bd9 43%,#14170a42 75%),
      linear-gradient(0deg,#10110ed9 0%,transparent 40%);
  }
  .hero-content { padding-top: 385px; }
}

@media (max-width: 560px) {
  .nav-shell {
    height: 312px;
    grid-template-rows: 92px 48px 172px;
    padding: 0 12px;
  }
  .brand { width: 96vw; height: 88px; }
  .menu { width: 42px; height: 38px; margin-top: 3px; }
  .nav-links { top: 140px; left: 12px; right: 12px; }
  .header-machine { width: min(220px, 68vw); height: 170px; }
  .hero-photo { top: 270px; }
  .hero-content { padding-top: 365px; }

  .ticker {
    padding: 12px;
    background: linear-gradient(180deg,#b9ff25 0%,#8ed619 100%);
    border-top: 2px solid #dfff84;
    border-bottom: 4px solid #090b07;
  }
  .ticker div { gap: 10px; }
  .ticker a {
    position: relative;
    min-height: 66px;
    padding: 12px 9px;
    overflow: hidden;
    border: 1px solid rgba(218,255,126,.28);
    border-radius: 15px;
    background: linear-gradient(145deg,#1b2117 0%,#070907 72%);
    color: #fff;
    box-shadow: 0 5px 0 #4f6915, 0 9px 16px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.11);
    font-family: Impact, Arial Black, sans-serif;
    font-size: 14px;
    letter-spacing: .045em;
    line-height: 1.08;
    text-shadow: 0 1px 2px #000;
  }
  .ticker a::before {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    top: 0;
    height: 2px;
    background: var(--lime);
    box-shadow: 0 0 9px rgba(184,239,44,.8);
  }
  .ticker a:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #4f6915, 0 5px 10px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.1);
    color: var(--lime);
  }
  .mobile-bar {
    height: 66px;
    padding: 6px;
    gap: 7px;
    background: rgba(5,7,4,.96);
    border-top: 1px solid rgba(184,239,44,.38);
    box-shadow: 0 -10px 24px rgba(0,0,0,.45);
  }
  .mobile-bar a {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.10);
    background: linear-gradient(145deg,#1d2218,#080a07);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  }
  .mobile-bar a:last-child {
    background: linear-gradient(145deg,#c8ff3f,#92d91d);
    color: #0b0d08;
    border-color: #dfff85;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
  }
}
