/* Default Theme — clean, minimal light theme */

body {
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

header {
  margin-bottom: 3rem;
}

header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

header p {
  color: var(--chivo-text-secondary);
}

header nav {
  margin-top: 0.5rem;
}

nav a {
  color: var(--chivo-text);
  text-decoration: none;
  margin-right: 1rem;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.work-card {
  background: #f9f9f9;
  border-radius: var(--chivo-border-radius);
  overflow: hidden;
}

.work-card a {
  text-decoration: none;
  color: inherit;
}

.work-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.work-card h2 {
  padding: 1rem;
  font-size: 1.25rem;
}

.work-card .year {
  padding: 0 1rem 1rem;
  color: var(--chivo-text-secondary);
  display: block;
}

.work-detail header {
  margin-bottom: 2rem;
}

.work-detail h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.work-detail .year,
.work-detail .medium,
.work-detail .dimensions {
  color: var(--chivo-text-secondary);
  margin-bottom: 0.5rem;
}

.work-detail .description {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.work-content {
  max-width: 720px;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.work-content h2,
.work-content h3,
.work-content h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.work-content p {
  margin-bottom: 1em;
}

.work-content ul,
.work-content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.work-content blockquote {
  border-left: 3px solid var(--chivo-border);
  margin: 1em 0;
  padding: 0.5em 1em;
  color: var(--chivo-text-secondary);
}

.work-content pre {
  background: #f5f5f5;
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin-bottom: 1em;
}

.work-content code {
  font-size: 0.9em;
}

.work-content img {
  border-radius: 4px;
}

.gallery {
  margin-bottom: 2rem;
}

.gallery img {
  border-radius: 4px;
}

.videos video {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.work-detail footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--chivo-border);
}

.published {
  color: var(--chivo-text-secondary);
  margin-bottom: 1rem;
}

.back-link {
  color: var(--chivo-text);
}

.about {
  max-width: 720px;
  font-size: 1.1rem;
}

.about p {
  margin-bottom: 1rem;
}

.social-links {
  margin-top: 2rem;
}

.social-links a {
  color: var(--chivo-text);
  text-decoration: none;
  border-bottom: 1px solid var(--chivo-border);
  padding-bottom: 2px;
}

.social-links a:hover {
  border-bottom-color: var(--chivo-text);
}

footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--chivo-border);
  text-align: center;
  color: var(--chivo-text-secondary);
}
