*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}body{font-family:'Inter',sans-serif;color:var(--text);background:var(--cream);overflow-x:hidden;max-width:100%;line-height:1.6}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
:root{--navy:#1C1C1C;--navy-mid:#2A2A2A;--navy-light:#3D3D3D;--gold:#A6822F;--gold-hover:#8A6A24;--gold-light:#D9B876;--gold-pale:#F4EDDC;--cream:#FAF8F3;--cream-dark:#EAE3D4;--text:#1C1C1C;--text-light:#5B584F;--text-muted:#756F58;--white:#fff;--radius:6px;--radius-lg:10px;--shadow:0 4px 24px rgba(28,28,28,.08);--shadow-lg:0 16px 48px rgba(28,28,28,.14);--shadow-gold:0 8px 28px rgba(166,130,47,.30)}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;line-height:1.2}
p{font-size:1rem;line-height:1.75;color:var(--text-light)}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
#readingProgress{position:fixed;top:0;left:0;height:3px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4);z-index:2000;width:0;transition:width .1s linear}
#navbar{position:fixed;top:3px;left:0;right:0;z-index:1000;background:rgba(10,10,10,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 24px rgba(0,0,0,.35);padding:.85rem 0}
.nav-inner{display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;gap:.75rem}
.nav-logo img{height:40px;width:auto}
.nav-logo-text{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:#fff;letter-spacing:-.01em}
.nav-logo-text span{color:var(--gold-light)}
.nav-links{display:flex;align-items:center;gap:.25rem}
.nav-links a{color:rgba(255,255,255,.85);font-size:.9rem;font-weight:500;padding:.5rem .9rem;border-radius:8px;transition:all .25s ease;position:relative}
.nav-links a::after{content:'';position:absolute;bottom:2px;left:50%;right:50%;height:2px;background:var(--gold);border-radius:2px;transition:all .3s ease}
.nav-links a:hover{color:#fff}.nav-links a:hover::after{left:10%;right:10%}
.nav-links a.active-link{color:#fff}.nav-links a.active-link::after{left:10%;right:10%}
.nav-cta{background:var(--gold)!important;color:#fff!important;font-weight:700!important;padding:.55rem 1.25rem!important;border-radius:8px!important}
.nav-cta::after{display:none!important}.nav-cta:hover{background:var(--gold-hover)!important;transform:translateY(-1px);box-shadow:var(--shadow-gold)}
.hamburger{display:none;flex-direction:column;gap:5px;padding:4px;cursor:pointer}
.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:fixed;top:67px;left:0;right:0;background:var(--navy);padding:1.5rem;flex-direction:column;gap:.5rem;z-index:999;border-top:1px solid rgba(255,255,255,.1)}
.mobile-menu.open{display:flex}
body.menu-open{position:fixed;left:0;right:0;width:100%;overflow:hidden}
.mobile-menu a{color:rgba(255,255,255,.85);font-size:1rem;font-weight:500;padding:.75rem 1rem;border-radius:8px;transition:all .25s ease}
.mobile-menu a:hover{background:rgba(255,255,255,.08);color:#fff}
.post-hero{position:relative;min-height:420px;display:flex;align-items:flex-end;overflow:hidden;margin-top:3px}
.post-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.post-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,10,.95) 0%,rgba(10,10,10,.6) 40%,rgba(10,10,10,.3) 100%)}
.post-hero-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 50%,var(--navy-light) 100%)}
.post-hero-placeholder::before{content:'';position:absolute;top:15%;right:8%;width:300px;height:300px;border:1px solid rgba(255,255,255,.12);border-radius:50%;animation:phFloat 14s ease-in-out infinite}
@keyframes phFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}
.post-hero-content{position:relative;z-index:2;padding:2rem 0 3rem;width:100%}
.post-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.5);margin-bottom:1.25rem;flex-wrap:wrap}
.post-breadcrumb a{color:rgba(255,255,255,.6);transition:color .2s}.post-breadcrumb a:hover{color:var(--gold-light)}
.post-breadcrumb svg{opacity:.4;flex-shrink:0}
.post-breadcrumb .current{color:rgba(255,255,255,.8);max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.post-cat-badge{display:inline-block;background:var(--gold);color:#fff;font-size:.7rem;font-weight:700;padding:.35rem .85rem;border-radius:100px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}
.post-hero-title{color:#fff;font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:700;margin-bottom:1.25rem;max-width:800px;line-height:1.2}
.post-hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem}
.post-meta-item{display:flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.7);font-size:.88rem}
.post-meta-item svg{opacity:.6}
.article-wrapper{max-width:780px;margin:0 auto;padding:3rem 1.5rem 4rem}
.article-content{font-size:1.05rem;color:var(--text-light);line-height:1.85}
.article-content p{margin-bottom:1.25rem;color:var(--text-light)}
.article-content h2{font-family:'Playfair Display',serif;color:var(--navy);font-size:1.6rem;margin:2.5rem 0 .75rem;padding-top:1rem}
.article-content h3{font-family:'Playfair Display',serif;color:var(--navy);font-size:1.25rem;margin:2rem 0 .5rem}
.article-content ul,.article-content ol{padding-left:1.75rem;margin-bottom:1.25rem}
.article-content li{margin-bottom:.5rem;list-style:disc;color:var(--text-light)}
.article-content ol li{list-style:decimal}
.article-content strong{color:var(--text)}
.article-content a{color:var(--gold);text-decoration:underline;text-decoration-color:rgba(0,0,0,.3);transition:text-decoration-color .2s}
.article-content a:hover{text-decoration-color:var(--gold)}
.article-content blockquote{border-left:4px solid var(--gold);background:var(--gold-pale);padding:1.25rem 1.5rem;margin:1.5rem 0;border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text)}
.article-content img{border-radius:var(--radius);margin:1.5rem 0;box-shadow:var(--shadow)}
.share-section{border-top:1px solid var(--cream-dark);padding-top:2rem;margin-top:3rem}
.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}
.post-tag{background:var(--cream-dark);color:var(--text-light);font-size:.78rem;font-weight:600;padding:.4rem .9rem;border-radius:100px}
.share-title{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--navy);margin-bottom:1rem}
.share-buttons{display:flex;gap:.6rem;flex-wrap:wrap}
.share-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:10px;font-size:.82rem;font-weight:600;color:#fff;transition:all .3s;cursor:pointer;border:none;font-family:'Inter',sans-serif}
.share-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.share-btn.whatsapp{background:#25D366}.share-btn.facebook{background:#1877F2}.share-btn.linkedin{background:#0A66C2}
.share-btn.twitter{background:#1DA1F2}.share-btn.copy{background:var(--navy)}
.copied-tip{font-size:.75rem;color:var(--gold);font-weight:600;margin-left:.5rem;display:none}
.author-box{
  position:relative;overflow:hidden;border-radius:20px;padding:1.75rem;margin-top:2.5rem;display:flex;align-items:center;gap:1.25rem;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(166,130,47,.12));
  -webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);
  border:1px solid rgba(166,130,47,.2);box-shadow:0 14px 34px rgba(28,28,28,.11),0 2px 6px rgba(28,28,28,.06),inset 0 1px 0 rgba(255,255,255,.9);
}
.author-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-deep));display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 6px 16px rgba(166,130,47,.35)}
.author-info h4{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--navy);margin-bottom:.2rem}
.author-info p{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.5}
.related-section{padding:4rem 0 5rem}
.related-title-row{text-align:center;margin-bottom:2.5rem}
.related-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:var(--gold-pale);padding:.4rem 1rem;border-radius:100px;margin-bottom:.75rem}
.related-heading{font-family:'Playfair Display',serif;font-size:1.8rem;color:var(--navy)}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.related-card{
  position:relative;overflow:hidden;border-radius:16px;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(166,130,47,.12));
  -webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);
  border:1px solid rgba(166,130,47,.2);
  box-shadow:0 14px 34px rgba(28,28,28,.11),0 2px 6px rgba(28,28,28,.06),inset 0 1px 0 rgba(255,255,255,.9);
  transition:all .35s ease;text-decoration:none;display:flex;flex-direction:column;
}
.related-card:hover{border-color:rgba(255,255,255,.9);transform:translateY(-6px);box-shadow:0 26px 52px rgba(28,28,28,.12)}
.related-cover{height:160px;position:relative;overflow:hidden;background:var(--navy)}
.related-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.related-card:hover .related-cover img{transform:scale(1.06)}
.related-cover-ph{width:100%;height:100%;background:linear-gradient(135deg,var(--navy),var(--navy-light));display:flex;align-items:center;justify-content:center}
.related-cat{position:absolute;top:.7rem;left:.7rem;background:var(--gold);color:#fff;font-size:.62rem;font-weight:700;padding:.25rem .65rem;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}
.related-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}
.related-date{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}
.related-card-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--navy);line-height:1.35;flex:1}
footer{background:var(--navy);color:rgba(255,255,255,.6);padding:4rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:2.5rem;margin-bottom:2.5rem}
.footer-logo-text{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:#fff}
.footer-logo-text span{color:var(--gold-light)}
.footer-tagline{font-size:.85rem;margin-top:.85rem;line-height:1.6;color:rgba(255,255,255,.5);max-width:280px}
.social-icons{display:flex;gap:.6rem;margin-top:1.1rem}
.social-icons a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:all .3s ease}
.social-icons a svg{width:19px;height:19px}
.social-icons a:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}
.footer-heading{font-family:'Playfair Display',serif;font-size:1rem;color:#fff;margin-bottom:1rem}
.footer-links li{margin-bottom:.6rem}
.footer-links li a{color:rgba(255,255,255,.6);font-size:.85rem;transition:color .2s}
.footer-links li a:hover{color:var(--gold-light)}
.footer-ci{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.75rem;font-size:.85rem;color:rgba(255,255,255,.55)}
.footer-ci a{color:rgba(255,255,255,.55);transition:color .2s}.footer-ci a:hover{color:var(--gold-light)}
.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:rgba(255,255,255,.35)}
.whatsapp-float{position:fixed;bottom:2rem;right:1.5rem;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);z-index:99;transition:all .3s ease;animation:whatsappPulse 2s infinite}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(37,211,102,.5)}
@keyframes whatsappPulse{0%{box-shadow:0 4px 16px rgba(37,211,102,.4)}50%{box-shadow:0 4px 16px rgba(37,211,102,.4),0 0 0 10px rgba(37,211,102,.15)}100%{box-shadow:0 4px 16px rgba(37,211,102,.4),0 0 0 20px rgba(37,211,102,0)}}
@media(max-width:1024px){.related-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}
@media(max-width:768px){.nav-links{display:none}.hamburger{display:flex}.post-hero{min-height:340px}.post-hero-title{font-size:clamp(1.5rem,6vw,2.2rem)}.post-hero-meta{gap:1rem}.related-grid{grid-template-columns:1fr}.article-wrapper{padding:2rem 1rem 3rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.author-box{flex-direction:column;text-align:center}}
@media(max-width:480px){.container{padding:0 1rem}.share-buttons{flex-direction:column}.share-btn{justify-content:center}}
