* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #1d1d1f;
  line-height: 1.5;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 40px 24px 80px; }

.site-nav { text-align: center; font-size: 0.85rem; margin-bottom: 32px; }
.site-nav a { color: #6e6e73; text-decoration: none; margin: 0 8px; }
.site-nav a.active { color: #8B7200; font-weight: 600; }
.site-nav .sep { color: #c7c7cc; }

header.page-header { text-align: center; margin-bottom: 48px; }
header.page-header img { width: 88px; height: 88px; border-radius: 20px; box-shadow: 0 4px 20px rgba(0,0,0,.15); margin-bottom: 16px; }
h1 { font-size: 2rem; font-weight: 700; margin-bottom: 8px; }
.intro { color: #6e6e73; font-size: 1.05rem; }

section { margin-top: 56px; }
section > h2 {
  font-size: 1.5rem; font-weight: 700; margin-bottom: 20px;
  display: flex; align-items: center; gap: 10px;
}
section > h2 .dot { width: 8px; height: 8px; border-radius: 50%; background: #8B7200; }

.order-form { display: flex; flex-direction: column; gap: 18px; }
.order-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 0.92rem; font-weight: 600; color: #48484a;
}
.order-form .optional { font-weight: 400; color: #86868b; }
.order-form input,
.order-form select,
.order-form textarea {
  font: inherit; font-weight: 400; color: #1d1d1f;
  border: 1px solid #d7d7db; border-radius: 10px; padding: 10px 12px;
  background: #fff;
}
.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus { outline: 2px solid #D4A853; outline-offset: 1px; }
.order-form textarea { resize: vertical; }

.order-form .honeypot {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

.order-form button {
  align-self: flex-start; font: inherit; font-weight: 700; font-size: 0.98rem;
  color: #fff; background: #8B7200; border: none; border-radius: 999px;
  padding: 12px 28px; cursor: pointer;
}
.order-form button:hover { opacity: 0.9; }

.order-status { font-size: 0.92rem; min-height: 1.2em; }
.order-status.success { color: #1a7f37; }
.order-status.error { color: #c0392b; }

footer { text-align: center; margin-top: 64px; color: #86868b; font-size: 0.85rem; }
footer a { color: #86868b; }
