main{
  text-align: center;
}

select{
  color: black;
}

.info_text-under{
  margin-top: 0;
  padding-top: 0;
}
.info_text-top{
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.tit_contact{
  padding: 3rem 0 2rem 0;
  margin: 0;
}

main{
  padding: 2rem;
  margin-bottom: 5rem;
}

p{
  padding: 0;
}

h3{
  padding: 0;
}


/* ─── RESET & BASE ─── */
* { margin: 0; padding: 0; font-family: "Inter", sans-serif; box-sizing: border-box; }
html, body { overflow-x: hidden; }
body { background: #F5F5F5; color: #090012; max-width: 100vw; }
h2 { font-weight: 400; }
p  { font-size: 1.1rem; }

/* ─── REVEAL ANIMATIONER ─── */
.reveal {
opacity: 0; transform: translateY(40px);
transition: all 0.9s ease-out;
}
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-left {
opacity: 0; transform: translateX(-50px);
transition: all 0.9s ease-out;
}
.reveal-left.active { opacity: 1; transform: translateX(0); }
.reveal-right {
opacity: 0; transform: translateX(50px);
transition: all 0.9s ease-out;
}
.reveal-right.active { opacity: 1; transform: translateX(0); }

/* ─── TOP BAR ─── */
header { border-bottom: 1px solid #ccc; }
.top-bar {
display: flex; align-items: center; justify-content: space-between;
padding: 10px 30px;
position: fixed !important; top: 0; left: 0;
width: 100vw; z-index: 1000;
background-color: #F5F5F5;
}
.logo_img { max-width: 40px; }
.top-bar nav a { margin-left: 20px; text-decoration: none; color: black; }
.navbar { display: flex; align-items: center; gap: 20px; flex: 1; }
.navbar a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.navn_nav { display: none; }
select {
margin-left: auto;
background: #F5F5F5; padding: 2px 4px;
border: none; border-radius: 3px;
font-size: 1.3rem; font-family: "Inter", sans-serif; color: black;
}



/* ─── SKILL TICKER ─── */
.skill-tags {
overflow: hidden; background-color: #484E7C;
color: white; white-space: nowrap;
padding: 10px 0; margin-top: -80px;
}
.track { display: flex; width: max-content; animation: scroll 20s linear infinite; }
.track-content { display: flex; }
.track-item { display: inline-block; margin-right: 70px; font-size: 1.1rem; }
.skill-tags:hover .track { animation-play-state: paused; }
@keyframes scroll {
0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

/* ─── DELT STYLING ─── */
.eyebrow {
font-size: 0.8rem; letter-spacing: 0.2em;
text-transform: uppercase; color: #484E7C; margin-bottom: 1.5rem;
}

/* ─── PROBLEM ─── */
.section-problem {
padding: 8rem 2rem;
max-width: 900px; margin: 0 auto; text-align: center;
}
.big-question {
font-size: clamp(1.8rem, 5vw, 3.5rem);
line-height: 1.15; color: #090012; margin-bottom: 2rem;
}
.problem-desc {
font-size: 1.2rem; color: #555;
line-height: 1.75; max-width: 650px; margin: 0 auto;
}

/* ─── RESEARCH I TAL ─── */
.research-section { background: #484E7C; padding: 6rem 2rem; }
.research-inner { max-width: 1100px; margin: 0 auto; }
.research-header { text-align: center; margin-bottom: 3rem; }
.research-header .eyebrow { color: rgba(255,255,255,0.5); }
.research-header h2 {
font-size: clamp(2rem, 5vw, 3rem);
color: white; font-weight: 400;
}
.research-grid {
display: grid; grid-template-columns: 1fr; gap: 1.5rem;
}
@media (min-width: 700px) { .research-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .research-grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.research-card {
background: #30355b;
border: 1px solid rgba(255,255,255,0.1);
border-radius: 1.2rem; padding: 2rem;
transition: transform 0.3s ease, background 0.3s ease;
}
.research-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.1); }
.research-card-label {
font-size: 0.7rem; letter-spacing: 0.15em;
text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.5rem;
}
.research-card-number {
font-size: 2.6rem; color: white; line-height: 1; margin-bottom: 0.4rem;
}
.research-card-text {
font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.6;
}

/* ─── KONCEPT ─── */
.concept-section {
padding: 8rem 2rem; max-width: 1100px; margin: 0 auto;
}
.concept-intro {
display: flex; flex-direction: column; gap: 4rem; align-items: center;
}
.concept-text .eyebrow { margin-bottom: 1rem; }
.concept-text h2 {
font-size: clamp(2.2rem, 5vw, 3.5rem);
font-weight: 400; line-height: 1.1; margin-bottom: 1.5rem;
}
.concept-text p {
font-size: 1.1rem; color: #444; line-height: 1.8; margin-bottom: 1rem;
}





    /* ─── VIDEO I PHONE ─── */
    .phone-top-bar {
      padding: 0;
      margin: 0;
    }
    
    .phone-screen {
      padding: 0;
      min-height: unset;
      overflow: hidden;
    }
    
    .phone-screen video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 28px;
      padding: 0;
      margin: 0;
    }
    
    .phone-screen video {
      width: 100% !important;
      margin: 0 !important;
    }

/* ─── TELEFON MOCKUP ─── */
@media (min-width: 900px) {
  .concept-intro { flex-direction: row; align-items: flex-start; }
  .concept-text { flex: 1; }
  .phone-mockup-area { flex: 1; }
}
    /* ─── PHONE MOCKUP ─── */
    .phone-mockup-area {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .phone {
      width: 240px;
      background: #484E7C;
      border-radius: 40px;
      padding: 12px;
      box-shadow: 0 30px 80px rgba(26,31,78,0.35), 0 0 0 1px rgba(255,255,255,0.08);
      position: relative;
    }
    .phone-notch {
      width: 80px; height: 22px;
      background: #30355b;
      border-radius: 12px;
      margin: 0 auto 10px;
    }
    .phone-screen {
      background: linear-gradient(160deg, #2a3070, #1a1f4e);
      border-radius: 28px;
      min-height: 420px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }
    .phone-screen::before {
      content: '';
      position: absolute;
      top: -40px; right: -40px;
      width: 150px; height: 150px;
      background: radial-gradient(circle, rgba(100,120,220,0.3), transparent 70%);
      border-radius: 50%;
    }

    .phone-top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.5rem;
    }
    .phone-progress {
      display: flex; gap: 4px;
    }
    .prog-dot {
      width: 28px; height: 3px; border-radius: 2px;
      background: rgba(255,255,255,0.2);
    }
    .prog-dot.active { background: white; }
    .phone-logo {
      font-size: 0.7rem;
      color: rgba(255,255,255,0.5);
      letter-spacing: 0.05em;
    }

    .phone-greeting {
      font-size: 0.85rem;
      color: rgba(255,255,255,0.6);
    }
    .phone-name {
      font-size: 1.5rem;
      color: white;
      margin-bottom: 0.3rem;
    }
    .phone-stat-label {
      font-size: 0.75rem;
      color: rgba(255,255,255,0.5);
      margin-bottom: 0.2rem;
    }
    .phone-big-number {
      font-size: 2.8rem;
      color: white;
      line-height: 1;
      margin-bottom: 0.5rem;
    }
    .phone-sub {
      font-size: 0.75rem;
      color: rgba(255,255,255,0.4);
      line-height: 1.5;
    }
    .phone-cta {
      background: white;
      color: #1a1f4e;
      border: none;
      border-radius: 12px;
      padding: 0.7rem 1rem;
      font-size: 0.8rem;
      font-weight: 600;
      cursor: pointer;
      width: 100%;
      margin-top: 1rem;
    }





/* ─── DESIGNPROCES ─── */
.process-section { background: #484E7C; padding: 6rem 2rem; }
.process-inner { max-width: 1100px; margin: 0 auto; }
.process-header { text-align: center; margin-bottom: 5rem; }
.process-header .eyebrow { color: rgba(255,255,255,0.4); }
.process-header h2 { color: white; font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; margin-bottom: 1rem; }
.process-header p { color: rgba(255,255,255,0.35); font-size: 1rem; max-width: 550px; margin: 0 auto; line-height: 1.7; }

.process-rows { display: flex; flex-direction: column; gap: 5rem; }

.process-row {
display: grid; grid-template-columns: 1fr;
gap: 2.5rem; align-items: center;
}
@media (min-width: 780px) {
.process-row { grid-template-columns: 1fr 1fr; gap: 4rem; }
.process-row.flip .process-row-img { order: -1; }
}

.process-row-num {
font-size: 3.5rem; color: rgba(136,146,212,0.15);
line-height: 1; margin-bottom: 0.4rem;
}
.process-row-label {
font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
color: #484E7C; margin-bottom: 0.6rem;
}
.process-row-title {
font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 400;
color: white; margin-bottom: 1rem; line-height: 1.2;
}
.process-row-body {
font-size: 0.95rem; color: rgba(255,255,255,0.45); line-height: 1.75;
margin-bottom: 0.7rem;
}

.process-row-img {
border-radius: 1rem; overflow: hidden;
border: 1px solid rgba(255,255,255,0.07);
background: #30355b;
height: 450px;
}
.process-row-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.process-row-img:hover img { transform: scale(1.02); }
.process-row-img-caption {
font-size: 0.75rem; color: rgba(255,255,255,0.2);
text-align: center; padding: 0.6rem 1rem;
font-style: italic;
}

.process-divider {
width: 1px; height: 50px;
background: rgba(255,255,255,0.07); margin: 0 auto;
}

/* ─── FEATURES ─── */
.features-section { background: #F0F0F8; padding: 6rem 2rem; }
.features-inner { max-width: 1000px; margin: 0 auto; }
.features-header { text-align: center; margin-bottom: 4rem; }
.features-header .eyebrow { color: #484E7C; }
.features-header h2 {font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; }
.features-list { display: flex; flex-direction: column; gap: 2px; }
.feature-row {
display: flex; align-items: center; gap: 2rem;
padding: 2.5rem 2rem; background: white;
border-radius: 1rem; transition: transform 0.3s ease; cursor: default;
}
.feature-row:hover { transform: translateX(6px); }
.feature-icon {
width: 64px; height: 64px; border-radius: 16px; background: #484E7C;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0; font-size: 1.5rem;
}
.feature-body h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.4rem; }
.feature-body p { font-size: 0.95rem; color: #666; line-height: 1.6; }



/* ─── 16:9 VIDEOAFSNIT ─── */
.fullvideo-section {
  padding: 6rem 2rem;
  background: #090012;
}
.fullvideo-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.fullvideo-inner .eyebrow { color: rgba(255,255,255,0.4); }
.fullvideo-inner h2 {
  color: white;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  margin-bottom: 1rem;
}
.fullvideo-inner > p {
  color: rgba(255,255,255,0.4);
  font-size: 1rem;
  max-width: 550px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}
.fullvideo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.fullvideo-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 785px) {
  .fullvideo-section { padding: 8rem 3rem; }
}
@media (min-width: 1089px) {
  .fullvideo-section { padding: 10rem 4rem; }
  .fullvideo-inner { max-width: 1200px; }
}



/* ─── CITAT ─── */
.quote-section {
padding: 8rem 2rem;
display: flex; align-items: center; justify-content: center;
}
.quote-inner { max-width: 750px; text-align: center; }
.quote-mark {
font-size: 6rem; color: #484E7C;
line-height: 0.5; margin-bottom: 1rem; opacity: 0.3;
}
.quote-text {
font-size: clamp(1.2rem, 3vw, 1.8rem);
font-style: italic; color: #333; line-height: 1.6; margin-bottom: 1.5rem;
}
.quote-source {
font-size: 0.85rem; color: #484E7C;
letter-spacing: 0.1em; text-transform: uppercase;
}

/* ─── ETIK (unik sektion for whirl) ─── */
.ethics-section { background: #F0F0F8; padding: 6rem 2rem; }
.ethics-inner { max-width: 900px; margin: 0 auto; }
.ethics-header { text-align: center; margin-bottom: 3rem; }
.ethics-header .eyebrow { color: #484E7C; }
.ethics-header h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; }
.ethics-list { display: flex; flex-direction: column; gap: 1rem; }
.ethics-item {
display: flex; gap: 1.2rem; align-items: flex-start;
padding: 1.5rem 2rem; background: white;
border-radius: 1rem; transition: transform 0.3s ease;
}
.ethics-item:hover { transform: translateX(6px); }
.ethics-dot {
width: 10px; height: 10px; border-radius: 50%;
background: #484E7C; flex-shrink: 0; margin-top: 0.5rem;
}
.ethics-item p { font-size: 1rem; color: #444; line-height: 1.7; }
.ethics-item strong { color: #090012; font-weight: 600; }

/* ─── REFLEKSION ─── */
.reflection-section {
padding: 8rem 2rem; text-align: center; margin-bottom: 5rem;
}
.reflection-section h2 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 400; max-width: 800px;
margin: 0 auto 1.5rem; line-height: 1.15;
}
.reflection-section p {
font-size: 1.1rem; max-width: 600px; margin: 0 auto; line-height: 1.8;
}

/* ─── FOOTER ─── */
footer { text-align: center; }
footer a { text-decoration: none; }
.find_mig_info { margin-top: 1rem; }
.socials svg { fill: #484E7C; transition: opacity 0.3s ease; margin: 0.2rem 0.9rem; }
.socials svg:hover { opacity: 0.3; }
.copyright { margin: 1rem 0 1.5rem 0; font-size: 0.8rem; font-weight: 200; }





/* ─── LIGHTBOX ─── */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.6;
  line-height: 1;
}
.lightbox-close:hover { opacity: 1; }
.process-row-img img { cursor: zoom-in; }








/* ─── TABLET ─── */
@media screen and (min-width: 785px) {
.navn_nav {
  display: block; position: absolute; left: 50%; transform: translateX(-50%);
  height: 5rem; width: auto; margin-top: -2rem;
}
select { font-size: 1.1rem; }
.hero {
  min-height: auto;
  max-height: 1000px;
  align-items: flex-start;
}
.skill-tags { margin-top: -1.6rem; }
.info_text { padding-left: 0; }
.info_text-top { max-width: 100%; margin-top: 2rem; }
.info_text-under { max-width: 50%; }
.hero .image img {
  display: block;
  width: 1400px;
  height: 700px;
  object-fit: cover;
  object-position: -20% 0;
  position: absolute;
  right: -1%;
  top: 280px;
  z-index: -1;
}
.concept-intro { flex-direction: row; align-items: flex-start; gap: 5rem; }
.concept-text { flex: 1; }
.phone-mockup-area { flex: 1; }
.phone { width: 280px; }
.section-problem { padding: 10rem 3rem; }
.research-section { padding: 8rem 3rem; }
.concept-section { padding: 10rem 3rem; }
.process-section { padding: 8rem 3rem; }
.features-section { padding: 8rem 3rem; }
.feature-row { padding: 2.5rem 3rem; }
.quote-section { padding: 10rem 3rem; }
.ethics-section { padding: 8rem 3rem; }
.reflection-section { padding: 8rem 3rem; margin-bottom: 1rem; }
}
.phone-mockup-area { flex: 1; }
.phone { width: 280px;}
.phone-screen {
  min-height: unset;
}

/* ─── DESKTOP ─── */
@media screen and (min-width: 1089px) {
body { scroll-snap-type: y proximity; scroll-padding-top: 80px; }
header { margin: auto; width: 95%; }
.hero {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
  flex-wrap: wrap;
  min-height: calc(100vh - 80px);
  align-items: center;
  position: relative;
  margin-top: 70px;
  max-height: none;
}
.text { min-height: calc(100vh - 80px); max-width: 100%; }
.subtitle { font-size: 3rem; margin-bottom: 3.5rem; }
.info_text { margin-top: 0; margin-bottom: 3.5rem; font-size: 2rem; max-width: 50%; }
.info_text-top { max-width: 60%; }
.hero .image img {
  width: 1400px;
  height: 700px;
  object-fit: cover;
  object-position: -20% 0;
  position: absolute;
  right: -1%;
  top: 80px;
  z-index: -1;
}
.skill-tags { margin-top: -5rem; }
.section-problem { padding: 12rem 2rem; }
.research-section { padding: 10rem 4rem; }
.research-inner { max-width: 1400px; }
.concept-section { padding: 12rem 4rem; max-width: 1300px; }
.concept-intro { gap: 8rem; }
.concept-text h2 { font-size: 3.5rem; }
.concept-text p { font-size: 1.2rem; }
.phone { width: 300px; }
.phone-screen { min-height: 480px; }
.process-section { padding: 10rem 4rem; }
.process-inner { max-width: 1400px; }
.features-section { padding: 10rem 4rem; }
.features-inner { max-width: 1200px; }
.feature-row { padding: 3rem 4rem; gap: 3rem; }
.feature-icon { width: 80px; height: 80px; font-size: 2rem; }
.feature-body h3 { font-size: 1.3rem; }
.feature-body p { font-size: 1.05rem; }
.quote-section { padding: 12rem 4rem; }
.quote-mark { font-size: 8rem; }
.ethics-section { padding: 10rem 4rem; }
.ethics-inner { max-width: 1000px; }
.reflection-section { padding: 12rem 4rem; margin-bottom: 5rem; }
.feature-row:hover { transform: translateX(10px); }
}

@media screen and (min-width: 2089px) {
.hero .image img {
  width: 1400px;
  height: 700px;
  object-fit: cover;
  object-position: -20% 0;
  position: absolute;
  right: 12%;
  top: 400px;
  z-index: -1;
}
.hero h1 { margin-top: 4rem; font-size: 15rem; }
.subtitle { font-size: 6rem; }
.info_text { font-size: 3rem; padding-bottom: 60px; }
.info_text-top { max-width: 100%; margin-top: 2rem; }
.info_text-under { max-width: 50%; }

.phone {
  width: 300px;
}
.phone-screen {
  min-height: 520px;
}
.phone-big-number {
  font-size: 3.5rem;
}
.phone-name {
  font-size: 1.8rem;
}
.phone-screen {
  min-height: unset;
}
.phone {
  width: 380px;
}
.phone-screen {
  min-height: 660px;
}
.phone-big-number {
  font-size: 5rem;
}
.phone-name {
  font-size: 2.2rem;
}
}