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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: #151210;
  color: #F5EFE6;
  line-height: 1.7;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

.wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 32px 120px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 32px;
  background: linear-gradient(135deg, #F5C9A8, #D4906B);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  position: relative;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 4px;
  width: 4px;
  height: 4px;
  background: #D4906B;
  border-radius: 50%;
}

.brand-name {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 1.8px;
  color: #8A6B4A;
  text-transform: uppercase;
  font-weight: 500;
}

.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #8A6B4A;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}

h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 42px;
  line-height: 1.15;
  color: #F5EFE6;
  font-weight: 400;
  margin-bottom: 16px;
}

.last-updated {
  font-size: 13px;
  color: #8A6B4A;
  margin-bottom: 48px;
}

h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 26px;
  color: #F5EFE6;
  font-weight: 400;
  margin-top: 48px;
  margin-bottom: 16px;
  line-height: 1.3;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #F5EFE6;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

p {
  margin-bottom: 16px;
  color: #F5EFE6;
  opacity: 0.88;
}

ul, ol {
  margin-left: 20px;
  margin-bottom: 16px;
}

li {
  margin-bottom: 8px;
  color: #F5EFE6;
  opacity: 0.88;
}

a {
  color: #D4906B;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(212, 144, 107, 0.3);
  transition: border-color 0.2s ease;
}

a:hover {
  border-bottom-color: #D4906B;
}

.divider {
  margin: 60px 0 40px 0;
  height: 0.5px;
  background: #3A3530;
  border: none;
}

.motif {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 60px 0;
}

.motif-line {
  width: 40px;
  height: 0.5px;
  background: #8A6B4A;
}

.motif-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4906B;
}

.footer {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 0.5px solid #3A3530;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 13px;
  color: #8A6B4A;
  border-bottom: none;
}

.footer-links a:hover {
  color: #D4906B;
}

.footer-copyright {
  font-size: 11px;
  letter-spacing: 1.4px;
  color: #5A453A;
  text-transform: uppercase;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #8A6B4A;
  margin-bottom: 32px;
  border-bottom: none;
}

.back-link:hover {
  color: #D4906B;
}

.highlight-box {
  background: #1C1815;
  border: 0.5px solid #3A3530;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 28px 0;
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

.contact-card {
  background: #1C1815;
  border: 0.5px solid rgba(212, 144, 107, 0.25);
  border-radius: 14px;
  padding: 32px;
  margin-top: 40px;
  text-align: center;
}

.contact-card h3 {
  margin-top: 0;
}

.contact-email {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #D4906B;
  border-bottom: none;
  display: inline-block;
  margin-top: 8px;
}

.hero {
  text-align: center;
  padding: 60px 0 40px;
  margin-bottom: 40px;
}

.hero h1 {
  font-size: 52px;
  margin-bottom: 20px;
}

.hero-tagline {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: #8A6B4A;
  margin-bottom: 32px;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.nav-card {
  display: block;
  background: #1C1815;
  border: 0.5px solid #3A3530;
  border-radius: 14px;
  padding: 28px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
  color: inherit;
  border-bottom: 0.5px solid #3A3530;
}

.nav-card:hover {
  border-color: rgba(212, 144, 107, 0.35);
  transform: translateY(-2px);
}

.nav-card-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #F5EFE6;
  margin-bottom: 8px;
}

.nav-card-desc {
  font-size: 13px;
  color: #8A6B4A;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .wrapper {
    padding: 48px 20px 80px;
  }
  h1 {
    font-size: 32px;
  }
  .hero h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 22px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    gap: 20px;
    font-size: 12px;
  }
}

@media print {
  body {
    background: white;
    color: black;
  }
  .brand-name, .footer {
    color: #666;
  }
  .motif {
    display: none;
  }
}
