
/* mobile hero brighter v2 */
@media(max-width:760px){html body#startside #main.container .row.block-1 .col-m-12.col-12 header.hero{background-image:linear-gradient(180deg,rgba(4,14,28,.34) 0%,rgba(4,14,28,.20) 56%,rgba(4,14,28,.08) 100%),url("https://www.moskus.ai/images/uploads/hero.jpg");background-position:center top;background-size:cover;}html body#startside #main.container .row.block-1 .col-m-12.col-12 header.hero h1,html body#startside #main.container .row.block-1 .col-m-12.col-12 header.hero .hero-sub,html body#startside #main.container .row.block-1 .col-m-12.col-12 header.hero .hero-eyebrow{text-shadow:0 2px 18px rgba(0,0,0,.78),0 0 2px rgba(0,0,0,.72);}}
/* desktop hero brighter */
@media(min-width:761px){html body#startside #main .hero{background-image:linear-gradient(180deg,rgba(10,30,54,.72) 0%,rgba(10,30,54,.50) 58%,rgba(10,30,54,.24) 100%),url("https://www.moskus.ai/images/uploads/hero.jpg");background-position:center center;background-size:cover;}html body#startside #main .hero h1,html body#startside #main .hero .hero-sub{text-shadow:0 2px 18px rgba(0,0,0,.50);}}
/* mobile hero brighter */
@media(max-width:760px){html body#startside #main .hero{background-image:linear-gradient(180deg,rgba(10,30,54,.58) 0%,rgba(10,30,54,.38) 56%,rgba(10,30,54,.18) 100%),url("https://www.moskus.ai/images/uploads/hero.jpg");background-position:center top;background-size:cover;}html body#startside #main .hero h1,html body#startside #main .hero .hero-sub{text-shadow:0 2px 16px rgba(0,0,0,.55);}}
/*press-ok*/

/*x*/
/*end-test*/
/* final-priority */
html body#tenester #main .pkg-list .pkg:nth-child(2) .pkg-body p{font-size:1rem;line-height:0;width:100%;max-width:none;color:transparent;}
html body#startside #main section#tenester.services .services-grid .service-card:nth-child(2) p{font-size:1rem;line-height:0;width:100%;max-width:none;color:transparent;}
html body#startside #main section#tenester.services .services-head a.btn.btn-primary{font-size:.9rem;}
html body#startside #main section#tenester.services .services-head a.btn.btn-primary::after{content:"";display:none;}
html body#om-oss #main .founders .founder:nth-child(2) .founder-side .founder-role::after{content:"grunder og operativ leveranse";font-size:.72rem;line-height:1.2;}
html body#om-oss #main .founders .founder:nth-child(3) .founder-side .founder-role::after{content:"grunder og fagleg ansvarleg kurs";font-size:.72rem;line-height:1.2;}
#main .hero{background-image:linear-gradient(90deg,rgba(10,30,54,0.9) 0%,rgba(10,30,54,0.68) 45%,rgba(10,30,54,0.35) 100%),url(https://upload.wikimedia.org/wikipedia/commons/2/24/Muskox%5Fup%5Fclose%5Fanimals%5Fat%5Fwinter.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;}@media(max-width:900px){#main .hero{background-image:linear-gradient(180deg,rgba(10,30,54,0.94) 0%,rgba(10,30,54,0.78) 58%,rgba(10,30,54,0.48) 100%),url(https://upload.wikimedia.org/wikipedia/commons/2/24/Muskox%5Fup%5Fclose%5Fanimals%5Fat%5Fwinter.jpg);background-position:center center;}}
.hero{background-image:linear-gradient(90deg,rgba(10,30,54,0.9) 0%,rgba(10,30,54,0.7) 44%,rgba(10,30,54,0.35) 100%),url(https://upload.wikimedia.org/wikipedia/commons/a/ac/Muskox.jpg);background-size:cover;background-position:center 56%;background-repeat:no-repeat;}@media(max-width:900px){.hero{background-image:linear-gradient(180deg,rgba(10,30,54,0.94) 0%,rgba(10,30,54,0.78) 58%,rgba(10,30,54,0.48) 100%),url(https://upload.wikimedia.org/wikipedia/commons/a/ac/Muskox.jpg);background-position:center top;}}html body .hero{background-image:linear-gradient(90deg,rgba(10,30,54,0.9) 0%,rgba(10,30,54,0.7) 44%,rgba(10,30,54,0.35) 100%),url(https://upload.wikimedia.org/wikipedia/commons/a/ac/Muskox.jpg);background-size:cover;background-position:center 56%;background-repeat:no-repeat;}@media(max-width:900px){html body .hero{background-image:linear-gradient(180deg,rgba(10,30,54,0.94) 0%,rgba(10,30,54,0.78) 58%,rgba(10,30,54,0.48) 100%),url(https://upload.wikimedia.org/wikipedia/commons/a/ac/Muskox.jpg);background-position:center top;}}:root {
    --navy: #0F2A4A;
    --navy-deep: #0A1E36;
    --gold: #B08D2E;
    --gold-soft: #C9A647;
    --cream: #F4EFE5;
    --cream-warm: #ECE5D5;
    --teal: #2A6A6A;
    --text-dark: #1A1A1A;
    --text-muted: #6B6B6B;
    --border: rgba(15, 42, 74, 0.12);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', -apple-system, sans-serif;
    background: var(--cream);
    color: var(--text-dark);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1.1; }
  a { color: inherit; text-decoration: none; }

  /*  NAV  */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.5rem 3rem;
    transition: all 0.4s ease;
  }
  nav.scrolled {
    background: rgba(244, 239, 229, 0.92);
    backdrop-filter: blur(12px);
    padding: 1rem 3rem;
    box-shadow: 0 1px 0 var(--border);
  }
  .nav-logo {
    font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600;
    color: var(--cream); letter-spacing: 0.5px; transition: color 0.4s ease;
  }
  nav.scrolled .nav-logo { color: var(--navy); }
  .nav-links { display: flex; gap: 2.5rem; align-items: center; }
  .nav-links a {
    font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase;
    color: rgba(244,239,229,0.85); font-weight: 500; transition: color 0.3s ease;
  }
  nav.scrolled .nav-links a { color: var(--text-muted); }
  .nav-links a:hover { color: var(--gold-soft); }
  nav.scrolled .nav-links a:hover { color: var(--gold); }
  .nav-cta {
    border: 1px solid rgba(244,239,229,0.4); padding: 0.6rem 1.4rem;
    border-radius: 2px; transition: all 0.3s ease;
  }
  nav.scrolled .nav-cta { border-color: var(--border); }
  .nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
  .nav-toggle { display: none; }

  /*  HERO  */
  .hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    background-image: linear-gradient(90deg, rgba(10,30,54,0.85) 0%, rgba(10,30,54,0.4) 55%, rgba(10,30,54,0.25) 100%), url('images/hero.jpg');
    background-image: linear-gradient(90deg, rgba(10,30,54,0.85) 0%, rgba(10,30,54,0.4) 55%, rgba(10,30,54,0.25) 100%), image-set(url('images/hero.webp') type('image/webp'), url('images/hero.jpg') type('image/jpeg'));
    background-size: cover; background-position: center right;
  }
  .hero-inner { padding: 0 3rem; max-width: 1400px; margin: 0 auto; width: 100%; }
  .hero-eyebrow {
    font-size: 0.8rem; letter-spacing: 4px; text-transform: uppercase;
    color: var(--gold-soft); font-weight: 600; margin-bottom: 1.8rem;
    opacity: 0; animation: fadeUp 0.9s ease forwards 0.3s;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.2rem); color: var(--cream); max-width: 16ch;
    margin-bottom: 1.8rem; font-weight: 600;
    opacity: 0; animation: fadeUp 0.9s ease forwards 0.5s;
  }
  .hero h1 em { font-style: italic; color: var(--gold-soft); }
  .hero-sub {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: rgba(244,239,229,0.82);
    max-width: 46ch; margin-bottom: 2.8rem; font-weight: 300; line-height: 1.7;
    opacity: 0; animation: fadeUp 0.9s ease forwards 0.7s;
  }
  .hero-actions { display: flex; gap: 1.2rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s ease forwards 0.9s; }
  .btn {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 1rem 2rem; border-radius: 2px; font-size: 0.9rem; font-weight: 500;
    letter-spacing: 0.5px; transition: all 0.3s ease; cursor: pointer; border: none;
  }
  .btn-primary { background: var(--gold); color: var(--navy); }
  .btn-primary:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(176,141,46,0.3); }
  .btn-ghost { background: transparent; color: var(--cream); border: 1px solid rgba(244,239,229,0.35); }
  .btn-ghost:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
  .hero-tagline {
    position: absolute; bottom: 2.5rem; left: 3rem; right: 3rem;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.85rem; letter-spacing: 1px; color: rgba(244,239,229,0.55);
    border-top: 1px solid rgba(244,239,229,0.15); padding-top: 1.5rem;
    opacity: 0; animation: fadeUp 0.9s ease forwards 1.1s;
  }
  .hero-tagline em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; color: rgba(244,239,229,0.75); }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

  /*  SECTION SHELL  */
  section { padding: 7rem 3rem; }
  .container { max-width: 1200px; margin: 0 auto; }
  .section-eyebrow {
    font-size: 0.78rem; letter-spacing: 3px; text-transform: uppercase;
    color: var(--gold); font-weight: 600; margin-bottom: 1.2rem;
  }
  .section-title { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--navy); margin-bottom: 1.5rem; max-width: 18ch; }
  .section-lead { font-size: 1.15rem; color: var(--text-muted); max-width: 60ch; line-height: 1.75; }

  /*  INTRO / PROBLEM  */
  .intro { background: var(--cream); }
  .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .intro-statement {
    font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    color: var(--navy); line-height: 1.3; font-weight: 500;
  }
  .intro-statement em { font-style: italic; color: var(--gold); }
  .intro-body p { margin-bottom: 1.3rem; color: var(--text-muted); font-size: 1.05rem; }
  .intro-body p:last-child { margin-bottom: 0; }

  /*  JOURNEY (frykt  forsting  fortrinn)  */
  .journey { background: var(--cream-warm); }
  .journey-head { text-align: center; margin-bottom: 4rem; }
  .journey-head .section-eyebrow { color: var(--gold); }
  .journey-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--navy); }
  .journey-head h2 em { font-style: italic; color: var(--gold); }
  .journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1100px; margin: 0 auto; position: relative; }
  .jstep { padding: 2.8rem 2.2rem; position: relative; }
  .jstep:not(:last-child) { border-right: 1px solid var(--border); }
  .jstep-stage { font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 1.2rem; }
  .jstep:nth-child(1) .jstep-stage { color: #9A6B4F; }
  .jstep:nth-child(2) .jstep-stage { color: var(--teal); }
  .jstep:nth-child(3) .jstep-stage { color: var(--gold); }
  .jstep h3 { font-size: 1.9rem; color: var(--navy); margin-bottom: 0.9rem; }
  .jstep p { color: var(--text-muted); font-size: 1rem; line-height: 1.7; }
  .jstep-arrow { position: absolute; top: 3rem; right: -0.7rem; font-size: 1.4rem; color: var(--gold); z-index: 2; background: var(--cream-warm); padding: 0 0.2rem; }
  @media (max-width: 760px) {
    .journey-grid { grid-template-columns: 1fr; }
    .jstep:not(:last-child) { border-right: none; border-bottom: 1px solid var(--border); }
    .jstep-arrow { display: none; }
  }

  /*  PRINCIPLE (dark band)  */
  .principle { background: var(--navy); color: var(--cream); text-align: center; position: relative; overflow: hidden; }
  .principle::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(176,141,46,0.12), transparent 60%);
  }
  .principle-inner { position: relative; z-index: 1; }
  .principle .section-eyebrow { color: var(--gold-soft); }
  .principle h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); color: var(--cream); margin-bottom: 1rem; }
  .principle h2 em { font-style: italic; color: var(--gold-soft); }
  .principle-sub { color: rgba(244,239,229,0.7); font-size: 1.15rem; max-width: 50ch; margin: 0 auto 4rem; }
  .principle-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; max-width: 950px; margin: 0 auto; }
  .pstep { text-align: left; padding: 2rem; border: 1px solid rgba(244,239,229,0.12); border-radius: 4px; background: rgba(244,239,229,0.03); transition: all 0.4s ease; }
  .pstep:hover { background: rgba(244,239,229,0.06); border-color: rgba(176,141,46,0.4); transform: translateY(-4px); }
  .pstep-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; color: var(--gold-soft); margin-bottom: 0.8rem; }
  .pstep h3 { font-size: 1.5rem; color: var(--cream); margin-bottom: 0.6rem; }
  .pstep p { color: rgba(244,239,229,0.65); font-size: 0.98rem; }

  /*  SERVICES  */
  .services { background: var(--cream-warm); }
  .services-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; flex-wrap: wrap; gap: 2rem; }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .service-card {
    background: var(--cream); border: 1px solid var(--border); border-radius: 6px;
    padding: 2.5rem 2rem; transition: all 0.4s ease; position: relative; overflow: hidden;
  }
  .service-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
    background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
  }
  .service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(15,42,74,0.1); }
  .service-card:hover::before { transform: scaleX(1); }
  .service-num { font-size: 0.75rem; letter-spacing: 2px; color: var(--gold); font-weight: 600; margin-bottom: 1rem; }
  .service-card h3 { font-size: 1.6rem; color: var(--navy); margin-bottom: 0.8rem; }
  .service-card p { color: var(--text-muted); font-size: 0.96rem; margin-bottom: 1.5rem; }
  .service-price { font-size: 0.9rem; color: var(--teal); font-weight: 500; padding-top: 1rem; border-top: 1px solid var(--border); }

  /*  PROOF / CASE  */
  .proof { background: var(--cream); }
  .proof-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: center; }
  .proof-card { background: var(--navy); color: var(--cream); border-radius: 8px; padding: 3.5rem 3rem; position: relative; overflow: hidden; }
  .proof-card::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: radial-gradient(circle at 100% 0%, rgba(176,141,46,0.15), transparent 70%); }
  .proof-label { position: relative; font-size: 0.72rem; letter-spacing: 2px; color: var(--gold-soft); font-weight: 600; margin-bottom: 1.5rem; }
  .proof-card h3 { position: relative; font-size: 1.8rem; color: var(--cream); margin-bottom: 2rem; }
  .proof-metric { position: relative; display: flex; align-items: baseline; gap: 1.5rem; margin-bottom: 1rem; }
  .proof-before { font-size: 1.1rem; color: rgba(244,239,229,0.5); text-decoration: line-through; }
  .proof-after { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--gold-soft); }
  .proof-detail { position: relative; color: rgba(244,239,229,0.7); font-size: 0.95rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(244,239,229,0.15); }
  .proof-text .section-eyebrow { color: var(--gold); }
  .proof-text h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--navy); margin-bottom: 1.5rem; }
  .proof-text p { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 1.2rem; }

  /*  CLIENTS  */
  .clients { background: var(--navy-deep); color: var(--cream); text-align: center; padding: 5rem 3rem; }
  .clients-label { font-size: 0.78rem; letter-spacing: 3px; text-transform: uppercase; color: rgba(244,239,229,0.5); margin-bottom: 2.5rem; }
  .clients-row { display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap; align-items: center; }
  .client-name { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: rgba(244,239,229,0.85); font-style: italic; }

  /*  CTA  */
  .cta {
    background-image: linear-gradient(rgba(10,30,54,0.88), rgba(10,30,54,0.92)), url('images/cta-bg.jpg');
    background-image: linear-gradient(rgba(10,30,54,0.88), rgba(10,30,54,0.92)), image-set(url('images/cta-bg.webp') type('image/webp'), url('images/cta-bg.jpg') type('image/jpeg'));
    background-size: cover; background-position: center; color: var(--cream); text-align: center;
    padding: 8rem 3rem;
  }
  .cta h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: var(--cream); margin-bottom: 1.2rem; max-width: 20ch; margin-left: auto; margin-right: auto; }
  .cta h2 em { font-style: italic; color: var(--gold-soft); }
  .cta p { color: rgba(244,239,229,0.75); font-size: 1.15rem; max-width: 48ch; margin: 0 auto 2.5rem; }

  /*  FOOTER  */
  footer { background: var(--navy); color: rgba(244,239,229,0.7); padding: 4rem 3rem 2rem; }
  .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(244,239,229,0.12); }
  .footer-brand h3 { font-size: 1.8rem; color: var(--cream); margin-bottom: 1rem; }
  .footer-brand p { font-size: 0.95rem; max-width: 32ch; font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: rgba(244,239,229,0.6); }
  .footer-col h4 { font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.2rem; font-family: 'Inter', sans-serif; font-weight: 600; }
  .footer-col a { display: block; font-size: 0.95rem; margin-bottom: 0.7rem; color: rgba(244,239,229,0.7); transition: color 0.3s ease; }
  .footer-col a:hover { color: var(--gold-soft); }
  .footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 2rem; display: flex; justify-content: space-between; font-size: 0.82rem; color: rgba(244,239,229,0.45); flex-wrap: wrap; gap: 1rem; }
  .footer-bottom em { font-family: 'Cormorant Garamond', serif; font-style: italic; }

  /*  SCROLL REVEAL  */
  .reveal { opacity: 1; transform: none; }
  .reveal.visible { opacity: 1; transform: none; }


  /*  HAMBURGER MENU  */
  .nav-toggle { display: none; background: none; border: none; cursor: pointer; width: 32px; height: 24px; position: relative; z-index: 200; }
  .nav-toggle span { display: block; position: absolute; height: 2px; width: 100%; left: 0; background: var(--cream); transition: all 0.3s ease; }
  nav.scrolled .nav-toggle span { background: var(--navy); }
  .nav-toggle span:nth-child(1) { top: 4px; }
  .nav-toggle span:nth-child(2) { top: 11px; }
  .nav-toggle span:nth-child(3) { top: 18px; }
  .nav-toggle.open span:nth-child(1) { top: 11px; transform: rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { top: 11px; transform: rotate(-45deg); }


  /*  UNDERSIDER  */

  .page-hero { background: var(--navy); color: var(--cream); padding: 11rem 3rem 5rem; position: relative; overflow: hidden; }
  .page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(176,141,46,0.12), transparent 55%); }
  .page-hero-inner { position: relative; max-width: 1200px; margin: 0 auto; }
  .page-hero .eyebrow { font-size: 0.8rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; margin-bottom: 1.5rem; }
  .page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); color: var(--cream); max-width: 18ch; margin-bottom: 1.5rem; }
  .page-hero h1 em { font-style: italic; color: var(--gold-soft); }
  .page-hero p { font-size: 1.2rem; color: rgba(244,239,229,0.8); max-width: 52ch; font-weight: 300; }

  .pkg-list { max-width: 1000px; margin: 0 auto; }
  .pkg { display: grid; grid-template-columns: auto 1fr auto; gap: 2.5rem; align-items: start; padding: 2.8rem 0; border-bottom: 1px solid var(--border); transition: all 0.3s ease; }
  .pkg:hover { padding-left: 1rem; }
  .pkg-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--gold); line-height: 1; }
  .pkg-body h3 { font-size: 1.7rem; color: var(--navy); margin-bottom: 0.6rem; }
  .pkg-body p { color: var(--text-muted); font-size: 1rem; max-width: 55ch; }
  .pkg-price { font-size: 1.05rem; color: var(--teal); font-weight: 500; white-space: nowrap; text-align: right; font-family: 'Cormorant Garamond', serif; }
  .pkg-price span { display:block; font-size: 0.72rem; letter-spacing: 1px; color: var(--text-muted); text-transform: uppercase; font-family: 'Inter', sans-serif; margin-bottom: 0.3rem; }
  @media (max-width: 760px) { .pkg { grid-template-columns: auto 1fr; } .pkg-price { grid-column: 2; text-align: left; margin-top: 0.5rem; } }

  .founders { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem; }
  .founder { display: grid; grid-template-columns: 280px 1fr; gap: 3rem; padding: 2.8rem; background: var(--cream); border: 1px solid var(--border); border-radius: 8px; border-left: 4px solid var(--gold); }
  .founder-side h3 { font-size: 1.8rem; color: var(--navy); margin-bottom: 0.4rem; }
  .founder-role { font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1rem; }
  .founder-tag { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.15rem; color: var(--teal); }
  .founder-body p { color: var(--text-muted); font-size: 1rem; margin-bottom: 1rem; }
  .founder-body p:last-child { margin-bottom: 0; }
  .values { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; max-width: 1000px; margin: 0 auto; }
  .value h3 { font-size: 1.4rem; color: var(--cream); margin-bottom: 0.6rem; }
  .value p { color: rgba(244,239,229,0.7); font-size: 0.98rem; }
  @media (max-width: 760px) { .founder { grid-template-columns: 1fr; gap: 1.5rem; } .values { grid-template-columns: 1fr; } }

  .contact-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
  .contact-info h2 { font-size: 2rem; color: var(--navy); margin-bottom: 1.5rem; }
  .contact-info p { color: var(--text-muted); margin-bottom: 2rem; font-size: 1.05rem; }
  .contact-item { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.5rem; }
  .contact-item .label { font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; min-width: 90px; }
  .contact-item .val { font-size: 1.1rem; color: var(--navy); }
  .contact-item .val a { transition: color 0.3s ease; }
  .contact-item .val a:hover { color: var(--gold); }
  .contact-card { background: var(--navy); color: var(--cream); border-radius: 8px; padding: 3rem; }
  .contact-card h3 { font-size: 1.6rem; color: var(--cream); margin-bottom: 1rem; }
  .contact-card p { color: rgba(244,239,229,0.75); margin-bottom: 2rem; font-size: 1rem; }
  .field { margin-bottom: 1.3rem; }
  .field label { display: block; font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 0.5rem; }
  .field input, .field textarea { width: 100%; padding: 0.85rem 1rem; background: rgba(244,239,229,0.06); border: 1px solid rgba(244,239,229,0.2); border-radius: 3px; color: var(--cream); font-family: 'Inter', sans-serif; font-size: 0.95rem; transition: border-color 0.3s ease; }
  .field input:focus, .field textarea:focus { outline: none; border-color: var(--gold-soft); }
  .field textarea { min-height: 120px; resize: vertical; }
  @media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; } }

  /*  RESPONSIVE  */
  @media (max-width: 900px) {
    nav { padding: 1.2rem 1.5rem; }
    nav.scrolled { padding: 0.9rem 1.5rem; }
    .nav-toggle { display: block; }
    .nav-links { position: fixed; top: 0; right: 0; bottom: 0; width: 75%; max-width: 320px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.8rem; padding: 3rem 2.5rem; background: var(--navy); transform: translateX(100%); transition: transform 0.4s ease; z-index: 150; }
    .nav-links.open { transform: translateX(0); }
    .nav-links a { color: rgba(244,239,229,0.9); font-size: 1rem; }
    nav.scrolled .nav-links a { color: rgba(244,239,229,0.9); }
    .nav-cta { border-color: rgba(244,239,229,0.4); }
    section { padding: 4.5rem 1.5rem; }
    .hero-inner { padding: 0 1.5rem; }
    .hero-tagline { left: 1.5rem; right: 1.5rem; flex-direction: column; gap: 0.8rem; align-items: flex-start; }
    .intro-grid, .proof-grid { grid-template-columns: 1fr; gap: 3rem; }
    .principle-steps, .services-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .clients-row { gap: 2rem; }
  }

  /*  ACCESSIBILITY: respekter redusert rrsle  */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms;
      animation-iteration-count: 1;
      transition-duration: 0.01ms;
      scroll-behavior: auto;
    }
    .reveal { opacity: 1; transform: none; }
    .hero-eyebrow, .hero h1, .hero-sub, .hero-actions, .hero-tagline { opacity: 1; animation: none; }
  }

/* Sidebygger-tilpassing */
.site, #main.container { max-width: none; width: 100%; margin: 0; padding: 0; background: var(--cream); }
#main  .row { margin-left: 0; margin-right: 0; }
#main  .row:first-child, .block-navigation { display: none; }
#main class*"col-" { padding-left: 0; padding-right: 0; }
.block-1 { width: 100%; max-width: none; display: block; }
.block-1 .col-12 { width: 100%; max-width: none; display: block; padding-left: 0; padding-right: 0; }
.hero { background-color: var(--navy-deep); background-image: linear-gradient(110deg, rgba(10,30,54,0.96) 0%, rgba(15,42,74,0.88) 45%, rgba(42,106,106,0.72) 100%); }
.cta { background-color: var(--navy); background-image: linear-gradient(135deg, rgba(10,30,54,0.96), rgba(42,106,106,0.82)); }
.reveal, .hero-eyebrow, .hero h1, .hero-sub, .hero-actions, .hero-tagline { opacity: 1; transform: none; }
.nav-links a.active { color: var(--gold-soft); }
.contact-actions { display:flex; gap:1rem; flex-wrap:wrap; margin-top:2rem; }
.contact-note { margin-top:2rem; padding-top:1.5rem; border-top:1px solid rgba(244,239,229,0.16); color:rgba(244,239,229,0.7); font-size:0.98rem; }
@media (max-width: 900px) {
  nav, nav.scrolled { position: sticky; padding: 1rem 1.2rem; background: rgba(244,239,229,0.97); box-shadow: 0 1px 0 var(--border); flex-wrap: wrap; gap: .85rem; }
  .nav-logo, nav.scrolled .nav-logo { color: var(--navy); }
  .nav-toggle { display: none; }
  .nav-links, nav.scrolled .nav-links { position: static; transform: none; width: 100%; max-width: none; flex-direction: row; justify-content: flex-start; align-items: center; gap: 1rem; padding: 0; background: transparent; }
  .nav-links a, nav.scrolled .nav-links a { color: var(--text-muted); font-size: .76rem; letter-spacing: 1px; }
  .nav-cta { border-color: var(--border); color: var(--navy); padding: .5rem .85rem; }
  .hero { min-height: auto; padding-top: 5.5rem; padding-bottom: 6rem; }
  .hero h1 { font-size: clamp(2.5rem, 14vw, 4.2rem); }
  .hero-tagline { position: static; margin: 2rem 1.5rem 0; }
}
@media (max-width: 560px) {
  .hero-actions, .contact-actions { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
  .proof-metric { flex-direction: column; align-items: flex-start; gap: .4rem; }
  .footer-bottom { flex-direction: column; }
}


/* Overflow-fiks for slagordlinja */
.hero-tagline { box-sizing: border-box; }
.hero-tagline span, .hero-tagline em { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .hero-tagline { left: auto; right: auto; width: auto; max-width: 100%; display: block; }
  .hero-tagline span { display: block; margin-top: .8rem; line-height: 1.5; }
}

@media (max-width: 900px) {
  .hero { display: block; }
  .hero-tagline { margin: 2rem 1.5rem 0; padding-top: 1.2rem; }
}



/* Justering: meir luft rundt tenestetala */
.pkg { padding-left: 2.25rem; padding-right: 2.25rem; }
.pkg:hover { padding-left: 2.25rem; }
@media (max-width: 760px) {
  .pkg { padding: 2.2rem 1.4rem; column-gap: 1.4rem; }
  .pkg-num { font-size: 2.45rem; }
}



/* Lesbarheit og mindre Sidebygger-preg */
#main.container { max-width: none; width: 100%; margin: 0; padding: 0; background: var(--cream); }
.block-1 .container { background: transparent; padding-top: 0; }
nav, nav.scrolled { position: sticky; top: 0; background: rgba(244,239,229,0.98); backdrop-filter: blur(12px); padding: 1rem 3rem; box-shadow: 0 1px 0 var(--border); z-index: 500; }
.nav-logo, nav.scrolled .nav-logo { color: var(--navy); }
.nav-links a, nav.scrolled .nav-links a { color: var(--text-muted); }
.nav-links a:hover, nav.scrolled .nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta, nav.scrolled .nav-cta { border-color: var(--border); color: var(--navy); }
.principle .container, .proof .container, .services .container, .intro .container, .journey .container, .cta .container { background: transparent; }
.principle h2, .principle h3, .principle p, .principle .pstep p, .principle .value p { opacity: 1; }
@media (max-width: 900px) {
  nav, nav.scrolled { padding: 1rem 1.2rem; }
}



/* Ton ned NLA: vis ikkje NLA i salstekstar */
.services-grid .service-card:nth-child(2) p,
.pkg-list .pkg:nth-child(2) .pkg-body p { color: transparent; font-size: 0; line-height: 0; }
.services-grid .service-card:nth-child(2) p::after { content: "Praktisk AI-trening for leiing og tilsette, knytt til eigne arbeidsflyter."; display: block; color: var(--text-muted); font-size: .96rem; line-height: 1.7; }
.pkg-list .pkg:nth-child(2) .pkg-body p::after { content: "Praktisk AI-trening for leiing og tilsette. Konkret rettleiing knytt til eigne arbeidsflyter, som korte introduksjonar eller skreddarsydde kurs."; display: block; color: var(--text-muted); font-size: 1rem; line-height: 1.7; }





/* Moskus polish 20260525 */
#main .hero{background-image:linear-gradient(180deg,rgba(10,30,54,.94) 0%,rgba(10,30,54,.78) 58%,rgba(10,30,54,.48) 100%),url("https://www.moskus.ai/images/uploads/hero.jpg");background-position:center center;background-size:cover;}
#tenester .pkg-price,.services-grid .service-price{display:none;}
#tenester .pkg{grid-template-columns:3.5rem minmax(0,1fr);align-items:start;column-gap:2rem;}
#tenester .pkg-body{max-width:none;min-width:0;}
#tenester .pkg-body p{max-width:66ch;}
#tenester .pkg-list .pkg:nth-child(2) .pkg-body p::after{max-width:66ch;}
@media(max-width:760px){#tenester .pkg{grid-template-columns:1fr;row-gap:.7rem;}#tenester .pkg-num{margin-bottom:.2rem;}}
a.btn.btn-primaryhref"kontakt.html"{font-size:0;}
a.btn.btn-primaryhref"kontakt.html"::after{content:"Start med ein prat";font-size:.95rem;line-height:1.2;}
#om-oss .founder:nth-child(1) .founder-body p:nth-child(2),#om-oss .founder:nth-child(1) .founder-body p:nth-child(3){display:none;}
#om-oss .founder:nth-child(1) .founder-body::after{content:"Bygde EWTN Norge / Rita Medier fra eit hobbyprosjekt til ei moderne mediebedrift. Lang erfaring fra praktisk bruk av AI.";display:block;color:var(--text-muted);font-size:1rem;line-height:1.7;margin-top:1.1rem;}
#om-oss .founder:nth-child(2) .founder-body p:nth-child(3){display:none;}
#om-oss .founder:nth-child(2) .founder-role,#om-oss .founder:nth-child(3) .founder-role{font-size:0;line-height:0;}
#om-oss .founder:nth-child(2) .founder-role::after{content:"GR00DC NDER OG OPERATIV LEVERANSE";font-size:.72rem;line-height:1.2;}
#om-oss .founder:nth-child(3) .founder-role::after{content:"GR00DC NDER OG FAGLEG ANSVARLEG KURS";font-size:.72rem;line-height:1.2;}



/* Moskus polish 20260525 - followup */
.hero-actions .btn-primary,#tenester a.btn.btn-primary,.cta a.btn.btn-primary{font-size:0;}
.hero-actions .btn-primary::after,#tenester a.btn.btn-primary::after,.cta a.btn.btn-primary::after{content:"Start med ein prat";font-size:.95rem;line-height:1.2;}
#om-oss .founder:nth-child(2) .founder-role::after{content:"GRUNDER OG OPERATIV LEVERANSE";font-size:.72rem;line-height:1.2;}
#om-oss .founder:nth-child(3) .founder-role::after{content:"GRUNDER OG FAGLEG ANSVARLEG KURS";font-size:.72rem;line-height:1.2;}



/* Moskus polish 20260525 - text width fix */
.services-grid .service-card:nth-child(2) p,.pkg-list .pkg:nth-child(2) .pkg-body p{width:100%;max-width:none;}
.services-head .btn-primary{font-size:.9rem;}
.services-head .btn-primary::after{content:"";display:none;}
#om-oss .founder:nth-child(2) .founder-role::after{content:"GRNDER OG OPERATIV LEVERANSE";font-size:.72rem;line-height:1.2;}
#om-oss .founder:nth-child(3) .founder-role::after{content:"GRNDER OG FAGLEG ANSVARLEG KURS";font-size:.72rem;line-height:1.2;}





