/*
Theme Name: Perfection Group by B-king
Theme URI: https://b-king.gr/
Author: B-king.gr
Author URI: https://b-king.gr/
Description: Custom one-page WordPress theme for Perfection Group by G. Togantzis, built with Manrope, quote form handling, premium automotive/tuning sections, contact details and footer attribution.
Version: 1.4.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: perfection-group-bking
*/

:root {
  --bg: #07090d;
  --bg-soft: #111821;
  --ink: #f7fbff;
  --muted: #a9b7c3;
  --paper: #f4f7fa;
  --paper-2: #e8eef3;
  --text: #11161b;
  --text-soft: #52606c;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(7, 27, 46, 0.13);
  --red: #1f7eb8;
  --red-dark: #0d5685;
  --amber: #69a9b6;
  --blue-pale: #d9edf5;
  --blue-ink: #0b334f;
  --star: #f1b436;
  --green: #2d9f76;
  --shadow: 0 24px 60px rgba(8, 30, 50, 0.18);
  --radius: 8px;
  --shell: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: var(--red);
  color: white;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(7, 27, 46, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 34px rgba(7, 27, 46, 0.08);
}

.admin-bar .site-header {
  top: 32px;
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.brand-logo {
  width: 174px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  border-radius: 5px;
}

.brand .custom-logo {
  width: 174px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  border-radius: 5px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 14px;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin: 0;
}

.nav-menu a {
  color: rgba(17, 22, 27, 0.78);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

.nav-menu a:hover,
.nav-menu a:focus {
  background: rgba(31, 126, 184, 0.1);
  color: var(--blue-ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(7, 27, 46, 0.16);
  border-radius: 8px;
  background: rgba(31, 126, 184, 0.08);
  padding: 10px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--blue-ink);
}

.hero {
  position: relative;
  min-height: 74svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #edf3f7;
  color: var(--text);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/service-bay.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(244, 247, 250, 0.96) 0%, rgba(244, 247, 250, 0.88) 43%, rgba(244, 247, 250, 0.2) 75%, rgba(244, 247, 250, 0.04) 100%),
    linear-gradient(0deg, rgba(244, 247, 250, 0.98) 0%, rgba(244, 247, 250, 0.18) 38%, rgba(244, 247, 250, 0) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 118px 0 74px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--red-dark);
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 800;
  color: #090d11;
}

.hero-copy {
  max-width: 600px;
  margin: 22px 0 0;
  color: #2f3d48;
  font-size: clamp(16px, 1.22vw, 18px);
  font-weight: 600;
}

.hero-actions,
.form-actions,
.result-actions,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(7, 27, 46, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue-ink);
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  box-shadow: 0 12px 28px rgba(7, 27, 46, 0.08);
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
  border-color: rgba(31, 126, 184, 0.48);
}

.button.primary {
  background: var(--red);
  border-color: var(--red);
  color: white;
  font-weight: 800;
}

.button.primary:hover,
.button.primary:focus {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button.ghost {
  background: transparent;
  box-shadow: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-top: 28px;
}

.hero-stats div {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 126, 184, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(7, 27, 46, 0.1);
}

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

.hero-stats strong {
  font-size: 22px;
  color: var(--blue-ink);
}

.hero-stats span {
  color: var(--text-soft);
  font-size: 13px;
}

.quick-contact {
  position: relative;
  z-index: 2;
  margin-top: -84px;
  background: linear-gradient(90deg, var(--blue-ink), var(--red));
  color: white;
}

.quick-grid {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  font-weight: 700;
}

.quick-grid a,
.quick-grid span {
  min-width: 0;
}

.quick-grid a {
  text-decoration: none;
}

.quick-grid span:last-child {
  text-align: right;
}

.section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.band {
  background: linear-gradient(180deg, #07111a 0%, #0f1821 100%);
  color: var(--ink);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 6vw, 80px);
}

.align-center {
  align-items: center;
}

.section-copy h2,
.section-head h2,
.reviews-head h2,
.quote-copy h2,
.contact-card h2,
.about-section h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}

.section-copy p:not(.eyebrow),
.section-head p,
.quote-copy p,
.about-text p,
.contact-card dd,
.faq-list p,
.legal-grid p {
  color: var(--text-soft);
  font-size: 17px;
}

.band .section-head p,
.band .service-card p,
.light p,
.contact-card dd {
  color: rgba(255, 255, 255, 0.72);
}

.intro-panel {
  position: relative;
  width: min(360px, 100%);
  justify-self: center;
}

.intro-panel img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-note {
  display: grid;
  gap: 4px;
  width: min(320px, calc(100% - 28px));
  margin: -48px 14px 0 auto;
  position: relative;
  z-index: 1;
  padding: 16px;
  background: var(--bg);
  color: white;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.panel-note span {
  color: var(--muted);
  font-size: 14px;
}

.section-head {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 720px;
}

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

.service-card,
.review-card,
.contact-card,
.quote-form,
.legal-grid details,
.faq-list details {
  border-radius: 8px;
}

.service-card {
  min-height: 238px;
  padding: 22px;
  background: #111b24;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.service-code {
  color: var(--red);
  font-weight: 900;
}

.service-card h3,
.brand-card h3,
.review-card p,
.quote-result h3 {
  margin: 10px 0;
}

.service-card h3 {
  font-size: 21px;
  line-height: 1.2;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.brand-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(8, 30, 50, 0.1);
}

.brand-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.brand-card div {
  padding: 18px;
}

.brand-card p {
  margin: 0;
  color: var(--text-soft);
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.brand-strip span,
.tuning-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--blue-pale);
  font-weight: 800;
}

.tuning-section {
  background: linear-gradient(135deg, #06101a 0%, #0f3854 100%);
  color: white;
}

.tuning-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tuning-list span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: white;
}

.tuning-visual {
  width: min(500px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  justify-self: center;
}

.tuning-visual img {
  width: 100%;
  height: auto;
  max-height: 430px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tuning-visual img:first-child {
  aspect-ratio: 4 / 5;
}

.tuning-visual img:last-child {
  aspect-ratio: 4 / 5;
  margin-bottom: 0;
}

.about-section {
  background: #e9f1f6;
}

.about-text p:first-child {
  margin-top: 0;
}

.reviews-section {
  background: #07111a;
  color: white;
}

.reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.rating-box {
  min-height: 170px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--red);
  border-radius: 8px;
  text-align: center;
}

.rating-box strong,
.rating-box span,
.rating-box small {
  display: block;
}

.rating-box strong {
  font-size: 48px;
  line-height: 0.95;
}

.rating-box small {
  color: rgba(255, 255, 255, 0.78);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.review-card {
  padding: 20px;
  background: #111b24;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stars {
  color: var(--star);
  letter-spacing: 0;
}

.review-card span {
  color: var(--muted);
  font-size: 14px;
}

.quote-section {
  background: var(--paper);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
}

.quote-image {
  margin-top: 28px;
}

.quote-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  background: white;
  border: 1px solid var(--line-dark);
  box-shadow: 0 24px 60px rgba(8, 30, 50, 0.12);
}

.form-row {
  display: grid;
  gap: 14px;
}

.form-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-row.three {
  grid-template-columns: 0.9fr 1.2fr 0.7fr;
}

label,
fieldset {
  display: grid;
  gap: 7px;
  color: #252525;
  font-weight: 800;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c7d4df;
  border-radius: 8px;
  background: #fbfdff;
  color: var(--text);
  padding: 12px 13px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(31, 126, 184, 0.16);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.check-grid label,
.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 700;
  color: var(--text-soft);
}

.check-grid input,
.consent input {
  width: auto;
  margin-top: 5px;
  accent-color: var(--red);
}

.form-message {
  min-height: 22px;
  color: var(--red-dark);
  font-weight: 800;
}

.form-message.success {
  color: var(--green);
}

.form-message.notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(45, 159, 118, 0.24);
  border-radius: 8px;
  background: rgba(45, 159, 118, 0.08);
}

.quote-result {
  padding: 18px;
  border: 1px solid var(--line-dark);
  background: var(--paper-2);
  border-radius: 8px;
}

.quote-result pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: var(--text-soft);
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
}

.quote-result .button {
  color: var(--text);
  border-color: var(--line-dark);
}

.quote-result .button.primary {
  color: white;
}

.faq-section {
  background: var(--paper-2);
}

.faq-list,
.legal-grid {
  display: grid;
  gap: 10px;
}

.faq-list details,
.legal-grid details {
  background: white;
  border: 1px solid var(--line-dark);
  padding: 18px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

summary::marker {
  color: var(--red);
}

.contact-section {
  background: #07111a;
  color: white;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
}

.contact-card {
  padding: clamp(22px, 4vw, 36px);
  background: #111b24;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

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

.contact-list div {
  display: grid;
  gap: 4px;
}

.contact-list dt {
  color: var(--amber);
  font-weight: 900;
}

.contact-list dd {
  margin: 0;
}

.social-row a {
  text-decoration: none;
  color: white;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.map-wrap {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}

.legal-section {
  background: var(--paper);
}

.footer {
  padding: 28px 0;
  background: #05080c;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer strong,
.footer span {
  display: block;
}

.footer span {
  color: var(--muted);
}

.footer a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid var(--red);
}

.footer-meta {
  display: grid;
  gap: 7px;
  justify-items: end;
  text-align: right;
}

.footer-credit,
.footer-copy {
  color: var(--muted);
  font-size: 14px;
}

.footer-credit a {
  color: white;
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 72px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(7, 27, 46, 0.14);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(7, 27, 46, 0.12);
  }

  .nav-menu.is-open {
    display: grid;
  }

  .nav-menu a {
    padding: 12px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .brand-logo {
    width: 154px;
  }

  .brand .custom-logo {
    width: 154px;
  }

  .two-col,
  .quote-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .brand-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-grid {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .quick-grid span:last-child {
    text-align: left;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(100vw - 28px, 1180px);
  }

  .hero {
    min-height: 80svh;
  }

  .hero-content {
    padding: 104px 0 84px;
  }

  .hero-stats,
  .service-grid,
  .brand-grid,
  .review-grid,
  .form-row.two,
  .form-row.three,
  .check-grid,
  .reviews-head {
    grid-template-columns: 1fr;
  }

  .rating-box {
    min-height: auto;
    place-items: start;
    text-align: left;
  }

  .rating-box strong {
    font-size: 40px;
  }

  .tuning-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tuning-visual img:last-child {
    aspect-ratio: 4 / 5;
    margin-bottom: 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-meta {
    justify-items: start;
    text-align: left;
  }
}

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

/* Final palette and layout precedence */
:root {
  --red: #00aeb6;
  --red-dark: #06727d;
  --amber: #66eee9;
  --blue-pale: rgba(34, 211, 213, 0.12);
  --blue-ink: #66eee9;
}

body {
  background:
    linear-gradient(180deg, rgba(1, 4, 7, 0.95), #010407),
    repeating-linear-gradient(90deg, rgba(34, 211, 213, 0.04) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(34, 211, 213, 0.03) 0 1px, transparent 1px 96px),
    #010407;
}

body::before {
  background:
    linear-gradient(112deg, transparent 0 24%, rgba(34, 211, 213, 0.13) 24.2%, transparent 24.7% 100%),
    linear-gradient(68deg, transparent 0 72%, rgba(0, 174, 182, 0.1) 72.2%, transparent 72.7% 100%);
}

.site-header,
.site-header.is-scrolled {
  border-bottom-color: rgba(34, 211, 213, 0.24);
}

.hero {
  min-height: 86svh;
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 50%, rgba(6, 114, 125, 0.2), transparent 42%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.94), rgba(1, 4, 7, 0.72) 50%, rgba(1, 4, 7, 0.72)),
    linear-gradient(0deg, #010407 0%, rgba(1, 4, 7, 0.18) 52%, rgba(1, 4, 7, 0.42));
}

.hero::before {
  background:
    repeating-linear-gradient(135deg, transparent 0 20px, rgba(34, 211, 213, 0.07) 21px 22px),
    linear-gradient(90deg, rgba(0, 174, 182, 0.18), transparent 42%, rgba(0, 174, 182, 0.08));
  mask-image: none;
}

.hero-content.hero-column {
  padding-top: 132px;
  padding-bottom: 122px;
}

.hero h1,
main h1 {
  max-width: 820px;
  font-size: 44px;
}

.button.primary {
  background: linear-gradient(135deg, #00b7bf, #06727d);
  border-color: rgba(102, 238, 233, 0.54);
  box-shadow: 0 18px 48px rgba(0, 174, 182, 0.24);
}

.quick-contact {
  background: linear-gradient(90deg, #010407, #063f48 48%, #00aeb6);
  border-color: rgba(34, 211, 213, 0.34);
}

.gallery-section {
  background:
    linear-gradient(180deg, #02070a, #041116),
    repeating-linear-gradient(135deg, rgba(34, 211, 213, 0.04) 0 1px, transparent 1px 30px);
}

.rating-box {
  background: linear-gradient(145deg, #00aeb6, #054550);
  border-color: rgba(102, 238, 233, 0.34);
  box-shadow: 0 22px 66px rgba(0, 174, 182, 0.25);
}

.tuning-list span {
  background: rgba(34, 211, 213, 0.09);
  border-color: rgba(34, 211, 213, 0.28);
}

@media (max-width: 700px) {
  .hero {
    min-height: 96svh;
  }

  .hero-content.hero-column {
    padding-top: 110px;
    padding-bottom: 142px;
  }

  .hero h1,
  main h1 {
    font-size: 34px;
  }
}

.gallery-heading,
.reviews-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.gallery-heading > div:first-child,
.reviews-head > div:first-child {
  width: 100%;
}

.review-summary {
  grid-template-columns: 150px auto;
  align-items: end;
  justify-content: center;
}

@media (max-width: 700px) {
  .review-summary {
    grid-template-columns: 1fr;
  }
}

.gallery-heading,
.reviews-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.gallery-heading > div:first-child,
.reviews-head > div:first-child {
  width: 100%;
}

.review-summary {
  grid-template-columns: 150px auto;
  align-items: end;
  justify-content: center;
}

@media (max-width: 700px) {
  .review-summary {
    grid-template-columns: 1fr;
  }
}

/* Interactive black and turquoise edition */
:root {
  --accent: #22d3d5;
  --accent-strong: #00aeb6;
  --accent-deep: #06727d;
  --accent-soft: rgba(34, 211, 213, 0.12);
  --red: var(--accent-strong);
  --red-dark: var(--accent-deep);
  --amber: #66eee9;
  --blue-ink: #062c35;
  --blue-pale: rgba(34, 211, 213, 0.12);
}

body {
  background:
    linear-gradient(180deg, rgba(1, 4, 7, 0.94), #010407),
    repeating-linear-gradient(90deg, rgba(34, 211, 213, 0.04) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(34, 211, 213, 0.03) 0 1px, transparent 1px 96px),
    #010407;
}

body::before {
  background:
    linear-gradient(112deg, transparent 0 24%, rgba(34, 211, 213, 0.13) 24.2%, transparent 24.7% 100%),
    linear-gradient(68deg, transparent 0 72%, rgba(0, 174, 182, 0.1) 72.2%, transparent 72.7% 100%);
}

.site-header {
  border-bottom-color: rgba(34, 211, 213, 0.2);
  transition: background 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.site-header.is-scrolled {
  background: rgba(1, 4, 7, 0.96);
  border-bottom-color: rgba(34, 211, 213, 0.34);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.48);
}

.nav-menu a {
  position: relative;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-menu a:hover::after,
.nav-menu a:focus::after {
  transform: scaleX(1);
}

.hero {
  min-height: 86svh;
}

.hero-media {
  background-image: url("assets/service-bay.jpg");
  transform: scale(1.06);
  animation: hero-breathe 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 50%, rgba(6, 114, 125, 0.2), transparent 42%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.94), rgba(1, 4, 7, 0.72) 50%, rgba(1, 4, 7, 0.72)),
    linear-gradient(0deg, #010407 0%, rgba(1, 4, 7, 0.18) 52%, rgba(1, 4, 7, 0.42));
}

.hero::before {
  background:
    repeating-linear-gradient(135deg, transparent 0 20px, rgba(34, 211, 213, 0.07) 21px 22px),
    linear-gradient(90deg, rgba(0, 174, 182, 0.18), transparent 42%, rgba(0, 174, 182, 0.08));
  mask-image: none;
}

.hero-content.hero-column {
  width: min(860px, var(--shell));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 132px;
  padding-bottom: 122px;
  text-align: center;
}

.hero h1,
main h1 {
  max-width: 820px;
  margin-inline: auto;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}

.hero h1::after {
  margin: 22px auto 0;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.hero-copy {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(236, 249, 251, 0.84);
  text-align: center;
}

.hero-actions {
  justify-content: center;
}

.hero-stats {
  width: min(780px, 100%);
  margin-inline: auto;
}

.hero-stats div {
  text-align: center;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-stats div:hover {
  transform: translateY(-5px);
  border-color: rgba(34, 211, 213, 0.58);
  background: rgba(5, 21, 27, 0.92);
}

.quick-contact {
  background: linear-gradient(90deg, #010407, #063f48 48%, #00aeb6);
  border-color: rgba(34, 211, 213, 0.34);
}

.quick-grid > * {
  text-align: center !important;
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -36%;
  width: 26%;
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(18deg) translateX(-240%);
  transition: transform 520ms ease;
}

.button:hover::after,
.button:focus::after {
  transform: rotate(18deg) translateX(620%);
}

.button.primary {
  background: linear-gradient(135deg, #00b7bf, #06727d);
  border-color: rgba(102, 238, 233, 0.54);
  box-shadow: 0 18px 48px rgba(0, 174, 182, 0.24);
}

.section {
  border-top: 1px solid rgba(34, 211, 213, 0.08);
}

.section::before {
  background:
    linear-gradient(90deg, rgba(34, 211, 213, 0.08), transparent 18% 82%, rgba(0, 174, 182, 0.06)),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(255, 255, 255, 0.026) 120px);
}

main h2 {
  max-width: 900px;
  margin-inline: auto;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.14;
  font-weight: 800;
  text-align: center;
}

main h3 {
  font-weight: 800;
  text-align: center;
}

.section-head,
.section-head.compact {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 38px;
  text-align: center;
}

.eyebrow,
.eyebrow.dark {
  color: var(--accent);
  text-align: center;
}

.intro-section .two-col > :first-child,
.tuning-section .two-col > :first-child,
.about-section .two-col > :first-child,
.quote-layout > :first-child {
  align-self: center;
  text-align: center;
}

.intro-section .section-copy p:not(.eyebrow),
.tuning-section .section-copy p:not(.eyebrow),
.quote-copy > p,
.about-section .two-col > :first-child {
  margin-inline: auto;
  text-align: center;
}

.tuning-list,
.form-actions,
.social-row {
  justify-content: center;
}

.panel-note {
  text-align: center;
}

.service-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-card p {
  text-align: center;
}

.service-code {
  font-size: 13px;
  letter-spacing: 0;
}

.service-card,
.brand-card,
.review-card {
  isolation: isolate;
}

.interactive-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    360px circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
    rgba(34, 211, 213, 0.14),
    transparent 46%
  );
  opacity: 0;
  transition: opacity 220ms ease;
}

.interactive-card:hover::after {
  opacity: 1;
}

.gallery-section {
  padding: 88px 0 80px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #02070a, #041116),
    repeating-linear-gradient(135deg, rgba(34, 211, 213, 0.04) 0 1px, transparent 1px 30px);
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.gallery-heading > div:first-child {
  flex: 1;
  text-align: center;
}

.gallery-heading h2 {
  margin-bottom: 0;
}

.carousel-controls {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  gap: 8px;
}

.carousel-controls button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(34, 211, 213, 0.28);
  border-radius: 7px;
  background: rgba(4, 17, 22, 0.86);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: rgba(0, 174, 182, 0.18);
  color: var(--accent);
  outline: none;
}

.carousel-controls button span {
  font-size: 14px;
  font-weight: 800;
}

.media-carousel,
.review-carousel {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.media-carousel:focus-visible,
.review-carousel:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.media-carousel.is-dragging,
.review-carousel.is-dragging {
  cursor: grabbing;
}

.media-track,
.review-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding-inline: 18px;
  will-change: transform;
}

.media-slide {
  position: relative;
  width: clamp(190px, 18vw, 260px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 213, 0.24);
  border-radius: 8px;
  background: #061014;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
}

.media-slide::after {
  display: none;
}

.media-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.media-slide:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.06);
}

.media-slide figcaption {
  display: none;
}

.brand-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.brand-card {
  grid-column: span 2;
  min-width: 0;
}

.brand-card:nth-child(n + 4) {
  grid-column: span 3;
}

.brand-card.brand-card-combined {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.8fr);
  grid-template-rows: 1fr;
}

.brand-card-combined .brand-card-feature {
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.brand-card-combined .brand-card-feature img {
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
}

.brand-card .brand-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  text-align: center;
}

.brand-card-combined .brand-card-body {
  justify-content: center;
  min-height: 320px;
  padding: 32px;
}

.brand-card-combined h3 {
  min-height: 0;
  margin-top: 0;
}

.brand-card .brand-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: auto;
  padding: 18px 0 0;
}

.brand-members span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(34, 211, 213, 0.25);
  border-radius: 6px;
  background: rgba(34, 211, 213, 0.08);
  color: #dffdfb;
  font-size: 12px;
  font-weight: 800;
}

.group-label {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-card h3 {
  min-height: 50px;
  display: grid;
  place-items: center;
  margin: 8px 0;
}

.brand-card p {
  margin-bottom: 0;
  text-align: center;
}

.brand-note {
  max-width: 780px;
  margin: 26px auto 0;
  color: rgba(220, 232, 240, 0.62);
  font-size: 13px;
  text-align: center;
}

.tuning-visual img:first-child {
  animation: visual-float 6s ease-in-out infinite;
}

.tuning-visual img:last-child {
  animation: visual-float 6s ease-in-out 1.2s infinite reverse;
}

.about-text {
  align-self: center;
}

.reviews-head {
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
}

.reviews-head > div:first-child {
  text-align: center;
}

.review-summary {
  display: grid;
  gap: 12px;
}

.rating-box {
  min-height: 150px;
  background: linear-gradient(145deg, #00aeb6, #054550);
  border: 1px solid rgba(102, 238, 233, 0.34);
}

.review-track {
  padding-block: 8px 18px;
}

.review-card {
  width: 330px;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-card p {
  margin: 18px 0;
  color: #f0f8fa;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.google-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #4285f4 !important;
  font-size: 15px !important;
  font-weight: 800;
}

.reviews-link {
  width: fit-content;
  display: block;
  margin: 10px auto 0;
  border-bottom: 1px solid var(--accent);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.quote-form {
  position: relative;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-trap[hidden] {
  display: none !important;
}

.faq-list details,
.legal-grid details {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.faq-list details:hover,
.legal-grid details:hover,
.faq-list details[open],
.legal-grid details[open] {
  transform: translateX(4px);
  border-color: rgba(34, 211, 213, 0.42);
  background: rgba(7, 24, 30, 0.94);
}

.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contact-list {
  text-align: center;
}

.phone-widget {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 80;
  display: grid;
  justify-items: end;
  gap: 10px;
}

.phone-trigger {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid rgba(102, 238, 233, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, #00b7bf, #06727d);
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 174, 182, 0.32);
  cursor: pointer;
  font-weight: 800;
  animation: phone-pulse 3s ease-in-out infinite;
}

.phone-icon {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}

.phone-panel {
  width: min(310px, calc(100vw - 36px));
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(34, 211, 213, 0.32);
  border-radius: 8px;
  background: rgba(3, 13, 17, 0.97);
  color: #ffffff;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  transform-origin: right bottom;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.phone-panel > span {
  color: rgba(220, 232, 240, 0.68);
  font-size: 13px;
}

.phone-panel a {
  display: grid;
  padding: 11px 12px;
  border: 1px solid rgba(34, 211, 213, 0.18);
  border-radius: 6px;
  background: rgba(34, 211, 213, 0.07);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.phone-panel a:hover,
.phone-panel a:focus {
  border-color: var(--accent);
  background: rgba(34, 211, 213, 0.14);
}

.phone-panel small {
  color: var(--accent);
  font-size: 11px;
  text-transform: uppercase;
}

.phone-widget.is-open .phone-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.phone-widget.is-open .phone-trigger {
  animation: none;
}

.reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease var(--reveal-delay, 0ms),
    transform 700ms cubic-bezier(0.2, 0.72, 0.2, 1) var(--reveal-delay, 0ms);
}

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

@keyframes hero-breathe {
  from {
    transform: scale(1.06) translate3d(-0.5%, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(0.8%, -0.4%, 0);
  }
}

@keyframes visual-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes phone-pulse {
  0%,
  100% {
    box-shadow: 0 18px 50px rgba(0, 174, 182, 0.28), 0 0 0 0 rgba(34, 211, 213, 0);
  }
  50% {
    box-shadow: 0 18px 50px rgba(0, 174, 182, 0.4), 0 0 0 9px rgba(34, 211, 213, 0.09);
  }
}

@media (max-width: 980px) {
  .gallery-heading {
    display: grid;
    justify-items: center;
  }

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

  .brand-card,
  .brand-card:nth-child(n + 4) {
    grid-column: span 1;
  }

  .brand-card.brand-card-combined,
  .brand-card:last-child {
    grid-column: 1 / -1;
  }

  .brand-card.brand-card-combined {
    grid-template-columns: 1fr;
  }

  .brand-card-combined .brand-card-feature img {
    min-height: 260px;
  }

  .brand-card-combined .brand-card-body {
    min-height: 0;
  }

  .quick-grid > * {
    text-align: center !important;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 96svh;
  }

  .hero-content.hero-column {
    padding-top: 110px;
    padding-bottom: 142px;
  }

  .hero h1,
  main h1 {
    font-size: 34px;
  }

  main h2 {
    font-size: 28px;
  }

  main h3 {
    font-size: 19px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .gallery-section {
    padding-block: 70px;
  }

  .media-slide {
    width: min(64vw, 240px);
  }

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

  .brand-card:last-child {
    grid-column: auto;
  }

  .reviews-head {
    grid-template-columns: 1fr;
  }

  .review-summary {
    width: min(240px, 100%);
    margin-inline: auto;
  }

  .rating-box {
    place-items: center;
    text-align: center;
  }

  .review-card {
    width: min(82vw, 330px);
  }

  .phone-label {
    display: none;
  }

  .phone-trigger {
    width: 52px;
    min-height: 52px;
    justify-content: center;
    padding: 0;
  }

  .phone-icon {
    width: 22px;
    height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media,
  .tuning-visual img,
  .phone-trigger {
    animation: none !important;
  }

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

/* Creative black edition */
:root {
  --bg: #020407;
  --bg-soft: #07111a;
  --ink: #f7fbff;
  --muted: #a7b6c3;
  --paper: #020407;
  --paper-2: #07111a;
  --text: #f7fbff;
  --text-soft: #a7b6c3;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(105, 169, 182, 0.18);
  --red: #1f91d2;
  --red-dark: #106ca4;
  --amber: #69d5ef;
  --blue-pale: rgba(31, 145, 210, 0.15);
  --blue-ink: #69d5ef;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.44);
}

html {
  background: #020407;
}

body {
  position: relative;
  isolation: isolate;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(2, 4, 7, 0.94), rgba(2, 4, 7, 1)),
    repeating-linear-gradient(90deg, rgba(105, 213, 239, 0.055) 0 1px, transparent 1px 84px),
    repeating-linear-gradient(0deg, rgba(105, 213, 239, 0.04) 0 1px, transparent 1px 84px),
    #020407;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(31, 145, 210, 0.18) 24.2%, transparent 24.7% 100%),
    linear-gradient(70deg, transparent 0 70%, rgba(105, 213, 239, 0.12) 70.2%, transparent 70.7% 100%);
  opacity: 0.85;
}

main,
.footer {
  position: relative;
  z-index: 1;
}

.site-header {
  background: rgba(2, 4, 7, 0.86);
  border-bottom: 1px solid rgba(105, 213, 239, 0.18);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.32);
}

.brand-logo,
.brand .custom-logo {
  background: rgba(255, 255, 255, 0.96);
  padding: 3px 7px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.nav-menu a {
  color: rgba(247, 251, 255, 0.78);
}

.nav-menu a:hover,
.nav-menu a:focus {
  background: rgba(105, 213, 239, 0.11);
  color: white;
}

.nav-toggle {
  border-color: rgba(105, 213, 239, 0.24);
  background: rgba(105, 213, 239, 0.1);
}

.nav-toggle span:not(.sr-only) {
  background: white;
}

.hero {
  min-height: 82svh;
  background: #020407;
  color: white;
}

.hero-media {
  filter: grayscale(0.35) contrast(1.18) brightness(0.54);
  opacity: 0.78;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.98) 0%, rgba(2, 4, 7, 0.86) 42%, rgba(2, 4, 7, 0.34) 74%, rgba(2, 4, 7, 0.72) 100%),
    linear-gradient(0deg, rgba(2, 4, 7, 1) 0%, rgba(2, 4, 7, 0.42) 42%, rgba(2, 4, 7, 0.16) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(105, 213, 239, 0.08) 19px 20px),
    linear-gradient(90deg, rgba(31, 145, 210, 0.28), transparent 34%);
  mask-image: linear-gradient(90deg, black, black 45%, transparent 82%);
  opacity: 0.72;
}

.hero-content {
  z-index: 2;
  padding: 124px 0 92px;
}

.eyebrow {
  color: var(--amber);
}

.eyebrow.dark {
  color: var(--amber);
}

.hero h1 {
  max-width: 720px;
  color: white;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.68);
}

.hero h1::after {
  content: "";
  display: block;
  width: min(220px, 46vw);
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--red), var(--amber), transparent);
}

.hero-copy {
  color: rgba(232, 242, 248, 0.84);
}

.button {
  border-color: rgba(105, 213, 239, 0.25);
  background: rgba(7, 17, 26, 0.72);
  color: white;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.button.primary {
  background: linear-gradient(135deg, #1f91d2, #0d5c93);
  border-color: rgba(105, 213, 239, 0.4);
  box-shadow: 0 18px 48px rgba(31, 145, 210, 0.22);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.04);
}

.hero-stats div {
  background: rgba(7, 17, 26, 0.74);
  border: 1px solid rgba(105, 213, 239, 0.2);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  color: white;
}

.hero-stats span {
  color: rgba(232, 242, 248, 0.68);
}

.quick-contact {
  background: linear-gradient(90deg, #020407, #073452 46%, #1f91d2 100%);
  border-top: 1px solid rgba(105, 213, 239, 0.24);
  border-bottom: 1px solid rgba(105, 213, 239, 0.22);
}

.section,
.intro-section,
.about-section,
.quote-section,
.faq-section,
.legal-section {
  position: relative;
  background: rgba(2, 4, 7, 0.92);
  color: var(--ink);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(105, 213, 239, 0.1), transparent 18% 82%, rgba(31, 145, 210, 0.08)),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(255, 255, 255, 0.035) 120px);
  opacity: 0.42;
}

.section > .shell {
  position: relative;
  z-index: 1;
}

.band,
.reviews-section,
.contact-section,
.tuning-section {
  background:
    linear-gradient(180deg, rgba(2, 4, 7, 0.98), rgba(4, 13, 20, 0.98)),
    repeating-linear-gradient(135deg, rgba(105, 213, 239, 0.06) 0 1px, transparent 1px 26px);
}

.section-copy h2,
.section-head h2,
.reviews-head h2,
.quote-copy h2,
.contact-card h2,
.about-section h2,
.section-head h1,
main h1 {
  color: white;
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.28);
}

.section-copy p:not(.eyebrow),
.section-head p,
.quote-copy p,
.about-text p,
.contact-card dd,
.faq-list p,
.legal-grid p,
.brand-card p {
  color: rgba(220, 232, 240, 0.72);
}

.intro-panel img,
.quote-image img,
.tuning-visual img,
.brand-card img {
  filter: saturate(0.92) contrast(1.08);
}

.intro-panel img,
.quote-image img,
.tuning-visual img,
.brand-card,
.service-card,
.review-card,
.contact-card,
.quote-form,
.faq-list details,
.legal-grid details {
  border: 1px solid rgba(105, 213, 239, 0.18);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
}

.service-card,
.review-card,
.contact-card,
.quote-form,
.faq-list details,
.legal-grid details,
.brand-card {
  background: rgba(7, 17, 26, 0.86);
  color: white;
  backdrop-filter: blur(12px);
}

.service-card,
.brand-card,
.review-card {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card::before,
.brand-card::before,
.review-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--amber), var(--red), transparent);
  opacity: 0.9;
}

.service-card:hover,
.brand-card:hover,
.review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(105, 213, 239, 0.42);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(105, 213, 239, 0.12);
}

.service-code {
  color: var(--amber);
  font-size: 14px;
}

.service-card h3,
.brand-card h3 {
  color: white;
}

.brand-strip span,
.tuning-list span {
  background: rgba(31, 145, 210, 0.12);
  border-color: rgba(105, 213, 239, 0.28);
  color: #eaf8ff;
}

.panel-note {
  background: rgba(2, 4, 7, 0.92);
  border-color: rgba(105, 213, 239, 0.24);
}

.rating-box {
  background: linear-gradient(135deg, #1f91d2, #0b334f);
  box-shadow: 0 22px 66px rgba(31, 145, 210, 0.28);
}

label,
fieldset,
legend {
  color: #edf8ff;
}

input,
select,
textarea {
  border-color: rgba(105, 213, 239, 0.24);
  background: rgba(2, 4, 7, 0.72);
  color: white;
}

input::placeholder,
textarea::placeholder {
  color: rgba(220, 232, 240, 0.58);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(105, 213, 239, 0.18);
}

.check-grid label,
.consent {
  color: rgba(220, 232, 240, 0.78);
}

.quote-result {
  background: rgba(2, 4, 7, 0.72);
  border-color: rgba(105, 213, 239, 0.2);
}

.map-wrap {
  border-color: rgba(105, 213, 239, 0.22);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
}

.map-wrap iframe {
  filter: grayscale(0.28) contrast(1.05) brightness(0.92);
}

.footer {
  background: #010204;
  border-top: 1px solid rgba(105, 213, 239, 0.16);
}

@media (max-width: 980px) {
  .nav-menu {
    background: rgba(2, 4, 7, 0.98);
    border-color: rgba(105, 213, 239, 0.22);
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 88svh;
  }

  .hero-content {
    padding: 108px 0 88px;
  }

  .hero h1 {
    font-size: clamp(34px, 12vw, 44px);
  }
}

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

/* Turquoise overrides must remain last in the cascade. */
.gallery-heading,
.reviews-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.gallery-heading > div:first-child,
.reviews-head > div:first-child {
  width: 100%;
}

.review-summary {
  grid-template-columns: 150px auto;
  align-items: end;
  justify-content: center;
}

@media (max-width: 700px) {
  .review-summary {
    grid-template-columns: 1fr;
  }
}

:root {
  --red: #00aeb6;
  --red-dark: #06727d;
  --amber: #66eee9;
  --blue-pale: rgba(34, 211, 213, 0.12);
  --blue-ink: #66eee9;
}

body {
  background:
    linear-gradient(180deg, rgba(1, 4, 7, 0.95), #010407),
    repeating-linear-gradient(90deg, rgba(34, 211, 213, 0.04) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(34, 211, 213, 0.03) 0 1px, transparent 1px 96px),
    #010407;
}

body::before {
  background:
    linear-gradient(112deg, transparent 0 24%, rgba(34, 211, 213, 0.13) 24.2%, transparent 24.7% 100%),
    linear-gradient(68deg, transparent 0 72%, rgba(0, 174, 182, 0.1) 72.2%, transparent 72.7% 100%);
}

.site-header,
.site-header.is-scrolled {
  border-bottom-color: rgba(34, 211, 213, 0.24);
}

.hero {
  min-height: 86svh;
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 50%, rgba(6, 114, 125, 0.2), transparent 42%),
    linear-gradient(90deg, rgba(1, 4, 7, 0.94), rgba(1, 4, 7, 0.72) 50%, rgba(1, 4, 7, 0.72)),
    linear-gradient(0deg, #010407 0%, rgba(1, 4, 7, 0.18) 52%, rgba(1, 4, 7, 0.42));
}

.hero::before {
  background:
    repeating-linear-gradient(135deg, transparent 0 20px, rgba(34, 211, 213, 0.07) 21px 22px),
    linear-gradient(90deg, rgba(0, 174, 182, 0.18), transparent 42%, rgba(0, 174, 182, 0.08));
  mask-image: none;
}

.hero-content.hero-column {
  padding-top: 132px;
  padding-bottom: 122px;
}

.hero h1,
main h1 {
  max-width: 820px;
  font-size: 44px;
}

.button.primary {
  background: linear-gradient(135deg, #00b7bf, #06727d);
  border-color: rgba(102, 238, 233, 0.54);
  box-shadow: 0 18px 48px rgba(0, 174, 182, 0.24);
}

.quick-contact {
  background: linear-gradient(90deg, #010407, #063f48 48%, #00aeb6);
  border-color: rgba(34, 211, 213, 0.34);
}

.gallery-section {
  background:
    linear-gradient(180deg, #02070a, #041116),
    repeating-linear-gradient(135deg, rgba(34, 211, 213, 0.04) 0 1px, transparent 1px 30px);
}

.rating-box {
  background: linear-gradient(145deg, #00aeb6, #054550);
  border-color: rgba(102, 238, 233, 0.34);
  box-shadow: 0 22px 66px rgba(0, 174, 182, 0.25);
}

.tuning-list span {
  background: rgba(34, 211, 213, 0.09);
  border-color: rgba(34, 211, 213, 0.28);
}

@media (max-width: 700px) {
  .hero {
    min-height: 96svh;
  }

  .hero-content.hero-column {
    padding-top: 110px;
    padding-bottom: 142px;
  }

  .hero h1,
  main h1 {
    font-size: 34px;
  }
}
