/*
Theme Name: Sahara Days
Theme URI: https://saharadays.com
Description: Luxury desert tours affiliate theme for Morocco, Egypt & Tunisia. Warm Sahara color palette with modern 2026 design.
Version: 1.0
Author: Sahara Days
Author URI: https://saharadays.com
License: GNU General Public License v2
Text Domain: saharadays
*/

/* ==========================================
   ROOT — SAHARA DESERT LUXURY PALETTE
========================================== */
:root {
    --sand-lightest: #FDF8F0;
    --sand-light: #F5E6D3;
    --sand: #E8D5B7;
    --sand-dark: #D4B896;
    --terra: #C4703F;
    --terra-dk: #A85C32;
    --gold: #C9A84C;
    --gold-lt: #E0C97F;
    --char: #2A2118;
    --char-lt: #3D3225;
    --cream: #FFFBF5;
    --white: #FFF;
    --txt: #1A1410;
    --txt-body: #4A3F35;
    --txt-muted: #8A7E72;
    --font-d: 'Cormorant Garamond', Georgia, serif;
    --font-b: 'Outfit', sans-serif;
    --r-lg: 20px;
    --sh-s: 0 4px 24px rgba(42,33,24,0.08);
    --sh-m: 0 8px 40px rgba(42,33,24,0.12);
    --sh-h: 0 16px 56px rgba(42,33,24,0.18);
    --tr: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); color: var(--txt-body); background: var(--cream); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--tr); }
ul { list-style: none; }

/* LAYOUT */
.ctn { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.sp { padding: 100px 0; }
.tc { text-align: center; }

.sl { font-family: var(--font-b); font-size: 0.8rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--terra); margin-bottom: 12px; display: block; }
.st { font-family: var(--font-d); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 600; color: var(--txt); line-height: 1.2; margin-bottom: 20px; }
.ss { font-size: 1.05rem; color: var(--txt-muted); max-width: 600px; margin: 0 auto; font-weight: 300; }

/* ==========================================
   NAVIGATION
========================================== */
.nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 20px 0; transition: var(--tr); }
.nav.sc { background: rgba(255,251,245,0.95); backdrop-filter: blur(20px); padding: 12px 0; box-shadow: var(--sh-s); }
.nav .ctn { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: var(--font-d); font-size: 1.8rem; font-weight: 700; color: var(--white); transition: var(--tr); }
.logo b { color: var(--gold-lt); }
.nav.sc .logo { color: var(--txt); }
.nav.sc .logo b { color: var(--terra); }
.nl { display: flex; gap: 36px; align-items: center; }
.nl a { font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,0.85); letter-spacing: 0.5px; position: relative; }
.nl a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--gold-lt); transition: var(--tr); }
.nl a:hover::after { width: 100%; }
.nav.sc .nl a { color: var(--txt-body); }
.nav.sc .nl a::after { background: var(--terra); }
.nl a.active { font-weight: 600; }
.ncta { background: var(--terra) !important; color: var(--white) !important; padding: 10px 24px; border-radius: 50px; font-weight: 600; font-size: 0.85rem; }
.ncta:hover { background: var(--terra-dk) !important; transform: translateY(-1px); }
.ncta::after { display: none !important; }
.mt { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; }
.mt span { width: 28px; height: 2px; background: var(--white); transition: var(--tr); display: block; }
.nav.sc .mt span { background: var(--txt); }

/* Inner page nav (dark bg) */
.nav-inner { background: rgba(255,251,245,0.95); backdrop-filter: blur(20px); padding: 16px 0; box-shadow: var(--sh-s); }
.nav-inner .logo { color: var(--txt); }
.nav-inner .logo b { color: var(--terra); }
.nav-inner .nl a { color: var(--txt-body); }
.nav-inner .nl a::after { background: var(--terra); }
.nav-inner .mt span { background: var(--txt); }

/* ==========================================
   HERO SECTION
========================================== */
.hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-direction: column; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,20,16,0.45) 0%, rgba(26,20,16,0.25) 40%, rgba(26,20,16,0.65) 100%); }
.hc { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 0 24px; animation: fu 1.2s ease-out; }
.hl { font-family: var(--font-b); font-size: 0.8rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 20px; transition: opacity 0.5s; }
.ht { font-family: var(--font-d); font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 600; color: var(--white); line-height: 1.1; margin-bottom: 24px; }
.ht em { font-style: italic; color: var(--gold-lt); transition: opacity 0.5s; }
.hd { font-size: 1.1rem; color: rgba(255,255,255,0.8); font-weight: 300; max-width: 560px; margin: 0 auto 40px; line-height: 1.8; }
.hb { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-dots { position: relative; z-index: 2; display: flex; gap: 10px; margin-top: 30px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: var(--tr); }
.dot.active { background: var(--gold-lt); transform: scale(1.3); }
.hs { position: relative; z-index: 2; margin-top: 40px; }
.hs .ctn { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.si { text-align: center; }
.sn { font-family: var(--font-d); font-size: 2rem; font-weight: 700; color: var(--gold-lt); }
.sla { font-size: 0.78rem; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 4px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 36px; border-radius: 50px; font-family: var(--font-b); font-size: 0.95rem; font-weight: 600; letter-spacing: 0.5px; cursor: pointer; border: none; transition: var(--tr); }
.bp { background: var(--terra); color: var(--white); }
.bp:hover { background: var(--terra-dk); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(196,112,63,0.4); }
.bo { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.4); }
.bo:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

/* ==========================================
   PAGE HERO (inner pages)
========================================== */
.page-hero { padding: 140px 0 60px; text-align: center; position: relative; }
.page-hero.dark { background: var(--char); }
.page-hero.with-bg { background-size: cover; background-position: center; }
.page-hero.with-bg::before { content: ''; position: absolute; inset: 0; background: rgba(26,20,16,0.7); }
.page-hero * { position: relative; z-index: 2; }
.page-hero h1 { font-family: var(--font-d); font-size: clamp(2.4rem, 5vw, 3.5rem); color: var(--white); font-weight: 600; margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1.1rem; max-width: 600px; margin: 0 auto; font-weight: 300; }

/* ==========================================
   FILTER TABS & BAR
========================================== */
.dtb { display: flex; justify-content: center; gap: 12px; margin: 40px 0 50px; flex-wrap: wrap; }
.dt { padding: 12px 32px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; cursor: pointer; border: 2px solid var(--sand-dark); color: var(--txt-body); background: transparent; font-family: var(--font-b); transition: var(--tr); }
.dt:hover, .dt.ac { background: var(--terra); border-color: var(--terra); color: var(--white); }

.filter-bar { background: var(--white); padding: 20px 0; box-shadow: var(--sh-s); position: sticky; top: 60px; z-index: 100; }
.filter-bar .ctn { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.filter-tabs { display: flex; gap: 10px; flex-wrap: wrap; }
.ft-btn { padding: 10px 24px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; cursor: pointer; border: 2px solid var(--sand-dark); color: var(--txt-body); background: transparent; font-family: var(--font-b); transition: var(--tr); }
.ft-btn:hover, .ft-btn.ac { background: var(--terra); border-color: var(--terra); color: var(--white); }
.filter-info { font-size: 0.85rem; color: var(--txt-muted); }
.filter-info strong { color: var(--terra); }

/* ==========================================
   TOUR CARDS
========================================== */
.tg { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }
.tc2 { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-s); transition: var(--tr); display: none; }
.tc2.vi { display: block; animation: fu 0.5s ease-out; }
.tc2:hover { transform: translateY(-6px); box-shadow: var(--sh-h); }
.ci { position: relative; height: 220px; overflow: hidden; }
.ci img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; background: var(--sand); }
.tc2:hover .ci img { transform: scale(1.08); }
.cb2 { position: absolute; top: 16px; left: 16px; background: var(--terra); color: var(--white); padding: 5px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 600; }
.cp2 { position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,0.92); padding: 5px 12px; border-radius: 50px; font-size: 0.7rem; font-weight: 700; color: var(--txt); }
.cbd { padding: 24px; }
.cds { font-size: 0.75rem; font-weight: 600; color: var(--terra); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.ctt { font-family: var(--font-d); font-size: 1.2rem; font-weight: 600; color: var(--txt); line-height: 1.35; margin-bottom: 12px; min-height: 54px; }
.cm { display: flex; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.cm span { font-size: 0.8rem; color: var(--txt-muted); background: var(--sand-lightest); padding: 4px 10px; border-radius: 20px; }
.cr { display: flex; align-items: center; gap: 6px; margin-bottom: 18px; }
.crs { color: var(--gold); font-size: 0.9rem; }
.crn { font-weight: 700; font-size: 0.9rem; color: var(--txt); }
.crc { font-size: 0.8rem; color: var(--txt-muted); }
.cf { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--sand-light); }
.cpr { font-family: var(--font-d); font-size: 1.5rem; font-weight: 700; color: var(--terra); }
.cpr small { font-family: var(--font-b); font-size: 0.75rem; font-weight: 400; color: var(--txt-muted); }
.cbt { background: var(--char); color: var(--white); padding: 10px 22px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.cbt:hover { background: var(--terra); transform: translateY(-1px); }

/* ==========================================
   WHY US SECTION
========================================== */
.wu { background: var(--char); color: var(--white); }
.wu .sl { color: var(--gold-lt); }
.wu .st { color: var(--white); }
.wu .ss { color: rgba(255,255,255,0.6); }
.wg { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; margin-top: 60px; }
.wc { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); padding: 36px 28px; transition: var(--tr); }
.wc:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
.wi { font-size: 2.2rem; margin-bottom: 20px; display: block; }
.wc h3 { font-family: var(--font-d); font-size: 1.3rem; font-weight: 600; margin-bottom: 12px; }
.wc p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.7; font-weight: 300; }

/* ==========================================
   TESTIMONIALS
========================================== */
.tst { background: var(--sand-light); }
.tsg { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 28px; margin-top: 50px; }
.tsc { background: var(--white); border-radius: var(--r-lg); padding: 36px; box-shadow: var(--sh-s); transition: var(--tr); }
.tsc:hover { transform: translateY(-4px); box-shadow: var(--sh-m); }
.tsst { color: var(--gold); font-size: 1rem; margin-bottom: 16px; }
.tstx { font-size: 1rem; color: var(--txt-body); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.tsa { display: flex; align-items: center; gap: 12px; }
.tsav { width: 44px; height: 44px; border-radius: 50%; background: var(--sand); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; color: var(--terra); }
.tsn { font-weight: 600; font-size: 0.9rem; color: var(--txt); }
.tstr { font-size: 0.78rem; color: var(--txt-muted); }

/* ==========================================
   GUIDE CARDS
========================================== */
.gp { background: var(--cream); }
.gg { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 50px; }
.gc { background: var(--white); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--sh-s); transition: var(--tr); border-left: 4px solid var(--terra); }
.gc:hover { transform: translateY(-3px); }
.gc h3 { font-family: var(--font-d); font-size: 1.2rem; font-weight: 600; color: var(--txt); margin-bottom: 10px; }
.gc p { font-size: 0.88rem; color: var(--txt-muted); line-height: 1.7; margin-bottom: 16px; }
.gl { font-size: 0.85rem; font-weight: 600; color: var(--terra); }
.gl:hover { color: var(--terra-dk); }

/* ==========================================
   BLOG CARDS & POSTS
========================================== */
.bp2 { background: var(--sand-lightest); }
.bg { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; margin-top: 50px; }
.bc { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-s); transition: var(--tr); }
.bc:hover { transform: translateY(-5px); box-shadow: var(--sh-m); }
.bci { height: 200px; overflow: hidden; }
.bci img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.bc:hover .bci img { transform: scale(1.06); }
.bcb { padding: 24px; }
.bt { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--terra); margin-bottom: 10px; display: block; }
.bcb h3 { font-family: var(--font-d); font-size: 1.2rem; font-weight: 600; color: var(--txt); line-height: 1.35; margin-bottom: 10px; }
.bcb p { font-size: 0.85rem; color: var(--txt-muted); line-height: 1.7; }

/* Single post */
.article { background: var(--white); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 40px; box-shadow: var(--sh-s); }
.article-img { height: 340px; overflow: hidden; }
.article-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { padding: 48px; }
.article-tag { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--terra); margin-bottom: 12px; display: inline-block; }
.article-date { font-size: 0.8rem; color: var(--txt-muted); margin-left: 16px; }
.article-body h1, .article-body h2 { font-family: var(--font-d); font-weight: 600; color: var(--txt); margin-bottom: 20px; line-height: 1.3; }
.article-body h1 { font-size: 2rem; }
.article-body h2 { font-size: 1.5rem; margin-top: 32px; }
.article-body h3 { font-family: var(--font-d); font-size: 1.3rem; font-weight: 600; color: var(--terra); margin: 28px 0 14px; }
.article-body p { margin-bottom: 16px; font-size: 1rem; line-height: 1.9; }
.article-body .highlight { background: var(--sand-lightest); border-left: 4px solid var(--terra); padding: 16px 20px; border-radius: 0 12px 12px 0; margin: 24px 0; font-size: 0.95rem; font-style: italic; }
.article-cta { background: var(--sand-lightest); padding: 24px; border-radius: 12px; text-align: center; margin-top: 32px; }
.article-cta a { background: var(--terra); color: var(--white); padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; display: inline-block; margin-top: 12px; }

/* ==========================================
   ABOUT PAGE
========================================== */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-m); }
.story-img img { width: 100%; height: 400px; object-fit: cover; }
.story-text h2 { font-family: var(--font-d); font-size: 2rem; font-weight: 600; color: var(--txt); margin-bottom: 20px; }
.story-text p { margin-bottom: 16px; font-size: 1rem; line-height: 1.8; }
.story-text .highlight { color: var(--terra); font-weight: 600; }

.val-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; margin-top: 50px; }
.val-card { background: var(--white); border-radius: var(--r-lg); padding: 36px; box-shadow: var(--sh-s); transition: var(--tr); }
.val-card:hover { transform: translateY(-4px); }
.val-icon { font-size: 2.5rem; margin-bottom: 16px; }
.val-card h3 { font-family: var(--font-d); font-size: 1.3rem; font-weight: 600; color: var(--txt); margin-bottom: 12px; }
.val-card p { font-size: 0.9rem; color: var(--txt-muted); line-height: 1.7; }

.num-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 50px; }
.num-item { text-align: center; }
.num-val { font-family: var(--font-d); font-size: 3rem; font-weight: 700; color: var(--gold-lt); }
.num-label { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-top: 8px; }

.partner-logos { display: flex; justify-content: center; gap: 60px; margin-top: 40px; flex-wrap: wrap; }
.partner-logo { background: var(--white); padding: 24px 40px; border-radius: var(--r-lg); box-shadow: var(--sh-s); font-family: var(--font-d); font-size: 1.4rem; font-weight: 700; color: var(--txt); }

/* ==========================================
   GUIDE PAGE
========================================== */
.guide-content { max-width: 860px; margin: 0 auto; }
.guide-block { background: var(--white); border-radius: var(--r-lg); padding: 48px; margin-bottom: 32px; box-shadow: var(--sh-s); }
.guide-block h2 { font-family: var(--font-d); font-size: 1.8rem; font-weight: 600; color: var(--txt); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid var(--sand-light); }
.guide-block h3 { font-family: var(--font-d); font-size: 1.3rem; font-weight: 600; color: var(--terra); margin: 24px 0 12px; }
.guide-block p { margin-bottom: 16px; font-size: 1rem; line-height: 1.8; }
.guide-block .tip { background: var(--sand-lightest); border-left: 4px solid var(--terra); padding: 16px 20px; border-radius: 0 var(--r-lg) var(--r-lg) 0; margin: 20px 0; font-size: 0.95rem; }
.guide-block .tip strong { color: var(--terra); }

.pack-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0; }
.pack-item { background: var(--sand-lightest); padding: 16px 20px; border-radius: 12px; font-size: 0.95rem; }
.pack-item strong { color: var(--txt); display: block; margin-bottom: 4px; }

.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0; }
.season-card { padding: 20px; border-radius: 12px; text-align: center; }
.season-card.best { background: #E8F5E9; border: 2px solid #4CAF50; }
.season-card.good { background: #FFF8E1; border: 2px solid #FFC107; }
.season-card.avoid { background: #FFEBEE; border: 2px solid #F44336; }
.season-card h4 { font-family: var(--font-d); font-size: 1.1rem; margin-bottom: 8px; font-weight: 600; }
.season-card p { font-size: 0.85rem; color: var(--txt-muted); }

.faq-item { border-bottom: 1px solid var(--sand-light); padding: 20px 0; }
.faq-q { font-weight: 600; color: var(--txt); font-size: 1.05rem; cursor: pointer; display: flex; justify-content: space-between; }
.faq-a { padding-top: 12px; font-size: 0.95rem; line-height: 1.8; display: none; }
.faq-item.open .faq-a { display: block; }

/* ==========================================
   LEGAL PAGES
========================================== */
.legal { padding: 60px 0 100px; }
.legal-box { background: var(--white); border-radius: var(--r-lg); padding: 48px; box-shadow: var(--sh-s); max-width: 860px; margin: 0 auto; }
.legal-box h2 { font-family: var(--font-d); font-size: 1.5rem; font-weight: 600; color: var(--txt); margin: 32px 0 16px; padding-bottom: 8px; border-bottom: 1px solid #eee; }
.legal-box h2:first-of-type { margin-top: 0; }
.legal-box p { margin-bottom: 14px; font-size: 0.95rem; line-height: 1.8; }
.legal-box .date { font-size: 0.85rem; color: var(--txt-muted); margin-bottom: 24px; }

/* ==========================================
   CTA SECTIONS
========================================== */
.cta { position: relative; padding: 120px 0; background-size: cover; background-position: center; }
.cta::before { content: ''; position: absolute; inset: 0; background: rgba(26,20,16,0.65); }
.ctc { position: relative; z-index: 2; text-align: center; }
.ctc h2 { font-family: var(--font-d); font-size: clamp(2rem, 5vw, 3rem); color: var(--white); font-weight: 600; margin-bottom: 16px; }
.ctc p { color: rgba(255,255,255,0.7); font-size: 1.05rem; font-weight: 300; margin-bottom: 36px; }

.cta-box { background: var(--terra); color: var(--white); border-radius: var(--r-lg); padding: 48px; text-align: center; margin-top: 40px; }
.cta-box h2 { font-family: var(--font-d); font-size: 2rem; margin-bottom: 12px; }
.cta-box p { opacity: 0.85; margin-bottom: 24px; }
.cta-box a { background: var(--white); color: var(--terra); padding: 14px 32px; border-radius: 50px; font-weight: 600; display: inline-block; }

/* Trust bar */
.trust-bar { background: var(--sand-light); padding: 40px 0; }
.trust-bar .ctn { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 500; }
.trust-icon { font-size: 1.4rem; }

/* ==========================================
   FOOTER
========================================== */
.ft { background: var(--char); color: rgba(255,255,255,0.6); padding: 80px 0 30px; }
.fg { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.fb .logo { font-size: 1.6rem; margin-bottom: 16px; display: inline-block; }
.fb p { font-size: 0.88rem; line-height: 1.8; }
.ft h4 { font-family: var(--font-d); font-size: 1.1rem; font-weight: 600; color: var(--white); margin-bottom: 20px; }
.ft ul li { margin-bottom: 12px; }
.ft ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.5); }
.ft ul li a:hover { color: var(--gold-lt); }
.fbo { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.fbo p { font-size: 0.8rem; }
.fle { display: flex; gap: 24px; }
.fle a { font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.fle a:hover { color: var(--gold-lt); }

/* ==========================================
   ANIMATIONS
========================================== */
@keyframes fu { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 1024px) {
    .fg { grid-template-columns: 1fr 1fr; }
    .num-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nl { display: none; position: fixed; top: 0; right: 0; width: 280px; height: 100vh; background: var(--char); flex-direction: column; padding: 80px 32px 32px; gap: 24px; z-index: 1000; }
    .nl.op { display: flex; }
    .nl a { color: rgba(255,255,255,0.8) !important; font-size: 1rem; }
    .mt { display: flex; }
    .hero { height: auto; min-height: 100vh; padding: 100px 0 60px; }
    .hb { flex-direction: column; align-items: center; gap: 12px; }
    .hb .btn { width: 240px; justify-content: center; }
    .hs .ctn { gap: 24px; }
    .sn { font-size: 1.5rem; }
    .ht { font-size: clamp(2.2rem, 8vw, 3.5rem); }
    .tg { grid-template-columns: 1fr; }
    .tsg, .bg { grid-template-columns: 1fr; }
    .story-grid { grid-template-columns: 1fr; }
    .pack-grid, .season-grid { grid-template-columns: 1fr; }
    .guide-block { padding: 28px; }
    .article-body { padding: 24px; }
    .article-img { height: 220px; }
    .fg { grid-template-columns: 1fr; gap: 32px; }
    .fbo { flex-direction: column; text-align: center; }
    .filter-bar .ctn { flex-direction: column; align-items: flex-start; }
    .trust-bar .ctn { gap: 20px; }
    .legal-box { padding: 24px; }
}
@media (max-width: 480px) {
    .tg { grid-template-columns: 1fr; }
    .hs .ctn { flex-wrap: wrap; gap: 20px; }
}
