/* =============================================
   ROUGHCUT — Industrial Yardwork Brand
   ============================================= */

:root {
  --green-deep: #1a3a2e;
  --green-dark: #122820;
  --green-mid: #2d5240;
  --cream: #f4f0e6;
  --cream-dark: #e8e3d5;
  --orange: #ff6b35;
  --orange-dark: #e55a25;
  --white: #ffffff;
  --text: #1a1a1a;
  --text-muted: #6b6b5a;
  --border: #d4cfc4;
}

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

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── Typography ─── */

.section-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.75rem;
}

.section-label--light { color: rgba(255,107,53,0.8); }

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: var(--green-deep);
  margin-bottom: 1.5rem;
}

/* ─── HERO ─── */

.hero {
  position: relative;
  min-height: 92vh;
  background: var(--green-deep);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 8vw;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-stripe {
  position: absolute;
  right: -5%;
  width: 45vw;
  height: 200%;
  transform-origin: top center;
  opacity: 0.06;
}

.hero-stripe-1 {
  background: var(--cream);
  top: -20%;
  transform: rotate(-12deg);
  height: 240vh;
}

.hero-stripe-2 {
  background: var(--orange);
  top: -30%;
  transform: rotate(-18deg);
  height: 280vh;
  width: 35vw;
  right: 20%;
}

.hero-stripe-3 {
  background: var(--cream);
  top: -15%;
  transform: rotate(-6deg);
  height: 200vh;
  width: 20vw;
  right: 38%;
  opacity: 0.04;
}

.hero-circle {
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 55vw;
  height: 55vw;
  border-radius: 50%;
  border: 1px solid rgba(244,240,230,0.08);
}

.hero-circle::after {
  content: '';
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(244,240,230,0.06);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 5rem 0;
}

.hero-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244,240,230,0.5);
  margin-bottom: 1.25rem;
}

.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--cream);
  margin-bottom: 1.5rem;
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(244,240,230,0.65);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.btn-hero {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 0.9rem 2.5rem;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
  margin-bottom: 2rem;
}

.btn-hero:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-deep);
  background: var(--orange);
  padding: 0.4rem 1rem;
  border-radius: 2px;
}

/* ─── SERVICES ─── */

.services {
  padding: 7rem 8vw;
  background: var(--cream);
}

.services-header {
  margin-bottom: 4rem;
  max-width: 600px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
}

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

.service-card {
  background: var(--white);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.service-card:last-child { border-right: none; }

.service-visual {
  height: 180px;
  position: relative;
  overflow: hidden;
}

/* Tree illustration */
.tree-visual {
  background: linear-gradient(160deg, #1a3a2e 0%, #2d5240 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tree-illustration {
  position: relative;
  width: 80px;
  height: 140px;
}

.tree-trunk {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 80px;
  background: #8b6914;
  border-radius: 2px;
}

.tree-canopy {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #3a7d52;
  border-radius: 50% 50% 45% 45%;
  box-shadow: inset -8px -8px 0 rgba(0,0,0,0.15), inset 4px 4px 0 rgba(255,255,255,0.1);
}

.saw-cut {
  position: absolute;
  top: 55px;
  left: 58px;
  width: 40px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
  transform: rotate(-30deg);
}

.saw-blade {
  position: absolute;
  top: 46px;
  left: 82px;
  width: 16px;
  height: 22px;
  background: var(--orange);
  border-radius: 2px;
  transform: rotate(-30deg);
}

/* Lawn stripes */
.lawn-visual {
  background: linear-gradient(90deg, #4a8c3f 0%, #5a9e4d 16.66%, #3d7a34 16.66%, #3d7a34 33.33%, #4a8c3f 33.33%, #4a8c3f 50%, #5a9e4d 50%, #5a9e4d 66.66%, #3d7a34 66.66%, #3d7a34 83.33%, #4a8c3f 83.33%, #4a8c3f 100%);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lawn-stripes {
  display: flex;
  gap: 0;
  width: 100%;
  height: 100%;
}

.stripe { flex: 1; background: inherit; }

/* Junk pile */
.junk-visual {
  background: linear-gradient(160deg, #8b6914 0%, #5a4510 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.junk-pile {
  position: relative;
  width: 100px;
  height: 80px;
}

.log {
  position: absolute;
  height: 14px;
  border-radius: 7px;
  background: #6b4a0a;
}

.log-1 { width: 90px; bottom: 20px; left: 5px; transform: rotate(-5deg); }
.log-2 { width: 70px; bottom: 38px; left: 15px; transform: rotate(3deg); }
.log-3 { width: 60px; bottom: 52px; left: 20px; transform: rotate(-2deg); }

.debris-pile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 25px;
  background: #4a3510;
  border-radius: 50% 50% 5px 5px;
}

.service-body {
  padding: 2rem 1.75rem;
  flex: 1;
  border-top: 3px solid var(--green-deep);
}

.service-card:nth-child(1) .service-body { border-top-color: var(--orange); }

.service-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: var(--green-deep);
  margin-bottom: 0.75rem;
}

.service-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.service-list li {
  font-size: 0.82rem;
  color: var(--text);
  padding-left: 1rem;
  position: relative;
  font-weight: 500;
}

.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--orange);
  border-radius: 50%;
}

/* ─── PROBLEM ─── */

.problem {
  background: var(--green-deep);
  padding: 7rem 8vw;
  position: relative;
  overflow: hidden;
}

.problem::before {
  content: '?';
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40vw;
  color: rgba(244,240,230,0.03);
  line-height: 1;
  pointer-events: none;
}

.problem-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.problem-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 3.5rem;
  letter-spacing: 0.02em;
}

.problem-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  .problem-columns { grid-template-columns: 1fr; }
}

.problem-stat {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.5rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.problem-text {
  font-size: 0.9rem;
  color: rgba(244,240,230,0.6);
  line-height: 1.6;
}

.problem-conclusion {
  font-size: 1.1rem;
  color: var(--cream);
  font-weight: 500;
  padding-top: 2rem;
  border-top: 1px solid rgba(244,240,230,0.1);
}

/* ─── AREAS ─── */

.areas {
  padding: 7rem 8vw;
  background: var(--cream-dark);
}

.areas-sub {
  color: var(--text-muted);
  margin-bottom: 3rem;
  font-size: 0.95rem;
}

.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.area-pill {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--green-deep);
  background: var(--white);
  border: 1px solid var(--border);
  padding: 0.6rem 1.5rem;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}

.area-pill:hover {
  background: var(--green-deep);
  color: var(--cream);
  border-color: var(--green-deep);
}

/* ─── CLOSING ─── */

.closing {
  background: var(--green-mid);
  padding: 7rem 8vw;
  position: relative;
  overflow: hidden;
}

.closing::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: var(--orange);
  opacity: 0.08;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.closing-inner { position: relative; z-index: 2; max-width: 750px; }

.closing-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.closing-body {
  font-size: 1rem;
  color: rgba(244,240,230,0.65);
  line-height: 1.7;
  max-width: 580px;
}

/* ─── FOOTER ─── */

.footer {
  background: var(--green-dark);
  padding: 3rem 8vw;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-name {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--cream);
  letter-spacing: 0.06em;
  margin-bottom: 0.3rem;
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(244,240,230,0.4);
  letter-spacing: 0.08em;
}

.footer-info p {
  font-size: 0.8rem;
  color: rgba(244,240,230,0.4);
  line-height: 1.8;
}
