@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  color-scheme: light;
  --ink: #101414;
  --muted: #4a5658;
  --sand: #f5f1ea;
  --sun: #f6b26b;
  --mint: #6ad1c0;
  --sky: #9fd3ff;
  --night: #192024;
  --paper: #fefbf6;
  --card: #ffffff;
  --stroke: rgba(16, 20, 20, 0.12);
  --shadow: 0 24px 60px rgba(16, 20, 20, 0.16);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #fff6e7, transparent 55%),
    radial-gradient(circle at 80% 10%, #e0f6ff, transparent 52%),
    linear-gradient(120deg, #fefbf6 0%, #f7f7fb 55%, #f1fbf8 100%);
  color: var(--ink);
  line-height: 1.6;
}

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

img {
  max-width: 100%;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(254, 251, 246, 0.7);
  border-bottom: 1px solid rgba(16, 20, 20, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 16px;
}

.logo {
  font-family: "DM Serif Display", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  background: var(--night);
  color: #fdf9f2;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(25, 32, 36, 0.2);
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  border: 1px solid var(--stroke);
  color: var(--ink);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.6);
}

.hero {
  padding: 120px 0 80px;
}

.hero-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
  color: var(--muted);
  margin-bottom: 16px;
}

.hero h1 {
  font-family: "DM Serif Display", "Times New Roman", serif;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 20px;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  font-size: 0.9rem;
}

.hero-stats strong {
  font-size: 1.2rem;
  display: block;
}

.hero-card {
  background: var(--card);
  border-radius: 28px;
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16, 20, 20, 0.08);
}

.card-top h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.card-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.chip {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(154, 220, 255, 0.2);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.panel {
  padding: 80px 0;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 16px;
}

.service-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.service-grid article {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(16, 20, 20, 0.08);
}

.service-grid ul {
  list-style: none;
  margin-top: 16px;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.approach {
  padding: 90px 0;
  background: linear-gradient(120deg, rgba(25, 32, 36, 0.92), rgba(25, 32, 36, 0.85)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M0 0h120v120H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='2.5' fill='%23ffffff33'/%3E%3Ccircle cx='60' cy='60' r='2.5' fill='%23ffffff33'/%3E%3Ccircle cx='100' cy='20' r='2.5' fill='%23ffffff33'/%3E%3Ccircle cx='20' cy='100' r='2.5' fill='%23ffffff33'/%3E%3C/svg%3E");
  color: #fefbf6;
}

.timeline {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.step {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.step span {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sun);
}

.work-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.work-grid article {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tag {
  margin-top: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--night);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cta {
  padding: 90px 0 120px;
}

.cta-box {
  background: linear-gradient(120deg, #ffffff 0%, #f5f1ea 100%);
  border-radius: 26px;
  padding: 36px;
  border: 1px solid var(--stroke);
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.cta-form {
  display: grid;
  gap: 16px;
}

.cta-form label {
  font-size: 0.85rem;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.cta-form input,
.cta-form select,
.cta-form textarea {
  border-radius: 12px;
  border: 1px solid rgba(16, 20, 20, 0.18);
  padding: 10px 12px;
  font-family: inherit;
}

.site-footer {
  padding: 40px 0 60px;
  border-top: 1px solid rgba(16, 20, 20, 0.08);
}

.footer-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  color: var(--muted);
}

.footer-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink);
  margin-bottom: 6px;
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }
  .hero {
    padding-top: 90px;
  }
}

@media (max-width: 640px) {
  .nav {
    flex-direction: column;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.hero-copy,
.hero-card,
.service-grid article,
.work-grid article,
.step {
  animation: fadeUp 0.6s ease both;
}

.service-grid article:nth-child(2),
.work-grid article:nth-child(2),
.step:nth-child(2) {
  animation-delay: 0.1s;
}

.service-grid article:nth-child(3),
.work-grid article:nth-child(3),
.step:nth-child(3) {
  animation-delay: 0.2s;
}

.step:nth-child(4) {
  animation-delay: 0.3s;
}