:root {
  --bg: #f3f0e8;
  --surface: #fffdf8;
  --ink: #151515;
  --muted: #5d5a55;
  --accent: #db5a25;
  --accent-dark: #b74416;
  --line: #ddd2bf;
  --radius: 20px;
  --shadow: 0 22px 45px rgba(20, 15, 8, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, #f8e8cf 0%, var(--bg) 60%);
  scroll-behavior: smooth;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(#000 0.4px, transparent 0.4px);
  background-size: 4px 4px;
  z-index: -1;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(243, 240, 232, 0.86);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
  gap: 1rem;
}

.logo {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.logo span {
  color: var(--accent);
}

.nav {
  display: flex;
  gap: 1.2rem;
}

.nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
}

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

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.phones {
  display: grid;
  gap: 0.15rem;
}

.phone {
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.94rem;
}

.burger {
  display: none;
  border: 0;
  background: transparent;
  width: 40px;
  height: 38px;
  padding: 0;
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 6px 0;
  background: var(--ink);
  border-radius: 3px;
}

.hero {
  padding: 4.5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-kicker,
.section-head p,
.contact-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: var(--accent-dark);
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em;
}

.hero-text {
  margin: 1.2rem 0 1.5rem;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.06rem;
}

.prices-date {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: #6a5741;
}

.prices-date strong {
  color: var(--accent-dark);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 0.88rem 1.35rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #ef7b2f 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(219, 90, 37, 0.35);
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
}

.hero-stats {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.hero-stats li {
  display: grid;
  gap: 0.2rem;
}

.hero-stats strong {
  font-size: 1.35rem;
}

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

.hero-card {
  background: var(--surface);
  border: 1px solid #e8dcc7;
  border-radius: var(--radius);
  padding: 1.45rem;
  box-shadow: var(--shadow);
  animation: floatIn 0.7s ease both;
}

.hero-card.focused {
  border-color: #ef7b2f;
  box-shadow: 0 0 0 4px rgba(239, 123, 47, 0.22), var(--shadow);
}

.hero-card h2 {
  font-size: 1.55rem;
  font-family: "Oswald", sans-serif;
}

.hero-card p {
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 0.7rem;
}

.lead-form input,
.lead-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.84rem 0.95rem;
  font: inherit;
  background: #fff;
}

.lead-form small {
  color: #77716a;
  font-size: 0.75rem;
}

.form-status {
  margin: 0.1rem 0 0;
  min-height: 1.1rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #2d7c2d;
}

.form-status.error {
  color: #b03a22;
}

.stock,
.workflow,
.contact {
  padding: 4rem 0;
}

.section-head {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-family: "Oswald", sans-serif;
}

.stock {
  background: linear-gradient(180deg, transparent, rgba(241, 230, 207, 0.42));
}

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

.price-card {
  background: var(--surface);
  border: 1px solid #e7dcc9;
  border-radius: 16px;
  padding: 0.7rem 0.7rem 0.95rem;
  box-shadow: 0 10px 22px rgba(33, 27, 19, 0.08);
  display: grid;
  gap: 0.55rem;
}

.price-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  cursor: zoom-in;
}

.price-card h3 {
  font-size: 1.02rem;
}

.price-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.price-card b {
  color: var(--accent-dark);
  font-size: 1.05rem;
}

.extra-photos {
  margin-top: 1.1rem;
}

.extra-photos details {
  background: var(--surface);
  border: 1px solid #e7dcc9;
  border-radius: 16px;
  padding: 0.9rem;
}

.extra-photos summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}

.extra-gallery {
  margin-top: 0.85rem;
}

.workflow {
  background: linear-gradient(180deg, rgba(232, 215, 184, 0.35), transparent);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.timeline div {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e2d3b8;
}

.timeline b {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  margin-bottom: 0.7rem;
}

.timeline h3 {
  font-size: 1.03rem;
  margin-bottom: 0.5rem;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.9rem;
}

.gallery-item {
  min-height: 220px;
  border-radius: 16px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e8dcc8;
  box-shadow: 0 8px 18px rgba(33, 27, 19, 0.14);
  text-decoration: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.7));
}

.gallery-item span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem;
  margin-top: 155px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: none;
  z-index: 1000;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}

.lightbox.open {
  display: flex;
}

.lightbox-dialog {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 0.6rem 0.6rem 0.9rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  max-width: min(1200px, 96vw);
}

.lightbox img {
  max-width: min(1200px, 96vw);
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  display: block;
}

.lightbox p {
  margin: 0.8rem 0 0;
  color: #1d1d1d;
  font-weight: 600;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  border: 0;
  background: #111;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 1.2rem;
  align-items: center;
}

.contact-grid h2 {
  margin: 0.5rem 0 0.8rem;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  font-family: "Oswald", sans-serif;
}

.contact-grid p {
  color: var(--muted);
}

.contact-box {
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid #e8dcc8;
  padding: 1.2rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.8rem;
}

.contact-box a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.footer {
  border-top: 1px solid #ddcfb5;
  padding: 1.2rem 0;
}

.footer-wrap {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer a {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #f7f2e8;
    border-bottom: 1px solid #ddcfb5;
    display: none;
    flex-direction: column;
    padding: 1rem;
  }

  .nav.open {
    display: flex;
  }

  .burger {
    display: block;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 2.5rem;
  }

  .timeline,
  .gallery {
    grid-template-columns: 1fr;
  }

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

  .phones {
    display: none;
  }
}

/* Variant 4: Friendly */
:root {
  --bg: #eef7fb;
  --surface: #ffffff;
  --ink: #163043;
  --muted: #4d6677;
  --accent: #20a67a;
  --accent-dark: #0e7a58;
  --line: #cfe2ee;
  --shadow: 0 16px 34px rgba(22, 48, 67, 0.12);
}

body {
  background:
    radial-gradient(circle at 90% 0%, rgba(32, 166, 122, 0.2), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(70, 168, 235, 0.14), transparent 34%),
    linear-gradient(180deg, #f6fbff 0%, var(--bg) 72%);
}

.noise {
  opacity: 0.08;
}

.header {
  background: rgba(238, 247, 251, 0.92);
  border-bottom: 1px solid #c8deea;
}

.nav a {
  font-weight: 700;
}

.phone {
  color: var(--accent-dark);
}

.btn {
  border-radius: 14px;
}

.btn-primary {
  background: linear-gradient(135deg, #27bf8e 0%, #159d73 100%);
  box-shadow: 0 10px 22px rgba(32, 166, 122, 0.28);
}

.hero-card,
.price-card,
.contact-box,
.extra-photos details,
.timeline div {
  border-radius: 22px;
  border-color: #cfe2ee;
}

.lead-form input,
.lead-form select {
  border-radius: 14px;
}

.section-head h2,
h1 {
  letter-spacing: 0;
}

.stock {
  background: linear-gradient(180deg, transparent, rgba(70, 168, 235, 0.08));
}

.workflow {
  background: linear-gradient(180deg, rgba(32, 166, 122, 0.08), transparent);
}
