﻿:root {
  --bg: #f6f3e8;
  --bg-soft: #efe8d5;
  --panel: rgba(255, 252, 245, 0.94);
  --panel-strong: rgba(248, 243, 230, 0.98);
  --line: rgba(131, 143, 87, 0.18);
  --line-strong: rgba(131, 143, 87, 0.34);
  --text: #1f2318;
  --muted: #5e6551;
  --accent: #91a85c;
  --accent-strong: #d9b64f;
  --shadow: 0 24px 70px rgba(87, 76, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  padding-top: 72px;
  background:
    radial-gradient(circle at top, rgba(217, 182, 79, 0.16), transparent 28%),
    linear-gradient(180deg, #fbf8ef 0%, #f4efdf 54%, #ece3cb 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(145, 168, 92, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 168, 92, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.4;
  pointer-events: none;
}

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

a {
  color: inherit;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 56px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid rgba(131, 143, 87, 0.2);
  background: rgba(255, 251, 242, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  border-radius: 0 0 14px 14px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.brand-mark img {
  width: 132px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.eyebrow,
.button,
.process-grid span {
  font-family: "Orbitron", Arial, sans-serif;
}

main {
  display: grid;
  gap: 28px;
}

.hero-panel,
.service-grid-section,
.advantage-section,
.gallery-section,
.process-section,
.contact-section {
  border: 1px solid rgba(131, 143, 87, 0.16);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(245, 239, 223, 0.92));
  box-shadow: var(--shadow);
  border-radius: 22px;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 28px;
  min-height: auto;
  padding: 28px 34px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7f8f4c;
}

h1,
h2,
h3,
strong {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Orbitron", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  max-width: 14ch;
  font-size: clamp(1.9rem, 3.8vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero-text,
.advantage-copy p,
.service-body p,
.gallery-section .section-heading-inline > p,
.process-grid p,
.contact-card p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 620px;
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 12px;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-strong) 0%, #e5c768 100%);
  color: #2a2413;
  box-shadow: 0 18px 36px rgba(181, 146, 40, 0.18);
}

.button-secondary {
  border: 1px solid rgba(131, 143, 87, 0.22);
  background: rgba(255, 255, 255, 0.62);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-metrics article,
.advantage-grid article,
.process-grid article {
  padding: 14px 14px 16px;
  border: 1px solid rgba(131, 143, 87, 0.16);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 16px;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.45rem;
  color: #87994d;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-visual {
  position: relative;
  min-height: 420px;
}

.visual-frame {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(131, 143, 87, 0.2);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at top, rgba(217, 182, 79, 0.12), transparent 34%),
    rgba(252, 248, 239, 0.96);
  border-radius: 20px;
}

.visual-frame img,
.service-image img,
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-primary {
  inset: 0 0 0 0;
}

.visual-primary .hero-local-image {
  object-fit: cover;
  object-position: center;
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
}

.visual-secondary {
  display: none;
}

.service-grid-section,
.gallery-section,
.process-section {
  padding: 40px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.section-heading h2,
.advantage-copy h2,
.contact-card h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(131, 143, 87, 0.16);
  background: rgba(255, 255, 255, 0.66);
  border-radius: 20px;
}

.service-card-featured {
  transform: none;
  background: linear-gradient(180deg, rgba(217, 182, 79, 0.12), rgba(255, 255, 255, 0.64));
}

.service-image {
  height: 300px;
}

.service-body {
  padding: 22px;
}

.service-body h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.service-body span {
  display: inline-block;
  margin-top: 14px;
  color: #7f8f4c;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advantage-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  padding: 40px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.advantage-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Orbitron", Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.advantage-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section-heading-inline {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
}

.section-heading-inline h2 {
  max-width: 12ch;
}

.section-heading-inline > p {
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-template-rows: 290px 290px;
  gap: 18px;
}

.gallery-tile {
  overflow: hidden;
  border: 1px solid rgba(131, 143, 87, 0.16);
  border-radius: 20px;
}

.gallery-tall {
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 2;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border: 1px solid rgba(131, 143, 87, 0.28);
  color: #7f8f4c;
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  border-radius: 12px;
}

.process-grid h3 {
  margin-bottom: 12px;
  font-size: 1.12rem;
}

.contact-section {
  padding: 32px;
}

.contact-card {
  padding: 34px;
  border: 1px solid rgba(131, 143, 87, 0.18);
  background:
    linear-gradient(135deg, rgba(217, 182, 79, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.68);
  border-radius: 20px;
}

.contact-card h2 {
  max-width: 15ch;
}

.contact-card p:last-of-type {
  max-width: 780px;
  margin-top: 16px;
}

.site-footer {
  margin-top: 28px;
  border: 1px solid rgba(131, 143, 87, 0.16);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(245, 239, 223, 0.92));
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.footer-top-line {
  height: 6px;
  background: linear-gradient(90deg, #d9b64f, #91a85c);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.1fr;
  gap: 28px;
  padding: 34px;
}

.footer-brand h2,
.footer-column h3 {
  margin: 0 0 14px;
  font-family: "Orbitron", Arial, sans-serif;
  text-transform: uppercase;
}

.footer-brand h2 {
  font-size: 1.8rem;
}

.footer-column h3 {
  font-size: 1rem;
  color: #7f8f4c;
  letter-spacing: 0.08em;
}

.footer-brand p,
.footer-column li,
.footer-column p,
.footer-bottom p {
  color: var(--muted);
  line-height: 1.7;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li + li,
.footer-column p + p {
  margin-top: 8px;
}

.footer-contact-grid {
  display: grid;
  gap: 18px;
}

.footer-bottom {
  padding: 18px 34px 24px;
  border-top: 1px solid rgba(131, 143, 87, 0.16);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

@media (max-width: 1180px) {
  .hero-panel,
  .advantage-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 420px;
  }

  .section-heading-inline,
  .process-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 240px 240px;
  }

  .gallery-tall {
    grid-row: span 2;
  }

  .gallery-wide {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 20px, 1440px);
    padding-top: 10px;
  }

  body {
    padding-top: 66px;
  }

  .site-header {
    left: 50%;
    width: min(100% - 20px, 1440px);
    padding: 8px 14px;
  }

  .brand-mark {
    justify-content: center;
  }

  .hero-panel,
  .service-grid-section,
  .advantage-section,
  .gallery-section,
  .process-section,
  .contact-section {
    padding: 24px;
  }

  .hero-panel {
    min-height: auto;
  }

  .hero-metrics,
  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .visual-primary {
    inset: 0;
  }

  .visual-primary .hero-local-image {
    padding: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gallery-tall,
  .gallery-wide {
    grid-row: auto;
    grid-column: auto;
  }

  .gallery-tile {
    height: 260px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }

  .footer-bottom {
    padding: 16px 24px 20px;
  }
}

@media (max-width: 560px) {
  body {
    padding-top: 60px;
  }

  .page-shell {
    width: calc(100% - 12px);
  }

  .brand-mark {
    flex-direction: column;
    text-align: center;
  }

  .brand-mark img {
    width: 118px;
  }

  h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .visual-primary {
    inset: 0 0 86px 0;
  }

  .visual-primary .hero-local-image {
    padding: 10px;
  }

  .visual-secondary {
    display: none;
  }

  .contact-card {
    padding: 24px;
  }
}
