/* ============================================================
   Raynard & Gogol — Master Stylesheet
   Rebuilt 11 April 2026
   NEVER rename this file.
   ============================================================ */

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

/* BASE */
body {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  line-height: 1.6;
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display SC', serif;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

h1 { font-size: 2.8rem; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.5rem; margin-bottom: 12px; }
h4 { font-size: 1.15rem; margin-bottom: 8px; }

p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }

a { color: #61CE70; }

ul, ol { padding-left: 20px; }
li { margin-bottom: 8px; }

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* MAIN */
main {
  padding-top: 70px;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #1a1a1a;
  padding: 1rem 2rem;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  color: #61CE70;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Playfair Display SC', serif;
}

.nav-links a {
  color: white;
  text-decoration: none;
  margin-left: 2rem;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #61CE70;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: 0.3s;
  display: block;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  display: inline-block;
  background: #61CE70;
  color: #1a1a1a;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

.btn-primary:hover {
  background: #4aa857;
  color: #1a1a1a;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 80px 0 60px 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-content h1 {
  color: white;
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin-bottom: 20px;
}

.hero-content p {
  color: white;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  margin-bottom: 30px;
}

/* ============================================================
   SERVICE-LOCATION HERO
   ============================================================ */
.sl-hero {
  background: url('/assets/images/Raynard-Gogol-2.webp') center/cover;
  background-color: #1a1a1a;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 80px 0 60px 0;
}

.sl-hero-mobile-text {
  display: none;
  background: #1a1a1a;
  padding: 30px 20px;
  text-align: center;
}

/* ============================================================
   VALUE GRID
   ============================================================ */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.value-item {
  text-align: center;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.card-1 { background: #d4edda; }
.card-2 { background: #f0f4f7; }
.card-3 { background: #f7f3f0; }

.value-icon { margin-bottom: 20px; }

.value-icon svg {
  width: 44px;
  height: 44px;
  stroke: #61CE70;
  stroke-width: 1.5;
  fill: none;
  margin: 0 auto;
  display: block;
}

.value-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-family: 'Playfair Display SC', serif;
}

.value-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* ============================================================
   SERVICE HUB
   ============================================================ */
.service-hero {
  text-align: center;
  padding: 80px 20px 40px;
}

.service-content {
  padding: 40px 0;
}

.locations-grid {
  padding: 40px 0;
}

.locations-grid a {
  color: #61CE70;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.locations-grid a:hover {
  color: #4aa857;
  text-decoration: underline;
}

/* ============================================================
   SERVICES INDEX GRID
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.service-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
  display: block;
  border-top: 3px solid #61CE70;
}

.service-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  color: #333;
}

.service-card h3 {
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.service-card p {
  font-size: 0.9rem;
  color: #666;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
  margin: 30px 0;
  padding: 20px;
  background: white;
  border-left: 4px solid #61CE70;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-item {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.faq-item:last-child { border-bottom: none; }

.faq-item h4 {
  margin-bottom: 8px;
  color: #1a1a1a;
}

.faq-item p {
  color: #555;
  font-size: 0.95rem;
}

/* ============================================================
   NEARBY LOCATIONS
   ============================================================ */
.nearby-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.nearby-list a {
  display: inline-block;
  background: white;
  border: 1px solid #61CE70;
  color: #333;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}

.nearby-list a:hover {
  background: #61CE70;
  color: #1a1a1a;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
}

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

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.2s;
  background: white;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #61CE70;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #111111;
  color: white;
  padding: 60px 0 20px;
  margin-top: 60px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer h3 {
  color: #61CE70;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.footer p {
  color: #aaaaaa;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.footer a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.2s;
}

.footer a:hover {
  color: #61CE70;
}

.footer-bottom {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #333333;
  color: #666666;
  font-size: 0.82rem;
}

/* ============================================================
   STICKY CTA
   ============================================================ */
.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.sticky-cta a {
  background: #61CE70;
  color: #1a1a1a;
  padding: 15px 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
  border-radius: 5px;
  text-align: center;
  font-size: 0.9rem;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.sticky-cta a:hover {
  transform: scale(1.05);
  background: #4aa857;
}

/* ============================================================
   EXIT POPUP
   ============================================================ */
.exit-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  z-index: 1001;
  max-width: 500px;
  width: 90%;
  text-align: center;
}

.exit-popup.active { display: block; }

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
}

.popup-overlay.active { display: block; }

.close-popup {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #333;
  line-height: 1;
}

/* ============================================================
   UTILITY
   ============================================================ */
.text-center { text-align: center; }
.text-green  { color: #61CE70; }
.text-white  { color: white; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mb-20 { margin-bottom: 20px; }

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {

  .hamburger { display: flex; }

  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    flex-direction: column;
    padding: 20px;
  }

  .nav-links.active { display: flex; }

  .nav-links a {
    margin: 10px 0;
    text-align: center;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) { opacity: 0; }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }

  .sl-hero { min-height: 220px; }
  .sl-hero .container { display: none; }
  .sl-hero-mobile-text { display: block; }

  .value-grid { grid-template-columns: 1fr; gap: 20px; }
  .services-grid { grid-template-columns: 1fr; }

  .sticky-cta { bottom: 10px; right: 10px; }

  .sticky-cta a {
    padding: 8px 12px;
    font-size: 0.8rem;
    writing-mode: horizontal-tb;
  }

  .footer-content { grid-template-columns: 1fr; gap: 30px; }

  .nearby-list { flex-direction: column; gap: 10px; }
}

/* ============================================================
   FULL-WIDTH SECTION WRAPPERS — homepage
   ============================================================ */
.section-full {
  width: 100%;
  padding: 40px 20px;
}

.section-full-grey {
  width: 100%;
  padding: 40px 20px;
  background: #f5f5f5;
}

.section-full-dark {
  width: 100%;
  padding: 40px 20px;
  background: #1a1a1a;
}


