:root {
  --bg: #f5f3ee;
  --ink: #1f2937;
  --ink-soft: #4b5563;
  --brand: #0f766e;
  --brand-strong: #134e4a;
  --accent: #e76f51;
  --surface: #fffefb;
  --line: #d9d3c8;
  --shadow: 0 14px 40px rgba(17, 24, 39, 0.12);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(245, 243, 238, 0.72), rgba(245, 243, 238, 0.72)),
    url("bg.jpg") center / cover no-repeat fixed,
    radial-gradient(circle at 0% 10%, rgba(231, 111, 81, 0.18), transparent 50%),
    radial-gradient(circle at 100% 0%, rgba(15, 118, 110, 0.24), transparent 50%),
    var(--bg);
  min-height: 100vh;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}

.bg-shape {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
  filter: blur(50px);
}

.bg-shape-one {
  width: 340px;
  height: 340px;
  background: rgba(15, 118, 110, 0.23);
  top: -80px;
  right: -80px;
}

.bg-shape-two {
  width: 260px;
  height: 260px;
  background: rgba(231, 111, 81, 0.22);
  left: -80px;
  bottom: 8%;
}

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(8px);
  background: rgba(245, 243, 238, 0.75);
  border-bottom: 1px solid rgba(217, 211, 200, 0.6);
  z-index: 40;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
}

.brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--brand-strong);
  text-decoration: none;
  font-size: 1.2rem;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.nav-list a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 600;
}

.nav-list a:hover {
  color: var(--brand-strong);
}

.hero {
  padding: 5.5rem 0 2.6rem;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.15;
}

h1 {
  margin: 0.6rem 0 0;
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.subtitle {
  margin: 0.7rem 0;
  color: var(--brand);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.3vw, 1.4rem);
}

.lead {
  max-width: 65ch;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.hero-actions {
  margin-top: 1.75rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.btn {
  border-radius: 999px;
  padding: 0.72rem 1.3rem;
  text-decoration: none;
  font-weight: 700;
  transition: transform 200ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--brand-strong);
  color: #ffffff;
}

.btn-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--surface);
}

.section {
  padding: 1.4rem 0 2.3rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1rem 1.1rem;
  box-shadow: var(--shadow);
}

.card h3 {
  margin-top: 0;
}

.card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.contact {
  margin-bottom: 2rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.contact-list li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  display: grid;
  gap: 0.15rem;
}

.contact-list a {
  color: var(--brand-strong);
  font-weight: 700;
  text-decoration: none;
}

.label {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.site-footer {
  border-top: 1px solid rgba(217, 211, 200, 0.8);
  padding: 1.2rem 0 2rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.footer-links {
  margin: 0.4rem 0 0;
}

.footer-links a {
  color: var(--brand-strong);
  font-weight: 700;
  text-decoration: none;
}

.policy-main {
  padding: 3.3rem 0 2.5rem;
}

.policy-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1rem, 2.5vw, 1.8rem);
}

.policy-card h1 {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.policy-card h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.55rem;
  font-size: clamp(1.05rem, 2.3vw, 1.35rem);
}

.policy-card p,
.policy-card li {
  color: var(--ink-soft);
}

.policy-card ul {
  margin-top: 0.5rem;
}

.policy-meta {
  margin: 0;
  color: var(--brand);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  animation: reveal-up 650ms ease forwards;
}

.hero.reveal {
  animation-delay: 100ms;
}

#services.reveal {
  animation-delay: 250ms;
}

#about.reveal {
  animation-delay: 380ms;
}

#contact.reveal {
  animation-delay: 500ms;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4.1rem;
  }
}

@media (max-width: 620px) {
  .site-header .container {
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.7rem 0;
  }

  .nav-list {
    gap: 0.8rem;
  }
}
