:root {
  --black: #050505;
  --charcoal: #111111;
  --panel: #171717;
  --panel-2: #202020;
  --red: #d60000;
  --red-light: #ff1818;
  --white: #ffffff;
  --silver: #c9c9c9;
  --muted: #9f9f9f;
  --line: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.navbar {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 92px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-link { display: flex; align-items: center; }

.site-logo {
  width: 230px;
  max-height: 76px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--silver);
  letter-spacing: .03em;
}

.nav-links a:hover { color: var(--white); }

.phone-pill {
  background: linear-gradient(135deg, var(--red), #a00000);
  color: var(--white) !important;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(214,0,0,.35);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.9rem;
  cursor: pointer;
}

.hero {
  min-height: calc(100vh - 92px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 90px 24px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 36%, rgba(0,0,0,.2) 100%),
    url("https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1900&q=90") center right / cover no-repeat;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.eyebrow {
  color: var(--red-light);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 900;
  margin: 0 0 12px;
}

h1, h2, h3, h4 { line-height: 1.05; margin-top: 0; }

h1 {
  max-width: 820px;
  font-size: clamp(3.4rem, 7.5vw, 7.3rem);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -.04em;
}

h1 span { color: var(--red-light); }

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: -.02em;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h4 {
  color: var(--white);
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.hero-copy {
  max-width: 610px;
  color: #e7e7e7;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.hero-actions, .contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0;
}

.btn {
  display: inline-block;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: .92rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--red-light), #a00000);
  color: var(--white);
  box-shadow: 0 0 24px rgba(214,0,0,.32);
}

.btn-secondary {
  border-color: rgba(255,255,255,.45);
  color: var(--white);
  background: rgba(0,0,0,.28);
}

.trust-row {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 1px;
  max-width: 780px;
  background: var(--line);
  border: 1px solid var(--line);
}

.trust-row div {
  padding: 16px;
  background: rgba(0,0,0,.44);
}

.trust-row strong {
  display: block;
  text-transform: uppercase;
  font-size: .88rem;
}

.trust-row span {
  color: var(--muted);
  font-size: .9rem;
}

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 86px 24px;
}

.intro, .service-area {
  text-align: center;
  max-width: 960px;
}

.intro p, .service-area p, .section-heading p, .contact-copy p {
  color: #d6d6d6;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.service-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--panel), #0b0b0b);
  box-shadow: 0 24px 90px rgba(0,0,0,.3);
}

.service-card.featured, .ceramic-card.featured {
  border-color: rgba(255,24,24,.7);
  box-shadow: 0 0 0 1px rgba(255,24,24,.18), 0 24px 100px rgba(214,0,0,.13);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.card-content { padding: 34px; }

.card-content h3::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: var(--red);
  margin-top: 12px;
}

.card-content p, .card-content li, .ceramic-card p {
  color: #d4d4d4;
}

.card-content ul {
  columns: 2;
  padding-left: 18px;
  margin: 20px 0 26px;
}

.pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pricing div {
  background: rgba(255,255,255,.045);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}

.pricing p { margin: 0; }

.note {
  color: var(--muted) !important;
  font-size: .92rem;
  margin-top: 16px;
}

.ceramic-section {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)), #0d0d0d;
  border-radius: 30px;
}

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

.ceramic-card {
  background: linear-gradient(180deg, var(--panel), #0b0b0b);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
}

.ceramic-card h3 { color: var(--red-light); }
.pricing.single { grid-template-columns: 1fr; }

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

.addons-grid span {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel), #0d0d0d);
  border-radius: 16px;
  padding: 18px;
  color: #e5e5e5;
  font-weight: 700;
}

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

.gallery-grid img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--line);
  filter: saturate(.92) contrast(1.04);
}

.contact-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel), #0b0b0b);
}

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  background: #070707;
  color: var(--white);
  border-radius: 10px;
  padding: 15px 16px;
  font: inherit;
}

input::placeholder, textarea::placeholder { color: #777; }

.footer {
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 42px 20px;
  color: var(--silver);
  background: #030303;
}

.footer-emblem {
  width: 120px;
  margin: 0 auto 18px;
}

.footer a { color: var(--white); }

@media (max-width: 980px) {
  .navbar { min-height: 82px; }
  .site-logo { width: 180px; }
  .nav-toggle { display: block; }

  .nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 22px;
    background: #050505;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 0; }

  .hero {
    min-height: 78vh;
    background:
      linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.7)),
      url("https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1400&q=85") center / cover no-repeat;
  }

  .trust-row, .service-card, .contact-section {
    grid-template-columns: 1fr;
  }

  .service-card img { min-height: 260px; }
  .card-content ul { columns: 1; }
  .pricing, .ceramic-grid, .addons-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 245px; }
}


.booking-only-section {
  align-items: stretch;
}

.booking-card {
  background: linear-gradient(180deg, var(--panel), #0b0b0b);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
}

.booking-card h3 {
  color: var(--red-light);
}

.booking-card ul {
  margin: 0;
  padding-left: 20px;
}

.booking-card li {
  color: #d4d4d4;
  margin-bottom: 10px;
}


.legal-page {
  max-width: 980px;
}

.legal-page h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  margin-bottom: 22px;
}

.legal-page h2 {
  font-size: 1.45rem;
  margin-top: 38px;
  margin-bottom: 12px;
}

.legal-page p,
.legal-page li {
  color: #d6d6d6;
}

.legal-page a {
  color: var(--white);
  text-decoration: underline;
}
