:root {
  --sage: #a3ae98;
  --sage-dark: #8e9a84;
  --bg: #f7f5f2;
  --bg-soft: #efece7;
  --text: #1f1f1f;
  --muted: #5c5c5c;
  --white: #ffffff;
  --border: #ddd8d1;
  --max-width: 1100px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(31, 31, 31, 0.06);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
  border-radius: 12px;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}
.section {
  padding: 5rem 0;
}
.section-soft {
  background: var(--bg-soft);
}
.eyebrow {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sage-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
a {
  color: var(--sage-dark);
}
a:hover {
  color: var(--sage);
}
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.15;
}
h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 16ch;
  margin-bottom: 1.25rem;
}
h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
  text-align: left;
}
h3 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}
p {
  color: var(--muted);
  font-size: 1.05rem;
}
.lead {
  font-size: 1.15rem;
  max-width: 34rem;
}
.btn {
  display: inline-block;
  padding: 0.95rem 1.4rem;
  border-radius: 10px;
  background: var(--sage);
  color: var(--white);
  font-weight: 600;
  transition: 0.2s ease;
  box-shadow: var(--shadow);
}
.btn:hover {
  background: var(--sage-dark);
  transform: translateY(-1px);
}
.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: none;
}
.btn-secondary:hover {
  background: var(--white);
  color: var(--text);
}
/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 245, 242, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(221, 216, 209, 0.7);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav a {
  color: var(--muted);
  font-weight: 500;
}
.nav a:hover {
  color: var(--text);
}
.site-header {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}
.logo {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.nav-links li {
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: var(--text);
  font-size: 0.95rem;
}
.nav-links a:hover {
  color: var(--sage-dark);
}
/* Hero */
.hero {
  padding: 6rem 0 5rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}
.hero-copy p {
  margin-bottom: 1.8rem;
}
.hero-copy {
  max-width: 520px;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-visual {
  min-height: 460px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at top right,
      rgba(163, 174, 152, 0.22),
      transparent 45%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(142, 154, 132, 0.14),
      transparent 40%
    ),
    linear-gradient(180deg, #f2efe9 0%, #ece8e2 100%);
}
.shape {
  position: absolute;
  border-radius: 999px;
  background: rgba(163, 174, 152, 0.22);
  filter: blur(4px);
}
.shape-1 {
  width: 340px;
  height: 340px;
  top: -70px;
  right: -50px;
}
.shape-2 {
  width: 220px;
  height: 220px;
  bottom: 40px;
  left: 30px;
  background: rgba(142, 154, 132, 0.18);
}
.shape-3 {
  width: 160px;
  height: 160px;
  bottom: -20px;
  right: 100px;
  background: rgba(255, 255, 255, 0.45);
}
.visual-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(82%, 420px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(221, 216, 209, 0.9);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.visual-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}
.visual-card p {
  font-size: 0.98rem;
}
/* Services */
.services-intro {
  max-width: 42rem margin 0 auto 3rem;
  text-align: center;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: var(--white);
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(163, 174, 152, 0.18);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  color: var(--sage-dark);
  font-weight: 700;
}
.service-card p {
  font-size: 1rem;
}
/* Work */
.work-intro {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.work-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: 0.2s ease;
}
.work-card:hover {
  transform: translateY(-3px);
}
.work-image {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #dfe5da, #f3f0ea);
}
.work-image.one {
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85? auto=format&fit=crop&w=1200&q=80")
      center/cover;
}
.work-image.two {
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=80")
      center/cover;
}
.work-image.three {
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    url("https://images.unsplash.com/photo-1445019980597-93fa8acb246c?auto=format&fit=crop&w=1200&q=80")
      center/cover;
}
.work-content {
  padding: 1.4rem;
}
.work-content h3 {
  font-size: 1.45rem;
}
.work-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.work-link {
  font-weight: 600;
  color: var(--sage-dark);
}
/* About */
.about-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.about-wrap p {
  font-size: 1.08rem;
  margin: 0 auto 1.2rem;
  max-width: 46rem;
}
/* CTA */
.cta-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: var(--shadow);
}
.cta-box h2 {
  margin-bottom: 1rem;
}
.cta-box p {
  max-width: 38rem;
  margin: 0 auto 1.5rem;
}
/* Footer */
.site-footer {
  padding: 2rem 0 3rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.footer-links {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
/* Responsive */
@media (max-width: 900px) {
  .hero-grid,
  .services-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 320px;
  }
  .nav {
    display: none;
  }
  h1 {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .section {
    padding: 4rem 0;
  }
  .hero {
    padding: 4.5rem 0 4rem;
  }
  .header-inner {
    min-height: 72px;
  }
  .logo {
    font-size: 1.2rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-page {
    padding: 7rem 0 5rem;
  }
  .project-page {
    max-width: 60ch;
  }
}
.project-hero {
  max-width: 760px;
  margin: 0 auto 3rem;
}
.project-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.project-intro {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--muted);
}
.project-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.project-content p {
  margin-bottom: 1.25rem;
}
.project-link {
  color: var(--sage-dark);
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
.project-link + p {
  margin-bottom: 28px;
}
.project-link:hover {
  text-decoration: underline;
}
.inline-link {
  color: var(--sage-dark);
  font-weight: 600;
  text-decoration: none;
}
.inline-link :hover {
  text-decoration: underline;
}
.project-page.section :first-of-type {
  padding: top 3rem;
}
.project-page p {
  max-width: 60ch;
}
