/* ── Missing eyebrow color variants ── */
.section-eyebrow.light { color: var(--j8); }
.section-eyebrow.dark { color: var(--j6); }
.section-eyebrow.terra { color: var(--terra4); }

/*.about-photo {
  width: 100%; aspect-ratio: 3.6/4; object-fit: cover;
  object-position: top; display: block;
}*/

.about-hero {
  position: relative; min-height: 96vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--j1);
}
.about-hero-inner {
  position: relative;
  z-index: 4;
  max-width: 1200px;
  margin: 0 120px;
  padding: 100px 36px 150px;
  display: grid;
  grid-template-columns: 1fr 460;
  gap: 80px;
  align-items: center;
}
.about-me{background:var(--cream3);padding:120px 0;position:relative;overflow:hidden}
.about-me::before{content:'';position:absolute;top:-120px;right:-120px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,var(--j10) 0%,transparent 70%);opacity:.6}

.about-me-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}

/*.about-me-inner{max-width:1200px;
margin:0 auto;padding:0 36px;
align-items:center;position:relative;} */

.about-text {
  max-width: 100%;
}

/* ── Hero + Vine Strip system, extracted from home.css ── */

.hero {
position: relative; min-height: 96vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--j1);
}

.hero-atmo {
position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 75% 35%, rgba(46,122,71,.22) 0%, transparent 55%),
    radial-gradient(ellipse 35% 50% at 5%  85%, rgba(26,61,38,.35) 0%, transparent 50%),
    radial-gradient(ellipse 60% 35% at 50% 5%,  rgba(196,144,10,.06) 0%, transparent 55%),
    linear-gradient(170deg, #050E08 0%, #0D2018 30%, #152C1E 60%, #0A1A10 100%);
}

.hero-vines {
position: absolute; inset: 0; z-index: 1; pointer-events: none;
}

.hero-mist {
position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 30% at 50% 90%, rgba(134,201,154,.05) 0%, transparent 60%),
    radial-gradient(ellipse 40% 20% at 20% 60%, rgba(184,224,196,.04) 0%, transparent 50%);
  animation: mist 12s ease-in-out infinite;
}

.hero-leaves {
position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden;
}

.hero-tear {
position: absolute; bottom: -2px; left: 0; right: 0; z-index: 5;
  height: 100px;
}

.hero-inner {
position: relative; z-index: 4;
  max-width: var(--max-w); margin: 0 auto;
  padding: 100px 36px 150px;
  display: grid; grid-template-columns: 1fr 380px;
  gap: 80px; align-items: center;
}

.hero-tag {
display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(134,201,154,.2);
  border-radius: 3px; padding: 7px 16px; margin-bottom: 28px;
  font-size: 10.5px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--j9);
}

.hero-tag-dot {
width: 6px; height: 6px; border-radius: 50%;
  background: var(--j7); flex-shrink: 0;
  animation: drift 3s ease-in-out infinite;
}

.hero h1 {
font-family: var(--serif);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 200; line-height: 1.08;
  color: rgba(255,255,255,.93);
  margin-bottom: 26px;
  letter-spacing: -1px;
}

.hero h1 em {
font-style: italic; color: var(--j8); display: block;
}

.hero h1 strong {
font-weight: 600; color: var(--gold4);
}

.hero-sub {
font-size: 17px; font-weight: 300;
  color: rgba(255,255,255,.58); line-height: 1.78;
  margin-bottom: 42px; max-width: 480px;
}

.hero-btns {
display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px;
}

.hero-creds {
display: flex; flex-wrap: wrap; gap: 18px;
}

.hero-cred {
font-size: 11.5px; font-weight: 400;
  color: rgba(255,255,255,.45); letter-spacing: .5px;
  display: flex; align-items: center; gap: 7px;
}

.hero-cred::before {
content: '';
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--j6); flex-shrink: 0;
}

.hero-photo-col {
position: relative;
}

.hero-photo-frame {
position: relative;
  width: 100%; max-width: 380px;
}

.hero-about-me-photo-img {
  width: 100%; aspect-ratio: 2/3;
  object-fit: cover; object-position: top center;
  display: block;
  clip-path: polygon(12% 0%, 96% 5%, 100% 80%, 88% 100%, 3% 92%, 0% 15%);
  border: 2px solid rgba(134,201,154,.2);
  box-shadow: 0 32px 96px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04);
}

.hero-photo-placeholder {
width: 100%; aspect-ratio: 2/3;
  background: linear-gradient(170deg, rgba(46,122,71,.4), rgba(10,31,18,.8));
  clip-path: polygon(15% 0%, 92% 3%, 98% 88%, 80% 100%, 5% 96%, 0% 12%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: rgba(255,255,255,.35); font-size: 13px; gap: 12px; text-align: center; padding: 60px;
}

.hero-photo-placeholder svg {
width: 48px; height: 48px; opacity: .3;
}

.hero-pill {
position: absolute;
  background: var(--j2);
  border: 1px solid rgba(134,201,154,.2);
  border-radius: 8px; padding: 12px 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  animation: drift 6s ease-in-out infinite;
}

.hp-main {
font-family: var(--serif); font-size: 22px; font-weight: 400; font-style: italic; color: var(--j8); line-height: 1;
}

.hp-sub {
font-size: 10px; color: rgba(255,255,255,.4); margin-top: 3px; letter-spacing: 1px; text-transform: uppercase;
}

.vine-strip {
background: var(--j2);
  padding: 0;
  overflow: hidden;
  position: relative;
}

.vine-strip-inner {
max-width: var(--max-w); margin: 0 auto;
  padding: 28px 36px;
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}

.vine-item {
display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.5); font-size: 11.5px; font-weight: 400;
  letter-spacing: 1px; text-transform: uppercase;
}

.vine-icon {
font-size: 18px;
}

.vine-sep {
color: rgba(134,201,154,.2); font-size: 20px;
}

.section-eyebrow.light {
color: var(--j8);
}

.section-eyebrow.dark {
color: var(--j6);
}

.section-eyebrow.terra {
color: var(--terra4);
}

/* ══════════════════════════════════════
   POSTS
══════════════════════════════════════ */
.posts {
  background: var(--cream2); padding: 120px 0;
}
.posts-header {
  max-width: var(--max-w); margin: 0 auto 60px;
  padding: 0 36px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.posts-grid {
  max-width: var(--max-w); margin: 0 auto;
  padding: 0 36px;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.post-card {
  background: var(--white); border-radius: 4px; overflow: hidden;
  border: 1px solid rgba(91,175,116,.15);
  box-shadow: 0 4px 28px rgba(10,31,18,.07);
  transition: all .32s ease; display: block; text-decoration: none;
}
.post-card:hover { transform: translateY(-6px); box-shadow: 0 16px 56px rgba(10,31,18,.14); border-color: var(--j8); }
.post-media { width: 100%; aspect-ratio: 16/9; overflow: hidden; position: relative; }
.post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-media img { transform: scale(1.06); }
.post-media-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 44px; }
.post-body { padding: 26px; }
.post-cat { font-size: 9.5px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--j6); margin-bottom: 10px; }
.post-body h3 { font-family: var(--serif); font-size: 21px; font-weight: 400; color: var(--j2); margin-bottom: 10px; line-height: 1.3; }
.post-body p { font-size: 13.5px; font-weight: 300; color: #4A6650; line-height: 1.7; margin-bottom: 20px; }
.post-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--cream2); padding-top: 16px; font-size: 11.5px; color: #8AAA8C; }
.post-read { font-weight: 500; color: var(--j5); letter-spacing: .5px; transition: color .2s; }
.post-card:hover .post-read { color: var(--j4); }

@media (max-width: 768px) {
  .about-me { padding: 64px 0; }
  .about-me-inner {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
}
