:root {
  --bg: #ffffff;
  --text: #1f2328;
  --muted: #5b6470;
  --line: #eceef2;
  --primary: #d97706;
  --primary-dark: #9a5a06;
  --soft: #fff5e6;
  --soft-2: #fffaf3;
  --dark: #121212;
  --shadow: 0 18px 50px rgba(20, 23, 28, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: var(--dark);
  color: #fff;
  font-size: 14px;
}
.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  font-size: 1.05rem;
  font-weight: 700;
}
.brand strong { color: var(--primary-dark); }
.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav a {
  color: var(--muted);
  font-weight: 700;
}
.nav a:hover { color: var(--primary-dark); }
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.7rem;
  cursor: pointer;
}

.hero {
  padding: 70px 0 48px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217,119,6,.12), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(217,119,6,.09), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--primary-dark);
  font-size: .92rem;
  font-weight: 700;
}
.hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1.02;
  margin: 18px 0 14px;
}
.hero-text {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 640px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  box-shadow: 0 16px 35px rgba(217,119,6,.28);
}
.btn-secondary {
  background: #fff;
  border: 1px solid var(--line);
}
.big-btn { min-width: 220px; font-size: 1.1rem; }

.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hero-stats article,
.highlight-box,
.service-card,
.price-card,
.info-panel,
.cta-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-stats article {
  padding: 18px;
}
.hero-stats span,
.price-label,
.hero-stats small { color: var(--muted); }
.hero-stats strong {
  display: block;
  font-size: 1.45rem;
  margin: 4px 0;
  color: var(--primary-dark);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}
.hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 26px 55px rgba(18,18,18,.16);
  border: 8px solid #fff;
  background: #fff;
}
.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card-main {
  inset: 36px 0 24px 90px;
}
.hero-card-small {
  width: 220px;
  height: 220px;
}
.hero-card-small.top {
  top: 0;
  left: 0;
}
.hero-card-small.bottom {
  right: 24px;
  bottom: 0;
}

.highlights {
  padding: 0 0 30px;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.highlight-box {
  padding: 26px;
  position: relative;
}
.box-number {
  font-size: 2rem;
  font-weight: 800;
  color: rgba(217,119,6,.20);
  display: block;
  margin-bottom: 10px;
}
.highlight-box h2 { margin: 0 0 8px; font-size: 1.25rem; }
.highlight-box p { margin: 0; color: var(--muted); }

.section { padding: 82px 0; }
.section-head {
  text-align: center;
  margin-bottom: 34px;
}
.section-head h2 {
  margin: 14px 0 8px;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}
.section-head p { margin: 0; color: var(--muted); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.service-card.tall {
  grid-column: span 2;
  min-height: 320px;
  padding: 0;
}
.service-card.tall .service-copy {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  max-width: 340px;
  background: rgba(255,255,255,.92);
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.65);
}
.service-card.tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card h3 { margin: 0 0 8px; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.accent {
  background: linear-gradient(180deg, #fff 0%, #fff3df 100%);
}
.service-card.dark {
  background: linear-gradient(135deg, #1f2328 0%, #2c3138 100%);
  color: #fff;
}
.service-card.dark p { color: rgba(255,255,255,.75); }

.pricing-section {
  background: linear-gradient(180deg, var(--soft-2) 0%, #fff 100%);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  text-align: center;
  padding: 34px 24px;
}
.price-card strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--primary-dark);
}
.price-card small { color: var(--muted); }
.price-card.featured {
  background: linear-gradient(145deg, #fff, #fff5e7);
  transform: translateY(-6px);
}

.gallery-section { background: #fff; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 250px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item.large {
  grid-column: span 2;
  min-height: 360px;
}
.gallery-item.wide {
  grid-column: span 2;
}

.info-section {
  background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.info-panel {
  padding: 30px;
}
.info-panel h2 { margin: 16px 0 12px; }
.contact-link {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.cta-section {
  padding-top: 10px;
  padding-bottom: 90px;
}
.cta-wrap {
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    radial-gradient(circle at right top, rgba(217,119,6,.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fffaf3 100%);
}
.cta-copy h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.cta-copy p { margin: 0 0 6px; }

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 1.55rem;
  box-shadow: 0 18px 40px rgba(217,119,6,.35);
  z-index: 40;
}

.footer {
  background: #111;
  color: #fff;
  padding: 40px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
}
.footer h3,
.footer p { margin-top: 0; }

@media (max-width: 980px) {
  .hero-grid,
  .highlight-grid,
  .pricing-grid,
  .info-grid,
  .footer-grid,
  .cta-wrap {
    grid-template-columns: 1fr;
  }
  .services-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-visual {
    min-height: 430px;
  }
  .hero-card-main {
    inset: 40px 20px 0 70px;
  }
}

@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    width: min(270px, calc(100% - 32px));
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.open { display: flex; }
  .hero {
    padding-top: 40px;
  }
  .hero-grid,
  .services-grid,
  .gallery-grid,
  .footer-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }
  .service-card.tall,
  .gallery-item.large,
  .gallery-item.wide {
    grid-column: span 1;
  }
  .hero-visual {
    min-height: 330px;
  }
  .hero-card-main {
    inset: 20px 0 0 50px;
  }
  .hero-card-small {
    width: 130px;
    height: 130px;
  }
  .cta-wrap,
  .topbar-inner {
    align-items: flex-start;
  }
}
