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

body {
  font-family: Georgia, 'Times New Roman', serif;
  color: #2c2c2c;
  background: #faf9f7;
}

nav {
  background: #2c2c2c;
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo { color: white; font-size: 20px; letter-spacing: 0.05em; }
.nav-links a {
  color: #ccc;
  text-decoration: none;
  margin-left: 24px;
  font-size: 14px;
}
.nav-links a:hover { color: #fff; }

/* Hero */
.hero {
  background: #2c2c2c;
  color: white;
  padding: 100px 40px;
  text-align: center;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: normal;
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 700px;
  margin: 0 auto 24px;
}
.hero p {
  font-size: 1.15rem;
  color: #ccc;
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.hero-cta {
  display: inline-block;
  background: #c4a96f;
  color: #2c2c2c;
  padding: 14px 32px;
  text-decoration: none;
  font-family: -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* About */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 40px;
  align-items: center;
}
.about-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  background: #e0d8cc;
}
.about-text { padding: 48px 48px 48px 56px; }
.about-text .label {
  font-family: -apple-system, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 16px;
}
.about-text h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}
.about-text p { font-size: 1rem; color: #555; line-height: 1.8; }

/* Services */
.services {
  background: #f0ece4;
  padding: 80px 40px;
  text-align: center;
}
.services h2 { font-size: 2rem; font-weight: normal; margin-bottom: 12px; }
.services .intro {
  color: #777;
  margin-bottom: 56px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
.service-card { background: white; padding: 36px 28px; text-align: left; }
.service-icon { font-size: 2rem; margin-bottom: 16px; }
.service-card h3 { font-size: 1.1rem; font-weight: normal; margin-bottom: 12px; }
.service-card p { font-size: 0.9rem; color: #666; line-height: 1.7; }

/* Contact */
.contact {
  padding: 80px 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.contact h2 { font-size: 2rem; font-weight: normal; margin-bottom: 16px; }
.contact p { color: #666; line-height: 1.7; margin-bottom: 8px; }

footer {
  background: #2c2c2c;
  color: #777;
  text-align: center;
  padding: 24px;
  font-family: -apple-system, sans-serif;
  font-size: 13px;
}

/* Blog */
.page-wrap { max-width: 720px; margin: 60px auto 100px; padding: 0 24px; }
.page-wrap > h1 { font-size: 2.4rem; font-weight: normal; margin-bottom: 8px; }
.page-sub { color: #777; margin-bottom: 48px; }
.post-card { border-bottom: 1px solid #e5e0d8; padding: 28px 0; }
.post-card a { text-decoration: none; color: inherit; display: block; }
.post-card h3 { font-size: 1.4rem; font-weight: normal; margin-bottom: 6px; }
.post-card h3:hover { color: #8a6d3b; }
.post-date {
  font-family: -apple-system, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
}
.post-body { line-height: 1.85; font-size: 1.05rem; color: #3a3a3a; }
.post-body p { margin-bottom: 1.2em; }
.post-header { margin-bottom: 40px; }
.post-header h1 { font-size: 2.2rem; font-weight: normal; line-height: 1.25; margin-bottom: 10px; }
.back-link {
  font-family: -apple-system, sans-serif;
  font-size: 13px;
  color: #8a6d3b;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 32px;
}

/* Members */
.doc-list { list-style: none; }
.doc-list li { border-bottom: 1px solid #e5e0d8; }
.doc-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 4px;
  text-decoration: none;
  color: inherit;
}
.doc-list a:hover { background: #f5f1ea; }
.doc-icon { font-size: 1.4rem; }
.doc-name { font-size: 1.05rem; }
.doc-meta { font-family: -apple-system, sans-serif; font-size: 12px; color: #999; margin-left: auto; }
.login-card {
  max-width: 420px;
  margin: 12vh auto;
  background: #fff;
  padding: 40px;
  border: 1px solid #e5e0d8;
  text-align: center;
}
.login-card h1 { font-size: 1.5rem; font-weight: normal; margin-bottom: 12px; }
.login-card p { color: #666; font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; }
.login-card input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 12px;
}
.login-card button {
  background: #2c2c2c;
  color: #fff;
  border: 0;
  padding: 11px 24px;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .about { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .about-text { padding: 32px 0; }
  .nav-links a { margin-left: 14px; }
}

/* Kiln editor style palette (offered in the toolbar's Style… dropdown) */
.accent { color: #8a6d3b; font-weight: 600; }
.hl { background: #f6ecd9; padding: 0 4px; border-radius: 2px; }
.quiet { color: #999; font-size: 0.92em; }

.post-hero { width: 100%; border-radius: 6px; margin-bottom: 28px; display: block; }
