/* Sentimentalica — vintage paper craft aesthetic */
:root {
  --navy: #163087;
  --navy-deep: #0f2466;
  --cream: #faf3e6;
  --cream-warm: #f0e4cd;
  --paper: #f7ecd6;
  --ink: #2a2a3a;
  --muted: #7a6f5e;
  --line: #c9b896;
  --accent: #b8956a;
  --rose: #c47b7b;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lora', Georgia, serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  /* subtle paper texture */
  background-image:
    radial-gradient(circle at 20% 30%, rgba(184, 149, 106, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(22, 48, 135, 0.03) 0%, transparent 50%);
}

/* Nav */
.site-nav {
  padding: 24px 60px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--cream);
  position: relative;
}
.site-nav .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  text-transform: none;
}
.site-nav .logo-mark {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}
.site-nav .logo-text {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1;
}
.site-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  align-items: center;
}
.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.2s;
  font-family: 'Lora', serif;
}
.site-nav a:hover { color: var(--navy); }
.nav-shop {
  background: var(--navy);
  color: var(--cream) !important;
  padding: 11px 22px;
  font-size: 11px !important;
  letter-spacing: 1.8px !important;
  border: 1px solid var(--navy);
}
.nav-shop:hover { background: var(--navy-deep); color: var(--cream) !important; }

/* HERO with logo + wordmark */
.hero-logo {
  padding: 80px 60px 0;
  text-align: center;
  background: var(--cream);
}
.hero-logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto 24px;
}
.hero-logo .hero-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  line-height: 1;
}
.hero-logo .hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--rose);
  margin-bottom: 8px;
}

.hero-intro {
  padding: 50px 60px 80px;
  text-align: center;
  background: var(--cream);
  position: relative;
}
.hero-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--rose);
  margin-bottom: 24px;
}
.hero-intro h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--navy);
  max-width: 820px;
  margin: 0 auto 28px;
  letter-spacing: -0.5px;
}
.hero-intro h1 em { font-style: italic; font-weight: 400; }
.hero-sub {
  max-width: 580px;
  margin: 0 auto 40px;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  font-family: 'Lora', serif;
}
.hero-cta {
  display: inline-block;
  background: var(--navy);
  color: var(--cream);
  text-decoration: none;
  padding: 16px 40px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
  font-family: 'Lora', serif;
  font-weight: 500;
}
.hero-cta:hover { background: var(--navy-deep); transform: translateY(-1px); }

/* Sections */
.section {
  padding: 80px 60px;
  border-top: 1px solid var(--line);
  background: var(--cream);
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 50px;
}
.section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.5px;
}
.section-head h2 em { font-style: italic; }
.section-head .more {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  font-weight: 500;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.post-card { text-decoration: none; color: inherit; display: block; transition: transform 0.3s; }
.post-card:hover { transform: translateY(-4px); }
.post-thumb {
  aspect-ratio: 4 / 5;
  background: var(--cream-warm);
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.post-thumb.t1 {
  background:
    linear-gradient(135deg, rgba(196,123,123,0.15) 0%, transparent 50%),
    linear-gradient(45deg, #e8d9b8 0%, #d4c19a 100%);
}
.post-thumb.t2 {
  background:
    linear-gradient(135deg, rgba(22,48,135,0.1) 0%, transparent 50%),
    linear-gradient(45deg, #d8d2c0 0%, #c4bca6 100%);
}
.post-thumb.t3 {
  background:
    linear-gradient(135deg, rgba(184,149,106,0.2) 0%, transparent 50%),
    linear-gradient(45deg, #ddc9a3 0%, #c4a572 100%);
}
.post-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,253,247,0.25), transparent 60%);
}
.post-cat {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 10px;
  font-weight: 600;
}
.post-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 12px;
}
.post-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}
.post-meta {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 14px;
  font-family: 'Lora', serif;
}

/* Etsy band */
.etsy-band {
  background: var(--navy);
  color: var(--cream);
  padding: 90px 60px;
  text-align: center;
  position: relative;
}
.etsy-band::before {
  content: '';
  position: absolute;
  top: 30px; bottom: 30px;
  left: 50%; transform: translateX(-50%);
  width: calc(100% - 60px);
  border: 1px solid rgba(250,243,230,0.2);
  pointer-events: none;
}
.etsy-band h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  position: relative;
}
.etsy-band h2 em { font-style: italic; color: var(--accent); }
.etsy-band p {
  max-width: 560px;
  margin: 0 auto 36px;
  opacity: 0.88;
  font-size: 16px;
  position: relative;
  font-family: 'Lora', serif;
}
.etsy-cta {
  display: inline-block;
  background: var(--cream);
  color: var(--navy);
  text-decoration: none;
  padding: 16px 40px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-family: 'Lora', serif;
}

/* Footer */
footer {
  padding: 50px 60px;
  border-top: 1px solid var(--line);
  background: var(--cream);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
  font-family: 'Lora', serif;
}
footer a { color: var(--muted); margin-left: 24px; text-decoration: none; }
footer a:hover { color: var(--navy); }

/* BLOG INDEX */
.blog-header {
  padding: 80px 60px 40px;
  text-align: center;
  background: var(--cream);
}
.blog-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 68px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}
.blog-header h1 em { font-style: italic; }
.blog-header p {
  color: var(--muted);
  max-width: 540px;
  margin: 0 auto;
  font-size: 16px;
}
.blog-filters {
  padding: 0 60px 36px;
  display: flex;
  gap: 24px;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.blog-filters a {
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  font-family: 'Lora', serif;
  font-weight: 500;
}
.blog-filters a.on { border-color: var(--navy); color: var(--navy); }
.blog-list { padding: 60px; background: var(--cream); }
.post-grid-wide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}

/* SINGLE POST */
.post-hero {
  padding: 70px 60px 30px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.post-hero .post-cat { font-size: 11px; margin-bottom: 22px; }
.post-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}
.post-hero h1 em { font-style: italic; }
.post-hero-meta {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  font-family: 'Lora', serif;
}
.post-feature-img {
  max-width: 920px;
  margin: 40px auto;
  aspect-ratio: 16/9;
  background:
    linear-gradient(135deg, rgba(196,123,123,0.15) 0%, transparent 50%),
    linear-gradient(45deg, #e8d9b8 0%, #d4c19a 50%, #b8956a 100%);
  position: relative;
  border: 1px solid var(--line);
}
.post-feature-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 35%, rgba(255,253,247,0.35), transparent 65%);
}
.post-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 60px 60px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--ink);
  font-family: 'Lora', serif;
}
.post-body p { margin-bottom: 26px; }
.post-body p.lead::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  float: left;
  line-height: 0.85;
  margin: 8px 12px 0 0;
  color: var(--navy);
  font-weight: 500;
}
.post-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--navy);
  margin: 44px 0 18px;
  font-weight: 500;
}
.post-body h2 em { font-style: italic; }
.post-body a { color: var(--navy); }
.post-body blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: var(--navy);
  border-left: 2px solid var(--accent);
  padding: 8px 0 8px 32px;
  margin: 36px 0;
  line-height: 1.4;
}
.post-shop-callout {
  background: var(--cream-warm);
  padding: 40px;
  margin: 44px 0;
  text-align: center;
  border: 1px solid var(--line);
}
.post-shop-callout p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--navy);
  margin-bottom: 18px;
}
.post-shop-callout a {
  display: inline-block;
  background: var(--navy);
  color: var(--cream);
  text-decoration: none;
  padding: 13px 30px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  font-weight: 500;
}

/* ABOUT */
.about-hero {
  padding: 90px 60px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.about-hero-img {
  aspect-ratio: 3/4;
  background:
    linear-gradient(135deg, rgba(196,123,123,0.2) 0%, transparent 50%),
    linear-gradient(45deg, #c4a572 0%, #ddc9a3 50%, #d4c19a 100%);
  position: relative;
  border: 1px solid var(--line);
}
.about-hero-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 25%, rgba(255,253,247,0.4), transparent 60%);
}
.about-text-block .eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--rose);
  margin-bottom: 18px;
}
.about-text-block h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--navy);
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.about-text-block h1 em { font-style: italic; }
.about-text-block p {
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 18px;
  line-height: 1.75;
  font-family: 'Lora', serif;
}
.about-text-block .sig {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: var(--navy);
  margin-top: 26px;
}

@media (max-width: 900px) {
  .site-nav { padding: 18px 24px; flex-direction: column; gap: 14px; }
  .site-nav ul { gap: 18px; flex-wrap: wrap; justify-content: center; }
  .site-nav .logo-mark { width: 36px; height: 36px; }
  .site-nav .logo-text { font-size: 26px; }
  .hero-logo { padding: 50px 24px 0; }
  .hero-logo img { width: 90px; height: 90px; }
  .hero-logo .hero-wordmark { font-size: 48px; }
  .hero-intro { padding: 30px 24px 50px; }
  .hero-intro h1 { font-size: 36px; }
  .section, .blog-list, .etsy-band { padding: 60px 24px; }
  .section-head { flex-direction: column; gap: 14px; align-items: flex-start; }
  .section-head h2, .etsy-band h2 { font-size: 30px; }
  .post-grid, .post-grid-wide { grid-template-columns: 1fr; }
  .about-hero { grid-template-columns: 1fr; padding: 50px 24px; gap: 36px; }
  .about-text-block h1 { font-size: 36px; }
  .post-hero h1 { font-size: 34px; }
  .post-hero { padding: 50px 24px 24px; }
  .post-body { padding: 0 24px 60px; font-size: 16px; }
  footer { flex-direction: column; gap: 16px; padding: 36px 24px; text-align: center; }
  footer a { margin: 0 12px; }
  .blog-header h1 { font-size: 44px; }
  .blog-header { padding: 50px 24px 24px; }
  .blog-filters { padding: 0 24px 28px; }
  .etsy-band::before { left: 24px; transform: none; width: calc(100% - 48px); }
}
