    :root{--navy:#1a2e44;--teal:#2a7f7f;--teal2:#3fa8a0;--coral:#e8634a;--sand:#f5efe6;--white:#fff;--text:#2d3748;--muted:#6b7280;--border:#e5e7eb;--r:12px;--shadow:0 4px 16px rgba(0,0,0,.10)}
    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:'DM Sans',system-ui,sans-serif;font-size:1rem;line-height:1.75;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
    img{max-width:100%;height:auto;display:block}
    a{color:var(--teal);text-decoration:none}
    a:hover{color:var(--coral)}
    ul,ol{list-style:none}
    .container{width:min(1180px,100% - 2rem);margin-inline:auto}
    #page-wrap{min-height:calc(100vh - 400px)}
    .site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:2px solid var(--border);box-shadow:0 1px 3px rgba(0,0,0,.08)}
    .header-inner{display:flex;align-items:center;gap:1rem;padding:.75rem 0}
    .logo-img{height:44px;width:auto}
    .main-nav{margin-left:auto}
    .nav-list{display:flex;gap:1.5rem;align-items:center;font-weight:500}
    .nav-list>li{position:relative}
    .nav-list>li>a{color:var(--navy);padding:.4rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}
    .nav-list>li>a:hover{color:var(--teal);border-color:var(--teal)}
    .nav-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:-1rem;background:#fff;border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow);min-width:200px;padding:.5rem;flex-direction:column;z-index:200}
    .nav-dropdown li a{display:block;padding:.4rem .75rem;color:var(--text);border-radius:6px;transition:background .15s}
    .nav-dropdown li a:hover{background:var(--sand);color:var(--teal)}
    .nav-list>li:hover .nav-dropdown{display:flex}
    .nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
    .nav-toggle span{display:block;width:26px;height:2px;background:var(--navy);border-radius:2px}
    .hero{position:relative;min-height:90vh;display:flex;align-items:center;background:var(--navy);overflow:hidden}
    .hero-bg{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;opacity:.45}
    .hero-content{position:relative;z-index:2;color:#fff;text-align:center;padding:4rem 1rem;max-width:760px;margin:0 auto}
    .hero-content h1{font-family:'Fraunces',Georgia,serif;font-size:clamp(2.4rem,6vw,4.5rem);line-height:1.15;font-style:italic;margin-bottom:1.25rem}
    .hero-content p{font-size:clamp(1.1rem,2vw,1.3rem);opacity:.9;margin-bottom:2rem}
    .btn,.cta-button{display:inline-block;padding:.85rem 2.25rem;border-radius:50px;font-weight:600;background:var(--coral);color:#fff;transition:transform .2s,box-shadow .2s}
    .btn:hover,.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow);color:#fff}
    .section{padding:clamp(3rem,6vw,5rem) 0}
    .section-alt{background:var(--sand)}
    .section-head{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}
    .section-head h2,.section-title{font-family:'Fraunces',Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.75rem);color:var(--navy);margin-bottom:.5rem}
    .section-head p,.section-intro{color:var(--muted);max-width:540px;margin:0 auto}
    .post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:clamp(1rem,3vw,2rem)}
    .post-card{background:#fafafa;border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
    .post-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.14)}
    .card-img-wrap{aspect-ratio:16/9;overflow:hidden;background:var(--border)}
    .card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
    .post-card:hover .card-img-wrap img{transform:scale(1.04)}
    .card-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}
    .cat-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:var(--teal);color:#fff;padding:.2rem .65rem;border-radius:50px;margin-bottom:.75rem}
    .card-body h3{font-family:'Fraunces',Georgia,serif;font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.35;color:var(--navy);margin-bottom:.6rem}
    .card-body h3 a{color:inherit}
    .card-body h3 a:hover{color:var(--coral)}
    .card-excerpt{color:var(--muted);font-size:.925rem;margin-bottom:1rem;flex:1}
    .read-more{align-self:flex-start;font-weight:600;font-size:.875rem;color:var(--teal)}
    .card-featured{grid-column:1/-1;flex-direction:row;align-items:stretch}
    .card-featured .card-img-wrap{flex:0 0 45%;aspect-ratio:auto}
    .card-featured .card-body{padding:2rem 2.5rem;justify-content:center}
    .card-featured .card-body h3{font-size:clamp(1.4rem,2.5vw,1.8rem)}
    .cat-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}
    .cat-pill{padding:.4rem 1rem;border-radius:50px;border:2px solid var(--border);background:#fff;color:var(--navy);font-weight:500;font-size:.875rem;transition:all .2s}
    .cat-pill:hover{border-color:var(--teal);background:var(--teal);color:#fff}
    .dest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}
    .dest-card{background:var(--navy);color:#fff;border-radius:var(--r);padding:1.25rem 1rem;text-align:center;font-weight:600;transition:background .2s,transform .2s}
    .dest-card:hover{background:var(--teal);transform:translateY(-3px);color:#fff}
    .post-article,.page-content{max-width:780px;margin:0 auto;padding:2.5rem 1rem 4rem}
    .post-header{margin-bottom:2rem}
    .post-header h1{font-family:'Fraunces',Georgia,serif;font-size:clamp(1.8rem,4vw,2.75rem);color:var(--navy);line-height:1.2;margin-bottom:1rem}
    .post-meta{color:var(--muted);font-size:.875rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
    .post-article h2,.page-content h2{font-family:'Fraunces',Georgia,serif;font-size:clamp(1.35rem,2.5vw,1.75rem);color:var(--navy);margin:2.5rem 0 1rem}
    .post-article h3,.page-content h3{font-size:1.15rem;font-weight:600;color:var(--navy);margin:1.75rem 0 .75rem}
    .post-article p,.page-content p{margin-bottom:1.25rem}
    .post-article ul,.post-article ol,.page-content ul,.page-content ol{list-style:disc;padding-left:1.5rem;margin-bottom:1.25rem}
    .post-article ol,.page-content ol{list-style:decimal}
    .post-article li,.page-content li{margin-bottom:.4rem}
    .post-article strong{font-weight:600;color:var(--navy)}
    .info-box{background:var(--sand);border-left:4px solid var(--teal);border-radius:0 var(--r) var(--r) 0;padding:1.25rem 1.5rem;margin:1.75rem 0}
    .info-box h4{font-weight:700;margin-bottom:.5rem;color:var(--teal)}
    .verdict-box{background:var(--navy);color:#fff;border-radius:20px;padding:1.75rem 2rem;margin:2rem 0}
    .verdict-box h3{color:var(--sand);margin-top:0}
    .article-figure{margin:2rem -1rem;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}
    .article-figure img{width:100%;height:auto}
    .article-figure figcaption{font-size:.825rem;color:var(--muted);padding:.5rem 1rem;background:#fafafa;font-style:italic}
    .breadcrumb{padding:1rem 0 .5rem;font-size:.825rem;color:var(--muted)}
    .breadcrumb ol{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}
    .breadcrumb li:not(:last-child)::after{content:"›";margin-left:.3rem;color:var(--border)}
    .breadcrumb a{color:var(--muted)}
    .breadcrumb a:hover{color:var(--teal)}
    .breadcrumb .active{color:var(--text)}
    .review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
    .review-card{background:#fafafa;border:1px solid var(--border);border-radius:20px;padding:1.5rem}
    .stars{color:var(--coral);font-size:1.1rem;margin-bottom:.5rem}
    .reviewer-name{font-weight:700;color:var(--navy)}
    .newsletter-section{background:var(--navy);color:#fff;text-align:center;padding:4rem 1rem}
    .newsletter-section h2{font-family:'Fraunces',Georgia,serif;color:#fff;margin-bottom:.75rem}
    .newsletter-section p{opacity:.85;max-width:480px;margin:0 auto 1.75rem}
    .newsletter-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}
    .newsletter-form input[type="email"]{padding:.75rem 1.25rem;border-radius:50px;border:none;font-size:1rem;min-width:260px}
    .author-hero{display:flex;gap:2.5rem;align-items:flex-start;margin-bottom:2.5rem;flex-wrap:wrap}
    .author-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid var(--teal);flex-shrink:0}
    .faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}
    .faq-q{font-family:'Fraunces',Georgia,serif;font-size:1.1rem;color:var(--navy);font-weight:700;cursor:pointer;display:flex;justify-content:space-between}
    .faq-q::after{content:"+";font-size:1.5rem;color:var(--teal)}
    .faq-a{margin-top:.75rem}
    .sitemap-section{margin-bottom:2.5rem}
    .sitemap-section h2{font-family:'Fraunces',Georgia,serif;font-size:1.4rem;color:var(--navy);margin-bottom:.75rem;border-bottom:2px solid var(--border);padding-bottom:.4rem}
    .sitemap-section ul{list-style:disc;padding-left:1.5rem}
    .sitemap-section li{margin-bottom:.3rem}
    .site-footer{background:var(--navy);color:rgba(255,255,255,.75);margin-top:4rem}
    .footer-inner{display:grid;grid-template-columns:2fr 2fr 1fr;gap:3rem;padding:4rem 0 3rem}
    .footer-logo{font-family:'Fraunces',Georgia,serif;font-size:1.75rem;color:#fff;display:block;margin-bottom:.75rem}
    .footer-brand p{font-size:.9rem;line-height:1.7}
    .footer-cats h4,.footer-pages h4{color:#fff;margin-bottom:1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}
    .footer-cats{display:flex;flex-direction:column;gap:.25rem}
    .footer-cats a,.footer-pages a{color:rgba(255,255,255,.65);font-size:.875rem;padding:.2rem 0;transition:color .2s}
    .footer-cats a:hover,.footer-pages a:hover{color:var(--teal2)}
    .footer-pages{display:flex;flex-direction:column;gap:.15rem}
    .footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
    .footer-bottom .container{padding:1.25rem 0;text-align:center}
    .footer-bottom p{font-size:.8rem}
    .footer-bottom a{color:var(--teal2)}
    @media(max-width:900px){.card-featured{flex-direction:column}.card-featured .card-img-wrap{flex:none;aspect-ratio:16/9}.footer-inner{grid-template-columns:1fr 1fr}}
    @media(max-width:640px){.nav-toggle{display:flex}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--border);box-shadow:var(--shadow)}.main-nav.open{display:block}.nav-list{flex-direction:column;padding:1rem;gap:0}.nav-list>li>a{display:block;padding:.75rem 0;border-bottom:1px solid var(--border)}.nav-dropdown{display:none!important}.footer-inner{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 2rem}}
    
    .author-box { background: var(--sand); border-radius: var(--r); padding: 1.5rem; margin: 2rem 0; }
.author-box-inner { display: flex; flex-direction: row; align-items: center; gap: 1rem; }
.author-box-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 3px solid var(--teal); flex-shrink: 0; }
.author-box-name { font-family: 'Fraunces',Georgia,serif; font-size: 1rem; color: var(--navy); margin-bottom: .3rem; }
.author-box-bio { font-size: .875rem; color: var(--muted); margin-bottom: .6rem; }
.author-box-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.author-box-link { font-size: .8rem; font-weight: 600; color: var(--teal); border: 1px solid var(--teal); padding: .2rem .6rem; border-radius: 50px; }
.author-box-link:hover { background: var(--teal); color: #fff; }
.related-posts { margin: 2rem 0; }
.related-posts-title { font-family: 'Fraunces',Georgia,serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 1.25rem; }