/* Nordlicht Website v1.2.2 – local production stylesheet */
:root { font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif; color-scheme: light; }
* { box-sizing: border-box; }
html { line-height: 1.5; scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: #fff; color: #0f172a; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { appearance: none; border: 0; background: transparent; color: inherit; }
html.dark { color-scheme: dark; }
html.dark body { background: #020617; color: #f1f5f9; }
.font-sans { font-family: Manrope, system-ui, sans-serif; }
.max-w-3xl { max-width: 48rem; } .max-w-4xl { max-width: 56rem; } .max-w-5xl { max-width: 64rem; } .max-w-7xl { max-width: 80rem; }
.max-w-none { max-width: none; } .max-w-prose { max-width: 65ch; }
.mx-auto { margin-left: auto; margin-right: auto; } .ml-auto { margin-left: auto; }
.m-4 { margin: 1rem; } .mt-2 { margin-top: .5rem; } .mt-3 { margin-top: .75rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; } .mt-12 { margin-top: 3rem; }
.mb-3 { margin-bottom: .75rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-10 { margin-bottom: 2.5rem; } .mb-12 { margin-bottom: 3rem; }
.p-2 { padding: .5rem; } .p-4 { padding: 1rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; } .py-3 { padding-top: .75rem; padding-bottom: .75rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .py-16 { padding-top: 4rem; padding-bottom: 4rem; } .py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.flex { display: flex; } .inline-flex { display: inline-flex; } .block { display: block; } .inline-block { display: inline-block; } .grid { display: grid; } .hidden { display: none; }
.flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .items-center { align-items: center; } .items-start { align-items: flex-start; } .justify-between { justify-content: space-between; } .justify-center { justify-content: center; }
.grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)); } .gap-2 { gap: .5rem; } .gap-3 { gap: .75rem; } .gap-4 { gap: 1rem; } .gap-5 { gap: 1.25rem; } .gap-6 { gap: 1.5rem; } .gap-8 { gap: 2rem; } .gap-10 { gap: 2.5rem; } .gap-12 { gap: 3rem; } .gap-14 { gap: 3.5rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem; } .space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; } .space-y-20 > :not([hidden]) ~ :not([hidden]) { margin-top: 5rem; }
.w-full { width: 100%; } .w-2\.5, .h-2\.5 { width: .625rem; height: .625rem; } .w-4, .h-4 { width: 1rem; height: 1rem; } .w-5, .h-5 { width: 1.25rem; height: 1.25rem; } .w-6, .h-6 { width: 1.5rem; height: 1.5rem; } .w-7, .h-7 { width: 1.75rem; height: 1.75rem; } .w-10, .h-10 { width: 2.5rem; height: 2.5rem; } .h-16 { height: 4rem; } .h-96 { height: 24rem; } .h-full { height: 100%; } .w-120, .h-120 { width: 30rem; height: 30rem; max-width: 100%; }
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; } .object-cover { object-fit: cover; } .overflow-hidden { overflow: hidden; } .relative { position: relative; } .absolute { position: absolute; } .sticky { position: sticky; } .fixed { position: fixed; } .top-0 { top: 0; } .bottom-0 { bottom: 0; } .inset-x-0 { left: 0; right: 0; } .z-50 { z-index: 50; } .z-\[60\] { z-index: 60; }
.rounded-lg { border-radius: .5rem; } .rounded-xl { border-radius: .75rem; } .rounded-2xl { border-radius: 1rem; } .rounded-3xl { border-radius: 1.5rem; } .rounded-full { border-radius: 9999px; }
.border { border-width: 1px; border-style: solid; } .border-2 { border-width: 2px; } .border-b { border-bottom-width: 1px; } .border-t { border-top-width: 1px; } .border-dashed { border-style: dashed; }
.border-slate-200 { border-color: #e2e8f0; } .border-slate-300 { border-color: #cbd5e1; } .dark .dark\:border-slate-800 { border-color: #1e293b; } .dark .dark\:border-slate-700 { border-color: #334155; }
.bg-white { background-color: #fff; } .bg-white\/70 { background-color: rgba(255,255,255,.7); } .bg-brand-100 { background-color: #d9f0eb; } .bg-brand-700 { background-color: #276c63; } .bg-slate-50\/60 { background-color: rgba(248,250,252,.6); } .dark .dark\:bg-brand-900\/50 { background-color: rgba(20,83,75,.5); } .dark .dark\:bg-slate-900 { background-color: #0f172a; } .dark .dark\:bg-slate-950 { background-color: #020617; } .dark .dark\:bg-slate-950\/40 { background-color: rgba(2,6,23,.4); }
.text-white { color: #fff; } .text-slate-900 { color: #0f172a; } .text-slate-700 { color: #334155; } .text-slate-600 { color: #475569; } .text-slate-500 { color: #64748b; } .text-red-600 { color: #dc2626; } .dark .dark\:text-white { color: #fff; } .dark .dark\:text-slate-100 { color: #f1f5f9; } .dark .dark\:text-slate-200 { color: #e2e8f0; } .dark .dark\:text-slate-300 { color: #cbd5e1; } .dark .dark\:text-slate-400 { color: #94a3b8; } .dark .dark\:text-slate-500 { color: #64748b; } .dark .dark\:text-brand-300 { color: #8fd7c9; }
.text-xs { font-size: .75rem; } .text-sm { font-size: .875rem; } .text-lg { font-size: 1.125rem; } .text-xl { font-size: 1.25rem; } .text-2xl { font-size: 1.5rem; } .text-3xl { font-size: 1.875rem; } .text-4xl { font-size: 2.25rem; } .text-5xl { font-size: 3rem; }
.font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .text-center { text-align: center; } .leading-none { line-height: 1; } .leading-relaxed { line-height: 1.625; } .tracking-tight { letter-spacing: -.025em; } .underline { text-decoration: underline; }
.shadow-soft { box-shadow: 0 10px 40px rgba(0,0,0,.08); } .shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); } .opacity-0 { opacity: 0; } .transform { transform: translateZ(0); } .transition, .transition-all, .transition-colors, .transition-transform { transition: all .3s ease; } .duration-500 { transition-duration: .5s; } .duration-700 { transition-duration: .7s; }
.about-photo-collage { position: relative; min-height: 26rem; margin: 0 auto; max-width: 22rem; }
.about-photo { position: absolute; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; border: 1px solid rgba(143,215,201,.35); border-radius: 1.5rem; background: linear-gradient(145deg,#173638 0%,#276c63 48%,#0f172a 100%); color: #d9f0eb; text-align: center; box-shadow: 0 18px 42px rgba(2,6,23,.28); }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform: scale(1.08); }
.about-photo span { position: relative; z-index: 1; width: 100%; padding: 2.5rem 1rem 1.25rem; background: linear-gradient(to top,rgba(2,6,23,.8),transparent); font-size: .875rem; font-weight: 600; }
.about-photo-back { top: 0; right: 0; width: 74%; height: 75%; transform: rotate(5deg); opacity: .78; }
.about-photo-front { left: 0; bottom: 0; width: 74%; height: 75%; transform: rotate(-5deg); }
.aurora { background: #fff; } .aurora-soft { background: linear-gradient(180deg,#fff 0%,#f7fbfa 50%,#fff 100%); } .dark .aurora-soft { background: transparent; }
.dark .aurora { background: radial-gradient(1200px 600px at 12% 10%,rgba(99,194,177,.22),transparent 60%),radial-gradient(900px 500px at 88% 28%,rgba(59,130,246,.18),transparent 60%),linear-gradient(135deg,#0b1220,#0e1a1a); }
.animate-fade-in-up { animation: fade-in-up .8s ease-out forwards; } .animate-fade-in { animation: fade-in 1s ease-out forwards; }
@keyframes fade-in-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.leading-tight { line-height: 1.25; } .tracking-\[\.2em\] { letter-spacing: .2em; } .tracking-\[\.25em\] { letter-spacing: .25em; } .tracking-\[\.35em\] { letter-spacing: .35em; } .tracking-tight { letter-spacing: -.025em; }
.text-\[10px\] { font-size: 10px; } .text-brand-800 { color: #1b4c46; } .text-brand-200 { color: #a8e2d7; } .text-slate-800 { color: #1e293b; } .text-white\/90 { color: rgba(255,255,255,.9); }
.bg-white\/90 { background-color: rgba(255,255,255,.9); } .dark .dark\:bg-slate-950\/80 { background-color: rgba(2,6,23,.8); } .dark .dark\:bg-slate-900\/40 { background-color: rgba(15,23,42,.4); }
.border-slate-200\/60 { border-color: rgba(226,232,240,.6); } .border-slate-200\/80 { border-color: rgba(226,232,240,.8); } .border-slate-300\/60 { border-color: rgba(203,213,225,.6); } .dark .dark\:border-slate-700\/60 { border-color: rgba(51,65,85,.6); }
.cursor-pointer { cursor: pointer; } .select-none { user-select: none; } .list-none { list-style: none; } .divide-y > :not([hidden]) ~ :not([hidden]) { border-top: 1px solid #e2e8f0; } .dark .dark\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) { border-color: #1e293b; }
.backdrop-blur { backdrop-filter: blur(12px); } .bg-gradient-to-t { background-image: linear-gradient(to top,var(--tw-gradient-from),var(--tw-gradient-to,transparent)); } .from-black\/70 { --tw-gradient-from: rgba(0,0,0,.7); } .to-transparent { --tw-gradient-to: transparent; }
.hover\:bg-brand-800:hover { background-color: #1b4c46; } .hover\:bg-slate-50:hover { background-color: #f8fafc; } .hover\:bg-slate-100:hover { background-color: #f1f5f9; } .hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1); } .hover\:text-brand-800:hover { color: #1b4c46; } .hover\:-translate-y-1:hover { transform: translateY(-.25rem); }
.dark .dark\:hover\:bg-slate-800:hover { background-color: #1e293b; } .dark .dark\:hover\:text-brand-300:hover { color: #8fd7c9; } .dark .dark\:hover\:text-brand-400:hover { color: #63c2b1; } .dark .dark\:hover\:bg-slate-800\/70:hover { background-color: rgba(30,41,59,.7); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); } .group:hover .group-hover\:text-brand-600 { color: #2e8e82; } .group-open\:rotate-45[open] > summary span { transform: rotate(45deg); }
.delay-100 { animation-delay: 100ms; } .delay-200 { animation-delay: 200ms; } .reveal { opacity: 1; }
.grid > * { min-width: 0; }
.prose { color: #334155; max-width: 65ch; } .prose h4 { margin-top: 1.25em; margin-bottom: .5em; font-weight: 600; } .prose p { margin: 1em 0; } .prose ul { padding-left: 1.5em; list-style: disc; } .dark .prose { color: #e2e8f0; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
@media (min-width: 640px) { .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .sm\:grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); } .sm\:grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); } .sm\:flex-row { flex-direction: row; } .sm\:text-4xl { font-size: 2.25rem; } .sm\:text-5xl { font-size: 3rem; } }
@media (min-width: 768px) { .md\:flex { display: flex; } .md\:hidden { display: none; } .md\:grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (min-width: 1024px) { .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; } .lg\:gap-14 { gap: 3.5rem; } .lg\:grid-cols-12 { grid-template-columns: repeat(12,minmax(0,1fr)); } .lg\:grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); } .lg\:col-span-1 { grid-column: span 1 / span 1; } .lg\:col-span-2 { grid-column: span 2 / span 2; } .lg\:col-span-5 { grid-column: span 5 / span 5; } .lg\:col-span-7 { grid-column: span 7 / span 7; } }
@media (max-width: 639px) { .about-photo-collage { min-height: 22rem; max-width: 19rem; } .w-120, .h-120 { width: 100%; height: auto; aspect-ratio: 1; } }
/* Explicit theme overrides keep colors stable without Tailwind's generated variant ordering. */
html.dark .aurora-soft { background: transparent; }
html.dark .aurora { background: radial-gradient(1200px 600px at 12% 10%,rgba(99,194,177,.22),transparent 60%),radial-gradient(900px 500px at 88% 28%,rgba(59,130,246,.18),transparent 60%),linear-gradient(135deg,#0b1220,#0e1a1a); }
html.dark .text-slate-900 { color: #f8fafc; } html.dark .text-slate-800 { color: #e2e8f0; } html.dark .text-slate-700 { color: #cbd5e1; } html.dark .text-slate-600 { color: #cbd5e1; }
html.dark .dark\:text-brand-200 { color: #a8e2d7; }
html.dark .bg-white { background-color: #0f172a; } html.dark .border-slate-300 { border-color: #334155; } html.dark .border-slate-200 { border-color: #1e293b; } html.dark .text-brand-800 { color: #8fd7c9; }
html.dark .dark\:text-white { color: #fff; } html.dark .dark\:text-slate-100 { color: #f1f5f9; } html.dark .dark\:text-slate-200 { color: #e2e8f0; } html.dark .dark\:text-slate-300 { color: #cbd5e1; } html.dark .dark\:text-slate-400 { color: #94a3b8; } html.dark .dark\:text-slate-500 { color: #64748b; }
html.dark .dark\:bg-slate-900 { background-color: #0f172a; } html.dark .dark\:bg-slate-950 { background-color: #020617; } html.dark .dark\:bg-slate-950\/80 { background-color: rgba(2,6,23,.8); } html.dark .dark\:bg-slate-900\/40 { background-color: rgba(15,23,42,.4); }
html.dark .dark\:border-slate-800 { border-color: #1e293b; } html.dark .dark\:border-slate-700 { border-color: #334155; } html.dark .dark\:border-slate-700\/60 { border-color: rgba(51,65,85,.6); }
input, textarea { color: #0f172a; background-color: #fff; } input::placeholder, textarea::placeholder { color: #64748b; opacity: 1; }
html.dark input, html.dark textarea { color: #f8fafc; background-color: #0f172a; } html.dark input::placeholder, html.dark textarea::placeholder { color: #94a3b8; }
