:root{--forest:#062810;--deep-teal:#09493D;--sage:#7CB77F;--dark-gray:#454547;--medium-gray:#828287;--warm-cream:#F7F3E8;--soft-gold:#FFEDB2;--white:#FFFFFF;--card-radius:14px;--card-border:1px solid rgba(0,0,0,0.06);}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',Arial,sans-serif;color:var(--dark-gray);background:var(--warm-cream);-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative;}
body::after{content:'';position:fixed;inset:0;background-image:url('/assets/images/textures/noisy-texture-256x256-more-dense.png');background-repeat:repeat;background-size:256px 256px;opacity:0.6;pointer-events:none;z-index:0;}
body > *{position:relative;z-index:2;}

/* ── NAV ── */

/* ── BUTTONS ── */
.btn-demo{display:inline-block;font-family:'Inter',sans-serif;font-weight:500;text-decoration:none;border:1.5px solid var(--deep-teal);border-radius:4px;transition:all .25s ease;padding:10px 28px;background:var(--deep-teal);color:var(--white);font-size:14px;}
.btn-demo:hover{background:var(--forest);border-color:var(--forest);box-shadow:4px 4px 0 rgba(9,73,61,0.15);transform:translate(-1px,-1px);}
/* Corner bracket decorations */
.btn-demo{position:relative;}
.btn-demo::before,.btn-demo::after{content:'';position:absolute;width:8px;height:8px;border-color:rgba(9,73,61,0.3);border-style:solid;border-width:0;transition:border-color .25s,opacity .25s;pointer-events:none;}
.btn-demo::before{top:-4px;left:-4px;border-top-width:1.5px;border-left-width:1.5px;}
.btn-demo::after{bottom:-4px;right:-4px;border-bottom-width:1.5px;border-right-width:1.5px;}
.btn-demo:hover::before,.btn-demo:hover::after{border-color:var(--deep-teal);}

/* ── POST LAYOUT ── */
.post-hero{padding:136px 24px 56px;position:relative;}
.post-hero::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg, transparent, transparent 84px, rgba(9,73,61,0.04) 84px, rgba(9,73,61,0.04) 85px),repeating-linear-gradient(135deg, transparent, transparent 84px, rgba(9,73,61,0.04) 84px, rgba(9,73,61,0.04) 85px);mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.5) 80%, transparent 100%);-webkit-mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.5) 80%, transparent 100%);pointer-events:none;}
.post-hero > *{position:relative;z-index:1;}
.post-hero-inner{max-width:720px;margin:0 auto;}
.post-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--medium-gray);text-decoration:none;margin-bottom:28px;transition:color .2s;}
.post-back:hover{color:var(--deep-teal);}
.post-tag{display:inline-block;font-family:'Inter',sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--sage);background:rgba(124,183,127,0.12);padding:4px 12px;border-radius:9999px;margin-bottom:20px;}
.post-title{font-family:'Source Serif Pro',serif;font-size:clamp(28px,4vw,48px);font-weight:700;color:var(--deep-teal);line-height:1.12;letter-spacing:-0.5px;margin-bottom:36px;}
.post-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.post-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(124,183,127,0.3);flex-shrink:0;}
.post-meta-text{display:flex;flex-direction:column;gap:1px;}
.post-author-name{font-size:14px;font-weight:600;color:var(--deep-teal);}
.post-author-role{font-size:13px;color:var(--medium-gray);}
.post-meta-sep{color:rgba(9,73,61,0.2);font-size:18px;font-weight:300;line-height:1;}
.post-date{font-size:13px;color:var(--medium-gray);}

.post-featured{max-width:960px;margin:0 auto;padding:0 24px 56px;}
.post-featured img{width:100%;border-radius:16px;border:var(--card-border);box-shadow:0 8px 32px rgba(6,40,16,0.08);display:block;}

.post-content{max-width:720px;margin:0 auto;padding:0 24px 16px;}
.post-content p{font-size:17px;line-height:1.8;color:var(--dark-gray);margin-bottom:24px;}
.post-content h2{font-family:'Source Serif Pro',serif;font-size:clamp(22px,3vw,32px);font-weight:700;color:var(--deep-teal);margin:56px 0 20px;line-height:1.2;}
.post-content h3{font-family:'Source Serif Pro',serif;font-size:20px;font-weight:700;color:var(--deep-teal);margin:36px 0 12px;line-height:1.3;}
.post-content blockquote{border-left:3px solid var(--sage);padding:8px 0 8px 24px;margin:40px 0;}
.post-content blockquote p{font-size:21px;font-style:italic;color:var(--deep-teal);font-weight:600;margin-bottom:0;line-height:1.5;}
.post-content ul{margin:0 0 24px 0;padding-left:0;list-style:none;}
.post-content ul li{font-size:17px;line-height:1.8;color:var(--dark-gray);margin-bottom:16px;padding-left:28px;position:relative;}
.post-content ul li::before{content:'';position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:var(--sage);flex-shrink:0;}
.post-content ul li strong{color:var(--deep-teal);}
.post-content ul li em{font-style:italic;}
.post-content img{max-width:100%;height:auto;display:block;margin:0 auto;}
.post-figure{margin:44px 0;}
.post-figure img{width:100%;border-radius:var(--card-radius);border:var(--card-border);box-shadow:0 4px 20px rgba(6,40,16,0.07);display:block;}
.post-figure figcaption{font-size:13px;color:var(--medium-gray);text-align:center;margin-top:12px;line-height:1.5;}
.post-video-wrap{margin:44px 0;border-radius:var(--card-radius);overflow:hidden;aspect-ratio:16/9;box-shadow:0 4px 20px rgba(6,40,16,0.07);}
.post-video-wrap iframe{width:100%;height:100%;border:0;display:block;}

.post-divider{max-width:720px;margin:0 auto;padding:0 24px;}
.post-divider hr{border:none;border-top:1px solid rgba(9,73,61,0.1);margin:48px 0;}

.post-cta-wrap{max-width:1200px;margin:0 auto;padding:0 24px 80px;}
.post-cta-box{background:transparent;border:none;border-radius:0;padding:88px 24px 72px;text-align:center;position:relative;overflow:hidden;}
.post-cta-box::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='84' viewBox='0 0 140 84'%3E %3Cg fill='%23062810' fill-opacity='0.26'%3E %3Crect x='6' y='10' width='6' height='1'/%3E%3Crect x='22' y='12' width='1' height='1'/%3E%3Crect x='36' y='8' width='8' height='1'/%3E%3Crect x='54' y='14' width='4' height='1'/%3E%3Crect x='70' y='10' width='1' height='1'/%3E%3Crect x='82' y='12' width='5' height='1'/%3E%3Crect x='100' y='8' width='1' height='1'/%3E%3Crect x='112' y='14' width='7' height='1'/%3E%3Crect x='126' y='10' width='4' height='1'/%3E %3Crect x='8' y='28' width='4' height='1'/%3E%3Crect x='20' y='30' width='1' height='1'/%3E%3Crect x='32' y='26' width='6' height='1'/%3E%3Crect x='48' y='32' width='1' height='1'/%3E%3Crect x='60' y='28' width='8' height='1'/%3E%3Crect x='76' y='30' width='1' height='1'/%3E%3Crect x='88' y='26' width='5' height='1'/%3E%3Crect x='106' y='32' width='1' height='1'/%3E%3Crect x='116' y='28' width='6' height='1'/%3E %3Crect x='4' y='46' width='7' height='1'/%3E%3Crect x='20' y='42' width='1' height='1'/%3E%3Crect x='32' y='48' width='4' height='1'/%3E%3Crect x='46' y='44' width='6' height='1'/%3E%3Crect x='60' y='48' width='1' height='1'/%3E%3Crect x='72' y='42' width='8' height='1'/%3E%3Crect x='90' y='46' width='1' height='1'/%3E%3Crect x='102' y='48' width='5' height='1'/%3E%3Crect x='118' y='44' width='4' height='1'/%3E %3Crect x='10' y='64' width='5' height='1'/%3E%3Crect x='26' y='68' width='1' height='1'/%3E%3Crect x='38' y='64' width='8' height='1'/%3E%3Crect x='56' y='62' width='1' height='1'/%3E%3Crect x='68' y='68' width='4' height='1'/%3E%3Crect x='82' y='64' width='6' height='1'/%3E%3Crect x='98' y='68' width='1' height='1'/%3E%3Crect x='110' y='62' width='7' height='1'/%3E%3Crect x='126' y='66' width='4' height='1'/%3E %3C/g%3E %3Cg fill='%237CB77F' fill-opacity='0.46'%3E %3Crect x='64' y='12' width='4' height='1'/%3E%3Crect x='40' y='30' width='5' height='1'/%3E%3Crect x='86' y='46' width='4' height='1'/%3E%3Crect x='20' y='66' width='5' height='1'/%3E %3C/g%3E %3C/svg%3E");background-repeat:repeat;background-size:140px 84px;mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 12%, black 35%, black 65%, rgba(0,0,0,0.55) 88%, transparent 100%);-webkit-mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 12%, black 35%, black 65%, rgba(0,0,0,0.55) 88%, transparent 100%);pointer-events:none;}
.post-cta-box > *{position:relative;z-index:1;}
.post-cta-box h3{font-family:'Source Serif Pro',serif;font-size:clamp(22px,3vw,30px);font-weight:700;color:var(--deep-teal);margin-bottom:12px;line-height:1.2;}
.post-cta-box p{font-size:16px;color:var(--dark-gray);margin-bottom:28px;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6;}
.btn-cta-light{display:inline-block;font-family:'Inter',sans-serif;font-weight:500;text-decoration:none;border:1.5px solid rgba(255,255,255,0.35);border-radius:4px;padding:12px 32px;background:rgba(255,255,255,0.1);color:#fff;font-size:14px;transition:all .25s;}
.btn-cta-light:hover{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.5);}

/* ── FOOTER ── */

/* ── MOBILE HAMBURGER + MENU ── */

@media(max-width:768px){
  
  
  
  
  
  
  
  .post-hero{padding:100px 20px 44px;}
  .post-featured{padding:0 20px 40px;}
  .post-content{padding:0 20px 16px;}
  .post-cta-box{padding:40px 28px;}
  .post-cta-wrap{padding:0 20px 64px;}
  .post-divider{padding:0 20px;}
  
  .post-content img{max-width:100%;height:auto;}
  .post-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .post-meta{flex-wrap:wrap;gap:8px;}
  .post-back{min-height:44px;display:inline-flex;align-items:center;}
  .post-tag{min-height:32px;display:inline-flex;align-items:center;}
}
@media(max-width:480px){

  :root{--card-padding:24px 20px;}

  .btn-demo,.btn-demo-lg{min-height:44px;display:inline-flex;align-items:center;justify-content:center;}
}

/* ── RELATED POSTS ── */
.post-related{max-width:1100px;margin:0 auto;padding:24px 24px 64px;}
.post-related-inner{}
.post-related-title{font-family:'Source Serif Pro',serif;font-size:clamp(22px,2.4vw,28px);font-weight:700;color:var(--deep-teal);margin-bottom:24px;letter-spacing:-0.3px;}
.post-related-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.post-related-card{background:rgba(255,255,255,0.5);border:1px solid rgba(9,73,61,0.08);border-radius:14px;overflow:hidden;transition:box-shadow .3s,transform .25s,border-color .3s;}
.post-related-card:hover{box-shadow:0 12px 32px rgba(6,40,16,0.1),0 4px 12px rgba(6,40,16,0.06);transform:translateY(-3px);border-color:rgba(9,73,61,0.14);}
.post-related-link{display:block;text-decoration:none;color:inherit;height:100%;}
.post-related-thumb{aspect-ratio:16/9;overflow:hidden;background:rgba(9,73,61,0.05);}
.post-related-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.post-related-body{padding:20px 22px 24px;}
.post-related-tag{display:inline-block;font-family:'Inter',sans-serif;font-size:10px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--sage);background:rgba(124,183,127,0.12);padding:3px 10px;border-radius:9999px;margin-bottom:12px;}
.post-related-heading{font-family:'Source Serif Pro',serif;font-size:18px;font-weight:700;color:var(--deep-teal);line-height:1.3;margin-bottom:10px;letter-spacing:-0.2px;}
.post-related-date{font-size:12px;color:var(--medium-gray);}
@media(max-width:900px){
  .post-related-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .post-related-grid{grid-template-columns:1fr;}
  .post-related{padding:8px 20px 56px;}
}
