
:root{--navy:#0f172a;--amber:#f59e0b;--orange:#f97316;--yellow:#facc15;--bg:#ffffff;--muted:#6b7280;--line:#e5e7eb;--grad:linear-gradient(120deg,#f97316,#f59e0b,#facc15);--shadow:0 20px 40px rgba(15,23,42,.1)}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--navy);font:16px/1.65 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial}
img{max-width:100%;display:block}
a{color:#ea580c;text-decoration:none}
a:hover{color:#ea580c;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
/* NAV */
nav.site{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.7);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line)}
nav.site .inner{display:flex;align-items:center;justify-content:space-between;padding:10px 0}
.brand{display:flex;gap:10px;align-items:center}
.brand img{height:42px;border-radius:8px}
.navlinks a{padding:10px 12px;border-radius:12px;font-weight:700;color:var(--navy);transition:transform .18s ease, background .18s ease}
.navlinks a:hover{background:linear-gradient(120deg,rgba(249,115,22,.18),rgba(245,158,11,.18));transform:scale(1.02)}
.navlinks a.active{background:rgba(249,115,22,.12)}
.btn{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:14px;padding:12px 18px;font-weight:800;cursor:pointer;color:#111827;background:var(--grad);box-shadow:var(--shadow)}
.btn.ghost{background:transparent;border:2px solid #fb923c;color:#ea580c}
.btn.white{background:white;color:#ea580c;border:2px solid white}
/* HERO */
.hero{position:relative;min-height:68vh;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}
.hero .photo{position:absolute;inset:0;background:url('../img/hero-new.jpg') center/cover no-repeat;filter:brightness(.72)}
.hero .veil{position:absolute;inset:0;background:radial-gradient(800px 400px at 20% 20%, rgba(250,204,21,.35), transparent 60%)}
.hero .content{position:relative;z-index:2;color:white;padding:88px 0}
.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#fff1c1,#ffe38e);color:#7a5600;font-weight:900;font-size:12px;border:1px solid #ffe08a}
.headline{font-size:52px;line-height:1.05;margin:12px 0 8px 0;text-shadow:0 8px 30px rgba(0,0,0,.25)}
.subhead{color:#f3f4f6;max-width:760px}
/* LAYOUT */
.section{padding:64px 0}
.grid{display:grid;gap:22px}
.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:960px){.cols-3,.cols-4{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}}
.card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}
.hover-pop{transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease}
.hover-pop:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 24px 50px rgba(17,24,39,.16)}
.kicker{letter-spacing:.14em;text-transform:uppercase;color:#7a5600;font-weight:900;font-size:12px}
.muted{color:var(--muted)}
.price{font-size:34px;font-weight:900}
.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#fff7d1,#ffe38e);border:1px solid #ffe08a;color:#7a5600;font-weight:900}
/* TABLE */
.table{width:100%;border-collapse:collapse}
.table th,.table td{border-bottom:1px solid var(--line);padding:12px;text-align:left}
.table th{color:#7a5600;font-weight:900}
/* SLIDER FILL */
.slider{position:relative;overflow:hidden;border-radius:18px;height:420px}
.slide-track{display:flex;transition:transform .6s ease;height:100%}
.slide{min-width:100%;height:100%}
.slide img{width:100%;height:100%;object-fit:cover}
.slider .dots{position:absolute;left:0;right:0;bottom:8px;display:flex;gap:6px;justify-content:center}
.dot{width:9px;height:9px;border-radius:50%;background:#fff7d1;border:1px solid #eab308;opacity:.6}
.dot.active{opacity:1}
/* UTIL */
.hr{height:1px;background:var(--line);margin:18px 0}
.small{font-size:13px;color:#6b7280}
.reveal{opacity:0;transform:translateY(12px);transition:.6s cubic-bezier(.2,.6,.2,1)}
.reveal.visible{opacity:1;transform:none}
.gallery img{border-radius:16px;box-shadow:var(--shadow);transition:transform .3s ease}
.gallery img:hover{transform:scale(1.02)}
/* Forms */
input,select,textarea{width:100%;background:#fff;border:1.6px solid #f4e5c1;color:#0f172a;padding:12px;border-radius:12px}
label{font-weight:800;font-size:14px}
.form-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}
@media(max-width:640px){.form-grid{grid-template-columns:1fr}}
/* FOOTER + FAB */
footer.site{border-top:1px solid var(--line);padding:28px 0;margin-top:32px;color:#64748b}
.fab{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:12px;z-index:80}
.fab a{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.fab .top{background:#0f172a}
/* BLOG */
.post-hero{height:320px;background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.15)), url('../img/hero-new.jpg') center/cover no-repeat;color:white;display:flex;align-items:end}
.post-hero .wrap{padding:28px}
.share a{margin-right:8px;font-weight:800}
.counter{font-size:36px;font-weight:900}

/* Global clickable hover effects */
:where(a, button, .btn, .card, .navlinks a){transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease}
:where(a:hover, button:hover, .btn:hover, .card:hover, .navlinks a:hover){transform:translateY(-2px) scale(1.015);box-shadow:0 20px 40px rgba(17,24,39,.12)}

/* Article (prose) styling */
.prose{max-width:820px;margin:0 auto}
.prose h2,.prose h3{margin-top:1.6em}
.prose p{margin:1em 0;color:#374151}
.prose img{border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.08);margin:14px 0}
.prose blockquote{border-left:4px solid #f59e0b;padding:8px 14px;background:#fff7ed;border-radius:8px;color:#7a5600}
.meta{display:flex;gap:12px;color:#6b7280;font-size:14px;align-items:center}
.toc{background:#fff7ed;border:1px solid #fde68a;border-radius:12px;padding:12px}
.article-hero{height:240px;background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.15)), url('../img/hero-new.jpg') center/cover no-repeat;color:white;display:flex;align-items:end;border-radius:18px;overflow:hidden}
.tag{display:inline-block;margin-right:8px;background:#fff1c1;border:1px solid #ffe08a;color:#7a5600;border-radius:999px;padding:4px 10px;font-weight:700;font-size:12px}
.share a{display:inline-block;padding:8px 12px;border-radius:8px;background:#fff1c1;border:1px solid #ffe08a}
.share a:hover{background:#ffec99}
