/* lemonvita-layout.css — Quiet Field Notes design for Lucien Veldhuizen
   Clean notebook-inspired editorial, modular grid, cool neutrals with warm accents
*/

:root {
  --paper: #F7F5F0;
  --parchment: #EDE8DF;
  --charcoal: #2A2F33;
  --sage: #8A9A8D;
  --sand: #C9A88A;
  --border: #D6D0C5;
  --text-sec: #5A6058;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  font-size: 1.02rem;
  line-height: 1.82;
  color: var(--charcoal);
  background-color: var(--paper);
  -webkit-font-smoothing: antialiased;
}

/* Header */
.field-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--paper);
  border-bottom: 1px solid var(--border);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: Georgia, serif;
  font-size: 1.55rem;
  color: var(--charcoal);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.logo:hover { color: var(--sage); }

.nav {
  display: flex;
  gap: 2rem;
}

.nav a {
  font-size: 0.92rem;
  color: var(--charcoal);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1.5px solid transparent;
  transition: all 0.2s ease;
}

.nav a:hover, .nav a.active {
  color: var(--sage);
  border-bottom-color: var(--sage);
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--charcoal);
  cursor: pointer;
}

/* Hero - full bleed with centered typography */
.notes-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--parchment);
  padding-top: 4.5rem;
}

.notes-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2296%22 height=%2296%22 fill=%22none%22%3E%3Cpath stroke=%22%23D6D0C5%22 stroke-width=%220.6%22 d=%22M0 12h96M0 24h96M0 36h96M0 48h96M0 60h96M0 72h96M0 84h96M12 0v96M24 0v96M36 0v96M48 0v96M60 0v96M72 0v96M84 0v96%22/%3E%3C/svg%3E');
  background-size: 96px 96px;
  opacity: 0.35;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  text-align: center;
  padding: 2rem;
}

.hero-content h1 {
  font-family: Georgia, serif;
  font-size: 3.1rem;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

.hero-content .subtitle {
  font-size: 1.15rem;
  color: var(--text-sec);
  margin-bottom: 1.75rem;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
}

/* About / Editorial statement */
.field-about {
  padding: 4.5rem 3rem;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: center;
}

.field-about img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 6px 25px rgba(42, 47, 51, 0.08);
}

.field-about h2 {
  font-family: Georgia, serif;
  font-size: 2.15rem;
  margin: 0 0 1.25rem;
}

.field-about p {
  margin-bottom: 1.1rem;
}

/* Observations Grid - modular 3-col */
.observations {
  padding: 4rem 2.5rem;
  background: var(--parchment);
}

.observations h2 {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 2.05rem;
  margin-bottom: 2.75rem;
}

.obs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.85rem;
  max-width: 1280px;
  margin: 0 auto;
}

.field-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.85rem 1.95rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.field-card:hover {
  transform: translateY(-4px);
  border-color: var(--sage);
  box-shadow: 0 12px 30px rgba(42, 47, 51, 0.07);
}

.field-card h3 {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  margin: 0 0 0.95rem;
  line-height: 1.25;
}

.field-card .excerpt {
  flex: 1;
  color: var(--text-sec);
  font-size: 0.99rem;
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

.field-card .read-more {
  font-size: 0.9rem;
  color: var(--sand);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 500;
}

.field-card .read-more:hover { color: var(--sage); }

/* In the Light - deeper essay */
.light-section {
  padding: 5rem 3.5rem;
  max-width: 860px;
  margin: 0 auto;
}

.light-section h2 {
  font-family: Georgia, serif;
  font-size: 2.25rem;
  margin-bottom: 1.6rem;
}

.light-section p {
  margin-bottom: 1.35rem;
}

.light-section img {
  width: 100%;
  margin: 2.25rem 0;
  border-radius: 3px;
  box-shadow: 0 8px 28px rgba(42, 47, 51, 0.09);
}

/* FAQ / Common Questions */
.journal-faq {
  padding: 4.5rem 3rem;
  background: var(--parchment);
  max-width: 780px;
  margin: 0 auto;
}

.journal-faq h2 {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.faq-item {
  margin-bottom: 1.35rem;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1.35rem;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item strong {
  display: block;
  font-size: 1.05rem;
  color: var(--sage);
  margin-bottom: 0.55rem;
}

/* CTA */
.margin-note {
  padding: 5rem 2.5rem;
  background: var(--charcoal);
  color: var(--paper);
  text-align: center;
}

.margin-note h2 {
  font-family: Georgia, serif;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: var(--paper);
}

.margin-note p {
  max-width: 48ch;
  margin: 0 auto 2rem;
  opacity: 0.9;
}

.cta-btn {
  display: inline-block;
  padding: 0.95rem 2.6rem;
  border: 1.5px solid var(--sand);
  color: var(--sand);
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.98rem;
  transition: all 0.25s ease;
}

.cta-btn:hover {
  background: var(--sand);
  color: var(--charcoal);
  border-color: var(--sand);
}

/* Footer - 4 col modular */
.field-footer {
  background: var(--parchment);
  padding: 3.75rem 2.5rem 2.25rem;
  border-top: 2px solid var(--sand);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2.25rem;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-col h4 {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 1rem 0;
}

.footer-col a, .footer-col p {
  display: block;
  color: var(--text-sec);
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 0.93rem;
}

.footer-col a:hover {
  color: var(--sage);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-sec);
}

/* Form & Legal pages */
.form-page, .legal-page, .thankyou-page {
  max-width: 720px;
  margin: 6rem auto 4rem;
  padding: 0 2rem;
}

.form-page h1, .legal-page h1, .thankyou-page h1 {
  font-family: Georgia, serif;
  font-size: 2.55rem;
  margin-bottom: 0.6rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-form label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sage);
}

.contact-form input, .contact-form textarea {
  padding: 0.9rem 1.1rem;
  border: 1.5px solid var(--border);
  border-radius: 3px;
  font-size: 1rem;
  font-family: inherit;
  background: var(--white);
}

.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--sage);
}

.contact-form textarea { min-height: 160px; resize: vertical; }

.checkbox-group {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.form-error {
  color: #A05A5A;
  font-size: 0.85rem;
  margin-top: 0.3rem;
  display: none;
}

/* Responsive */
@media (max-width: 900px) {
  .field-about { grid-template-columns: 1fr; }
  .obs-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); flex-direction: column; padding: 1.25rem 2rem; border-bottom: 1px solid var(--border); }
  .nav.show { display: flex; }
  .mobile-nav-toggle { display: block; }
  .notes-hero { min-height: 70vh; }
}

/* Accessibility */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}