:root {
  --ink: #17201b;
  --muted: #667069;
  --paper: #fffaf2;
  --soft: #f3eadc;
  --line: #e5d9c8;
  --green: #1e6f50;
  --green-dark: #123b2d;
  --gold: #c58a42;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(34, 43, 36, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(197, 138, 66, 0.16), transparent 32rem),
    linear-gradient(180deg, #fffaf2 0%, #f7efe3 45%, #ffffff 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(229, 217, 200, 0.75);
  background: rgba(255, 250, 242, 0.88);
  backdrop-filter: blur(18px);
}

.brand,
.header-actions,
.nav-links,
.hero-actions,
.trust-row,
.contact-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.65rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-dark);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.nav-links {
  gap: clamp(1rem, 3vw, 2.2rem);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

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

.header-actions {
  gap: 0.75rem;
}

.lang-toggle,
.header-phone,
.btn {
  min-height: 2.75rem;
  border-radius: 8px;
  font-weight: 800;
}

.lang-toggle {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  padding: 0 0.9rem;
  cursor: pointer;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  color: var(--green-dark);
  background: #e9f3ed;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem) 3rem;
}

.eyebrow,
.section-label,
.card-kicker {
  margin: 0 0 0.85rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: clamp(3.8rem, 10vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.hero-lead {
  max-width: 42rem;
  color: #445049;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 35px rgba(30, 111, 80, 0.25);
}

.secondary {
  border: 1px solid var(--line);
  background: var(--white);
}

.light {
  color: var(--green-dark);
  background: var(--white);
}

.trust-row {
  flex-wrap: wrap;
  gap: 0.6rem;
}

.trust-row span {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-card {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(229, 217, 200, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.brand-card img {
  object-fit: contain;
  padding: clamp(0.2rem, 1vw, 0.55rem);
  background:
    radial-gradient(circle at 30% 20%, rgba(197, 138, 66, 0.18), transparent 34%),
    #fffaf2;
}

.hero-card h2 {
  margin-bottom: 0.35rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.hero-card a {
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 800;
}

.paint-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 5.5rem;
  margin: 0 clamp(1rem, 5vw, 5rem);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.paint-strip span {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.36), transparent 55%),
    var(--swatch);
}

.section {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.intro,
.process,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.section h2,
.contact-section h2 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 6vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.intro p:last-child,
.process-copy p:last-child,
.contact-section p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.service-grid,
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  min-height: 17rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.service-icon {
  display: inline-flex;
  margin-bottom: 4rem;
  color: var(--gold);
  font-weight: 900;
}

.service-card h3,
.work-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.35rem;
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.process {
  background: var(--green-dark);
  color: var(--white);
}

.process .section-label {
  color: #bce6cf;
}

.process-copy p:last-child {
  color: #d7e5dd;
}

.steps {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.steps strong {
  font-size: 1.05rem;
}

.steps span {
  color: #d7e5dd;
  line-height: 1.55;
}

.work-card {
  display: flex;
  min-height: 22rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background-color: #d8e6df;
  background-image:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.66) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0 18%, transparent 18% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 52px);
}

.work-card span {
  width: fit-content;
  margin-bottom: 0.75rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wall-light {
  background-color: #d7c3a5;
}

.wall-green {
  background-color: #456b56;
}

.wall-blue {
  background-color: #647d8f;
}

.contact-section {
  margin: 0 clamp(1rem, 5vw, 5rem) clamp(1rem, 5vw, 4rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    var(--green);
}

.contact-section .section-label,
.contact-section p {
  color: #dff2e8;
}

.contact-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
  align-self: end;
  justify-content: flex-end;
}

.contact-actions .primary {
  background: var(--green-dark);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 5rem);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links,
  .header-phone {
    display: none;
  }

  .hero,
  .intro,
  .process,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.5rem;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.5rem);
  }

  .service-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .section h2,
  .contact-section h2 {
    max-width: 11ch;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .paint-strip {
    min-height: 3.5rem;
  }
}
