/* ============================================================ LisaGraas.com — Main Stylesheet Conservative Catholic Writer & Pro-Life Advocate ============================================================ */ /* ---- Reset & Base ---------------------------------------- */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #1a2744; --navy-dark: #111a30; --gold: #c9a227; --gold-light: #e8c75a; --cream: #fdf8f0; --white: #ffffff; --gray-100: #f8f7f4; --gray-200: #eeeae3; --gray-400: #b0a99a; --gray-600: #6b6560; --gray-800: #3a3630; --text: #2a2520; --link: #1a2744; --link-hover: #c9a227; --font-serif: Georgia, 'Times New Roman', serif; --font-sans: 'Segoe UI', system-ui, -apple-system, sans-serif; --max-w: 1140px; --radius: 6px; --shadow: 0 2px 12px rgba(26,39,68,0.10); } html { font-size: 16px; scroll-behavior: smooth; } body { font-family: var(--font-sans); color: var(--text); background: var(--cream); line-height: 1.7; } img { max-width: 100%; height: auto; display: block; } a { color: var(--link); text-decoration: none; transition: color .2s; } a:hover { color: var(--link-hover); } ul { list-style: none; } /* ---- Utility --------------------------------------------- */ .container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; } .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); } .btn { display: inline-block; padding: 11px 26px; border-radius: var(--radius); font-weight: 600; font-size: .95rem; cursor: pointer; transition: all .2s; } .btn-primary { background: var(--gold); color: var(--navy-dark); } .btn-primary:hover { background: var(--gold-light); color: var(--navy-dark); } .btn-outline { border: 2px solid var(--navy); color: var(--navy); } .btn-outline:hover { background: var(--navy); color: var(--white); } .tag { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; background: var(--navy); color: var(--white); } .tag-gold { background: var(--gold); color: var(--navy-dark); } .tag-red { background: #b91c1c; color: var(--white); } /* ---- Top Bar --------------------------------------------- */ .top-bar { background: var(--navy-dark); color: var(--gray-400); font-size: .8rem; padding: 6px 0; } .top-bar .container { display: flex; justify-content: space-between; align-items: center; } .top-bar a { color: var(--gray-400); } .top-bar a:hover { color: var(--gold); } .top-bar .social-links { display: flex; gap: 14px; } /* ---- Header ---------------------------------------------- */ .site-header { background: var(--navy); padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px rgba(0,0,0,.25); } .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; } .site-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; } .site-logo img { width: 54px; height: 54px; } .logo-text { line-height: 1.2; } .logo-text .name { display: block; font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; color: var(--white); letter-spacing: .02em; } .logo-text .tagline { display: block; font-size: .7rem; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; } /* ---- Navigation ------------------------------------------ */ .main-nav { display: flex; align-items: center; gap: 4px; } .main-nav > li { position: relative; } .main-nav > li > a { display: flex; align-items: center; gap: 4px; padding: 8px 14px; color: var(--white); font-size: .9rem; font-weight: 500; border-radius: var(--radius); transition: background .2s, color .2s; } .main-nav > li > a:hover, .main-nav > li > a.active { background: rgba(201,162,39,.15); color: var(--gold); } .main-nav > li > a .arrow { font-size: .65rem; transition: transform .2s; } .main-nav > li:hover > a .arrow { transform: rotate(180deg); } .dropdown { display: none; position: absolute; top: calc(100% + 6px); left: 0; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); min-width: 200px; border-top: 3px solid var(--gold); z-index: 200; } .main-nav > li:hover .dropdown { display: block; } .dropdown li a { display: block; padding: 10px 18px; color: var(--gray-800); font-size: .88rem; border-bottom: 1px solid var(--gray-200); transition: background .15s, color .15s; } .dropdown li:last-child a { border-bottom: none; } .dropdown li a:hover { background: var(--gray-100); color: var(--navy); padding-left: 24px; } .nav-cta { background: var(--gold); color: var(--navy-dark) !important; padding: 8px 16px; border-radius: var(--radius); font-weight: 700 !important; } .nav-cta:hover { background: var(--gold-light) !important; color: var(--navy-dark) !important; } /* Hamburger */ .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; } .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; } /* ---- Hero ------------------------------------------------ */ .hero { background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, #1e3a6e 100%); color: var(--white); padding: 70px 0 60px; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(201,162,39,.12) 0%, transparent 70%); pointer-events: none; } .hero-inner { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: center; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: .8rem; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-weight: 600; } .hero-eyebrow::before { content: '✝'; } .hero h1 { font-family: var(--font-serif); font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.25; margin-bottom: 18px; } .hero h1 span { color: var(--gold); } .hero p { font-size: 1.05rem; color: rgba(255,255,255,.85); margin-bottom: 28px; max-width: 520px; } .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; } .hero-card { background: rgba(255,255,255,.07); border: 1px solid rgba(201,162,39,.3); border-radius: 12px; padding: 28px; backdrop-filter: blur(8px); } .hero-card .author-img { width: 90px; height: 90px; border-radius: 50%; border: 3px solid var(--gold); margin: 0 auto 16px; overflow: hidden; background: var(--navy-dark); display: flex; align-items: center; justify-content: center; } .hero-card .author-img svg { width: 60px; height: 60px; } .hero-card h3 { font-family: var(--font-serif); font-size: 1.15rem; color: var(--white); text-align: center; margin-bottom: 6px; } .hero-card .sub { font-size: .8rem; color: var(--gold); text-align: center; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .08em; } .hero-card .bio-facts { display: flex; flex-direction: column; gap: 8px; } .hero-card .fact { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.8); } .hero-card .fact::before { content: '✓'; color: var(--gold); font-weight: 700; } /* ---- Breadcrumb ------------------------------------------ */ .breadcrumb-bar { background: var(--gray-100); border-bottom: 1px solid var(--gray-200); padding: 10px 0; } .breadcrumb { display: flex; align-items: center; gap: 6px; font-size: .82rem; color: var(--gray-600); flex-wrap: wrap; } .breadcrumb a { color: var(--link); } .breadcrumb a:hover { color: var(--link-hover); } .breadcrumb .sep { color: var(--gray-400); } /* ---- Page Layout ----------------------------------------- */ .page-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 48px 0 64px; } .page-layout.full-width { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; } .main-content { min-width: 0; } /* ---- Article / Post -------------------------------------- */ .article-header { margin-bottom: 32px; } .article-header .meta { display: flex; align-items: center; gap: 12px; margin: 12px 0 16px; flex-wrap: wrap; } .article-header .meta time, .article-header .meta span { font-size: .82rem; color: var(--gray-600); } .article-header .meta span::before { content: '·'; margin-right: 12px; } .article-header h1 { font-family: var(--font-serif); font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.3; color: var(--navy-dark); } .article-header .excerpt { font-size: 1.08rem; color: var(--gray-600); margin-top: 12px; font-style: italic; } .article-body { font-size: 1.02rem; line-height: 1.8; } .article-body h2 { font-family: var(--font-serif); font-size: 1.5rem; color: var(--navy); margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); } .article-body h3 { font-family: var(--font-serif); font-size: 1.2rem; color: var(--navy); margin: 28px 0 10px; } .article-body p { margin-bottom: 18px; } .article-body ul, .article-body ol { margin: 0 0 18px 22px; list-style: disc; } .article-body ol { list-style: decimal; } .article-body li { margin-bottom: 8px; } .article-body blockquote { border-left: 4px solid var(--gold); padding: 16px 20px; background: var(--gray-100); margin: 24px 0; font-style: italic; color: var(--gray-800); border-radius: 0 var(--radius) var(--radius) 0; } .article-body blockquote cite { display: block; margin-top: 8px; font-style: normal; font-size: .85rem; color: var(--gray-600); } .article-body .highlight-box { background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%); border: 1px solid #b8cef5; border-left: 4px solid var(--navy); border-radius: var(--radius); padding: 20px 24px; margin: 28px 0; } .article-body .highlight-box h4 { color: var(--navy); margin-bottom: 8px; font-weight: 600; } .featured-image { border-radius: 10px; overflow: hidden; margin-bottom: 32px; background: var(--gray-200); } .featured-image img { width: 100%; height: 320px; object-fit: cover; } /* ---- Author Box ------------------------------------------ */ .author-box { display: flex; gap: 20px; align-items: flex-start; padding: 24px; background: var(--white); border: 1px solid var(--gray-200); border-top: 4px solid var(--navy); border-radius: var(--radius); margin-top: 40px; } .author-box .avatar { width: 80px; height: 80px; flex-shrink: 0; border-radius: 50%; background: var(--navy); overflow: hidden; display: flex; align-items: center; justify-content: center; } .author-box .avatar svg { width: 50px; height: 50px; } .author-box h4 { font-family: var(--font-serif); color: var(--navy); margin-bottom: 4px; } .author-box .role { font-size: .82rem; color: var(--gold); font-weight: 600; margin-bottom: 8px; } .author-box p { font-size: .88rem; color: var(--gray-600); } /* ---- Post Cards ------------------------------------------ */ .posts-grid { display: grid; gap: 28px; } .posts-grid-2 { grid-template-columns: repeat(2, 1fr); } .posts-grid-3 { grid-template-columns: repeat(3, 1fr); } .post-card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; } .post-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,39,68,.15); } .post-card .thumb { height: 180px; background: var(--gray-200); overflow: hidden; position: relative; } .post-card .thumb img { width: 100%; height: 100%; object-fit: cover; } .post-card .thumb .category-badge { position: absolute; top: 12px; left: 12px; } .post-card .card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; } .post-card h3 { font-family: var(--font-serif); font-size: 1.05rem; line-height: 1.4; margin-bottom: 10px; color: var(--navy-dark); } .post-card h3 a { color: inherit; } .post-card h3 a:hover { color: var(--gold); } .post-card .excerpt { font-size: .87rem; color: var(--gray-600); margin-bottom: 14px; flex: 1; } .post-card .card-meta { font-size: .78rem; color: var(--gray-400); display: flex; gap: 10px; align-items: center; } .post-card .card-meta a { color: var(--gray-600); } .post-card .card-meta a:hover { color: var(--gold); } .read-more { margin-top: 12px; font-size: .85rem; font-weight: 600; color: var(--navy); } .read-more:hover { color: var(--gold); } /* ---- Sidebar --------------------------------------------- */ .sidebar { display: flex; flex-direction: column; gap: 28px; } .widget { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); } .widget-header { background: var(--navy); color: var(--white); padding: 14px 20px; font-family: var(--font-serif); font-size: 1rem; font-weight: 700; border-bottom: 3px solid var(--gold); } .widget-body { padding: 20px; } .widget-author .author-img-wrap { text-align: center; margin-bottom: 14px; } .widget-author .aw-img { width: 80px; height: 80px; border-radius: 50%; border: 3px solid var(--gold); margin: 0 auto; background: var(--navy); overflow: hidden; display: flex; align-items: center; justify-content: center; } .widget-author .aw-img svg { width: 50px; } .widget-author .aw-name { font-family: var(--font-serif); font-size: 1rem; color: var(--navy); text-align: center; margin-bottom: 4px; } .widget-author .aw-title { font-size: .78rem; color: var(--gold); font-weight: 600; text-align: center; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .06em; } .widget-author p { font-size: .84rem; color: var(--gray-600); } .widget-author .aw-link { display: block; text-align: center; margin-top: 12px; font-weight: 600; font-size: .85rem; } .recent-posts-list { display: flex; flex-direction: column; gap: 14px; } .rp-item { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid var(--gray-200); } .rp-item:last-child { border-bottom: none; padding-bottom: 0; } .rp-thumb { width: 60px; height: 60px; flex-shrink: 0; border-radius: 6px; background: var(--gray-200); overflow: hidden; } .rp-thumb img { width: 100%; height: 100%; object-fit: cover; } .rp-info a { font-size: .85rem; font-weight: 600; color: var(--navy-dark); line-height: 1.35; display: block; margin-bottom: 4px; } .rp-info a:hover { color: var(--gold); } .rp-info time { font-size: .75rem; color: var(--gray-400); } .cat-list { display: flex; flex-direction: column; gap: 6px; } .cat-list li a { display: flex; justify-content: space-between; align-items: center; padding: 9px 14px; border-radius: var(--radius); font-size: .88rem; color: var(--gray-800); background: var(--gray-100); transition: all .2s; } .cat-list li a:hover { background: var(--navy); color: var(--white); padding-left: 18px; } .cat-list .count { background: var(--navy); color: var(--white); width: 22px; height: 22px; border-radius: 50%; font-size: .72rem; display: flex; align-items: center; justify-content: center; font-weight: 600; } .cat-list li a:hover .count { background: var(--gold); color: var(--navy-dark); } .newsletter-form { display: flex; flex-direction: column; gap: 10px; } .newsletter-form p { font-size: .85rem; color: var(--gray-600); margin-bottom: 6px; } .newsletter-form input { width: 100%; padding: 10px 14px; border: 1px solid var(--gray-200); border-radius: var(--radius); font-size: .9rem; color: var(--text); background: var(--gray-100); outline: none; transition: border .2s; } .newsletter-form input:focus { border-color: var(--navy); background: var(--white); } .newsletter-form .btn { width: 100%; text-align: center; } /* ---- Page Header ----------------------------------------- */ .page-header { background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%); color: var(--white); padding: 52px 0 44px; } .page-header .eyebrow { font-size: .78rem; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-weight: 600; margin-bottom: 10px; } .page-header h1 { font-family: var(--font-serif); font-size: clamp(1.7rem, 3.5vw, 2.4rem); line-height: 1.28; margin-bottom: 12px; } .page-header p { color: rgba(255,255,255,.8); font-size: 1rem; max-width: 580px; } /* ---- Section Titles -------------------------------------- */ .section-title { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; } .section-title h2 { font-family: var(--font-serif); font-size: 1.5rem; color: var(--navy-dark); } .section-title .line { flex: 1; height: 2px; background: var(--gray-200); } .section-title .line::after { content: ''; display: block; width: 40px; height: 2px; background: var(--gold); } /* ---- News Ticker ----------------------------------------- */ .news-ticker { background: var(--navy); color: var(--white); padding: 10px 0; overflow: hidden; } .ticker-inner { display: flex; align-items: center; gap: 20px; } .ticker-label { background: var(--gold); color: var(--navy-dark); padding: 4px 14px; border-radius: 20px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; flex-shrink: 0; } .ticker-content { font-size: .85rem; color: rgba(255,255,255,.85); } /* ---- Sections -------------------------------------------- */ .section { padding: 56px 0; } .section-alt { background: var(--white); } /* ---- About Page ------------------------------------------ */ .about-grid { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: flex-start; } .about-portrait { border-radius: 12px; overflow: hidden; background: var(--navy); text-align: center; padding: 40px 32px; box-shadow: var(--shadow); } .about-portrait .p-img { width: 140px; height: 140px; border-radius: 50%; border: 4px solid var(--gold); margin: 0 auto 20px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; overflow: hidden; } .about-portrait .p-img svg { width: 90px; } .about-portrait .p-name { font-family: var(--font-serif); font-size: 1.35rem; color: var(--white); margin-bottom: 6px; } .about-portrait .p-title { font-size: .82rem; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 24px; } .about-portrait .credentials { text-align: left; display: flex; flex-direction: column; gap: 10px; } .about-portrait .cred { display: flex; align-items: flex-start; gap: 10px; font-size: .82rem; color: rgba(255,255,255,.8); } .about-portrait .cred-icon { color: var(--gold); flex-shrink: 0; margin-top: 2px; } .about-content h2 { font-family: var(--font-serif); font-size: 1.6rem; color: var(--navy); margin-bottom: 16px; } .about-content p { margin-bottom: 18px; color: var(--gray-800); line-height: 1.8; } .about-content .achievement-list { display: flex; flex-direction: column; gap: 14px; margin: 24px 0; } .achievement-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; background: var(--gray-100); border-radius: var(--radius); border-left: 4px solid var(--gold); } .achievement-item .ai-icon { font-size: 1.3rem; flex-shrink: 0; } .achievement-item h4 { font-weight: 600; color: var(--navy); margin-bottom: 4px; } .achievement-item p { font-size: .87rem; color: var(--gray-600); margin: 0; } /* ---- Contact Page ---------------------------------------- */ .contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 40px; } .contact-form { background: var(--white); border-radius: 10px; padding: 36px; box-shadow: var(--shadow); } .contact-form h2 { font-family: var(--font-serif); color: var(--navy); margin-bottom: 6px; } .contact-form p { font-size: .9rem; color: var(--gray-600); margin-bottom: 24px; } .form-group { margin-bottom: 18px; } .form-group label { display: block; font-size: .85rem; font-weight: 600; color: var(--gray-800); margin-bottom: 6px; } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--gray-200); border-radius: var(--radius); font-size: .93rem; color: var(--text); background: var(--gray-100); outline: none; transition: border .2s, background .2s; font-family: inherit; } .form-group textarea { height: 140px; resize: vertical; } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); background: var(--white); } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .form-note { font-size: .78rem; color: var(--gray-400); margin-top: 10px; } .contact-info { display: flex; flex-direction: column; gap: 20px; } .contact-card { background: var(--white); border-radius: 10px; padding: 24px; box-shadow: var(--shadow); border-top: 3px solid var(--gold); } .contact-card h3 { font-family: var(--font-serif); color: var(--navy); margin-bottom: 14px; } .contact-card p { font-size: .9rem; color: var(--gray-600); } .contact-card .social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; } .social-link { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: var(--radius); font-size: .84rem; font-weight: 600; background: var(--gray-100); color: var(--navy); transition: all .2s; } .social-link:hover { background: var(--navy); color: var(--white); } /* ---- Legal Pages ----------------------------------------- */ .legal-content h2 { font-family: var(--font-serif); font-size: 1.4rem; color: var(--navy); margin: 32px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); } .legal-content h3 { font-size: 1.1rem; color: var(--navy); margin: 22px 0 8px; } .legal-content p { margin-bottom: 14px; color: var(--gray-800); line-height: 1.75; } .legal-content ul { margin: 0 0 14px 20px; list-style: disc; } .legal-content ul li { margin-bottom: 6px; font-size: .95rem; color: var(--gray-800); } .legal-meta { background: var(--gray-100); border-radius: var(--radius); padding: 14px 18px; font-size: .83rem; color: var(--gray-600); margin-bottom: 28px; border-left: 4px solid var(--navy); } /* ---- Book Page ------------------------------------------- */ .book-hero { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: flex-start; padding: 48px 0; } .book-cover { background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%); border-radius: 10px; padding: 32px 24px; text-align: center; box-shadow: 0 12px 32px rgba(26,39,68,.35); position: relative; } .book-cover::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 4px; background: var(--gold); border-radius: 2px; } .book-cover h2 { font-family: var(--font-serif); color: var(--white); font-size: 1.2rem; margin-bottom: 8px; } .book-cover .sub { font-size: .78rem; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; } .book-cover .cross-icon { font-size: 3rem; margin: 20px 0; color: var(--gold); } .book-cover .author-line { font-size: .85rem; color: rgba(255,255,255,.7); margin-top: 16px; } .buy-options { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; } .buy-btn { display: block; padding: 10px 16px; border-radius: var(--radius); font-size: .85rem; font-weight: 600; text-align: center; background: var(--gold); color: var(--navy-dark); transition: background .2s; } .buy-btn:hover { background: var(--gold-light); color: var(--navy-dark); } /* ---- Sitemap Page ---------------------------------------- */ .sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .sitemap-group h3 { font-family: var(--font-serif); color: var(--navy); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); } .sitemap-group ul { display: flex; flex-direction: column; gap: 8px; } .sitemap-group ul li a { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--link); padding: 6px 10px; border-radius: 4px; transition: all .15s; } .sitemap-group ul li a::before { content: '→'; font-size: .8rem; color: var(--gold); } .sitemap-group ul li a:hover { background: var(--gray-100); color: var(--navy); padding-left: 14px; } /* ---- Category Page --------------------------------------- */ .category-header-bar { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 20px 0; margin-bottom: 32px; } .cat-filter { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; } .cat-filter span { font-size: .85rem; color: var(--gray-600); } .cat-pill { padding: 6px 16px; border-radius: 20px; font-size: .82rem; font-weight: 500; border: 1.5px solid var(--gray-200); color: var(--gray-800); transition: all .2s; } .cat-pill:hover, .cat-pill.active { background: var(--navy); color: var(--white); border-color: var(--navy); } /* ---- Footer ---------------------------------------------- */ .site-footer { background: var(--navy-dark); color: rgba(255,255,255,.75); padding: 56px 0 0; } .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; } .footer-brand .site-logo { margin-bottom: 16px; } .footer-brand p { font-size: .88rem; line-height: 1.7; color: rgba(255,255,255,.65); margin-bottom: 18px; } .footer-social { display: flex; gap: 12px; } .footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-size: .85rem; transition: all .2s; text-decoration: none; } .footer-social a:hover { background: var(--gold); color: var(--navy-dark); } .footer-col h4 { font-family: var(--font-serif); color: var(--white); font-size: 1rem; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.12); } .footer-col ul { display: flex; flex-direction: column; gap: 8px; } .footer-col ul li a { font-size: .87rem; color: rgba(255,255,255,.65); transition: color .2s, padding .15s; display: flex; align-items: center; gap: 6px; } .footer-col ul li a::before { content: '›'; color: var(--gold); } .footer-col ul li a:hover { color: var(--gold); padding-left: 4px; } .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; } .footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.5); } .footer-bottom .legal-links { display: flex; gap: 16px; } .footer-bottom .legal-links a { font-size: .8rem; color: rgba(255,255,255,.5); transition: color .2s; } .footer-bottom .legal-links a:hover { color: var(--gold); } /* ---- Pagination ------------------------------------------ */ .pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; } .pagination a, .pagination span { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: var(--radius); font-size: .88rem; background: var(--white); color: var(--navy); border: 1px solid var(--gray-200); transition: all .2s; } .pagination a:hover, .pagination .current { background: var(--navy); color: var(--white); border-color: var(--navy); } /* ---- Responsive ------------------------------------------ */ @media (max-width: 1020px) { .footer-grid { grid-template-columns: 1fr 1fr; } .hero-inner { grid-template-columns: 1fr; } .hero-card { max-width: 380px; } .about-grid { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } .book-hero { grid-template-columns: 200px 1fr; } .sitemap-grid { grid-template-columns: repeat(2, 1fr); } .posts-grid-3 { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .page-layout { grid-template-columns: 1fr; } .sidebar { display: none; } .posts-grid-2, .posts-grid-3 { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; } .book-hero { grid-template-columns: 1fr; } .sitemap-grid { grid-template-columns: 1fr; } .main-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy-dark); padding: 16px; gap: 0; } .main-nav.open { display: flex; } .main-nav > li > a { padding: 12px 16px; border-radius: 0; } .dropdown { position: static; border-top: none; border-left: 4px solid var(--gold); margin-left: 16px; box-shadow: none; display: block !important; } .hamburger { display: flex; } .site-header { position: relative; } } @media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } .hero h1 { font-size: 1.7rem; } } /* ---- Thumbnail Image Placeholders (SVG backgrounds) ------ */ .thumb-cross { background: linear-gradient(135deg,#1a2744,#2a3f7a); } .thumb-prolife { background: linear-gradient(135deg,#7f1d1d,#b91c1c); } .thumb-politics { background: linear-gradient(135deg,#1e3a5f,#2563eb); } .thumb-sober { background: linear-gradient(135deg,#14532d,#15803d); } .thumb-news { background: linear-gradient(135deg,#713f12,#c9a227); } .thumb-book { background: linear-gradient(135deg,#1a2744,#c9a227); } .thumb-svg-wrap { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; opacity: .55; }