:root { --bg: #121212; --surface: #1E1E24; --text: #FFFFFF; --text-muted: #A0A0A0; --accent: #FF5722; --accent-hover: #FF7043; --border: #333333; --radius: 16px; --font-condensed: ui-sans-serif, system-ui, -apple-system, sans-serif; } html { scroll-behavior: smooth; } body { margin: 0; font-family: var(--font-condensed); font-stretch: condensed; background-color: var(--bg); color: var(--text); background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23noise)' opacity='0.03'/></svg>"); line-height: 1.6; } a { color: var(--text); text-decoration: none; transition: color 0.2s ease; } a:hover { color: var(--accent); } .site-header { position: sticky; top: 0; z-index: 100; background-color: rgba(18, 18, 18, 0.95); backdrop-filter: blur(8px); border-bottom: 2px solid var(--accent); padding: 1rem 2rem; } .header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; } .brand-link { display: flex; align-items: center; gap: 0.75rem; font-weight: 800; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text); } .brand-link svg { width: 40px; height: 40px; color: var(--accent); } .desktop-nav ul { list-style: none; display: flex; gap: 2rem; margin: 0; padding: 0; } .desktop-nav a { font-weight: 600; font-size: 1.1rem; } .header-actions { display: flex; align-items: center; gap: 1rem; } .btn-primary { background-color: var(--accent); color: #FFF; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border: none; cursor: pointer; transition: background-color 0.2s ease, transform 0.2s ease; display: inline-block; } .btn-primary:hover { background-color: var(--accent-hover); color: #FFF; transform: translateY(-2px); } .mobile-menu-btn { display: none; background: none; border: none; color: var(--text); cursor: pointer; padding: 0.5rem; } .mobile-menu-btn svg { width: 28px; height: 28px; } .mobile-modal { position: fixed; inset: 0; background-color: var(--surface); z-index: 200; display: flex; flex-direction: column; padding: 2rem; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } .mobile-modal.is-open { opacity: 1; visibility: visible; } .modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; border-bottom: 1px solid var(--border); padding-bottom: 1rem; } .mobile-close-btn { background: none; border: none; color: var(--text); cursor: pointer; padding: 0.5rem; } .mobile-close-btn svg { width: 28px; height: 28px; } .mobile-nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.5rem; } .mobile-nav-list a { font-size: 1.5rem; font-weight: 700; } .mobile-cta { text-align: center; margin-top: 1rem; } .site-footer { background-color: var(--surface); padding: 4rem 2rem 2rem; border-top: 2px solid var(--border); margin-top: 4rem; } .footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; } .footer-brand .brand-text { font-size: 1.5rem; font-weight: 800; text-transform: uppercase; color: var(--text); } .tagline { color: var(--text-muted); font-size: 1.1rem; margin-top: 1rem; font-style: italic; } .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .footer-heading { color: var(--text); font-size: 1.2rem; margin-top: 0; margin-bottom: 1.5rem; border-bottom: 2px solid var(--accent); padding-bottom: 0.5rem; display: inline-block; } .footer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; } .footer-list a { color: var(--text-muted); } .footer-list a:hover { color: var(--accent); } .contact-list li { display: flex; align-items: flex-start; gap: 0.75rem; color: var(--text-muted); } .contact-list svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--accent); margin-top: 0.15rem; } .footer-bottom { max-width: 1200px; margin: 3rem auto 0; padding-top: 2rem; border-top: 1px solid var(--border); text-align: center; color: var(--text-muted); font-size: 0.9rem; } @media (max-width: 900px) { .desktop-nav, .header-actions .btn-primary { display: none; } .mobile-menu-btn { display: block; } .footer-inner { grid-template-columns: 1fr; gap: 3rem; } .footer-links { grid-template-columns: 1fr; gap: 2rem; } }
/* footer extras */
.footer__extras{margin-top:16px;}
.footer__extrasInner{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;justify-content:space-between;}
.footer__social{display:flex;gap:10px;align-items:center;}
.footer-social{display:inline-flex;gap:8px;align-items:center;text-decoration:none;}
.footer-social__icon{display:block;}
.footer__poemWrap{max-width:520px;}
.footer-poem{opacity:0.9;font-size:0.95em;line-height:1.35;}
/* --- injected by logo step --- */
.brand{display:inline-flex;align-items:center;gap:10px}
.brand-logo{width:28px;height:28px;display:inline-block;flex:0 0 auto}
.brand-logo *{vector-effect:non-scaling-stroke}
/* --- /injected by logo step --- */

.mobile-modal { justify-content: flex-start; overflow-y: auto; }
.mobile-modal::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top, rgba(255,87,34,0.18), transparent 45%); pointer-events: none; }
.mobile-modal > * { position: relative; z-index: 1; }
.form-privacy { margin-top: 0.25rem; }
.privacy-label { display: flex; align-items: flex-start; gap: 0.75rem; color: var(--text-muted); font-size: 0.95rem; }
.privacy-label input { margin-top: 0.2rem; accent-color: var(--accent); }
.privacy-label a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.thanks-page { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at top, rgba(255,87,34,0.18), transparent 35%), var(--bg); }
.thanks-wrap { width: 100%; max-width: 760px; margin: 0 auto; padding: 7rem 1.5rem 3rem; }
.thanks-card { background: linear-gradient(180deg, rgba(30,30,36,0.96), rgba(18,18,18,0.98)); border: 1px solid rgba(255,87,34,0.35); border-radius: 28px; padding: 2.5rem; box-shadow: 0 18px 60px rgba(0,0,0,0.35); }
.thanks-badge { display: inline-flex; align-items: center; gap: 0.5rem; border: 1px solid rgba(255,87,34,0.35); color: var(--accent); border-radius: 999px; padding: 0.5rem 0.9rem; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.thanks-title { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; margin: 0 0 1rem; }
.thanks-text { color: var(--text-muted); font-size: 1.05rem; margin: 0 0 1.5rem; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.75rem; }
.thanks-secondary { border: 1px solid var(--border); background: transparent; }
.thanks-meta { margin-top: 1.75rem; color: var(--text-muted); font-size: 0.95rem; }
.thanks-meta a { color: var(--text); }
@media (max-width: 640px) { .thanks-card { padding: 1.5rem; border-radius: 22px; } .thanks-actions { flex-direction: column; } .thanks-actions a { width: 100%; text-align: center; } }
