.header{background-color:var(--dark);color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000004d}.nav-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{display:flex;align-items:center;gap:.6rem;font-family:"Noto Serif",serif;font-size:1.25rem;font-weight:700;letter-spacing:.02em}.nav-logo-flag{font-size:1.4rem}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:#fffc;transition:color .2s;letter-spacing:.04em;text-transform:uppercase}.nav-links a:hover{color:var(--accent)}.hero{background:linear-gradient(160deg,#1a1a2e 0%,#16213e 40%,#0f3460 100%);color:#fff;padding:6rem 1.5rem 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-inner{position:relative;max-width:700px;margin:0 auto}.hero-tag{display:inline-block;background:rgba(232,168,56,.2);border:1px solid var(--accent);color:var(--accent);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.35rem 1rem;border-radius:100px;margin-bottom:1.5rem}.hero h1{font-family:"Noto Serif",serif;font-size:clamp(2.5rem,6vw,4rem);line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.01em}.hero h1 span{color:var(--accent)}.hero p{font-size:1.1rem;color:#ffffffb3;max-width:520px;margin:0 auto 2.5rem}.hero-scroll-hint{font-size:.8rem;color:#fff6;letter-spacing:.08em;text-transform:uppercase}.featured-banner{max-width:1100px;margin:-2.5rem auto 0;padding:0 1.5rem}.featured-card{background:white;border-radius:16px;box-shadow:0 8px 40px #0000001f;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.featured-image{height:380px;object-fit:cover;width:100%}.featured-image-placeholder{height:380px;background:linear-gradient(135deg,#1a5276 0%,#c0392b 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff}.featured-image-placeholder span{font-size:4rem}.featured-image-placeholder p{font-size:.85rem;opacity:.7}.featured-content{padding:3rem;display:flex;flex-direction:column;justify-content:center}.tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem;border-radius:100px;margin-bottom:1rem}.tag-red{background:#fde8e8;color:var(--red)}.tag-blue{background:#dbeafe;color:var(--blue)}.tag-green{background:#d1fae5;color:#065f46}.tag-amber{background:#fef3c7;color:#92400e}.tag-purple{background:#ede9fe;color:#5b21b6}.featured-content h2{font-family:"Noto Serif",serif;font-size:1.9rem;line-height:1.2;margin-bottom:1rem}.featured-content p{color:var(--muted);font-size:.95rem;margin-bottom:1.5rem}.read-more{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--red);transition:gap .2s}.read-more:hover{gap:.7rem}.post-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:var(--muted);margin-bottom:1rem}.post-meta-dot{width:3px;height:3px;background:var(--border);border-radius:50%}.main-content{max-width:1100px;margin:4rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 320px;gap:3rem}.section-title{font-family:"Noto Serif",serif;font-size:1.6rem;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:2px solid var(--border);display:flex;align-items:center;gap:.6rem}.blog-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem}.blog-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .25s,box-shadow .25s;cursor:pointer}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.card-image-placeholder{height:200px;display:flex;align-items:center;justify-content:center;font-size:3rem}.card-body{padding:1.25rem}.card-body h3{font-family:"Noto Serif",serif;font-size:1.1rem;line-height:1.3;margin-bottom:.5rem}.card-body p{font-size:.85rem;color:var(--muted);margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.widget-title{font-family:"Noto Serif",serif;font-size:1rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.6rem;border-bottom:2px solid var(--border)}.destinations-list{display:flex;flex-direction:column;gap:0}.destination-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.875rem;cursor:pointer;transition:color .2s}.destination-item:last-child{border-bottom:none}.destination-item:hover{color:var(--red)}.destination-item .count{font-size:.75rem;color:#fff;background:var(--red);padding:.15rem .5rem;border-radius:100px;font-weight:600}.tips-list{display:flex;flex-direction:column;gap:.75rem}.tip-item{display:flex;gap:.75rem;font-size:.85rem;line-height:1.5}.tip-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.newsletter-widget{background:linear-gradient(135deg,#1a1a2e,#0f3460);color:#fff;border-radius:12px;padding:1.5rem}.newsletter-widget .widget-title{border-bottom-color:#fff3;color:#fff}.newsletter-widget p{font-size:.82rem;color:#ffffffb3;margin-bottom:1rem}.newsletter-input{width:100%;padding:.6rem .875rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:rgba(255,255,255,.1);color:#fff;font-size:.85rem;margin-bottom:.6rem;outline:none;font-family:inherit}.newsletter-input::placeholder{color:#fff6}.newsletter-btn{width:100%;background:var(--accent);color:var(--dark);border:none;padding:.6rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.newsletter-btn:hover{background:#d4912e}.photo-strip-section{background:var(--dark);padding:3.5rem 0;overflow:hidden}.photo-strip-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.photo-strip-title{font-family:"Noto Serif",serif;font-size:1.5rem;color:#fff;margin-bottom:1.75rem;display:flex;align-items:center;gap:.6rem}.photo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.photo-thumb{aspect-ratio:1;border-radius:8px;overflow:hidden;position:relative;cursor:pointer}.photo-thumb:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}.photo-thumb-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;min-height:120px;transition:transform .3s}.photo-thumb:hover .photo-thumb-inner{transform:scale(1.05)}.photo-thumb-inner.large{min-height:250px;font-size:4rem}.quote-section{max-width:1100px;margin:4rem auto;padding:0 1.5rem}.quote-card{background:linear-gradient(135deg,#922b21,#c0392b);border-radius:16px;padding:3rem 3.5rem;text-align:center;color:#fff;position:relative;overflow:hidden}.quote-card:before{content:'"';position:absolute;top:-1rem;left:1.5rem;font-family:"Noto Serif",serif;font-size:10rem;color:#ffffff1a;line-height:1}.quote-card blockquote{font-family:"Noto Serif",serif;font-size:1.5rem;font-style:italic;line-height:1.5;margin-bottom:1rem;position:relative}.quote-card cite{font-size:.85rem;opacity:.7;font-style:normal}.footer{background:#111;color:#fff9;padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-brand p{font-size:.85rem;line-height:1.7;margin-top:.75rem;max-width:300px}.footer-logo{font-family:"Noto Serif",serif;font-size:1.2rem;color:#fff;font-weight:700;display:flex;align-items:center;gap:.5rem}.footer-col-title{color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:.8rem}.footer-social{display:flex;gap:1rem}.footer-social a{font-size:1.1rem;transition:opacity .2s}.footer-social a:hover{opacity:.7}@media (max-width: 900px){.featured-card{grid-template-columns:1fr}.featured-image-placeholder{height:240px}.main-content{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.photo-grid{grid-template-columns:repeat(3,1fr)}.photo-thumb:first-child{grid-column:span 1;grid-row:span 1}}@media (max-width: 600px){.nav-links{display:none}.blog-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.quote-card{padding:2rem 1.5rem}.quote-card blockquote{font-size:1.2rem}.photo-grid{grid-template-columns:repeat(2,1fr)}}*{margin:0;padding:0;box-sizing:border-box}:root{--red: #c0392b;--dark-red: #922b21;--blue: #1a5276;--light-blue: #2e86c1;--cream: #fdf6ec;--warm-white: #fffdf9;--dark: #1c1c1c;--muted: #7a7a7a;--border: #e8ddd0;--accent: #e8a838}body{font-family:Inter,sans-serif;background-color:var(--cream);color:var(--dark);line-height:1.7;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}#root{min-height:100vh}
