:root{--background: 40 30% 96%;--foreground: 165 20% 25%;--card: 0 0% 100%;--card-foreground: 165 20% 25%;--primary: 174 35% 55%;--primary-foreground: 0 0% 100%;--secondary: 35 30% 90%;--secondary-foreground: 165 20% 25%;--muted: 174 20% 92%;--muted-foreground: 165 15% 45%;--accent: 145 45% 50%;--accent-foreground: 0 0% 100%;--border: 174 20% 85%;--input: 174 20% 85%;--ring: 174 35% 55%;--radius: 1rem;--font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--font-heading: "Outfit", "DM Sans", ui-sans-serif, system-ui, sans-serif;--container-max: 80rem;--container-px: clamp(1rem, 4vw, 1.5rem)}*{box-sizing:border-box;margin:0;padding:0;border:0 solid}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;font-family:var(--font-sans)}body{min-height:100vh;font-family:var(--font-sans);font-size:1rem;line-height:1.5;color:hsl(var(--foreground));background-color:hsl(var(--background));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;letter-spacing:-.025em;color:hsl(var(--foreground))}a{color:inherit;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}a:hover{color:hsl(var(--primary))}img,svg,video,canvas{display:block;max-width:100%;height:auto}button{font:inherit;color:inherit;cursor:pointer;background:transparent}ul,ol{list-style:none}::selection{background:hsl(var(--primary) / .2);color:hsl(var(--foreground))}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-px)}.nav{position:fixed;inset:0 0 auto;z-index:50;padding-block:1.5rem;border-bottom:1px solid transparent;background:transparent;transition:background-color .3s ease,border-color .3s ease,padding .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.nav.is-scrolled{background:#ffffffe6;backdrop-filter:blur(12px);border-color:hsl(var(--border) / .4);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding-block:1rem}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav__brand{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;line-height:2rem;letter-spacing:-.025em;color:hsl(var(--primary))}.nav__links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav__links{display:flex}.nav__toggle{display:none}}.nav__link{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .15s ease}.nav__links .nav__link{display:inline-grid;place-items:center}.nav__links .nav__link:before{content:attr(data-label);grid-area:1 / 1;font-weight:600;visibility:hidden;height:0;pointer-events:none}.nav__links .nav__link>span{grid-area:1 / 1}.nav__link:hover{color:hsl(var(--primary))}.nav__link.is-active{color:hsl(var(--primary));font-weight:600}.nav__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.75rem;line-height:1;padding:0 1.5rem;height:2rem;border-radius:9999px;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:1px solid hsl(var(--primary) / .6);transition:background-color .15s ease,transform .15s ease;white-space:nowrap}.nav__cta:hover{background-color:hsl(var(--primary) / .9);color:hsl(var(--primary-foreground))}.nav__toggle{padding:.5rem;color:hsl(var(--foreground))}.nav__mobile{display:none;padding:1rem;border-top:1px solid hsl(var(--border) / .5);border-bottom:1px solid hsl(var(--border) / .5);background:#ffffffd9;backdrop-filter:blur(12px);flex-direction:column;align-items:flex-end;text-align:right;gap:.75rem}.nav__mobile.is-open{display:flex}@media(min-width:768px){.nav__mobile{display:none!important}}.nav__mobile .nav__link{padding-block:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 2rem;height:3.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:500;border-radius:9999px;border:1px solid transparent;transition:background-color .15s ease,box-shadow .2s ease,transform .15s ease,color .15s ease;white-space:nowrap;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));box-shadow:0 10px 24px -12px hsl(var(--primary) / .5)}.btn-primary:hover{background-color:hsl(var(--primary) / .9);color:hsl(var(--primary-foreground))}.btn-outline{background-color:#ffffff80;color:hsl(var(--foreground));border:2px solid hsl(var(--foreground));backdrop-filter:blur(4px)}.btn-outline:hover{background-color:hsl(var(--secondary) / .5);color:hsl(var(--foreground))}.btn-accent{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--accent));box-shadow:0 10px 24px -12px hsl(var(--accent) / .5)}.btn-accent:hover{background-color:hsl(var(--accent) / .9);color:hsl(var(--accent-foreground))}.section{padding-block:6rem}.section--tight{padding-block:4rem}.section--muted{background-color:hsl(var(--secondary) / .2)}@media(min-width:768px){.section{padding-block:6rem}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding-top:5rem;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,hsl(var(--background) / .8),hsl(var(--background) / .6),hsl(var(--background)))}.hero__content{position:relative;z-index:10;max-width:48rem;margin-inline:auto;text-align:center}@keyframes hero-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__content>*{animation:hero-rise .7s cubic-bezier(.22,1,.36,1) both}.hero__etiket{animation-delay:0ms}.hero__title{animation-delay:.12s}.hero__text{animation-delay:.24s}.hero__actions{animation-delay:.36s}@media(prefers-reduced-motion:reduce){.hero__content>*{animation:none}}.hero__etiket{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));font-weight:500;font-size:.875rem;line-height:1.25rem;letter-spacing:.025em;text-transform:uppercase;margin-bottom:1.5rem}.hero__title{font-family:var(--font-heading);font-weight:700;font-size:clamp(2.25rem,6vw,4.5rem);line-height:1.1;letter-spacing:-.025em;color:hsl(var(--foreground));margin-bottom:1.5rem}.hero__title em{display:block;font-style:italic;font-weight:400;opacity:.85}.hero__text{font-size:1.25rem;line-height:1.625;color:hsl(var(--muted-foreground));max-width:42rem;margin-inline:auto}@media(min-width:768px){.hero__text{font-size:1.5rem}}.hero__actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:2rem;padding-top:1rem}@media(min-width:640px){.hero__actions{flex-direction:row}}.services__head{max-width:42rem;margin:0 auto 4rem;text-align:center}.services__head h2{font-size:clamp(1.875rem,3.5vw,2.25rem);line-height:1.1;font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.services__head p{color:hsl(var(--muted-foreground));font-size:1.125rem;line-height:1.75rem}.services__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fffc;backdrop-filter:blur(6px);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000a;transition:box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.service-card:hover{box-shadow:0 10px 30px -12px #00000026}.service-card__icon{width:3rem;height:3rem;border-radius:1rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary));display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s ease}.service-card:hover .service-card__icon{transform:scale(1.1)}.service-card__title{font-size:1.25rem;font-weight:600;font-family:var(--font-heading);margin-bottom:.25rem}.service-card__text{color:hsl(var(--muted-foreground));line-height:1.625;margin-top:.5rem}.service-card--link{cursor:pointer}.method{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.method{grid-template-columns:1fr 1fr;gap:4rem}}.method__image{position:relative;order:2}@media(min-width:1024px){.method__image{order:1}}.method__image:before{content:"";position:absolute;inset:-1rem;background:hsl(var(--accent) / .2);border-radius:9999px;filter:blur(64px);opacity:.5}.method__image img{position:relative;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;max-width:32rem;margin:0 auto;width:100%}.method__body{order:1;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.method__body{order:2}}.method__body h2{font-size:clamp(1.875rem,4.5vw,3rem);line-height:1;font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem}.method__intro{color:hsl(var(--muted-foreground));font-size:1.125rem;line-height:1.625}.method__points{display:flex;flex-direction:column;gap:1rem}.method__point{display:flex;align-items:center;gap:1rem}.method__point-check{width:1.5rem;height:1.5rem;border-radius:9999px;background:hsl(var(--primary) / .2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.method__point-check svg{width:1rem;height:1rem;color:hsl(var(--primary))}.method__point-label{font-weight:500}.method__quote{border-left:4px solid hsl(var(--accent));padding:.5rem 0 .5rem 1.5rem;font-style:italic;color:hsl(var(--muted-foreground))}.footer{background:hsl(var(--secondary) / .3);padding:4rem 0 2rem;border-top:1px solid hsl(var(--border) / .4);margin-top:auto}.footer__top{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer__top{grid-template-columns:repeat(3,1fr)}}.footer__brand{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:hsl(var(--primary));margin-bottom:1rem}.footer__tagline{color:hsl(var(--muted-foreground));line-height:1.6;max-width:22rem}.footer__heading{font-family:var(--font-heading);font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.footer__contact p{color:hsl(var(--muted-foreground));margin-bottom:.5rem}.footer__contact .footer__cvr{font-size:.75rem;padding-top:.5rem}.footer__menu{display:flex;flex-direction:column;gap:.5rem}.footer__menu a{color:hsl(var(--muted-foreground));transition:color .15s ease}.footer__menu a:hover{color:hsl(var(--primary))}.footer__bottom{border-top:1px solid hsl(var(--border) / .5);padding-top:2rem;text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.page-head,.ydelser__head{max-width:48rem;margin:0 auto 4rem;text-align:center}.page-head h1,.ydelser__head h1{font-size:3rem;line-height:1;font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.page-head p,.ydelser__head p{color:hsl(var(--muted-foreground));font-size:1.25rem;line-height:1.6}.ydelser__list{display:flex;flex-direction:column;gap:1.5rem;max-width:56rem;margin-inline:auto}.ydelse-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.ydelse-card__head{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 1rem;background:hsl(var(--secondary) / .3);align-items:flex-start;justify-content:space-between}@media(min-width:768px){.ydelse-card__head{flex-direction:row;align-items:center}}.ydelse-card__title{font-size:1.5rem;line-height:2rem;font-weight:600;font-family:var(--font-heading);letter-spacing:-.025em}.ydelse-card__punkter-wrap{padding:1.5rem}.ydelse-card__pris{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;white-space:nowrap;background:#ffffff80;padding:.25rem .75rem;border-radius:9999px}.ydelse-card__punkter{display:flex;flex-direction:column;gap:.75rem}.ydelse-card__punkt{display:flex;gap:.75rem;align-items:flex-start;color:hsl(var(--foreground) / .85);line-height:1.55}.ydelse-card__bullet{flex-shrink:0;width:.5rem;height:.5rem;margin-top:.55rem;border-radius:9999px;background:hsl(var(--primary))}.pris-note{background:hsl(var(--secondary) / .3);border-radius:1rem;padding:2rem;margin-top:4rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:56rem;margin-inline:auto}@media(min-width:768px){.pris-note{grid-template-columns:1fr 1fr}}.pris-note__body h3{font-size:1.375rem;font-weight:600;margin-bottom:.75rem}.pris-note__body p{color:hsl(var(--muted-foreground));margin-bottom:1.25rem;line-height:1.55}.pris-note__image{aspect-ratio:768 / 1046;border-radius:1rem;overflow:hidden}.pris-note__image img{border-radius:1rem;box-shadow:0 20px 40px -20px #00000040;width:100%;height:100%;object-fit:cover}.vilkaar{max-width:56rem;margin:2rem auto 0;text-align:center;font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.6}.priser{max-width:56rem;margin:4rem auto 0;background:#fff;border:1px solid hsl(var(--border) / .5);border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #00000014}@media(min-width:768px){.priser{padding:2.5rem 3rem}}.priser__title{font-size:1.875rem;line-height:1.1;font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.priser__intro{color:hsl(var(--muted-foreground));line-height:1.65;margin-bottom:1rem}.priser__subtitle{font-size:1.25rem;font-weight:600;font-family:var(--font-heading);letter-spacing:-.015em;margin-top:2rem;margin-bottom:1rem}.priser__list{display:flex;flex-direction:column;gap:0}.priser__row{display:flex;flex-direction:column;gap:.25rem;padding:1rem 0;border-top:1px solid hsl(var(--border) / .6)}.priser__row:last-child{border-bottom:1px solid hsl(var(--border) / .6)}@media(min-width:640px){.priser__row{flex-direction:row;align-items:baseline;justify-content:space-between;gap:1.5rem}}.priser__navn{font-weight:600;color:hsl(var(--foreground))}.priser__pris{color:hsl(var(--muted-foreground));line-height:1.5}@media(min-width:640px){.priser__pris{text-align:right;max-width:60%}}.priser__afslutning{margin-top:2rem;color:hsl(var(--foreground) / .85);line-height:1.65}.workshops__maalgruppe-title{font-size:1.25rem;font-weight:600;font-family:var(--font-heading);letter-spacing:-.015em;margin-bottom:1rem}.workshops__maalgruppe{display:flex;flex-wrap:wrap;gap:.5rem}.workshops__tag{font-size:.875rem;padding:.4rem .9rem;border-radius:9999px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));font-weight:500}.om-mig{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start;max-width:64rem;margin-inline:auto}@media(min-width:768px){.om-mig{grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:1024px){.om-mig{gap:5rem}}.om-mig__portrait-wrap{display:flex;flex-direction:column;gap:2rem}.om-mig__portrait{border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;aspect-ratio:896 / 1152;width:100%;background:hsl(var(--muted))}.om-mig__portrait img{width:100%;height:100%;object-fit:cover}.om-mig__card{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid hsl(var(--border) / .5);box-shadow:0 1px 2px #0000000a}.om-mig__card h3{font-size:1.125rem;line-height:1.75rem;font-weight:700;margin-bottom:.5rem}.om-mig__card .om-mig__roller{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin-bottom:1rem}.om-mig__tags{display:flex;gap:.5rem;flex-wrap:wrap}.om-mig__tag{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));font-weight:500}.om-mig__body h1{font-size:3rem;line-height:1;font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem}@media(min-width:768px){.om-mig__body h1{font-size:3rem}}.om-mig__citat{color:hsl(var(--primary));font-family:var(--font-heading);font-size:1.5rem;line-height:2rem;font-weight:500;letter-spacing:-.025em;margin-bottom:1.5rem}.om-mig__body h3{font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;margin-top:0;margin-bottom:1.5rem;padding-top:1rem}.om-mig__body p{color:hsl(var(--foreground));line-height:1.65;margin-bottom:1rem}.kontakt{display:grid;grid-template-columns:1fr;gap:0;max-width:64rem;margin-inline:auto;border-radius:1.5rem;overflow:hidden;background:#fff;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media(min-width:900px){.kontakt{grid-template-columns:1fr 1fr}}.kontakt__left{background:hsl(var(--muted) / .5);padding:3rem}.kontakt__right{padding:3rem}.kontakt__title{font-size:2.25rem;line-height:1.1;font-weight:700;letter-spacing:-.025em;margin-bottom:1rem}.kontakt__lede{color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:2rem}.kontakt__items{display:flex;flex-direction:column;gap:1.5rem}.kontakt__item{display:flex;gap:1rem;align-items:flex-start}.kontakt__icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:9999px;background:hsl(var(--primary) / .15);color:hsl(var(--primary));display:inline-flex;align-items:center;justify-content:center}.kontakt__label{font-weight:600;font-family:var(--font-heading);margin-bottom:.125rem;font-size:.875rem}.kontakt__value{color:hsl(var(--muted-foreground));font-size:.9375rem}.kontakt__value a{color:hsl(var(--primary));text-decoration:none;transition:color .15s ease}.kontakt__value a:hover{color:hsl(var(--primary) / .8);text-decoration:underline}.footer__contact a{color:hsl(var(--primary));text-decoration:none;transition:color .15s ease}.footer__contact a:hover{color:hsl(var(--primary) / .8);text-decoration:underline}.form{display:flex;flex-direction:column;gap:1rem}.form__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.form__label{font-weight:500;font-size:.875rem}.form__field{display:flex;flex-direction:column;gap:.375rem}.form__input,.form__textarea{border:1px solid hsl(var(--border));background:hsl(var(--muted) / .5);border-radius:.75rem;padding:.75rem 1rem;font:inherit;color:hsl(var(--foreground));transition:border-color .15s ease,box-shadow .15s ease}.form__input:focus,.form__textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .2)}.form__textarea{min-height:8rem;resize:vertical}.form__submit{background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-radius:9999px;padding:.875rem 1.5rem;font-weight:600;border:1px solid hsl(var(--accent));cursor:pointer;transition:background .15s ease,transform .15s ease}.form__submit:hover{background:hsl(var(--accent) / .9);transform:translateY(-1px)}.form__submit:disabled{opacity:.7;cursor:not-allowed}.form__message{padding:.875rem 1rem;border-radius:.5rem;font-size:.9375rem;margin-bottom:1rem}.form__message--success{background-color:#46b9761a;color:#2a6f47;border:1px solid hsl(145 45% 50% / .3)}.form__message--error{background-color:#e052521a;color:#ad1f1f;border:1px solid hsl(0 70% 60% / .3)}.forebyggelse{max-width:48rem;margin-inline:auto}.forebyggelse__prose p{color:hsl(var(--foreground));font-size:1.125rem;line-height:1.75;margin-bottom:1.25rem}.forebyggelse__prose p:last-child{margin-bottom:0}.forebyggelse__indsats{background:hsl(var(--card));border:1px solid hsl(var(--border) / .5);border-radius:1rem;padding:2rem;margin-block:2.5rem;box-shadow:0 10px 30px -18px #00000026}.forebyggelse__indsats h2{font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem}.forebyggelse__indsats-grid{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem}@media(min-width:640px){.forebyggelse__indsats-grid{grid-template-columns:1fr 1fr}}.forebyggelse__indsats-grid .method__point{align-items:flex-start}.forebyggelse__indsats-grid .method__point-check{margin-top:.125rem}.forebyggelse__erfaring{margin-top:4rem}.forebyggelse__erfaring-p{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1rem}.forebyggelse__erfaring-p:last-child{margin-bottom:0}.forebyggelse__afslutning{max-width:48rem;margin:4rem auto 0;text-align:center;padding:3rem 2rem;border-radius:1.5rem;background:hsl(var(--primary) / .08);border:1px solid hsl(var(--primary) / .15)}.forebyggelse__afslutning-brand{display:block;font-family:var(--font-heading);font-weight:700;font-size:1.75rem;letter-spacing:-.025em;color:hsl(var(--primary));margin-bottom:.75rem}.forebyggelse__afslutning-tekst{font-size:1.25rem;font-style:italic;line-height:1.6;color:hsl(var(--foreground));max-width:34rem;margin:0 auto 1.75rem}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.text-muted{color:hsl(var(--muted-foreground))}.mt-0{margin-top:0}.main{flex:1 0 auto;padding-top:6rem;padding-bottom:4rem}.main--bleed{padding-top:0}
