
:root {
  --orange: #F5A623;
  --orange-light: #FFB84D;
  --orange-glow: rgba(245,166,35,0.15);
  --black: #0D0D0D;
  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --cream: #F5F3EE;
  --light-gray: #EBEBEB;
  --mid-gray: #BDBBB6;
  --text-muted: #8A8680;
  --text-dark: #1A1A1A;
  --nav-h: 80px;
  --ease-film: cubic-bezier(0.25, 0.1, 0.0, 1.0);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--text-dark); font-size: 17px; line-height: 1.7; overflow-x: hidden; }

#scroll-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--orange); z-index: 10000; width: 0%; transition: width 0.1s linear; box-shadow: 0 0 8px rgba(245,166,35,0.6); }

nav { position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0,0,0,0.06); box-shadow: 0 4px 32px rgba(0,0,0,0.06); }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; padding: 6px 12px 6px 6px; border-radius: 100px; background: rgba(255,255,255,0.75); border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 2px 16px rgba(0,0,0,0.06); }
.nav-logo { height: 36px; width: auto; display: block; flex-shrink: 0; object-fit: contain; transition: opacity 0.4s ease, width 0.4s ease, margin 0.4s ease; }
.nav-logo.hidden { opacity: 0; width: 0; margin: 0; pointer-events: none; }
.nav-brand-text { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; letter-spacing: -0.3px; color: var(--black); }
.nav-brand-text em { font-style: normal; color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 600; text-decoration: none; letter-spacing: 0.3px; position: relative; padding-bottom: 3px; color: var(--black); transition: color 0.3s; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--orange); transition: width 0.35s var(--ease-out); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--orange) !important; color: var(--black) !important; padding: 14px 28px !important; border-radius: 100px; display: inline-flex !important; align-items: center !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--orange-light) !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,0.4) !important; }

/* BLOG HERO */
.blog-hero { padding: calc(var(--nav-h) + 80px) 6vw 80px; background: var(--black); position: relative; overflow: hidden; }
.blog-hero::before { content: 'BLOG'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Playfair Display', serif; font-size: 22vw; font-weight: 900; color: rgba(255,255,255,0.03); white-space: nowrap; pointer-events: none; user-select: none; letter-spacing: -5px; }
.blog-hero-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.blog-hero-tag { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; }
.blog-hero-tag::before { content: ''; display: block; width: 22px; height: 1px; background: var(--orange); }
.blog-hero-title { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5vw, 64px); font-weight: 700; line-height: 1.1; letter-spacing: -1px; color: var(--white); margin-bottom: 20px; }
.blog-hero-title em { font-style: italic; color: var(--orange); }
.blog-hero-sub { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.5); max-width: 520px; line-height: 1.8; }

/* BLOG GRID */
.blog-section { padding: 100px 6vw; background: var(--off-white); }
.blog-section-inner { max-width: 1280px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

.blog-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid var(--light-gray); transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(0,0,0,0.08); }
.blog-card-img { width: 100%; height: 200px; background: var(--black); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.blog-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.75; transition: opacity 0.4s, transform 0.6s var(--ease-out); }
.blog-card:hover .blog-card-img img { opacity: 0.85; transform: scale(1.04); }
.blog-card-img-num, .blog-card-img-tag { position: relative; z-index: 1; }
.blog-card-img-num { font-family: 'Playfair Display', serif; font-size: 80px; font-weight: 900; color: rgba(255,255,255,0.06); user-select: none; }
.blog-card-img-tag { position: absolute; top: 20px; left: 20px; background: var(--orange); color: var(--black); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; }
.blog-card-body { padding: 32px; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 12px; }
.blog-card-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--black); line-height: 1.3; margin-bottom: 12px; }
.blog-card-excerpt { font-size: 14px; color: var(--text-muted); line-height: 1.75; font-weight: 300; flex: 1; margin-bottom: 24px; }
.blog-card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 13px; font-weight: 600; text-decoration: none; transition: gap 0.3s var(--ease-out); }
.blog-card-link:hover { gap: 12px; }
.blog-card-link svg { width: 14px; height: 14px; flex-shrink: 0; }

.blog-card-soon { background: var(--cream); border: 1px dashed var(--light-gray); }
.blog-card-soon .blog-card-img { background: var(--light-gray); }
.blog-card-soon .blog-card-title { color: var(--text-muted); }
.blog-card-soon-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--light-gray); color: var(--text-muted); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; margin-top: auto; }

/* FULL POST */
.post-section { padding: 100px 6vw; background: var(--white); }
.post-section-inner { max-width: 760px; margin: 0 auto; }
.post-back { display: inline-flex; align-items: center; gap: 8px; color: var(--text-muted); font-size: 13px; font-weight: 500; text-decoration: none; margin-bottom: 48px; transition: color 0.3s; }
.post-back:hover { color: var(--orange); }
.post-back svg { width: 14px; height: 14px; flex-shrink: 0; }
.post-tag { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; }
.post-tag::before { content: ''; display: block; width: 22px; height: 1px; background: var(--orange); }
.post-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; line-height: 1.15; letter-spacing: -0.8px; color: var(--black); margin-bottom: 24px; }
.post-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; color: var(--text-muted); margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--light-gray); flex-wrap: wrap; }
.post-meta-author { font-weight: 500; color: var(--text-dark); }
.post-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--mid-gray); flex-shrink: 0; }
.post-body h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.5vw, 30px); font-weight: 700; line-height: 1.2; color: var(--black); margin: 52px 0 16px; letter-spacing: -0.3px; }
.post-body p { font-size: 17px; line-height: 1.85; color: var(--text-dark); margin-bottom: 24px; font-weight: 300; }
.post-body strong { font-weight: 600; color: var(--black); }
.post-body em { font-style: italic; }
.post-stat-box { background: var(--black); border-radius: 16px; padding: 32px 36px; margin: 36px 0; display: flex; align-items: center; gap: 24px; }
.post-stat-num { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 900; color: var(--orange); line-height: 1; flex-shrink: 0; }
.post-stat-text { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.6; font-weight: 300; }
.post-stat-text strong { color: var(--white); font-weight: 600; }
.post-highlight { border-left: 3px solid var(--orange); padding: 20px 28px; background: var(--orange-glow); border-radius: 0 12px 12px 0; margin: 32px 0; font-size: 16px; font-style: italic; color: var(--text-dark); line-height: 1.7; }
.post-cta-box { background: var(--black); border-radius: 20px; padding: 48px; margin-top: 64px; text-align: center; }
.post-cta-box h3 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.post-cta-box p { font-size: 15px; color: rgba(255,255,255,0.5); margin-bottom: 28px; font-weight: 300; }
.post-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--orange); color: var(--black); font-size: 14px; font-weight: 600; padding: 16px 36px; border-radius: 100px; text-decoration: none; transition: background 0.3s, transform 0.3s var(--ease-out), box-shadow 0.3s; }
.post-cta-btn:hover { background: var(--orange-light); transform: translateY(-3px); box-shadow: 0 18px 44px rgba(245,166,35,0.4); }
.post-cta-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* FOOTER */
footer { background: var(--black); padding: 72px 6vw 36px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 32px; }
.footer-brand-text { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.footer-brand-text em { font-style: normal; color: var(--orange); }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 220px; line-height: 1.65; font-weight: 300; }
.footer-nav-col h4 { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
.footer-nav-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav-col a { font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-nav-col a:hover { color: var(--orange); }
.footer-nav-col li { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 300; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-credit { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-credit span { color: var(--orange); }

@media (max-width: 1024px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .blog-grid { grid-template-columns: 1fr; } .nav-links { display: none; } .post-stat-box { flex-direction: column; text-align: center; } .footer-top { grid-template-columns: 1fr; gap: 32px; } .footer-bottom { flex-direction: column; text-align: center; } .post-cta-box { padding: 32px 24px; } }
