/* AREADOMUS preview — shared editorial styles */

:root {
  --ink: #1a1a1a;
  --muted: #9a948a;
  --line: #d8d4cc;
  --paper: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

/* Top header — minimal */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 28px 48px;
  font-size: 14px;
}

.site-header .brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 400;
}

.site-header .nav {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
}

.site-header .nav a {
  padding: 0 10px;
  transition: color 0.2s ease;
}
.site-header .nav a:hover { color: var(--muted); }

.site-header .nav .sep { color: var(--line); padding: 0 2px; }
.site-header .nav .lang { color: var(--muted); padding-left: 16px; }
.site-header .nav .lang.active { color: var(--ink); }

/* Page body */
main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 80px 100px 80px;
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  color: var(--ink);
  margin-bottom: 36px;
}

.display {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  color: var(--ink);
  margin: 0 0 60px 0;
  max-width: 16ch;
}
.display em {
  font-style: italic;
  color: var(--muted);
}

/* Atelier — name list */
.names {
  list-style: none;
  margin: 0;
  padding: 0;
}
.names li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-top: 0.5px solid var(--line);
}
.names li:first-child { border-top: none; }

.names .name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  letter-spacing: -0.4px;
}
.names .role {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(14px, 1.4vw, 17px);
  color: var(--muted);
}

/* Project — photo-led */
.hero {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.hero img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%) contrast(1.08) brightness(0.96);
}
.hero-cap {
  display: flex;
  justify-content: space-between;
  padding: 12px 48px 0 48px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
}

.project-meta {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  margin: 50px 0 20px 0;
}

.project-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -1.5px;
  margin: 0 0 50px 0;
  max-width: 18ch;
}

.cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: start;
}

.body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.55;
  color: #2a2a2a;
  max-width: 32em;
}
.body p { margin: 0 0 16px 0; }
.body p:first-of-type::first-letter {
  font-size: 56px;
  float: left;
  line-height: 0.92;
  padding: 6px 10px 0 0;
  color: var(--ink);
}

.link {
  display: inline-block;
  margin-top: 32px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
}
.link:hover { color: var(--muted); border-color: var(--muted); }

.specs dl {
  margin: 0;
  padding: 0;
}
.specs dt {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: var(--muted);
  margin-top: 22px;
}
.specs dt:first-child { margin-top: 0; }
.specs dd {
  margin: 6px 0 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: -0.1px;
}

.ledger {
  margin-top: 60px;
  padding-top: 22px;
  border-top: 0.5px solid var(--line);
}
.ledger-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 0.5px solid var(--line);
}
.ledger-row:last-child { border-bottom: none; }
.ledger-row .lname {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
}
.ledger-row .lmeta {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--muted);
}

/* Site footer */
.site-footer {
  border-top: 0.5px solid var(--line);
  padding: 24px 48px 28px 48px;
  display: flex;
  justify-content: space-between;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--muted);
}

/* Index / landing */
.preview-banner {
  background: #1a1a1a;
  color: #f0ece2;
  padding: 8px 48px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview-banner a { color: #f0ece2; border-bottom: 1px dotted rgba(255,255,255,0.4); padding-bottom: 1px; }

.index-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 60px;
}
.idx-card {
  border-top: 1px solid var(--ink);
  padding-top: 20px;
}
.idx-card .idx-num {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 14px;
}
.idx-card .idx-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.6px;
  margin-bottom: 18px;
}
.idx-card .idx-blurb {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 22px;
}
.idx-card .idx-link {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
}

/* Responsive */
@media (max-width: 720px) {
  .site-header { flex-direction: column; gap: 12px; padding: 20px 24px; align-items: flex-start; }
  .site-header .nav { font-size: 13px; }
  .site-header .nav a { padding: 0 6px 0 0; }
  main { padding: 30px 24px 60px 24px; }
  .display { margin-bottom: 36px; }
  .names li { padding: 12px 0; }
  .cols { grid-template-columns: 1fr; gap: 32px; }
  .hero-cap, .site-footer, .preview-banner { padding-left: 24px; padding-right: 24px; flex-direction: column; gap: 6px; }
  .project-meta { flex-direction: column; gap: 6px; }
  .index-grid { grid-template-columns: 1fr; gap: 32px; }
  .body { font-size: 17px; }
}
