*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #2c2c2c;
  background: #faf6f0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }
a { color: #c75b12; text-decoration: none; transition: color 0.2s; }
a:hover { color: #a3480e; text-decoration: underline; }

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar {
  height: 6px;
  background: linear-gradient(90deg, #c75b12 0%, #e8933a 50%, #c75b12 100%);
}

header {
  text-align: center;
  padding: 48px 0 32px;
}
header h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: #c75b12;
  letter-spacing: 0.02em;
}
header p {
  color: #7a6b5c;
  font-size: 1.05rem;
  margin-top: 8px;
  font-weight: 400;
}
.header-divider {
  width: 60px;
  height: 2px;
  background: #e8933a;
  margin: 20px auto 0;
}

section { padding: 40px 0; }
section h2 {
  font-size: 1.6rem;
  color: #2c2c2c;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
section h2::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8ddd0;
}

.intro p {
  font-size: 1.02rem;
  color: #4a4a4a;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.intro p + p { margin-top: 16px; }

.dates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.date-card {
  background: #fff;
  border: 1px solid #efe4d6;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: box-shadow 0.2s;
}
.date-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.date-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: #fdf6ef;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c75b12;
  font-size: 1.3rem;
}
.date-card .date { font-weight: 600; font-size: 1rem; color: #2c2c2c; }
.date-card .location { font-size: 0.88rem; color: #8a7a6a; margin-top: 2px; }

.vows-list { display: grid; gap: 12px; }

.ac {
  background: #fff;
  border: 1px solid #efe4d6;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.ac:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.ac-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ac-level {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: #c75b12;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  font-family: 'Inter', sans-serif;
}
.ac-title {
  flex: 1;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c2c2c;
}
.ac-toggle {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #faf6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #8a7a6a;
  transition: transform 0.3s, background 0.2s;
}
.ac.active .ac-toggle {
  transform: rotate(45deg);
  background: #fdf6ef;
  color: #c75b12;
}
.ac-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.ac.active .ac-content { max-height: 1200px; }
.ac-body {
  padding: 0 24px 20px 76px;
}
.ac-note {
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #fdf6ef;
  border: 1px solid #f0dcc8;
  border-left: 3px solid #c75b12;
  border-radius: 8px;
  font-size: 0.92rem;
  color: #5a4a3a;
  line-height: 1.5;
}
.ac-body ol {
  list-style: none;
  counter-reset: vow-counter;
}
.ac-body li {
  counter-increment: vow-counter;
  padding: 8px 0;
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.55;
}
.ac-body li::before {
  content: counter(vow-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  background: #fdf6ef;
  color: #c75b12;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  margin-right: 12px;
  flex-shrink: 0;
  vertical-align: middle;
}
.ac-body li + li { border-top: 1px solid #f5ede4; }

footer {
  margin-top: 16px;
  padding: 40px 0;
  border-top: 1px solid #e8ddd0;
  text-align: center;
}
footer .prabhupada {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  color: #2c2c2c;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.5;
}
footer .prabhupada-name {
  color: #c75b12;
  font-weight: 700;
}
footer .prabhupada-role {
  font-size: 0.85rem;
  color: #8a7a6a;
  font-family: 'Inter', sans-serif;
  margin-top: 4px;
}
footer .footer-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
footer .footer-links a {
  font-size: 0.9rem;
  color: #6b5b4b;
}
footer .footer-links a:hover { color: #c75b12; }
footer .footer-divider {
  width: 40px;
  height: 2px;
  background: #e8933a;
  margin: 24px auto 0;
}

@media (max-width: 640px) {
  .container { padding: 0 16px; }
  header { padding: 32px 0 24px; }
  section { padding: 28px 0; }
  .dates-grid { grid-template-columns: 1fr; }
  .ac-header { padding: 14px 16px; gap: 12px; }
  .ac-body { padding: 0 16px 16px 60px; }
  .ac-level { width: 32px; height: 32px; font-size: 0.8rem; }
  .ac-title { font-size: 1rem; }
}
