/* ============================================================
   RESET & VARIABLES
   ============================================================ */
html, body { margin: 0; padding: 0; }

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green: #8fc63e;
  --dark: #2a2a2a;
  --darker: #1a1a1a;
  --mid: #3a3a3a;
  --text-light: #ffffff;
  --text-gray: #cccccc;
}

body {
  font-family: 'Lato', sans-serif;
  background: var(--darker);
  color: var(--text-light);
  overflow-x: hidden;
}

/* ============================================================
   MOBILE-ONLY ELEMENTS (hidden on desktop)
   ============================================================ */
.mobile-topbar {
  display: none;
  background: #3a3a3a;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 2px solid #555;
}

.mobile-menu-label {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  letter-spacing: 3px;
  color: #fff;
}

.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: background 0.2s;
}

.hamburger:hover span { background: var(--green); }

.mobile-nav {
  display: none;
  flex-direction: column;
  background: #3a3a3a;
  border-bottom: 2px solid #555;
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  color: var(--text-light);
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 2px;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #4a4a4a;
  transition: color 0.2s;
}

.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a.active,
.mobile-nav a:hover { color: var(--green); }

.mobile-header {
  display: none;
  position: relative;
  background: #444;
  overflow: hidden;
  padding: 30px 20px 36px;
}

.mobile-diagonal {
  position: absolute;
  inset: 0;
  background: #555;
  clip-path: polygon(30% 0, 70% 0, 55% 100%, 15% 100%);
  z-index: 0;
}

.mobile-header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.mobile-logo { display: flex; justify-content: center; }

.mobile-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.mobile-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.mobile-contact-row span { font-size: 1rem; color: #ccc; }

.icon-diamond-mob {
  width: 42px;
  height: 42px;
  background: #3a3a3a;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #555;
}

.icon-diamond-mob svg {
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}

/* ============================================================
   DESKTOP HEADER
   ============================================================ */
.desktop-header {
  background: #4a4a4a;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.desktop-header::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 38%;
  height: 100%;
  background: #555;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.desktop-header::after {
  content: '';
  position: absolute;
  right: 0; top: 0;
  width: 38%;
  height: 100%;
  background: #555;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.icon-diamond {
  width: 44px;
  height: 44px;
  background: #333;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #555;
}

.icon-diamond svg {
  transform: rotate(-45deg);
  width: 22px;
  height: 22px;
}

.header-contact span {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-light);
  letter-spacing: 0.5px;
}

.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}

.logo-img {
  height: 160px;
  width: auto;
  display: block;
}

.footer-logo-img {
  height: 200px;
  width: auto;
}

.mobile-logo .logo-img {
  height: 110px;
}

/* ============================================================
   DESKTOP NAV
   ============================================================ */
.desktop-nav {
  background: #333;
  display: flex;
  justify-content: center;
}

.desktop-nav a {
  color: var(--text-light);
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  padding: 18px 60px;
  text-transform: uppercase;
  transition: color 0.2s;
}

.desktop-nav a.active,
.desktop-nav a:hover { color: var(--green); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  /* Replace URL with your own image e.g. url('/images/hero.jpg') */
  background:
    linear-gradient(rgba(80,40,20,0.62), rgba(30,20,10,0.75)),
    url('/images/homebody.png') center/cover no-repeat;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 40px;
  max-width: 900px;
}

.hero-content h1 {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.8vw, 1.7rem);
  line-height: 1.55;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.hero-content p {
  font-family: 'Lato', sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: #ddd;
  margin-bottom: 32px;
  letter-spacing: 0.3px;
}

.hero-btn-wrap {
  display: inline-flex;
  align-items: center;
  background: rgba(30,30,30,0.85);
  border: 1px solid var(--green);
  font-family: 'Lato', sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 14px 22px;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-btn-wrap span { color: #fff; }

.hero-lang {
  font-size: 0.75rem;
  color: var(--green);
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}

.hero-lang:hover { color: #fff; text-decoration: underline; }

/* ============================================================
   FOOTER STRIP
   ============================================================ */
.footer-strip {
  background: #222;
  position: relative;
  overflow: visible;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 180px;
}

.footer-strip::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 55%;
  height: 100%;
  background: #2e2e2e;
  clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
  z-index: 0;
}

.footer-strip::after {
  content: '';
  position: absolute;
  right: 0; top: 0;
  width: 55%;
  height: 100%;
  background: #2e2e2e;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 10% 100%);
  z-index: 0;
}

.footer-left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-contact-row span {
  font-size: 1.05rem;
  font-weight: 400;
  color: #ccc;
}

.icon-diamond-sm {
  width: 36px;
  height: 36px;
  background: #3a3a3a;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-diamond-sm svg {
  transform: rotate(-45deg);
  width: 16px;
  height: 16px;
}

.footer-center {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

/* ============================================================
   BOTTOM FOOTER BAR
   ============================================================ */
.footer-bar {
  background: #3a3a3a;
  padding: 16px 40px;
  text-align: center;
  border-top: 1px solid #555;
}

.footer-bar nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 6px;
  background: transparent;
}

.footer-bar nav a {
  color: #ccc;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 2px;
  padding: 4px 40px;
  text-transform: uppercase;
  transition: color 0.2s;
  background: transparent;
}

.footer-bar nav a.active,
.footer-bar nav a:hover { color: var(--green); }

.footer-bar .copyright {
  font-family: 'Lato', sans-serif;
  font-size: 0.78rem;
  color: #999;
  letter-spacing: 0.5px;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-wrapper {
  background: #e8e8e8;
  padding: 30px 20px 0;
}

.services-card {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 40px 50px;
  border: 1px solid #ccc;
  text-align: center;
  color: #222;
}

.services-title {
  font-family: 'Cinzel', serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.services-title::before,
.services-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #bbb;
}

.services-list {
  text-align: left;
  margin-bottom: 24px;
}

.services-list p {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.6;
}

.services-list strong { color: #111; }

.app-link {
  display: block;
  color: #c8a000;
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.2s;
}

.app-link:hover { text-decoration: underline; }

.services-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 0 20px;
}

.services-subtitle {
  font-family: 'Cinzel', serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #222;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.services-subtitle::before,
.services-subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #bbb;
}

.reviews-btn {
  display: inline-block;
  background: #2a2a2a;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.2s;
}

.reviews-btn:hover { background: #444; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #1a1a1a;
  border-top: 3px solid var(--green);
  width: 100%;
}

.service-item {
  padding: 30px 20px;
  text-align: center;
  border-right: 1px solid #333;
}

.service-item:last-child { border-right: none; }

.service-item h3 {
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
}

.service-item p {
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  color: #aaa;
  line-height: 1.6;
}

/* ============================================================
   TABLET (601px – 900px)
   ============================================================ */
@media (max-width: 900px) {
  .desktop-header { padding: 16px 20px; }
  .desktop-header::before, .desktop-header::after { width: 44%; }
  .header-contact span { font-size: 1rem; }
  .header-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .logo-img { height: 80px; }
  .desktop-nav a { padding: 16px 28px; font-size: 0.78rem; letter-spacing: 1.2px; }
  .hero-content { padding: 50px 24px; }
  .footer-strip { padding: 40px 24px; min-height: 160px; }
  .footer-contact-row span { font-size: 0.95rem; }
  .footer-logo-img { height: 120px; }
  .footer-bar { padding: 14px 20px; }
  .footer-bar nav a { padding: 4px 20px; font-size: 0.72rem; }
  .services-card { padding: 30px 24px; }
  .services-title, .services-subtitle { font-size: 1.8rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-item { border-right: none; border-bottom: 1px solid #333; }
}

/* ============================================================
   MOBILE (≤ 600px)
   ============================================================ */
@media (max-width: 600px) {
  .mobile-topbar { display: flex; }
  .mobile-header { display: block; }
  .desktop-header { display: none; }
  .desktop-nav { display: none; }

  .hero-content { padding: 40px 18px; }
  .hero-content h1 { font-size: 1rem; }
  .hero-content p { font-size: 0.88rem; }
  .hero-btn-wrap { font-size: 0.8rem; padding: 12px 20px; }

  .footer-strip {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 18px;
    gap: 24px;
    min-height: unset;
  }
  .footer-strip::before, .footer-strip::after { display: none; }
  .footer-left { align-items: center; width: 100%; }
  .footer-contact-row { justify-content: center; }
  .footer-center { width: 100%; justify-content: center !important; }
  .footer-logo-img { height: 110px; }

  .footer-bar { padding: 14px 16px; }
  .footer-bar nav { flex-wrap: wrap; }
  .footer-bar nav a { padding: 6px 12px; font-size: 0.68rem; }

  .services-wrapper { padding: 16px; }
  .services-card { padding: 24px 16px; }
  .services-title, .services-subtitle { font-size: 1.4rem; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-btn { font-size: 0.78rem; padding: 14px 20px; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-intro {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: #333;
  text-align: left;
  margin-bottom: 28px;
  line-height: 1.7;
}

.contact-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.contact-spacer {
  flex: 1;
}

.contact-box {
  flex: 1;
  background: #8fc63e;
  border: 2px solid #6a9e2e;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.contact-box p {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: #222;
  line-height: 1.7;
}

.contact-box strong {
  font-weight: 700;
  color: #111;
}

.contact-box a {
  color: #222;
  text-decoration: none;
}

.contact-box a:hover { text-decoration: underline; }

.contact-box .reviews-btn {
  display: inline-block;
  margin-top: 10px;
  background: #2a2a2a;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 11px 20px;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.2s;
  white-space: nowrap;
  width: fit-content;
  align-self: center;
}

.contact-box .reviews-btn:hover { background: #444; color: #fff; }

.contact-disclaimer {
  font-family: 'Lato', sans-serif;
  font-size: 0.88rem;
  color: #444;
  text-align: left;
  line-height: 1.7;
  padding-bottom: 40px;
}

.contact-disclaimer strong { color: #111; }

/* Contact tablet */
@media (max-width: 900px) {
  .contact-spacer { display: none; }
  .contact-layout { flex-direction: column; }
  .contact-box { flex: unset; width: 100%; }
}

/* Contact mobile */
@media (max-width: 600px) {
  .contact-box { padding: 24px 20px; text-align: center; }
  .contact-box .reviews-btn { font-size: 0.78rem; padding: 13px 18px; }
  .contact-disclaimer { padding-bottom: 24px; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-title {
  font-family: 'Cinzel', serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 24px;
  line-height: 1.4;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-title::before,
.about-title::after {
  content: '';
  display: block;
  width: 280px;
  height: 1px;
  background: #bbb;
  position: absolute;
  top: 0.6em;
}

.about-title::before { right: 100%; margin-right: 16px; }
.about-title::after  { left: 100%; margin-left: 16px; }

.about-text {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 20px;
}

.about-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-bottom: 10px;
}

.about-buttons .reviews-btn {
  width: auto;
  min-width: 320px;
  text-align: center;
}

@media (max-width: 600px) {
  .about-title { font-size: 1.6rem; }
  .about-title::before,
  .about-title::after { display: none; }
  .about-buttons .reviews-btn { min-width: unset; width: 100%; }
}