@media (max-width: 1050px) {

  .shell,
  .topbar {
    width: min(calc(100% - 32px), var(--max));
  }

  .hero {
    min-height: auto;

    background:
      linear-gradient(
        180deg,
        rgba(5, 7, 11, 0.88) 0%,
        rgba(5, 7, 11, 0.72) 55%,
        rgba(5, 7, 11, 0.92) 100%
      ),
      url("assets/thorsten-bylicki-cyber.png")
      center top / cover no-repeat;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;

    padding-top: 70px;
    padding-bottom: 120px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-visual {
    min-height: 460px;
  }

  .about-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .books-grid {
    grid-template-columns: 1fr;
  }

  .link-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manifesto-card,
  .values-copy {
    width: 100%;
  }
}


/* ============================================================
   MOBILE
   bis 760px
   ============================================================ */

@media (max-width: 760px) {

  :root {
    --footer-h: 48px;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 70px;
  }

  .shell,
  .topbar {
    width: calc(100% - 24px);
    max-width: 100%;
  }


  /* ----------------------------------------------------------
     Navigation
     ---------------------------------------------------------- */

  .topbar {
    height: 58px;
    margin-top: 10px;
    padding: 0 12px;

    border-radius: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: auto;
    min-width: 92px;
    max-width: 130px;

    height: 38px;

    padding: 0 12px;

    font-size: 0.72rem;
  }

  .brand-text {
    display: none;
  }

  .nav-toggle {
    display: block;

    flex-shrink: 0;

    font-size: 1.5rem;
  }

  .nav-links {
    position: absolute;

    top: 66px;
    left: 0;
    right: 0;

    display: none;
    flex-direction: column;
    align-items: stretch;

    width: 100%;

    gap: 2px;

    padding: 10px;

    border: 1px solid rgba(88, 220, 255, 0.14);
    border-radius: 12px;

    background: rgba(3, 8, 12, 0.97);

    backdrop-filter: blur(20px);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    display: block;

    width: 100%;

    padding: 11px 12px;

    border-radius: 8px;

    font-size: 0.85rem;
  }


  /* ----------------------------------------------------------
     Hero
     ---------------------------------------------------------- */

  .hero {
    min-height: auto;

    background:
      linear-gradient(
        180deg,
        rgba(5, 7, 11, 0.76) 0%,
        rgba(5, 7, 11, 0.82) 45%,
        rgba(5, 7, 11, 0.98) 100%
      ),
      url("assets/thorsten-bylicki-cyber.png")
      center top / cover no-repeat;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;

    gap: 40px;

    padding-top: 55px;
    padding-bottom: 100px;
  }

  .hero-copy,
  .hero-visual {
    min-width: 0;
    width: 100%;
  }

  .eyebrow {
    font-size: 0.62rem;

    letter-spacing: 0.12em;

    overflow-wrap: anywhere;
  }


  /* ----------------------------------------------------------
     Responsive Ãœberschriften
     ---------------------------------------------------------- */

  h1,
  h1.glitch,
  h1.hero-line {
    font-size: clamp(1.55rem, 8vw, 2.15rem) !important;
  }

  h2,
  h2.glitch,
  h2.hero-line {
    font-size: clamp(1.3rem, 6.5vw, 1.8rem) !important;
  }

  h3,
  h3.glitch,
  h3.hero-line {
    font-size: clamp(0.95rem, 4.5vw, 1.2rem) !important;
  }

  h4,
  h4.glitch,
  h4.hero-line {
    font-size: clamp(0.78rem, 3.8vw, 1rem) !important;
  }

  h5,
  h5.glitch,
  h5.hero-line {
    font-size: clamp(0.7rem, 3.3vw, 0.9rem) !important;
  }

  .glitch {
    max-width: 100%;

    margin-top: 15px;

    line-height: 1;

    letter-spacing: -0.035em;

    overflow-wrap: anywhere;
  }

  .hero-line {
    width: 100%;
    max-width: 100%;

    line-height: 1.65;

    overflow-wrap: anywhere;
  }


  /* ----------------------------------------------------------
     Terminal / Typing
     ---------------------------------------------------------- */

  .role-console {
    display: flex;

    width: 100%;
    max-width: 100%;

    min-height: 46px;

    padding: 10px 12px;

    overflow: hidden;

    font-size: 0.74rem;
  }

  .console-prefix {
    display: none;
  }

  #typedRole {
    min-width: 0;

    overflow-wrap: anywhere;
  }


  /* ----------------------------------------------------------
     Marquee
     ---------------------------------------------------------- */

  .identity-marquee {
    width: 100%;
    max-width: 100%;

    margin-bottom: 20px;
  }

  .marquee-track {
    gap: 8px;
  }

  .marquee-track span {
    padding: 6px 10px;

    font-size: 0.68rem;
  }


  /* ----------------------------------------------------------
     Hero Text
     ---------------------------------------------------------- */

  .hero-intro {
    width: 100%;
    max-width: 100%;

    font-size: 0.92rem;
    line-height: 1.7;
  }


  /* ----------------------------------------------------------
     Buttons
     ---------------------------------------------------------- */

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;

    width: 100%;

    gap: 10px;

    margin-top: 22px;
  }

  .hero-actions .btn {
    width: 100%;

    min-height: 48px;
  }


  /* ----------------------------------------------------------
     Hero Stats
     ---------------------------------------------------------- */

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;

    gap: 10px;

    margin-top: 24px;
  }

  .hero-stats div {
    min-width: 0;

    padding: 10px 11px;
  }

  .hero-stats strong {
    font-size: 0.68rem;

    overflow-wrap: anywhere;
  }

  .hero-stats span {
    font-size: 0.66rem;

    overflow-wrap: anywhere;
  }


  /* ----------------------------------------------------------
     Portrait
     ---------------------------------------------------------- */

  .hero-visual {
    min-height: 370px;
  }

  .portrait-frame {
    width: min(310px, 84vw);

    border-radius: 22px;
  }

  .portrait-frame img {
    border-radius: 15px;
  }

  .portrait-orbit {
    width: min(350px, 90vw);
    height: min(350px, 90vw);

    max-width: 90vw;
    max-height: 90vw;
  }

  .floating-code {
    display: none;
  }

  .scroll-cue {
    display: none;
  }


  /* ----------------------------------------------------------
     Sections
     ---------------------------------------------------------- */

  .section {
    padding: 72px 0;
  }

  .section-heading {
    width: 100%;

    gap: 10px;

    margin-bottom: 28px;
  }

  .section-index {
    display: none;
  }

  .section-heading h2 {
    margin: 0;

    line-height: 1.05;

    letter-spacing: -0.025em;
  }

  .section-heading .kicker {
    font-size: 0.62rem;

    letter-spacing: 0.14em;
  }


  /* ----------------------------------------------------------
     Panels
     ---------------------------------------------------------- */

  .panel {
    width: 100%;

    border-radius: 16px;
  }

  .profile-card,
  .manifesto-card,
  .values-copy,
  .terminal-card {
    padding: 20px;
  }


  /* ----------------------------------------------------------
     Ãœber mich
     ---------------------------------------------------------- */

  .profile-top {
    grid-template-columns: 82px minmax(0, 1fr);

    gap: 15px;
  }

  .profile-top img {
    width: 82px;
    height: 82px;

    border-radius: 14px;
  }

  .profile-top h3 {
    margin-top: 2px;
  }

  .profile-top p {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .data-grid {
    grid-template-columns: 1fr;

    gap: 8px;

    margin-top: 20px;
  }

  .data-grid div {
    padding: 11px 12px;
  }


  /* ----------------------------------------------------------
     Scroll Cards
     ---------------------------------------------------------- */

  .manifesto-card {
    max-height: 500px;

    padding: 20px;
    padding-right: 15px;
  }

  .values-copy {
    height: 500px;

    padding: 20px;
    padding-right: 15px;
  }

  .manifesto-card p,
  .values-copy p {
    font-size: 0.88rem;

    line-height: 1.7;
  }


  /* ----------------------------------------------------------
     Expertise
     ---------------------------------------------------------- */

  .expertise-grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .expert-card {
    min-height: 250px;

    padding: 20px;
  }

  .expert-card > span {
    left: 20px;
    bottom: 18px;
  }


  /* ----------------------------------------------------------
     BÃ¼cher
     ---------------------------------------------------------- */

  .books-grid {
    grid-template-columns: 1fr;

    gap: 16px;
  }

  .book-card {
    grid-template-columns: 1fr;

    min-height: 0;
  }

  .book-cover-wrap {
    min-height: 420px;
  }

  .book-cover-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    background: #07101a;
  }

  .upcoming-visual {
    min-height: 280px;
  }

  .book-content {
    padding: 20px;
  }

  .book-meta {
    margin-top: 20px;
  }

  .book-actions {
    display: grid;
    grid-template-columns: 1fr;

    width: 100%;
  }

  .book-actions .btn {
    width: 100%;
  }


  /* ----------------------------------------------------------
     Links
     ---------------------------------------------------------- */

  .link-categories {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  .link-card {
    grid-template-columns: 46px minmax(0, 1fr) 24px;

    min-height: 82px;

    gap: 11px;

    padding: 12px;
  }

  .link-icon {
    width: 46px;
    height: 46px;

    font-size: 1.2rem;
  }

  .link-card strong,
  .link-card small {
    overflow-wrap: anywhere;
  }

  .link-card small {
    font-size: 0.68rem;
  }


  /* ----------------------------------------------------------
     Values / Terminal
     ---------------------------------------------------------- */

  .values-grid {
    grid-template-columns: 1fr;

    gap: 16px;
  }

  .terminal-card {
    padding: 0;

    min-height: auto;
  }

  .terminal-body {
    padding: 18px;

    font-size: 0.7rem;

    overflow-wrap: anywhere;
  }

  .terminal-head b {
    min-width: 0;

    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
  }


  /* ----------------------------------------------------------
     Update Info
     ---------------------------------------------------------- */

  .update-info {
    width: 90vw;

    left: 50%;

    transform: translateX(-50%);

    font-size: 0.85rem;
  }


  /* ----------------------------------------------------------
     Footer
     ---------------------------------------------------------- */

  .fixed-footer {
    left: 6px;
    right: 6px;
    bottom: 5px;

    height: 48px;

    grid-template-columns: 1fr 36px;

    gap: 6px;

    padding: 0 7px 0 10px;
  }

  .footer-status {
    display: none;
  }

  .footer-ticker {
    min-width: 0;
  }

  .footer-track {
    font-size: 0.54rem;

    letter-spacing: 0.09em;
  }

  .footer-top {
    width: 32px;
    height: 32px;
  }

  .cursor-glow {
    display: none;
  }
}


/* ============================================================
   SMALL MOBILE
   bis 480px
   ============================================================ */

@media (max-width: 480px) {

  .shell,
  .topbar {
    width: calc(100% - 18px);
  }

  .hero-grid {
    padding-top: 45px;
    padding-bottom: 85px;
  }

  h1,
  h1.glitch,
  h1.hero-line {
    font-size: clamp(1.4rem, 8vw, 1.8rem) !important;
  }

  h2,
  h2.glitch,
  h2.hero-line {
    font-size: clamp(1.2rem, 7vw, 1.55rem) !important;
  }

  h3,
  h3.glitch,
  h3.hero-line {
    font-size: clamp(0.9rem, 5vw, 1.1rem) !important;
  }

  h4,
  h4.glitch,
  h4.hero-line {
    font-size: clamp(0.76rem, 4vw, 0.92rem) !important;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .profile-top {
    grid-template-columns: 1fr;

    text-align: left;
  }

  .profile-top img {
    width: 110px;
    height: 110px;
  }

  .portrait-frame {
    width: min(285px, 86vw);
  }

  .portrait-orbit {
    width: min(320px, 92vw);
    height: min(320px, 92vw);
  }

  .section {
    padding: 60px 0;
  }

  .profile-card,
  .manifesto-card,
  .values-copy {
    padding: 17px;
  }

  .manifesto-card {
    max-height: 460px;
  }

  .values-copy {
    height: 460px;
  }

  .book-cover-wrap {
    min-height: 350px;
  }

  .future-title {
    font-size: 1.7rem;
  }

  .link-card {
    grid-template-columns: 42px minmax(0, 1fr) 20px;

    padding: 10px;
  }

  .link-icon {
    width: 42px;
    height: 42px;
  }

  .terminal-body {
    padding: 15px;

    font-size: 0.65rem;
  }
}


/* ============================================================
   VERY SMALL MOBILE
   bis 360px
   ============================================================ */

@media (max-width: 360px) {

  .shell,
  .topbar {
    width: calc(100% - 14px);
  }

  .brand-mark {
    min-width: 80px;

    padding: 0 8px;

    font-size: 0.65rem;
  }

  .hero-grid {
    padding-top: 38px;
  }

  .hero-intro {
    font-size: 0.86rem;
  }

  .portrait-frame {
    width: 260px;
    max-width: 86vw;
  }

  .portrait-orbit {
    width: 290px;
    height: 290px;

    max-width: 92vw;
    max-height: 92vw;
  }

  .manifesto-card,
  .values-copy {
    padding: 15px;
  }

  .link-card {
    grid-template-columns: 38px minmax(0, 1fr) 18px;

    gap: 8px;
  }

  .link-icon {
    width: 38px;
    height: 38px;

    font-size: 1rem;
  }
}

/* ============================================================
   CERTIFICATES â€“ MOBILE
   ============================================================ */

@media (max-width: 760px) {

  .certificate-tabs {
    padding: 16px;
  }

  .certificate-tablist {
    display: grid;

    grid-template-columns:
      1fr 1fr;

    gap: 7px;

    margin-bottom: 20px;
  }

  .certificate-tab {
    min-height: 46px;

    padding: 0 10px;

    font-size: 0.72rem;
  }

  .certificate-grid {
    grid-template-columns:
      1fr;

    gap: 14px;
  }

  .certificate-thumb {
    height: 250px;
  }

  .certificate-viewer {
    padding: 12px;
  }

  .certificate-viewer-dialog {
    width:
      calc(100vw - 24px);

    max-height:
      calc(100vh - 24px);

    padding:
      55px 14px 18px;

    border-radius:
      16px;
  }

  .certificate-viewer-frame {
    max-height:
      70vh;

    padding: 8px;
  }

  .certificate-viewer-frame img {
    max-height:
      calc(70vh - 20px);
  }

  .certificate-viewer-arrow {
    top: 27px;

    width: 38px;
    height: 38px;

    transform: none;

    font-size: 1.55rem;
  }

  .certificate-viewer-prev {
    left: 14px;
  }

  .certificate-viewer-next {
    left: 58px;
    right: auto;
  }

  .certificate-viewer-close {
    top: 10px;
    right: 12px;

    width: 38px;
    height: 38px;
  }

  .certificate-viewer-meta {
    align-items: flex-start;
  }

}


@media (max-width: 480px) {

  .certificate-tablist {
    grid-template-columns:
      1fr;
  }

  .certificate-thumb {
    height: 220px;
  }

  .certificate-viewer-meta {
    flex-direction: column;

    gap: 10px;
  }

}

/* ============================================================
   BEGIN MOBILE PROTECTION // COLOR & TEXT ANIMATION
   ============================================================ */

#mobile-content-lock .mobile-content-lock-title{
  color:#c40000 !important;
  text-shadow:0 0 10px rgba(196,0,0,.18);
}

#mobile-content-lock .mobile-content-lock-text{
  color:#000 !important;
  animation:mobileProtectionText 3s ease-in-out infinite;
}

#mobile-content-lock .mobile-content-lock-text:nth-of-type(1){
  animation-delay:0s;
}

#mobile-content-lock .mobile-content-lock-text:nth-of-type(2){
  animation-delay:.5s;
}

#mobile-content-lock .mobile-content-lock-text:nth-of-type(3){
  animation-delay:1s;
}

@keyframes mobileProtectionText{
  0%,100%{
    opacity:.55;
    transform:translateY(0);
  }

  50%{
    opacity:1;
    transform:translateY(-2px);
  }
}



/* ============================================================
   BYLICKILABS // MOBILE CONTENT PROTECTION
   Version: 2.0
   Safari / WebKit Compatible
   ============================================================ */


/* ============================================================
   MOBILE PROTECTION // PAGE STATE
   ============================================================ */

html.dm-mobile-protected{
  background:#fff !important;
}

html.dm-mobile-protected body{
  background:#fff !important;
  overflow:hidden !important;

  -webkit-user-select:none !important;
  user-select:none !important;

  -webkit-touch-callout:none !important;
}


/* ============================================================
   MOBILE PROTECTION // WEBSITE CONTENT
   Alles außer dem Protection Layer ausblenden
   ============================================================ */

html.dm-mobile-protected body > *:not(#mobile-content-lock){
  visibility:hidden !important;
  pointer-events:none !important;

  -webkit-user-select:none !important;
  user-select:none !important;

  -webkit-touch-callout:none !important;
}


/* ============================================================
   MOBILE PROTECTION // MEDIA CONTENT
   ============================================================ */

html.dm-mobile-protected img,
html.dm-mobile-protected picture,
html.dm-mobile-protected source,
html.dm-mobile-protected canvas,
html.dm-mobile-protected iframe,
html.dm-mobile-protected embed,
html.dm-mobile-protected object,
html.dm-mobile-protected video,
html.dm-mobile-protected svg image{
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;

  -webkit-user-select:none !important;
  user-select:none !important;

  -webkit-touch-callout:none !important;
  -webkit-user-drag:none !important;
}


/* ============================================================
   MOBILE PROTECTION // FULLSCREEN LOCK
   ============================================================ */

#mobile-content-lock{
  position:fixed !important;
  inset:0 !important;

  z-index:2147483647 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:100vw !important;
  width:100dvw !important;

  height:100vh !important;
  height:100dvh !important;

  margin:0 !important;
  padding:24px !important;

  box-sizing:border-box !important;

  visibility:hidden !important;
  opacity:0 !important;

  background:#fff !important;
  color:#111 !important;

  text-align:center !important;

  overflow:hidden !important;

  pointer-events:none !important;

  -webkit-user-select:none !important;
  user-select:none !important;

  -webkit-touch-callout:none !important;

  -webkit-transform:scale(1.015);
  transform:scale(1.015);

  -webkit-transition:
    opacity .45s ease,
    visibility 0s linear .45s,
    -webkit-transform .65s cubic-bezier(.16,1,.3,1);

  transition:
    opacity .45s ease,
    visibility 0s linear .45s,
    transform .65s cubic-bezier(.16,1,.3,1);

  will-change:opacity,transform;

  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif !important;
}


/* ============================================================
   MOBILE PROTECTION // ACTIVE STATE
   ============================================================ */

#mobile-content-lock.active{
  visibility:visible !important;
  opacity:1 !important;

  pointer-events:all !important;

  -webkit-transform:scale(1);
  transform:scale(1);

  -webkit-transition:
    opacity .45s ease,
    visibility 0s linear 0s,
    -webkit-transform .65s cubic-bezier(.16,1,.3,1);

  transition:
    opacity .45s ease,
    visibility 0s linear 0s,
    transform .65s cubic-bezier(.16,1,.3,1);
}


/* ============================================================
   MOBILE PROTECTION // INNER CONTENT
   ============================================================ */

#mobile-content-lock .mobile-content-lock-inner{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;

  width:100% !important;
  max-width:520px !important;

  margin:0 auto !important;

  visibility:visible !important;

  -webkit-user-select:none !important;
  user-select:none !important;

  -webkit-touch-callout:none !important;
}


/* ============================================================
   MOBILE PROTECTION // LOCK ICON
   ============================================================ */

#mobile-content-lock .mobile-content-lock-icon{
  display:block !important;

  margin:0 0 18px !important;

  font-size:2.2rem !important;
  line-height:1 !important;

  opacity:0;

  -webkit-transform:translateY(24px) scale(.72);
  transform:translateY(24px) scale(.72);

  will-change:opacity,transform;
}

#mobile-content-lock.active .mobile-content-lock-icon{
  -webkit-animation:
    dmMobileProtectionIconIn
    .85s
    cubic-bezier(.16,1,.3,1)
    .10s
    forwards;

  animation:
    dmMobileProtectionIconIn
    .85s
    cubic-bezier(.16,1,.3,1)
    .10s
    forwards;
}


/* ============================================================
   MOBILE PROTECTION // TITLE
   ============================================================ */

#mobile-content-lock .mobile-content-lock-title{
  margin:0 0 12px !important;

  color:#c40000 !important;

  font-size:1.25rem !important;
  font-weight:800 !important;
  line-height:1.3 !important;

  text-shadow:
    0 0 10px rgba(196,0,0,.18);

  opacity:0;

  -webkit-transform:translateY(20px) scale(.97);
  transform:translateY(20px) scale(.97);

  will-change:opacity,transform;
}

#mobile-content-lock.active .mobile-content-lock-title{
  -webkit-animation:
    dmMobileProtectionTitleIn
    .85s
    cubic-bezier(.16,1,.3,1)
    .28s
    forwards;

  animation:
    dmMobileProtectionTitleIn
    .85s
    cubic-bezier(.16,1,.3,1)
    .28s
    forwards;
}


/* ============================================================
   MOBILE PROTECTION // DESCRIPTION
   ============================================================ */

#mobile-content-lock .mobile-content-lock-text{
  width:100% !important;
  max-width:440px !important;

  margin:0 !important;

  color:#000 !important;

  font-size:.88rem !important;
  font-weight:500 !important;
  line-height:1.65 !important;

  opacity:0;

  -webkit-transform:translateY(18px);
  transform:translateY(18px);

  will-change:opacity,transform;
}

#mobile-content-lock.active .mobile-content-lock-text{
  -webkit-animation:
    dmMobileProtectionTextIn
      .9s
      cubic-bezier(.16,1,.3,1)
      .48s
      forwards,

    dmMobileProtectionTextFlow
      3s
      ease-in-out
      1.5s
      infinite;

  animation:
    dmMobileProtectionTextIn
      .9s
      cubic-bezier(.16,1,.3,1)
      .48s
      forwards,

    dmMobileProtectionTextFlow
      3s
      ease-in-out
      1.5s
      infinite;
}


/* ============================================================
   MOBILE PROTECTION // MULTIPLE TEXT ELEMENTS
   ============================================================ */

#mobile-content-lock.active .mobile-content-lock-text:nth-of-type(1){
  -webkit-animation-delay:.48s,1.5s;
  animation-delay:.48s,1.5s;
}

#mobile-content-lock.active .mobile-content-lock-text:nth-of-type(2){
  -webkit-animation-delay:.68s,1.7s;
  animation-delay:.68s,1.7s;
}

#mobile-content-lock.active .mobile-content-lock-text:nth-of-type(3){
  -webkit-animation-delay:.88s,1.9s;
  animation-delay:.88s,1.9s;
}


/* ============================================================
   MOBILE PROTECTION // ICON ANIMATION
   ============================================================ */

@-webkit-keyframes dmMobileProtectionIconIn{
  0%{
    opacity:0;

    -webkit-transform:
      translateY(24px)
      scale(.72);
  }

  65%{
    opacity:1;

    -webkit-transform:
      translateY(-4px)
      scale(1.08);
  }

  100%{
    opacity:1;

    -webkit-transform:
      translateY(0)
      scale(1);
  }
}

@keyframes dmMobileProtectionIconIn{
  0%{
    opacity:0;

    transform:
      translateY(24px)
      scale(.72);
  }

  65%{
    opacity:1;

    transform:
      translateY(-4px)
      scale(1.08);
  }

  100%{
    opacity:1;

    transform:
      translateY(0)
      scale(1);
  }
}


/* ============================================================
   MOBILE PROTECTION // TITLE ANIMATION
   ============================================================ */

@-webkit-keyframes dmMobileProtectionTitleIn{
  0%{
    opacity:0;

    -webkit-transform:
      translateY(20px)
      scale(.97);
  }

  70%{
    opacity:1;

    -webkit-transform:
      translateY(-2px)
      scale(1.01);
  }

  100%{
    opacity:1;

    -webkit-transform:
      translateY(0)
      scale(1);
  }
}

@keyframes dmMobileProtectionTitleIn{
  0%{
    opacity:0;

    transform:
      translateY(20px)
      scale(.97);
  }

  70%{
    opacity:1;

    transform:
      translateY(-2px)
      scale(1.01);
  }

  100%{
    opacity:1;

    transform:
      translateY(0)
      scale(1);
  }
}


/* ============================================================
   MOBILE PROTECTION // TEXT ENTRY
   ============================================================ */

@-webkit-keyframes dmMobileProtectionTextIn{
  0%{
    opacity:0;

    -webkit-transform:
      translateY(18px);
  }

  100%{
    opacity:1;

    -webkit-transform:
      translateY(0);
  }
}

@keyframes dmMobileProtectionTextIn{
  0%{
    opacity:0;

    transform:
      translateY(18px);
  }

  100%{
    opacity:1;

    transform:
      translateY(0);
  }
}


/* ============================================================
   MOBILE PROTECTION // TEXT LOOP
   ============================================================ */

@-webkit-keyframes dmMobileProtectionTextFlow{
  0%,
  100%{
    opacity:.62;

    -webkit-transform:
      translateY(0);
  }

  50%{
    opacity:1;

    -webkit-transform:
      translateY(-2px);
  }
}

@keyframes dmMobileProtectionTextFlow{
  0%,
  100%{
    opacity:.62;

    transform:
      translateY(0);
  }

  50%{
    opacity:1;

    transform:
      translateY(-2px);
  }
}


/* ============================================================
   MOBILE PROTECTION // PRINT
   ============================================================ */

@media print{

  html.dm-mobile-protected body *{
    display:none !important;
  }

}


/* ============================================================
   MOBILE PROTECTION // REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion:reduce){

  #mobile-content-lock{
    -webkit-transition:none !important;
    transition:none !important;
  }

  #mobile-content-lock .mobile-content-lock-icon,
  #mobile-content-lock .mobile-content-lock-title,
  #mobile-content-lock .mobile-content-lock-text{
    opacity:1 !important;

    -webkit-transform:none !important;
    transform:none !important;

    -webkit-animation:none !important;
    animation:none !important;
  }

}


/* ============================================================
   END BYLICKILABS // MOBILE CONTENT PROTECTION
   ============================================================ */