/* AMALab — static site styles */
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #faf9f6;
  color: #2e2a24;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #3d6b4f; text-decoration: none; }
a:hover { color: #2c523b; text-decoration: underline; }

.container { max-width: 960px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.section-pad { padding-top: 80px; padding-bottom: 80px; }

.eyebrow {
  margin: 0 0 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #7a6a52;
  font-weight: 500;
}
h1 {
  margin: 0 0 24px;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
h2 { margin: 0 0 40px; font-size: 26px; font-weight: 700; letter-spacing: 0.04em; }
h3 { margin: 0 0 12px; font-size: 17px; font-weight: 700; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(250,249,246,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e6e2d9;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; padding-bottom: 16px; }
.logo { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0.04em; }
.nav { display: flex; gap: 24px; font-size: 13px; letter-spacing: 0.04em; }
.nav a { color: #5a5347; }
.nav a.nav-contact { color: #3d6b4f; font-weight: 700; }

/* Hero */
.hero { padding-top: 96px; padding-bottom: 88px; }
.hero .eyebrow { margin-bottom: 20px; }
.lead { margin: 0; max-width: 560px; font-size: 15px; line-height: 2; color: #5a5347; text-wrap: pretty; }
.hero-actions { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; }

.btn-primary {
  display: inline-block;
  padding: 13px 32px;
  background: #3d6b4f;
  color: #faf9f6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.btn-primary:hover { background: #2c523b; color: #faf9f6; text-decoration: none; }
.btn-large { padding: 15px 56px; font-size: 15px; letter-spacing: 0.08em; }
.btn-secondary {
  display: inline-block;
  padding: 13px 32px;
  border: 1px solid #c9c2b4;
  color: #5a5347;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.btn-secondary:hover { border-color: #7a6a52; color: #5a5347; text-decoration: none; }

/* Services */
.services-band { background: #f1efe8; border-top: 1px solid #e6e2d9; border-bottom: 1px solid #e6e2d9; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.card { background: #faf9f6; border: 1px solid #e6e2d9; border-radius: 6px; padding: 32px 28px; }
.card p { margin: 0; font-size: 14px; line-height: 1.9; color: #5a5347; text-wrap: pretty; }
.dot { width: 40px; height: 40px; border-radius: 50%; margin-bottom: 20px; }
.dot-green { background: #3d6b4f; }
.dot-brown { background: #7a6a52; }

/* Process */
#process h2 { margin-bottom: 16px; }
.section-intro { margin: 0 0 48px; max-width: 620px; font-size: 14px; line-height: 2; color: #5a5347; text-wrap: pretty; }
.steps { display: grid; }
.step { display: flex; gap: 24px; padding: 24px 0; border-top: 1px solid #e6e2d9; }
.step-num { flex: none; width: 44px; font-family: 'IBM Plex Mono', monospace; font-size: 20px; color: #3d6b4f; font-weight: 500; }
.step h3 { margin-bottom: 6px; font-size: 16px; }
.step p { margin: 0; font-size: 14px; line-height: 1.9; color: #5a5347; text-wrap: pretty; }

/* Contact */
.contact { max-width: 720px; margin: 0 auto; padding: 88px 24px 96px; text-align: center; }
.contact h2 { margin-bottom: 16px; }
.contact-lead { margin: 0 0 40px; font-size: 14px; line-height: 2; color: #5a5347; text-wrap: pretty; }
.contact-action { display: flex; justify-content: center; }
.contact-note { margin: 20px 0 0; font-size: 12px; color: #a89f8f; }

/* Footer */
.site-footer { background: #2e2a24; color: #a89f8f; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 32px; padding-bottom: 32px; font-size: 12px; }
.footer-logo { font-family: 'Space Grotesk', sans-serif; font-size: 15px; color: #dcd8cd; letter-spacing: 0.04em; }
.footer-right { display: flex; gap: 20px; align-items: center; }
.site-footer a { color: #a89f8f; }
.site-footer a:hover { color: #dcd8cd; }

/* Privacy page */
.privacy-main { max-width: 720px; margin: 0 auto; padding: 72px 24px 96px; }
.privacy-main h1 { margin: 0 0 12px; font-size: 30px; }
.enacted { margin: 0 0 48px; font-size: 13px; color: #a89f8f; }
.privacy-intro { margin: 0 0 40px; font-size: 15px; line-height: 2; color: #5a5347; text-wrap: pretty; }
.privacy-sections { display: grid; gap: 40px; }
.privacy-sections h2 { margin: 0 0 12px; font-size: 18px; padding-bottom: 10px; border-bottom: 1px solid #e6e2d9; letter-spacing: 0; }
.privacy-sections p, .privacy-sections li { font-size: 15px; line-height: 2; color: #5a5347; text-wrap: pretty; }
.privacy-sections p { margin: 0; }
.privacy-sections ul { margin: 8px 0 0; padding-left: 22px; }
.header-back { font-size: 13px; color: #5a5347; }
a.logo-link { color: #2e2a24; }
a.logo-link:hover { color: #2e2a24; text-decoration: none; }
