
:root {
  --sage: #6a8f71;
  --bg: #eceeec;
  --charcoal: #222;
  --surface: #ffffff;
  --muted: #5a5f5c;
  --line: #d4d8d5;
  --sans: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--charcoal);
  line-height: 1.65;
  font-size: 16px;
}
a { color: var(--sage); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(960px, 90%); margin: 0 auto; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.15rem 5%;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.logo {
  font-weight: 600;
  letter-spacing: .02em;
  font-size: 1.15rem;
  color: var(--charcoal);
  text-decoration: none;
}
.logo:hover { text-decoration: none; color: var(--sage); }
nav { display: flex; flex-wrap: wrap; gap: .65rem 1rem; align-items: center; }
nav a { color: var(--charcoal); opacity: .7; font-size: .85rem; text-decoration: none; letter-spacing: .01em; }
nav a:hover { opacity: 1; color: var(--sage); text-decoration: none; }

.hero-centered {
  text-align: center;
  padding: 4.5rem 5% 4rem;
  background: var(--charcoal);
  color: var(--bg);
}
.hero-centered .tag {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.1rem;
}
.hero-centered h1 {
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.15;
  margin-bottom: .85rem;
}
.hero-centered .lead {
  font-size: 1.05rem;
  opacity: .88;
  max-width: 44ch;
  margin: 0 auto 1.75rem;
}
.hero-centered .hero-detail {
  font-size: .85rem;
  opacity: .65;
  margin-top: 1.75rem;
  letter-spacing: .02em;
}

.btn-row { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: center; margin-top: 1.25rem; }
.btn {
  display: inline-block;
  padding: .75rem 1.45rem;
  font-size: .82rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none !important;
  background: var(--sage);
  color: #fff;
  border: 1px solid var(--sage);
  border-radius: 0;
  transition: background .2s, color .2s;
}
.btn:hover { background: #5a7d61; border-color: #5a7d61; color: #fff; text-decoration: none; }
.btn-ghost {
  background: transparent;
  border-color: var(--bg);
  color: var(--bg);
}
.btn-ghost:hover { background: var(--bg); color: var(--charcoal); border-color: var(--bg); }
.btn-dark {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--bg);
}
.btn-dark:hover { background: var(--sage); border-color: var(--sage); color: #fff; }

.studio-section {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  text-align: center;
}
.studio-section .studio-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}
.studio-section .studio-bg span {
  font-size: clamp(3.5rem, 12vw, 9rem);
  font-weight: 600;
  color: var(--sage);
  opacity: .07;
  white-space: nowrap;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.studio-section .wrap { position: relative; z-index: 1; }
.studio-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: .85rem;
  letter-spacing: -.01em;
}
.studio-section .intro {
  color: var(--muted);
  max-width: 52ch;
  margin: 0 auto 1.75rem;
  font-size: 1rem;
}

.section { padding: 4rem 0; }
.section h2 {
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 600;
  margin-bottom: .85rem;
  letter-spacing: -.01em;
}
.section .intro { color: var(--muted); max-width: 58ch; margin-bottom: 1.75rem; }

.grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid-asymmetric {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
}

.card {
  background: var(--surface);
  padding: 1.6rem;
  border: none;
  border-radius: 0;
  border-top: 3px solid var(--sage);
  text-align: left;
  box-shadow: 0 1px 0 var(--line);
}
.card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: var(--charcoal);
}
.card p { color: var(--muted); font-size: .94rem; }

.band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-sage { background: var(--sage); color: #fff; }
.band-sage a { color: inherit; }
.band-sage .intro { color: inherit; opacity: .92; }
.band-sage .card {
  background: rgba(255,255,255,.12);
  border-top-color: rgba(255,255,255,.5);
  color: inherit;
}
.band-sage .card p { color: inherit; opacity: .9; }

.pullquote {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  line-height: 1.45;
  color: var(--sage);
  font-weight: 500;
  text-align: center;
  max-width: 36ch;
  margin: 0 auto;
  padding: 1.25rem 0;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.split {
  display: grid;
  gap: 2.25rem;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td {
  text-align: left;
  padding: .9rem .7rem;
  border-bottom: 1px solid var(--line);
}
.price-table th { font-weight: 600; color: var(--sage); font-size: .88rem; text-transform: uppercase; letter-spacing: .04em; }

.muted { color: var(--muted); }
.text-center { text-align: center; }

.contact-block {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
form label { display: block; margin: .7rem 0 .3rem; font-size: .85rem; }
form input, form textarea, form select {
  width: 100%;
  padding: .7rem .8rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--charcoal);
  font: inherit;
}
form button { margin-top: .85rem; }

.site-footer {
  padding: 2.75rem 0 2.25rem;
  background: var(--charcoal);
  color: var(--bg);
  font-size: .88rem;
}
.footer-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  width: min(960px, 90%);
  margin: 0 auto;
}
.site-footer a { color: inherit; opacity: .78; }
.site-footer a:hover { opacity: 1; }
.footer-tagline {
  margin-top: 1.35rem;
  width: min(960px, 90%);
  margin-left: auto;
  margin-right: auto;
  opacity: .55;
  text-align: center;
  font-size: .85rem;
}

.legal { font-size: .92rem; color: var(--muted); max-width: 72ch; line-height: 1.65; }
.legal h2 { color: var(--charcoal); margin: 1.85rem 0 .65rem; font-size: 1.2rem; font-weight: 600; }
.legal h3 { color: var(--charcoal); margin: 1.35rem 0 .45rem; font-size: 1rem; font-weight: 600; }
.legal p, .legal li { margin-bottom: .7rem; }
.legal ul { padding-left: 1.2rem; margin-bottom: .85rem; }

.steps { display: grid; gap: 0; max-width: 640px; margin: 0 auto; }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.step .num {
  color: var(--sage);
  font-size: 1.25rem;
  font-weight: 600;
  min-width: 1.75rem;
}

.faq details { border-bottom: 1px solid var(--line); padding: .9rem 0; text-align: left; }
.faq summary { cursor: pointer; font-size: 1rem; font-weight: 500; }
.faq details p { margin-top: .55rem; color: var(--muted); font-size: .93rem; }

.list-plain { list-style: none; text-align: left; }
.list-plain li { padding: .45rem 0; border-bottom: 1px solid var(--line); }

.page-hero {
  text-align: center;
  padding: 3rem 0 2.25rem;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 600;
  margin-bottom: .45rem;
}
.breadcrumb { font-size: .8rem; color: var(--muted); margin-bottom: .65rem; }

.portfolio-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, 1fr);
}
.portfolio-grid .card:nth-child(2) { margin-top: 1.25rem; }
.portfolio-grid .card:nth-child(3) { margin-top: 2.5rem; }

.sitemap-list { columns: 2; gap: 2rem; text-align: left; font-size: .9rem; }
.sitemap-list li { break-inside: avoid; margin-bottom: .45rem; }

.service-hero-price {
  display: inline-block;
  margin-top: .85rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sage);
}

.area-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.area-tags span {
  display: inline-block;
  padding: .35rem .75rem;
  background: var(--surface);
  border-top: 2px solid var(--sage);
  font-size: .85rem;
}

@media (max-width: 768px) {
  .split, .grid-asymmetric { grid-template-columns: 1fr; }
  .site-header { flex-direction: column; align-items: center; text-align: center; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-grid .card:nth-child(2),
  .portfolio-grid .card:nth-child(3) { margin-top: 0; }
  .contact-block { grid-template-columns: 1fr; }
  .sitemap-list { columns: 1; }
}
