/* Danish with Lui: sitets design (retning "B, simpler", valgt 10. sep 2026).
   Én accentfarve (terracotta), næsten hvid baggrund, flade kort med tynd kant.
   Farverne er designets oklch-værdier omregnet til hex. */

@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-weight: 600 800; font-display: swap;
	src: url(../fonts/bricolage-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-weight: 600 800; font-display: swap;
	src: url(../fonts/bricolage-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400 700; font-display: swap;
	src: url(../fonts/figtree-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400 700; font-display: swap;
	src: url(../fonts/figtree-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 400 700; font-display: swap;
	src: url(../fonts/figtree-italic-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 400 700; font-display: swap;
	src: url(../fonts/figtree-italic-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
	--bg: #fefdfb;
	--bg-soft: #f8f4f1;
	--bubble: #f6f3ef;
	--ink: #231813;
	--muted: #6d6059;
	--text-2: #5f524c;
	--line: #e5e0dc;
	--track: #ebe7e2;
	--accent: #bb4d2a;
	--accent-strong: #9f3c1a;
	--accent-hover: #852b09;
	--accent-soft: #ffeae1;
	--ok: #287c42;
	--ok-soft: #dff6e2;
	--bad: #b33736;
	--bad-soft: #ffe9e6;
	--font-display: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
	--font-body: "Figtree", "Helvetica Neue", Arial, sans-serif;
	--radius-card: 20px;
	--radius-btn: 12px;
	--shadow-soft: 0 16px 40px rgba(35, 24, 19, .08);
	--gutter: clamp(20px, 5vw, 80px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; margin: 0; text-wrap: balance; }
h3 { font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0; }
a { color: var(--accent-strong); text-decoration: none; }
a:hover { color: var(--accent-hover); }
:focus-visible { outline: 2.5px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
/* Lange danske sammensatte ord (fx "svigerforældrene") må kun deles i smalle titler, aldrig i dialogerne. */
h1[lang="da"], .topic-title, .personal-title { hyphens: auto; overflow-wrap: break-word; }

.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: var(--bg); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { left: 8px; color: var(--bg); }

.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding-inline: var(--gutter); }

/* ---------- Knapper ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 44px; padding: 11px 20px;
	border: 1.5px solid var(--line); border-radius: var(--radius-btn);
	background: var(--bg); color: var(--ink);
	font: 700 15px/1.2 var(--font-body); cursor: pointer; text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover { border-color: var(--ink); color: var(--ink); }
.btn-primary, .btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn-primary:hover, .btn.primary:hover { background: var(--accent-strong); border-color: var(--accent-strong); color: #fff; }
.btn-lg { min-height: 56px; padding: 16px 28px; font-size: 17px; }
.btn-sm { min-height: 42px; padding: 9px 18px; }
.btn[disabled] { opacity: .45; cursor: default; }
.text-link { font-weight: 700; color: var(--ink); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 5px; }

/* ---------- Header ---------- */
.site-header { border-bottom: 1px solid var(--line); background: var(--bg); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); min-height: 44px; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.brand-name { font-family: var(--font-display); font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { color: var(--ink); font-size: 15px; font-weight: 600; white-space: nowrap; }
.brand-name, .site-nav .btn { white-space: nowrap; }
.show-sm { display: none; }
.nav-link:hover { color: var(--accent-strong); }

/* App-header i elevområdet (samme på alle skærmstørrelser) */
.app-header { position: sticky; top: 0; z-index: 30; }
.app-bar { display: flex; align-items: center; justify-content: space-between; max-width: 760px; margin: 0 auto; padding: 8px 16px 8px 12px; }
.app-bar .brand-mark { width: 30px; height: 30px; border-radius: 9px; }
.app-bar .brand-name { font-size: 17px; }
.back-link { display: inline-flex; align-items: center; gap: 2px; min-height: 44px; padding: 0 8px 0 0; color: var(--ink); font-weight: 700; font-size: 15px; }
.back-link:hover { color: var(--accent-strong); }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-strong); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 17px; }
.avatar:hover { background: var(--accent); color: #fff; }
.admin-bar .app-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .app-header { top: 46px; } }

/* ---------- Forside ---------- */
.hero { display: flex; align-items: center; gap: 72px; padding-block: 72px 88px; }
.hero-text { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.hero h1 { font-size: clamp(40px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -0.035em; }
.lede { font-size: 20px; line-height: 1.55; color: var(--text-2); max-width: 28em; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; padding-top: 8px; }
.rating-line { font-size: 15px; color: var(--muted); }
.hero-visual { width: min(460px, 40%); flex: none; }
.hero-photo { width: 100%; aspect-ratio: 460 / 520; object-fit: cover; border-radius: 24px; display: block; }
.hero-chat { background: var(--bg-soft); border-radius: 24px; padding: 40px 32px; display: flex; flex-direction: column; gap: 14px; min-height: 420px; justify-content: center; }

.mini-bubble { display: flex; flex-direction: column; gap: 2px; max-width: 86%; padding: 10px 14px; font-size: 16px; }
.mini-bubble .da { font-weight: 600; }
.mini-bubble .en { font-size: 13.5px; color: var(--muted); }
.mini-bubble .pro { font-size: 12.5px; font-weight: 600; color: var(--accent-strong); }
.mini-bubble u { text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.mini-bubble.other { align-self: flex-start; background: var(--bg); border-radius: 18px 18px 18px 6px; }
.phone-preview .mini-bubble.other { background: var(--bubble); }
.mini-bubble.me { align-self: flex-end; background: var(--accent-soft); border-radius: 18px 18px 6px 18px; }

.section { padding-block: 80px; border-top: 1px solid var(--line); }
.section h2 { font-size: clamp(32px, 3.6vw, 44px); }
.audiences .wrap { display: flex; flex-direction: column; gap: 32px; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.card { border: 1px solid var(--line); border-radius: var(--radius-card); padding: 24px; background: var(--bg); display: flex; flex-direction: column; gap: 12px; }
.card h3 { font-size: 21px; line-height: 1.2; }
.card p { font-size: 16px; color: var(--text-2); text-wrap: pretty; }
.icon-tile { width: 48px; height: 48px; border-radius: 14px; background: var(--accent-soft); color: var(--accent-strong); display: inline-flex; align-items: center; justify-content: center; flex: none; }

.how { background: var(--bg-soft); border-top: 0; }
.how-inner { display: flex; align-items: center; gap: 80px; }
.how-steps { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 36px; }
.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 32px; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step h3 { font-size: 22px; line-height: 1.25; margin-bottom: 4px; }
.step p { color: var(--text-2); }
.step-num { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--bg); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--accent-strong); }
.step.is-accent .step-num { background: var(--accent); border-color: var(--accent); color: #fff; }
.phone-preview { width: 360px; flex: none; background: var(--bg); border: 1px solid var(--line); border-radius: 32px; padding: 22px 18px 24px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-soft); }
.phone-head { display: flex; flex-direction: column; padding: 2px 4px 10px; border-bottom: 1px solid var(--line); }
.phone-title { font-family: var(--font-display); font-size: 20px; font-weight: 800; }
.phone-sub { font-size: 13.5px; color: var(--muted); }
.phone-note { font-size: 12.5px; color: var(--muted); padding: 4px 4px 0; }

.about { border-top: 0; }
.about-inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: start; }
.about-inner.is-single { grid-template-columns: minmax(0, 720px); }
.about-text { display: flex; flex-direction: column; gap: 16px; }
.about-text p { font-size: 18px; color: var(--text-2); }
.review { padding: 28px; margin: 0; }
.review blockquote { margin: 0; font-size: 19px; line-height: 1.45; }
.review figcaption { font-size: 14px; font-weight: 600; color: var(--muted); }

.cta-panel { margin-bottom: 72px; padding: 64px 32px; border-radius: 24px; background: var(--bg-soft); display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.cta-panel h2 { font-size: clamp(30px, 3.6vw, 44px); }
.cta-panel p { font-size: 15px; color: var(--muted); }
.cta-panel p a { font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 32px 48px; font-size: 14px; }
.footer-brand { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: var(--ink); }
.footer-nav { display: flex; gap: 24px; }
.footer-nav a { color: var(--muted); }
.footer-nav a:hover { color: var(--ink); }

/* ---------- Almindelige sider ---------- */
.page-wrap { padding-block: 56px 88px; }
.page-content { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.page-content h1 { font-size: clamp(34px, 4vw, 48px); }
.entry { font-size: 17px; }
.entry > * + * { margin-top: 1em; }
.entry h2 { font-size: 28px; margin-top: 1.6em; }
.entry h3 { font-size: 21px; margin-top: 1.4em; }
.entry a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Mobil ---------- */
@media (max-width: 1000px) {
	.card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hero { gap: 40px; }
	.how-inner { gap: 48px; }
}
@media (max-width: 760px) {
	body { font-size: 16px; }
	.hide-sm { display: none; }
	.show-sm { display: inline; }
	.site-nav { gap: 14px; }
	.brand-name { font-size: 18px; }
	.hero { flex-direction: column; align-items: stretch; padding-block: 40px 56px; }
	.hero-visual { width: 100%; }
	.hero-chat { min-height: 0; padding: 28px 20px; }
	.lede { font-size: 18px; }
	.section { padding-block: 56px; }
	.card-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.how-inner { flex-direction: column; align-items: stretch; }
	.phone-preview { width: 100%; max-width: 380px; align-self: center; }
	.about-inner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.cta-panel { padding: 44px 20px; margin-bottom: 48px; }
	.footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 420px) {
	.header-inner { gap: 10px; }
	.site-nav { gap: 12px; }
	.site-nav .btn-sm { padding: 9px 12px; font-size: 14px; }
	.brand { gap: 8px; }
	.brand-mark { width: 30px; height: 30px; border-radius: 9px; }
	.brand-name { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
