// K-DNA i18n content + shared data
const KDNA_CONTENT = {
  de: {
    nav_home: 'Start',
    nav_imprint: 'Impressum',
    nav_privacy: 'Datenschutz',
    nav_contact: 'Kontakt',

    hero_eyebrow: 'Persönliche Domain · Est. 2026',
    hero_title: 'K—DNA',
    hero_subtitle: 'Der genetische Code meiner Arbeit.',
    hero_teaser_a: 'Ein Ort für Experimente, Werkzeuge und Projekte.',
    hero_teaser_b: 'KI-Systeme, Software, und alles dazwischen.',
    hero_teaser_c: 'Was als Nächstes kommt — steht noch nicht fest.',

    status_label: 'STATUS',
    status_value: 'aktiv · in Bewegung',
    signal_label: 'SIGNAL',
    signal_value: 'eingehend',

    teaser_a_title: 'In Arbeit',
    teaser_a_body: 'Neue Projekte entstehen. Manche werden öffentlich, manche nicht.',

    contact_label: 'Kontakt',
    contact_hint: 'Direkt & unkompliziert',

    footer_tagline: 'Persönlicher Hub — offen für das, was kommt.',
    footer_copyright: '© 2026 SolvraOne LLC',

    imprint_title: 'Impressum',
    imprint_h1: 'Angaben gemäß § 5 TMG',
    imprint_operator: 'Betreiber von K-DNA.io:',
    imprint_responsible: 'Verantwortlich für den Inhalt:',
    imprint_responsible_name: 'SolvraOne LLC',
    imprint_contact_h: 'Kontakt',
    imprint_disclaimer_h: 'Haftung für Inhalte',
    imprint_disclaimer_body: 'Die Inhalte dieser Seite wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der Inhalte kann jedoch keine Gewähr übernommen werden. Als Diensteanbieter sind wir für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich.',
    imprint_links_h: 'Haftung für Links',
    imprint_links_body: 'Diese Seite enthält ggf. Links zu externen Websites Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber verantwortlich.',

    privacy_title: 'Datenschutz',
    privacy_h1: 'Datenschutzerklärung',
    privacy_intro: 'Der Schutz deiner Daten ist mir wichtig. Diese Seite ist bewusst minimal gehalten — es werden keine Cookies gesetzt, kein Tracking verwendet und keine Daten an Dritte weitergegeben.',
    privacy_s1_h: 'Keine Cookies, kein Tracking',
    privacy_s1_body: 'K-DNA.io setzt keine Cookies und verwendet keinerlei Analyse- oder Tracking-Tools. Es werden keine Nutzungsprofile erstellt.',
    privacy_s2_h: 'Server-Logs',
    privacy_s2_body: 'Der Hosting-Provider erfasst technisch notwendige Zugriffsdaten (IP-Adresse, Zeitpunkt, abgerufene Ressource) ausschließlich zur Sicherstellung des Betriebs. Diese Daten werden nicht mit anderen Datenquellen zusammengeführt.',
    privacy_s3_h: 'Kontakt per E-Mail',
    privacy_s3_body: 'Wenn du mir per E-Mail schreibst, werden deine Angaben zur Bearbeitung der Anfrage gespeichert. Es erfolgt keine Weitergabe an Dritte.',
    privacy_s4_h: 'Deine Rechte',
    privacy_s4_body: 'Du hast jederzeit das Recht auf Auskunft, Berichtigung, Löschung und Einschränkung der Verarbeitung deiner personenbezogenen Daten. Wende dich dazu einfach an die im Impressum angegebene Kontaktadresse.',

    back: 'zurück',
  },
  en: {
    nav_home: 'Home',
    nav_imprint: 'Imprint',
    nav_privacy: 'Privacy',
    nav_contact: 'Contact',

    hero_eyebrow: 'Personal Domain · Est. 2026',
    hero_title: 'K—DNA',
    hero_subtitle: 'Signal over noise. Identity as system.',
    hero_teaser_a: 'Operational systems. Quietly deployed.',
    hero_teaser_b: 'Precision work for problems that don’t advertise themselves.',
    hero_teaser_c: 'If you know, you know.',

    status_label: 'STATUS',
    status_value: 'operational',
    signal_label: 'SIGNAL',
    signal_value: 'open channel',

    teaser_a_title: 'In progress',
    teaser_a_body: 'New projects in the making. Some will be public, some won\u2019t.',

    contact_label: 'Contact',
    contact_hint: 'Direct & no fuss',

    footer_tagline: 'Personal hub — open for what\u2019s next.',
    footer_copyright: '© 2026 SolvraOne LLC',

    imprint_title: 'Imprint',
    imprint_h1: 'Legal information',
    imprint_operator: 'Operator of K-DNA.io:',
    imprint_responsible: 'Responsible for content:',
    imprint_responsible_name: 'SolvraOne LLC',
    imprint_contact_h: 'Contact',
    imprint_disclaimer_h: 'Liability for content',
    imprint_disclaimer_body: 'The contents of this site were created with the greatest possible care. However, no guarantee can be given for the correctness, completeness and timeliness of the content. As a service provider, the operator is responsible for own content on these pages under general laws.',
    imprint_links_h: 'Liability for links',
    imprint_links_body: 'This site may contain links to external third-party websites over whose content the operator has no control. Therefore no liability can be assumed for such external content. The respective provider or operator of the linked pages is always responsible for their content.',

    privacy_title: 'Privacy',
    privacy_h1: 'Privacy policy',
    privacy_intro: 'Data is treated with care. This site is deliberately minimal — no cookies, no tracking, no data shared with third parties.',
    privacy_s1_h: 'No cookies, no tracking',
    privacy_s1_body: 'K-DNA.io sets no cookies and uses no analytics or tracking tools. No usage profiles are created.',
    privacy_s2_h: 'Server logs',
    privacy_s2_body: 'The hosting provider records technically necessary access data (IP address, timestamp, requested resource) solely to ensure operation. This data is not merged with other data sources.',
    privacy_s3_h: 'Contact via e-mail',
    privacy_s3_body: 'If you reach out via e-mail, your information is stored only to process the request. It is not shared with third parties.',
    privacy_s4_h: 'Your rights',
    privacy_s4_body: 'You have the right at any time to information, correction, deletion and restriction of the processing of your personal data. Simply contact the address given in the imprint.',

    back: 'back',
  },
};

window.KDNA_CONTENT = KDNA_CONTENT;
