/* ================================================================
   Lion Landscapes & Building Services
   ================================================================ */

:root {
  --ink: #161614;
  --ink-soft: #3c3b36;
  --paper: #faf8f4;
  --stone: #efece4;
  --stone-dark: #e2ded3;
  --green: #3e6b3f;
  --green-dark: #2c4a2d;
  --green-light: #eaf0e6;
  --amber: #c98a2d;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(22, 22, 20, 0.10);
  --font-head: "Archivo", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.container {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
}

h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.015em;
}

h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }

h1 em { font-style: normal; color: #a8c8a0; }
.accent { color: var(--green); }

.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }

.section-kicker {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--green);
  margin-bottom: 0.75rem;
}

.section-intro {
  max-width: 46ch;
  margin-top: 1rem;
  color: var(--ink-soft);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(62, 107, 63, 0.35);
}
.btn-primary:hover { background: var(--green-dark); }

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); }

.btn-insta {
  background: var(--ink);
  color: var(--white);
}
.btn-insta:hover { background: #000; }

.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--stone-dark);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark { border-radius: 12px; }

.brand-text { display: flex; flex-direction: column; line-height: 1.15; }

.brand-name {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: 0.16em;
}

.brand-tag {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.site-nav a:hover { color: var(--green); }

.nav-cta {
  background: var(--green);
  color: var(--white) !important;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  font-family: var(--font-head);
}
.nav-cta:hover { background: var(--green-dark); }

.nav-insta { display: inline-flex; color: var(--ink); }
.nav-insta:hover { color: var(--green); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span {
  width: 24px;
  height: 2.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: var(--white);
  overflow: hidden;
  background: #1c1c19;
}

.hero-bg,
.hero-bg svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-inner {
  position: relative;
  padding: clamp(5rem, 11vw, 9rem) 0 clamp(6rem, 12vw, 10rem);
  max-width: 640px;
  margin-left: max(calc((100% - 1120px) / 2), 1.5rem);
}

.hero-kicker {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d9c58f;
  border: 1px solid rgba(217, 197, 143, 0.4);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}

.hero-sub {
  margin-top: 1.3rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 50ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

/* ---------- Trust bar ---------- */
.trustbar {
  background: var(--ink);
  color: var(--white);
  padding: 1.6rem 0;
}

.trustbar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.trust-item { text-align: center; }
.trust-item strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.25rem;
  color: #d9c58f;
}
.trust-item span { font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); }

/* ---------- Services ---------- */
.services { background: var(--paper); }

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  margin-top: 2.8rem;
}

.service-col {
  background: var(--white);
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.service-col-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--green);
  margin-bottom: 1.3rem;
}
.service-col-head h3 { font-size: 1.4rem; color: var(--ink); }

.service-list { list-style: none; }
.service-list li {
  padding: 0.75rem 0 0.75rem 1.7rem;
  border-top: 1px solid var(--stone);
  position: relative;
  color: var(--ink-soft);
  font-size: 0.97rem;
}
.service-list li:first-child { border-top: 0; }
.service-list li strong { color: var(--ink); }
.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.28rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

/* ---------- About ---------- */
.about { background: var(--green-light); }

.about-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.about-copy p { margin-top: 1rem; color: var(--ink-soft); }
.about-copy h2 { margin-bottom: 0.4rem; }

.about-points {
  list-style: none;
  margin-top: 1.6rem;
}
.about-points li {
  position: relative;
  padding: 0.45rem 0 0.45rem 2rem;
  font-weight: 600;
}
.about-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm-1.6 17.1-4.7-4.7 1.7-1.7 3 3 6.2-6.2 1.7 1.7-7.9 7.9z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm-1.6 17.1-4.7-4.7 1.7-1.7 3 3 6.2-6.2 1.7 1.7-7.9 7.9z"/></svg>') center / contain no-repeat;
}

.about-badge {
  position: relative;
  display: grid;
  place-items: center;
  padding: 2.5rem 0;
}
.about-badge img {
  filter: drop-shadow(0 18px 36px rgba(22, 22, 20, 0.22));
  border-radius: 36px;
}

.badge-years {
  position: absolute;
  bottom: 8%;
  right: 6%;
  background: var(--ink);
  color: var(--white);
  border-radius: 14px;
  padding: 0.7rem 1.1rem;
  text-align: center;
  line-height: 1.1;
  box-shadow: var(--shadow);
}
.badge-years strong {
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 900;
}
.badge-years strong span { color: #d9c58f; }
.badge-years em {
  display: block;
  font-style: normal;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.2rem;
}

/* ---------- Work / Reel ---------- */
.work { background: var(--paper); overflow: hidden; }

.reel {
  margin-top: 2.8rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.reel-track {
  display: flex;
  gap: 1.4rem;
  width: max-content;
  animation: reel-scroll 45s linear infinite;
}

.reel:hover .reel-track { animation-play-state: paused; }

@keyframes reel-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 0.7rem)); }
}

@media (prefers-reduced-motion: reduce) {
  .reel-track { animation: none; flex-wrap: nowrap; overflow-x: auto; }
  html { scroll-behavior: auto; }
}

.reel-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(220px, 24vw, 300px);
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 0.2s ease;
}
.reel-card:hover { transform: translateY(-6px); }

.reel-card svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.reel-label {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  right: 0.9rem;
  background: rgba(22, 22, 20, 0.85);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  text-align: center;
}

.work-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.6rem;
}

/* ---------- Google reviews ---------- */
.greviews {
  background: var(--stone);
  text-align: center;
}

.greviews-inner { max-width: 640px; }

.gstars {
  color: var(--amber);
  font-size: 1.7rem;
  letter-spacing: 0.35em;
  margin-bottom: 0.8rem;
}

.greviews-intro {
  margin: 1rem auto 0;
  max-width: 52ch;
  color: var(--ink-soft);
}

.gscore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.6rem;
  background: var(--white);
  border: 1.5px solid var(--stone-dark);
  border-radius: 999px;
  padding: 0.6rem 1.3rem;
  text-decoration: none;
  color: var(--ink);
  font-size: 1rem;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease;
}
.gscore:hover { transform: translateY(-2px); }
.gscore-g { font-family: var(--font-head); font-weight: 700; }
.gscore-star { color: var(--amber); font-size: 1.1rem; }
.gscore-num { font-family: var(--font-head); font-weight: 800; }
.gscore-count { color: var(--ink-soft); font-size: 0.92rem; }

.greviews-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.btn-outline {
  border-color: var(--ink);
  color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--white); }

/* ---------- Contact ---------- */
.contact { background: var(--ink); color: var(--white); }

.contact .section-kicker { color: #d9c58f; }
.contact .accent { color: #a8c8a0; }
.contact-copy > p { margin-top: 1rem; color: rgba(255, 255, 255, 0.8); max-width: 44ch; }

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.5rem;
  align-items: start;
}

.contact-phone {
  margin-top: 1.5rem;
  font-size: 1.15rem;
}
.contact-phone a {
  color: #d9c58f;
  font-family: var(--font-head);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.contact-phone a:hover { text-decoration: underline; }

.contact-insta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.9rem 1.2rem;
  border-radius: 14px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.contact-insta:hover { border-color: #d9c58f; background: rgba(255, 255, 255, 0.06); }

.contact-form {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1.1rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.88rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: var(--font-body);
  font-size: 0.98rem;
  padding: 0.75rem 0.9rem;
  border: 1.5px solid var(--stone-dark);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  width: 100%;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--green);
  outline-offset: 1px;
  border-color: var(--green);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.hp-field { display: none; }

/* ---------- Footer ---------- */
.site-footer {
  background: #101010;
  color: rgba(255, 255, 255, 0.75);
  padding: 3rem 0;
}

.footer-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.footer-brand img { border-radius: 14px; }
.footer-brand strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--white);
  font-size: 1.15rem;
  text-align: left;
}
.footer-brand span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}

.footer-insta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
}
.footer-insta:hover { color: #d9c58f; }

.footer-line { font-size: 0.92rem; }
.footer-copy { font-size: 0.8rem; color: rgba(255, 255, 255, 0.45); }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .about-inner,
  .contact-inner { grid-template-columns: 1fr; }
  .hero-inner { margin-left: auto; padding-inline: 1.5rem; }
  .trustbar-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .services-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  .nav-toggle { display: flex; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--stone-dark);
    display: none;
    padding: 0.5rem 1.5rem 1.2rem;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.8rem 0; font-size: 1.05rem; width: 100%; }
  .nav-cta { text-align: center; margin-top: 0.5rem; }
  .nav-insta { padding: 0.8rem 0; }
}
