:root {
  --charcoal: #0c0c0c;
  --black: #050505;
  --panel: #151515;
  --steel: #363b3e;
  --steel-light: #737a7e;
  --cream: #f8f2e8;
  --muted: #c9beb0;
  --orange: #e85e15;
  --orange-hot: #ff8a24;
  --cyan: #16cdd8;
  --line: rgba(248, 242, 232, 0.16);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
  --radius: 8px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(135deg, rgba(255, 138, 36, 0.08), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 84px),
    var(--black);
  color: var(--cream);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 75% 12%, rgba(232, 94, 21, 0.26), transparent 36%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.76));
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 30;
  transform: translateY(-160%);
  background: var(--cream);
  color: var(--black);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 34px 14px 0;
  pointer-events: none;
}

.header-shell {
  width: min(1160px, calc(100% - 16px));
  min-height: 72px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 12px 14px 12px 315px;
  border: 1px solid rgba(255, 138, 36, 0.34);
  border-radius: 8px;
  background: rgba(11, 11, 11, 0.82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.brand-lift {
  position: absolute;
  left: 18px;
  top: -25px;
  width: 275px;
  z-index: 2;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.52));
  transition: transform 220ms ease, filter 220ms ease;
}

.brand-lift:hover,
.brand-lift:focus-visible {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 22px 26px rgba(232, 94, 21, 0.26));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: auto;
}

.nav-links a,
.header-action,
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.nav-links a {
  padding: 10px 13px;
  color: rgba(248, 242, 232, 0.82);
  font-size: 0.92rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
}

.header-action {
  padding: 11px 18px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(232, 94, 21, 0.28);
}

.hero {
  min-height: 88svh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 170px 18px 76px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.68) 43%, rgba(5, 5, 5, 0.23) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.98) 0%, transparent 34%),
    url("/assets/images/hero-braai.jpg") center / cover no-repeat;
  transform: scale(1.02);
  animation: heroBreath 12s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--black));
}

.ember-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.ember-field span {
  position: absolute;
  width: 3px;
  height: 64px;
  background: linear-gradient(180deg, transparent, var(--orange-hot), transparent);
  opacity: 0.7;
  transform: rotate(62deg);
  animation: sparkRise 6s linear infinite;
}

.ember-field span:nth-child(1) { left: 8%; bottom: -18%; animation-delay: 0s; }
.ember-field span:nth-child(2) { left: 24%; bottom: -22%; animation-delay: 1.4s; height: 42px; }
.ember-field span:nth-child(3) { left: 43%; bottom: -20%; animation-delay: 2.5s; }
.ember-field span:nth-child(4) { left: 62%; bottom: -18%; animation-delay: 0.7s; height: 52px; }
.ember-field span:nth-child(5) { left: 78%; bottom: -24%; animation-delay: 3.4s; }
.ember-field span:nth-child(6) { left: 91%; bottom: -16%; animation-delay: 4.2s; height: 38px; }

.hero-content {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-hot);
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1 {
  margin: 0;
  max-width: 780px;
  font-size: 5.4rem;
  line-height: 0.86;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
}

.hero-line {
  margin: 16px 0 0;
  color: var(--orange-hot);
  font-size: 1.8rem;
  font-weight: 900;
}

.hero-copy {
  max-width: 600px;
  margin: 14px 0 0;
  color: rgba(248, 242, 232, 0.86);
  font-size: 1.15rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  border: 1px solid transparent;
  padding: 13px 19px;
  font-weight: 900;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible,
.header-action:hover,
.header-action:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  box-shadow: 0 18px 40px rgba(232, 94, 21, 0.3);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 22px 52px rgba(255, 138, 36, 0.38);
}

.btn-ghost {
  color: var(--cream);
  background: rgba(248, 242, 232, 0.09);
  border-color: rgba(248, 242, 232, 0.22);
}

.btn-quiet {
  color: var(--cream);
  background: rgba(22, 205, 216, 0.12);
  border-color: rgba(22, 205, 216, 0.35);
}

.hero-stats {
  width: min(780px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 38px;
}

.hero-stats div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(15, 15, 15, 0.68);
  backdrop-filter: blur(12px);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--cream);
  font-size: 1.08rem;
}

.hero-stats span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 30px;
  height: 46px;
  border: 1px solid rgba(248, 242, 232, 0.34);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 9px;
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange-hot);
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease-in-out infinite;
}

.intro-band {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 138, 36, 0.42);
  border-bottom: 1px solid rgba(255, 138, 36, 0.42);
  background: linear-gradient(90deg, #160c08, #24110a, #0d0d0d);
  overflow: hidden;
}

.ticker {
  width: max-content;
  display: flex;
  gap: 42px;
  padding: 15px 0;
  color: var(--cream);
  font-weight: 900;
  text-transform: uppercase;
  animation: tickerMove 24s linear infinite;
}

.ticker span {
  position: relative;
}

.ticker span::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--orange-hot);
  transform: translateY(-50%) rotate(45deg);
}

.section {
  width: min(1160px, calc(100% - 34px));
  margin: 0 auto;
  padding: 84px 0;
}

.section-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: 34px;
  align-items: center;
}

.section-copy p,
.contact-copy p,
.offer-card p {
  color: rgba(248, 242, 232, 0.82);
  font-size: 1.05rem;
  line-height: 1.75;
}

.feature-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.feature-panel img {
  width: 100%;
  aspect-ratio: 1.26 / 1;
  object-fit: cover;
  transition: transform 650ms ease;
}

.feature-panel:hover img {
  transform: scale(1.04);
}

.feature-note {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.feature-note strong,
.feature-note span {
  display: block;
}

.feature-note span {
  color: var(--orange-hot);
  font-weight: 900;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.trust-card,
.contact-form,
.offer-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    rgba(18, 18, 18, 0.92);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.service-card {
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.service-card:hover {
  transform: translateY(-8px) rotateX(1deg);
  border-color: rgba(255, 138, 36, 0.52);
  box-shadow: 0 28px 62px rgba(232, 94, 21, 0.18);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  transition: transform 650ms ease;
}

.service-card:hover img {
  transform: scale(1.08);
}

.card-body {
  padding: 20px;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(232, 94, 21, 0.17);
  color: var(--orange-hot);
  font-weight: 900;
}

.card-body p,
.trust-card span {
  color: rgba(248, 242, 232, 0.76);
  line-height: 1.62;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trust-card {
  position: relative;
  min-height: 136px;
  padding: 22px;
  overflow: hidden;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--orange-hot), var(--cyan));
}

.trust-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.gallery-item {
  min-height: 230px;
  grid-column: span 4;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
  cursor: zoom-in;
}

.gallery-item:first-child,
.gallery-item:last-child {
  grid-column: span 6;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 650ms ease, filter 650ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.06);
}

.contact-layout {
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.contact-list a {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.contact-list span {
  color: var(--orange-hot);
  font-weight: 900;
}

.map-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #101010;
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 310px;
  border: 0;
  filter: grayscale(0.25) contrast(1.05);
}

.contact-form {
  padding: 24px;
}

.form-head {
  margin-bottom: 20px;
}

.form-head p {
  margin: 8px 0 0;
  color: rgba(248, 242, 232, 0.72);
  line-height: 1.55;
}

.contact-form label {
  display: block;
  margin: 16px 0 7px;
  color: var(--cream);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(248, 242, 232, 0.2);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.36);
  color: var(--cream);
  padding: 13px 14px;
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--orange-hot);
  box-shadow: 0 0 0 4px rgba(255, 138, 36, 0.16);
}

.form-button {
  width: 100%;
  margin-top: 20px;
}

.owner-offer {
  padding-top: 30px;
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr) auto;
  gap: 26px;
  align-items: center;
  padding: 28px;
  border-color: rgba(255, 138, 36, 0.34);
  background:
    linear-gradient(135deg, rgba(232, 94, 21, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    #111;
}

.offer-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(248, 242, 232, 0.84);
}

.offer-card li {
  position: relative;
  padding: 6px 0 6px 20px;
}

.offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--orange-hot);
  transform: rotate(45deg);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-height: 86vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.mobile-cta {
  display: none;
}

.site-footer {
  padding: 68px 18px 24px;
  background: #080808;
  border-top: 1px solid rgba(255, 138, 36, 0.26);
}

.footer-grid {
  width: min(1160px, 100%);
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 26px;
  margin: 0 auto 38px;
}

.footer-grid img {
  width: 220px;
  margin-bottom: 10px;
}

.footer-grid p {
  max-width: 380px;
  color: rgba(248, 242, 232, 0.72);
  line-height: 1.7;
}

.footer-grid h2 {
  margin-bottom: 14px;
  font-size: 1rem;
  color: var(--orange-hot);
}

.footer-grid a {
  display: block;
  color: rgba(248, 242, 232, 0.78);
  line-height: 1.9;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--cream);
}

.minipage-credit {
  margin: 0;
  color: rgba(248, 242, 232, 0.62);
  text-align: center;
  font-size: 0.84rem;
}

.minipage-credit a {
  color: var(--cream);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

@keyframes heroBreath {
  from { transform: scale(1.02) translateX(0); }
  to { transform: scale(1.075) translateX(-16px); }
}

@keyframes sparkRise {
  from { transform: translate3d(0, 0, 0) rotate(62deg); opacity: 0; }
  16% { opacity: 0.72; }
  to { transform: translate3d(110px, -118vh, 0) rotate(62deg); opacity: 0; }
}

@keyframes scrollDot {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.42; }
  50% { transform: translate(-50%, 16px); opacity: 1; }
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1020px) {
  .header-shell {
    padding-left: 260px;
  }

  .brand-lift {
    width: 220px;
    top: -19px;
  }

  .nav-links {
    gap: 2px;
  }

  .service-grid,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-grid,
  .contact-layout,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .offer-card .btn {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    padding: 28px 10px 0;
  }

  .header-shell {
    width: 100%;
    min-height: 82px;
    justify-content: space-between;
    padding: 42px 9px 9px;
  }

  .brand-lift {
    left: 50%;
    top: -15px;
    width: 190px;
    transform: translateX(-50%);
  }

  .brand-lift:hover,
  .brand-lift:focus-visible {
    transform: translateX(-50%) translateY(-2px) scale(1.02);
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 1px;
  }

  .nav-links a {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.82rem;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 86svh;
    padding: 170px 17px 68px;
    align-items: center;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.48)),
      linear-gradient(0deg, rgba(5, 5, 5, 0.98), transparent 48%),
      url("/assets/images/hero-braai.jpg") center / cover no-repeat;
  }

  h1 {
    font-size: 3.7rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-line {
    font-size: 1.35rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .hero-actions .btn {
    min-width: 0;
    gap: 5px;
    min-height: 50px;
    padding-inline: 8px;
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .section {
    width: min(100% - 28px, 1160px);
    padding: 62px 0;
  }

  .service-grid,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item:first-child,
  .gallery-item:last-child {
    grid-column: span 1;
  }

  .gallery-item {
    min-height: 248px;
  }

  .contact-list a {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .offer-card {
    padding: 22px;
  }

  .offer-card .btn {
    width: 100%;
    text-align: center;
  }

  .mobile-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    padding: 8px;
    border: 1px solid rgba(255, 138, 36, 0.34);
    border-radius: 8px;
    background: rgba(8, 8, 8, 0.88);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
  }

  .mobile-cta a {
    min-height: 46px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--cream);
    font-size: 0.86rem;
    font-weight: 900;
  }

  .mobile-cta a:first-child {
    background: var(--orange);
  }

  .mobile-cta.is-hidden {
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
  }

  .site-footer {
    padding-bottom: 92px;
  }
}

@media (max-width: 390px) {
  .brand-lift {
    width: 154px;
  }

  .nav-links a {
    padding-inline: 7px;
    font-size: 0.78rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  .btn {
    padding-inline: 14px;
  }

  .hero-actions .btn {
    padding-inline: 8px;
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
