 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --ink: #0b1512; --ink-soft: #2e3d38; --ink-muted: #6b7c76; --paper: #f3f7f5; --paper-warm: #e4efea; --accent: #0f3630; --accent-light: #1d5c52; --teal: #3d9e8a; --teal-light: #62bfac; --white: #ffffff; --ff-display: 'Cormorant Garamond', Georgia, serif; --ff-body: 'Inter', system-ui, sans-serif; } html { scroll-behavior: smooth; } body { font-family: var(--ff-body); background: var(--paper); color: var(--ink); line-height: 1.7; overflow-x: hidden; } /* NAV */ nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 3rem; background: rgba(243,247,245,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(14,14,15,0.08); } .nav-logo { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink); text-decoration: none; } .nav-back { font-size: 0.75rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: color 0.2s; } .nav-back:hover { color: var(--teal); } /* HERO */ .hero { background: linear-gradient(160deg, #0f3630 0%, #071e1b 100%); min-height: 45vh; display: flex; align-items: center; justify-content: center; padding: 8rem 3rem 5rem; text-align: center; position: relative; overflow: hidden; } .hero-glow { position: absolute; bottom: -20%; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; background: radial-gradient(ellipse, rgba(61,158,138,0.18) 0%, transparent 65%); pointer-events: none; } .hero-inner { position: relative; z-index: 1; } .eyebrow { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--teal-light); margin-bottom: 1.25rem; opacity: 0.85; } .hero-title { font-family: var(--ff-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 0.5rem; } .hero-title em { font-style: italic; color: var(--teal-light); } /* MAIN CONTENT */ .content { max-width: 800px; margin: 0 auto; padding: 5rem 2rem; } .author-card { display: grid; grid-template-columns: 200px 1fr; gap: 4rem; align-items: start; margin-bottom: 4rem; } .author-avatar { width: 200px; height: 200px; background: linear-gradient(135deg, var(--accent) 0%, #061512 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .author-initials { font-family: var(--ff-display); font-size: 3.5rem; font-weight: 300; font-style: italic; color: var(--teal-light); letter-spacing: 0.05em; } .author-info { } .section-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; } .author-name { font-family: var(--ff-display); font-size: 2.2rem; font-weight: 300; color: var(--ink); margin-bottom: 1.25rem; } .author-bio { font-size: 1rem; font-weight: 300; color: var(--ink-soft); line-height: 1.9; } .author-bio p { margin-bottom: 1rem; } .author-bio p:last-child { margin-bottom: 0; } /* SOCIAL */ .social-section { background: var(--paper-warm); border-left: 3px solid var(--teal); padding: 2rem 2rem 2rem 1.75rem; margin-top: 3rem; } .social-heading { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 300; color: var(--ink); margin-bottom: 0.5rem; } .social-sub { font-size: 0.88rem; font-weight: 300; color: var(--ink-muted); margin-bottom: 1.5rem; line-height: 1.6; } .social-links { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 1.5rem; } .social-link { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.65rem 1.25rem; background: var(--white); border: 1px solid rgba(14,14,15,0.1); font-size: 0.82rem; font-weight: 400; color: var(--ink-soft); text-decoration: none; transition: border-color 0.2s, color 0.2s; letter-spacing: 0.05em; } .social-link:hover { border-color: var(--teal); color: var(--teal); } .social-link svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; } .social-dm { font-size: 0.88rem; font-weight: 300; color: var(--ink-muted); line-height: 1.7; font-style: italic; } .social-dm a { color: var(--teal); text-decoration: none; font-style: normal; font-weight: 400; } .social-dm a:hover { text-decoration: underline; } /* BACK LINK */ .back-section { text-align: center; padding: 3rem 2rem 5rem; border-top: 1px solid rgba(14,14,15,0.08); } .btn-back { display: inline-block; font-family: var(--ff-body); font-size: 0.78rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: color 0.2s; } .btn-back:hover { color: var(--teal); } /* FOOTER */ footer { background: #040e0c; padding: 2rem 3rem; display: flex; justify-content: space-between; align-items: center; } .footer-logo { font-family: var(--ff-display); font-size: 0.9rem; font-weight: 300; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(240,236,230,0.3); } .footer-copy { font-size: 0.72rem; color: rgba(240,236,230,0.2); } .footer-social { display: flex; gap: 1.25rem; align-items: center; } .footer-social a { color: rgba(240,236,230,0.3); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; } .footer-social a:hover { color: var(--teal-light); } .footer-social svg { width: 18px; height: 18px; fill: currentColor; } @media (max-width: 700px) { nav { padding: 1rem 1.5rem; } .hero { padding: 7rem 1.5rem 4rem; } .content { padding: 3rem 1.5rem; } .author-card { grid-template-columns: 1fr; gap: 2rem; } .author-avatar { width: 120px; height: 120px; } .author-initials { font-size: 2.5rem; } footer { padding: 1.5rem; flex-direction: column; gap: 0.5rem; text-align: center; } }
