/* =========================================================
   High 5 Over 55 — HOMEPAGE-ONLY STYLESHEET
   Loaded ONLY on the front page (page: home-h5o55).
   Hero, botanical divider, About, Pillars, Start Here,
   free-guide card, latest-posts grid, Shop, email signup,
   and Instagram grid — none of this is needed on other
   templates, so it stays out of the global stylesheet.
   ========================================================= */

.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-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;
}

.hero-pill-1 {
left: -32px; top: 28%; animation-delay: 0s;
}

.hero-pill-2 {
right: -24px; bottom: 26%; animation-delay: 2.5s;
}

.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;
}

.hero-place {
position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 7px;
  background: rgba(10,31,18,.82); backdrop-filter: blur(12px);
  border: 1px solid rgba(134,201,154,.18); border-radius: 24px;
  padding: 8px 18px; color: var(--j9); font-size: 11.5px; font-weight: 400;
  white-space: nowrap;
}

.hero-place svg {
color: var(--j7);
}

.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;
}

.about {
background: var(--cream3);
  padding: 120px 0;
  position: relative; overflow: hidden;
}

.about::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-inner {
max-width: var(--max-w); margin: 0 auto;
  padding: 0 36px;
  display: grid; grid-template-columns: 460px 1fr;
  gap: 100px; align-items: center;
  position: relative; z-index: 2;
}

.about-text {

}

.pillars {
background: var(--j2);
  padding: 120px 0;
  position: relative; overflow: hidden;
}

.pillars::before {
content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 50% at 100% 0%,  rgba(61,145,87,.12) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 0%  100%, rgba(46,122,71,.10) 0%, transparent 50%);
}

.pillars-header {
text-align: center; max-width: 580px;
  margin: 0 auto 68px; padding: 0 36px;
  position: relative; z-index: 2;
}

.pillars-grid {
  max-width: var(--max-w); margin: 0 auto;
  padding: 0 36px;
  display: grid; 
  grid-template-columns: repeat(6,1fr);
  gap: 2px;
  position: relative; z-index: 2;
}

.pillar-card {
  display: block; text-decoration: none;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(134,201,154,.1);
  overflow: hidden; transition: all .35s ease; cursor: pointer;
  position: relative;
  border-radius: 4px;
}

.pillar-card:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(134,201,154,.3);
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(0,0,0,.4);
  z-index: 2;
}

.pillar-art {
width: 100%; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}

.pillar-art-jungle {
background: linear-gradient(160deg, #0A2010, #162E1C 40%, #1D4028);
}

.pillar-art-earth {
background: linear-gradient(160deg, #1C1008, #2E1A0A 40%, #3D2514);
}

.pillar-art-ocean {
background: linear-gradient(160deg, #071522, #0F2535 40%, #163245);
}

.pillar-art svg {
width: 100%; height: 100%;
}

.pillar-body {
padding: 30px 28px 36px;
}

.pillar-num {
font-family: var(--serif); font-size: 11px; font-style: italic; font-weight: 300; color: var(--j7); letter-spacing: 1px; margin-bottom: 8px;
}

.pillar-title {
font-family: var(--serif); font-size: 24px; font-weight: 300; color: rgba(255,255,255,.88); margin-bottom: 10px; line-height: 1.25;
}

.pillar-desc {
font-size: 14px; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.7; margin-bottom: 22px;
}

.pillar-link {
font-size: 10.5px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  color: var(--j7); display: flex; align-items: center; gap: 8px; transition: gap .2s;
}

.pillar-card:hover .pillar-link {
gap: 14px;
}

.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);
}

.shop {
background: var(--cream3); padding: 120px 0;
  position: relative; overflow: hidden;
}

.shop::after {
content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% 100%, var(--j10) 0%, transparent 60%);
  opacity: .5;
}

.shop-header {
text-align: center; max-width: 540px;
  margin: 0 auto 60px; padding: 0 36px;
  position: relative; z-index: 2;
}

.shop-title {
font-family: var(--serif); font-size: clamp(34px,4vw,50px); font-weight: 300; line-height: 1.15; color: var(--j2);
}

.shop-title em {
font-style: italic; color: var(--j5);
}

.shop-grid {
max-width: var(--max-w); margin: 0 auto;
  padding: 0 36px;
  display: grid; grid-template-columns: repeat(5,1fr);
  gap: 16px; margin-bottom: 48px;
  position: relative; z-index: 2;
}

.shop-card {
background: var(--white); border-radius: 4px;
  padding: 30px 16px; text-align: center;
  border: 1px solid rgba(91,175,116,.15);
  box-shadow: 0 4px 20px rgba(10,31,18,.06);
  transition: all .3s ease; cursor: pointer; display: block; text-decoration: none;
}

.shop-card:hover {
transform: translateY(-6px); box-shadow: 0 16px 48px rgba(10,31,18,.14); border-color: var(--j8);
}

.shop-card-icon {
font-size: 34px; margin-bottom: 14px;
}

.shop-card h4 {
font-family: var(--serif); font-size: 16px; font-weight: 400; color: var(--j2); margin-bottom: 6px;
}

.shop-card p {
font-size: 11.5px; font-weight: 300; color: #6B8A6D; line-height: 1.5;
}

.shop-cta {
text-align: center; position: relative; z-index: 2;
}

.ig-sec {
background: var(--cream2); padding: 96px 0;
}

.ig-head {
text-align: center; margin-bottom: 44px; padding: 0 36px;
}

.ig-head p {
font-size: 15px; font-weight: 300; color: #6B8A6D;
}

.ig-head a {
color: var(--j5); font-weight: 500;
}

.ig-grid {
max-width: var(--max-w); margin: 0 auto;
  padding: 0 36px;
  display: grid; grid-template-columns: repeat(6,1fr);
  gap: 10px; margin-bottom: 40px;
}

.ig-cell {
aspect-ratio: 1; border-radius: 4px; overflow: hidden; cursor: pointer; position: relative;
}

.ig-cell img {
width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease;
}

.ig-cell:hover img {
transform: scale(1.08);
}

.ig-ph {
width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 28px;
}

.ig-ov {
position: absolute; inset: 0; background: rgba(10,31,18,.65); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; color: white; font-size: 20px;
}

.ig-cell:hover .ig-ov {
opacity: 1;
}

.ig-cta {
text-align: center;
}

@media (max-width: 1024px) {
.hero-inner { grid-template-columns: 1fr; gap: 64px; }

.hero-photo-col { display: none; }

.about-inner { grid-template-columns: 1fr; gap: 60px; }

.pillars-grid { grid-template-columns: 1fr; }

.pillar-card:first-child,.pillar-card:last-child { border-radius: 4px; }

.posts-grid { grid-template-columns: repeat(2,1fr); }

.shop-grid { grid-template-columns: repeat(3,1fr); }

.ig-grid { grid-template-columns: repeat(4,1fr); }

.ig-grid .ig-cell:nth-child(n+5) { display: none; }
}

@media (max-width: 768px) {
.hero-inner { padding: 80px 24px 120px; }

.hero h1 { font-size: 42px; }

.about-inner, .posts-header, .shop-header, .ig-head { padding: 0 24px; }

.pillars-grid,.posts-grid,.shop-grid,.ig-grid { padding: 0 24px; }

.posts-grid { grid-template-columns: 1fr; }

.shop-grid { grid-template-columns: repeat(2,1fr); }

.ig-grid { grid-template-columns: repeat(3,1fr); }

.ig-grid .ig-cell:nth-child(n+4) { display: none; }

.vine-strip-inner { gap: 18px; }

.vine-sep { display: none; }
}

@media (max-width: 480px) {
.hero h1 { font-size: 36px; }
}

@media (min-width: 1025px) {
.pillars-grid {
    grid-template-columns: repeat(6,1fr);
  }

.pillar-card {
    grid-column: span 2;
  }

.pillar-card:nth-last-child(2) {
    grid-column: 2 / span 2;
  }

.pillar-card:last-child {
    grid-column: 4 / span 2;
  }
}
