*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f2f4f7;--ink: #1c2128;--warm-gray: #8a9aaa;--accent: #3d6b9e;--accent-light: #d5e0ed;--white: #ffffff;--border: #dde2e8}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.6;min-height:100vh}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.1rem 2.5rem;background:#f2f4f7eb;backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-logo{grid-column:2;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--ink);text-decoration:none;letter-spacing:-.03em;white-space:nowrap}.nav-logo span{color:var(--accent)}.nav-search{grid-column:3;justify-self:end;background:none;border:none;cursor:pointer;color:var(--warm-gray);font-size:1.2rem;padding:.3rem;transition:color .2s}.nav-search:hover{color:var(--accent)}.hero{margin-top:80px;position:relative;min-height:60vh;overflow:hidden;background:#1c2430}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85}.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:4rem 5rem;background:linear-gradient(to top,rgba(28,33,40,.92) 0%,rgba(28,33,40,.4) 50%,transparent 100%);max-width:720px}.hero-category-tag{display:inline-block;background:var(--accent);color:var(--white);font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .8rem;border-radius:3px;margin-bottom:1.2rem;width:fit-content}.hero-meta{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1rem;font-weight:500}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:1.2rem;letter-spacing:-.02em}.hero-excerpt{font-size:1rem;color:#fffc;margin-bottom:1.8rem;max-width:520px;line-height:1.65}.hero-rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.8rem}.hero-btn{display:inline-block;padding:.75rem 1.6rem;background:transparent;border:1.5px solid rgba(255,255,255,.6);color:var(--white);text-decoration:none;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:3px;transition:background .2s,border-color .2s;cursor:pointer;width:fit-content}.hero-btn:hover{background:#ffffff1a;border-color:#ffffffe6}.filter-bar{background:var(--white);border-bottom:1px solid var(--border);padding:1.6rem 3rem;display:flex;align-items:center;gap:3rem;position:sticky;top:62px;z-index:90;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.filter-label{font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--warm-gray);margin-right:.5rem}.filter-btn{background:none;border:1.5px solid var(--border);color:var(--warm-gray);padding:.6rem 1.3rem;border-radius:100px;font-size:.95rem;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .18s;white-space:nowrap}.filter-btn:hover{border-color:var(--accent);color:var(--accent)}.filter-btn.active{background:var(--accent);border-color:var(--accent);color:var(--white);font-weight:500}.grid-section{padding:4.5rem 3rem 5rem}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}.section-title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:400;color:var(--ink)}.section-link{font-size:.78rem;color:var(--accent);text-decoration:none;font-weight:500;letter-spacing:.04em}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.post-card{background:var(--white);border:1px solid var(--border);border-radius:6px;overflow:hidden;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.post-card:hover{box-shadow:0 8px 32px #1c21281a;transform:translateY(-2px)}.post-card.wide{grid-column:span 2}.post-card.coming-soon{opacity:.6;cursor:default}.post-card.coming-soon:hover{transform:none;box-shadow:none}.card-image{position:relative;overflow:hidden}.card-image img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;max-height:280px;transition:transform .4s}.post-card.wide .card-image img{max-height:360px}.post-card:hover .card-image img{transform:scale(1.03)}.card-cat{position:absolute;top:.75rem;left:.75rem;font-size:.6rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem;border-radius:3px;color:var(--white)}.card-cat.hotel{background:#5a7fa8}.card-cat.food{background:#c87c3e}.card-cat.coffee{background:#7a6652}.card-cat.travel{background:#5a8a6a}.coming-soon-badge{position:absolute;top:.75rem;right:.75rem;background:#1c2128bf;color:var(--white);font-size:.6rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:3px}.card-meta{padding:.9rem 1rem 0;display:flex;gap:.6rem;align-items:center;font-size:.7rem;color:var(--warm-gray);flex-wrap:wrap}.card-location{font-weight:400}.card-date:before,.card-readtime:before{content:"· "}.card-title{padding:.5rem 1rem 0;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--ink)}.post-card.wide .card-title{font-size:1.25rem}.card-excerpt{padding:.5rem 1rem 0;font-size:.82rem;color:var(--warm-gray);line-height:1.55;flex:1}.card-rating{padding:.8rem 1rem 1rem;display:flex;align-items:center;gap:.25rem}.star{color:var(--accent);font-size:.85rem}.star.empty{color:var(--border)}.rating-num{font-family:DM Mono,monospace;font-size:.75rem;color:var(--warm-gray);margin-left:.35rem}.rating-label{font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#ffffffa6}.empty-state{text-align:center;padding:5rem 2rem;color:var(--warm-gray)}.empty-icon{font-size:2rem;margin-bottom:1rem}.empty-heading{font-size:1.1rem;font-weight:500;margin-bottom:.5rem;color:var(--ink)}.empty-sub{font-size:.85rem}.coming-soon-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.coming-soon-heading{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400;color:var(--warm-gray);margin-bottom:1.2rem}.coming-soon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;max-width:700px}@media (max-width: 600px){.coming-soon-grid{grid-template-columns:1fr}}.section-divider{border:none;background:var(--ink);height:2.5rem;display:block}.about-strip{display:grid;grid-template-columns:1fr 1fr}.about-image{overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-content{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.about-eyebrow{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.about-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;margin-bottom:1.2rem;color:var(--ink)}.about-text{font-size:.95rem;color:var(--warm-gray);line-height:1.75;max-width:400px;margin-bottom:2rem}footer{background:var(--ink);color:#fff9;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer-logo{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--white)}.footer-logo span{color:var(--accent)}.footer-copy{font-size:.75rem}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#fff9;text-decoration:none;font-size:.78rem;font-weight:500;letter-spacing:.04em;transition:color .2s}.footer-social a:hover{color:var(--white)}.post-hero{margin-top:62px;position:relative;height:55vh;overflow:hidden}.post-hero img{width:100%;height:100%;object-fit:cover;display:block}.post-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(28,33,40,.85) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem 3rem}.post-hero-cat{display:inline-block;font-size:.6rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .7rem;border-radius:3px;color:var(--white);margin-bottom:.75rem;width:fit-content}.post-hero-cat.hotel{background:#5a7fa8}.post-hero-cat.food{background:#c87c3e}.post-hero-cat.coffee{background:#7a6652}.post-hero-cat.travel{background:#5a8a6a}.post-hero-title{font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:700;color:var(--white);line-height:1.2;max-width:700px}.post-body{display:grid;grid-template-columns:1fr 320px;gap:0 3rem;padding:4rem 4rem 6rem}.post-byline{display:flex;gap:1rem;align-items:center;font-size:.75rem;color:var(--warm-gray);margin-bottom:2.5rem;flex-wrap:wrap}.post-byline span:after{content:"·";margin-left:1rem}.post-byline span:last-child:after{content:""}.post-content{font-size:1.05rem;line-height:1.85;color:var(--ink);max-width:680px}.post-content p{margin-bottom:1.4rem}.post-content h2{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--ink)}.post-content em{font-style:italic}.post-content strong{font-weight:600}.back-btn{display:inline-flex;align-items:center;gap:.5rem;color:var(--warm-gray);text-decoration:none;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:none;border:none;padding:0;margin-bottom:2rem;transition:color .2s}.back-btn:hover{color:var(--accent)}.post-gallery-wrap{padding:0 4rem 3rem;max-width:900px}.post-gallery{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.post-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px;display:block}.post-gallery img:first-child{grid-column:span 2;aspect-ratio:16/7}.post-sidebar{position:sticky;top:5.5rem;align-self:start}.post-rating-block{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.rating-block-label{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--warm-gray);margin-bottom:.35rem}.rating-block-name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:1.1rem;line-height:1.3}.rating-overall{display:flex;align-items:center;gap:1rem;margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid var(--border)}.rating-big{font-family:DM Mono,monospace;font-size:2.8rem;font-weight:400;color:var(--ink);line-height:1}.rating-overall-right{display:flex;flex-direction:column;gap:.3rem}.rating-stars{display:flex;gap:2px}.rating-max{font-size:.65rem;color:var(--warm-gray);letter-spacing:.05em}.rating-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.65rem}.rating-row:last-child{margin-bottom:0}.rating-row-label{font-size:.7rem;color:var(--warm-gray);width:70px;flex-shrink:0}.rating-bar{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.rating-bar-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .6s ease}.rating-row-score{font-family:DM Mono,monospace;font-size:.7rem;color:var(--ink);width:24px;text-align:right;flex-shrink:0}.related-wrap{padding:0 4rem 6rem;max-width:900px}.related-section{padding-top:3rem;border-top:1px solid var(--border)}.related-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:400;margin-bottom:1.5rem;color:var(--ink)}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 900px){nav{padding:1rem 1.5rem}.hero{min-height:50vh}.hero-content{padding:2.5rem;max-width:100%}.post-grid{grid-template-columns:1fr 1fr}.post-card.wide{grid-column:span 2}.grid-section{padding:2rem 1.5rem}.filter-bar{padding:1rem 1.5rem;gap:1.5rem}.about-strip{grid-template-columns:1fr}.about-image{height:280px}.about-content{padding:3rem 2rem}footer{flex-direction:column;gap:1.5rem;text-align:center}.post-body{grid-template-columns:1fr;padding:2.5rem 2rem 4rem}.post-sidebar{display:none}.post-gallery-wrap{padding:0 2rem 3rem}.related-wrap{padding:0 2rem 4rem}.related-grid{grid-template-columns:1fr}}@media (max-width: 600px){.nav-logo{font-size:1.4rem}.hero{min-height:45vh}.hero-content{padding:1.5rem}.hero-title{font-size:1.6rem}.hero-excerpt{font-size:.88rem;margin-bottom:1.2rem}.hero-rating{margin-bottom:1.2rem}.filter-bar{padding:.8rem 1rem;gap:.8rem;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.filter-group{flex-wrap:nowrap;gap:.4rem}.filter-label{font-size:.7rem;margin-right:.2rem}.filter-btn{padding:.4rem .8rem;font-size:.78rem}.post-grid{grid-template-columns:1fr}.post-card.wide{grid-column:span 1}.card-image img{max-height:220px}.grid-section{padding:1.5rem 1rem 3rem}.section-title{font-size:1.3rem}.about-content{padding:2rem 1.5rem}.about-title{font-size:1.6rem}.about-text{font-size:.88rem}.post-hero{height:40vh}.post-hero-title{font-size:1.3rem}.post-hero-overlay{padding:1.5rem}.post-body{padding:1.5rem 1rem 3rem}.post-content{font-size:.95rem}.post-gallery-wrap{padding:0 1rem 2rem}.post-gallery{grid-template-columns:1fr}.post-gallery img:first-child{grid-column:span 1;aspect-ratio:4/3}.related-wrap{padding:0 1rem 3rem}.related-grid{grid-template-columns:1fr}footer{padding:2rem 1.5rem}}
